From SCP: Secret Laboratory English Official Wiki

No edit summary
No edit summary
 
(952 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


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


/* Tabber Formating  */
/* Infobox test */
tabbernav {
.infobox-container {
     font-family: inherit !important;
     position: relative;
     font-weight: normal !important;
     display: inline-block;
     font-size: 16px !important;
     margin: 5;
     overflow: hidden !important;
     padding: 5;
     padding: 0.3em 0 !important;
     width: auto;
}
}
 
/* Plain list */
.tabbernav a {
.plainlist ul {
     padding: 0.3em 0.5em !important;
     line-height: inherit;
    margin: 0 !important;
     list-style: none none;
     color: none !important;
     margin: 0;
    border: none !important;
     background: #282829 !important;
}
}
 
.plainlist ul li {
.tabbernav li {
     margin-bottom: 0;
    display: inline-block !important;
     margin-top: 0 !important;
}
}




.tabbertab {
div.magnify {
    border: none !important;
border: none !important;
    padding: 0 !important;
background: none !important;
margin-left: 0;
}
}


.tabbernav {
div.magnify a, div.magnify img {
    text-align:center;
display: block;
border: none !important;
background: none !important;
}
}


ul.tabbernav li a {
/* @noflip */div.tright {
border: none;
margin: .5em 0 1.3em 1.4em;
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 */
/* @noflip */div.tleft {
 
margin: .5em 1.4em 1.3em 0;
.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 */
img.thumbborder {
div.thumb {
border: 0 none transparent;
margin-bottom: .5em;
width: auto;
background-color: transparent;
}
 
div.thumbinner {
border: 1px solid #ccc;
padding: 3px !important;
background-color: transparent;
font-size: 94%;
text-align: center;
overflow: hidden;
}
}
/* Overflow by default */
pre { overflow: auto; }


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


html .thumbcaption {
/*
border: none;
.hoverbox:hover:after {
line-height: 1.4em;
opacity: 0;
padding: 3px;
  transition:display 0.5s!important;
font-size: 94%;
transition: 0.5s;
}
}
*/


div.magnify {
/* Audio */
border: none !important;
audio{
background: none !important;
filter:invert(100%);
margin-left: 3px;
}
}
 
audio::-webkit-media-controls-enclosure{
div.magnify a, div.magnify img {
transform: scale(1.1);
display: block;
border: none !important;
background: none !important;
}
}


/* @noflip */div.tright {
/* Image Hovering */
margin: .5em 0 1.3em 1.4em;
.hycontent a{
opacity: 100 ;
transition: opacity 0.5s;
}
}


/* @noflip */div.tleft {
.hycontent:hover a, .hycontent:hover a p  {
margin: .5em 1.4em 1.3em 0;
opacity: 0.5 ;
transition: opacity 0.5s;
color: #9c8a7b !important;
}
}


img.thumbborder {
.smwtable .row-even {
border: 1px solid #dddddd;
    background-color: #2e2e2e;
}
}

Latest revision as of 13:49, 26 September 2023

/* 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; }
.hycontent a:hover, #ca-talk > span > a {color: #9c8a7b !important; }
*/

/* Infobox test */
.infobox-container {
    position: relative;
    display: inline-block;
    margin: 5;
    padding: 5;
    width: auto;
}
/* Plain list */
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}
.plainlist ul li {
    margin-bottom: 0;
}


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

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: 0 none transparent;
}
/* Overflow by default */
pre { overflow: auto; }


/*
.hoverbox:hover:after {
 opacity: 0;
  transition:display 0.5s!important;
 transition: 0.5s;
}
*/

/* Audio */
audio{
filter:invert(100%);
}
audio::-webkit-media-controls-enclosure{
transform: scale(1.1);
}

/* Image Hovering */
.hycontent a{
 opacity: 100 ;
 transition: opacity 0.5s;
}

.hycontent:hover a, .hycontent:hover a p  {
 opacity: 0.5 ;
 transition: opacity 0.5s;
 color: #9c8a7b !important;
}

.smwtable .row-even {
    background-color: #2e2e2e;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.