From SCP: Secret Laboratory English Official Wiki

No edit summary
No edit summary
Line 79: Line 79:


/* Image Thumb Formatting */
/* Image Thumb Formatting */
/* figcaption */
div.thumb {
.WikiaArticle .article-thumb {
margin-bottom: .5em;
    border: 2px solid #000;
width: auto;
    -moz-border-radius: 6px;
background-color: transparent;
    border-radius: 6px;
    padding: 3px 6px 3px 4px;
}
}
/* inner image */
 
.WikiaArticle .article-thumb .image img {
div.thumbinner {
    border: 1px solid #000;
border: 1px solid #ccc;
    -moz-border-radius: 1px;
padding: 3px !important;
    border-radius: 1px;
background-color: #f9f9f9;
font-size: 94%;
text-align: center;
overflow: hidden;
}
}
/* caption */
 
.WikiaArticle .article-thumb .caption {
html .thumbimage {
    text-align: center;
border: 1px solid #ccc;
    color: inherit;
}
}
/* remove attribution */
 
.WikiaArticle .article-thumb .attribution {
html .thumbcaption {
    display: none !important;
border: none;
line-height: 1.4em;
padding: 3px;
font-size: 94%;
}
 
div.magnify {
border: none !important;
background: none !important;
margin-left: 3px;
}
 
div.magnify a, div.magnify img {
display: block;
border: none !important;
background: none !important;
}
 
/* @noflip */div.tright {
margin: .5em 0 1.3em 1.4em;
}
 
/* @noflip */div.tleft {
margin: .5em 1.4em 1.3em 0;
}
 
img.thumbborder {
border: 1px solid #dddddd;
}
}

Revision as of 02:20, 29 May 2020

/* CSS placed here will be applied to all skins */

/* Link formating */
a.new:visited, #ca-talk > span > a { 	color: #d6b295 !important; }
a.new:link, #ca-talk > span > a { 	color: #926b6b !important; }
a.external, #ca-talk > span > a {color: #f2d7c1 !important; }
a:link, #ca-talk > span > a { color: #f2d7c1 !important; }

/* Tabber Formating  */
tabbernav {
    font-family: inherit !important;
    font-weight: normal !important;
    font-size: 16px !important;
    overflow: hidden !important;
    padding: 0.3em 0 !important;
}

.tabbernav a {
    padding: 0.3em 0.5em !important;
    margin: 0 !important;
    color: none !important;
    border: none !important;
    background: #282829 !important;
}

.tabbernav li {
    display: inline-block !important;
    margin-top: 0 !important;
}


.tabbertab {
    border: none !important;
    padding: 0 !important;
}

.tabbernav {
    text-align:center;
}

ul.tabbernav li a {
	border: none;
	background: #282829 !important;
    border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	-o-border-radius: 0 0 0 0;
}
 
ul.tabbernav li.tabberactive a {
	background: #59595c !important;
	border: none;
	border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	-o-border-radius: 0 0 0 0;
	color: black !important;
	font-weight: bold !important;
}

/* Background Images for Pages */

.page-User_Jamintheinfinite{        
    background: #414345 url(https://hub.scpslgame.com/images/0/0b/Hoobert.png) 0 0 no-repeat;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    }
/* Test Background Images for Pages */
.page-Light_Containment_Zone{
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/b/bd/LCZ_Straight.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}

/* Image Thumb Formatting */
div.thumb {
	margin-bottom: .5em;
	width: auto;
	background-color: transparent;
}

div.thumbinner {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}

html .thumbimage {
	border: 1px solid #ccc;
}

html .thumbcaption {
	border: none;
	line-height: 1.4em;
	padding: 3px;
	font-size: 94%;
}

div.magnify {
	border: none !important;
	background: none !important;
	margin-left: 3px;
}

div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}

/* @noflip */div.tright {
	margin: .5em 0 1.3em 1.4em;
}

/* @noflip */div.tleft {
	margin: .5em 1.4em 1.3em 0;
}

img.thumbborder {
	border: 1px solid #dddddd;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.