From SCP: Secret Laboratory English Official Wiki

No edit summary
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* Infobox CSS */
/* Link formating
.infobox {
a.new:visited, #ca-talk > span > a { color: #d6b295 !important; }
    width: 256px;
a.new:link, #ca-talk > span > a { color: #926b6b !important; }
    background-color: #222;
a.external, #ca-talk > span > a {color: #f2d7c1 !important; }
    font-size: 85%;
a:link, #ca-talk > span > a { color: #f2d7c1 !important; }
    border-radius: 7px;
.hycontent a:hover, #ca-talk > span > a {color: #9c8a7b !important; }
    margin-bottom: 0.5em;
*/
     margin-left: 1em;
 
     padding: 0 ;
/* Infobox test */
     float: right;
.infobox-container {
     clear: right;
     position: relative;
     border-bottom:none;
     display: inline-block;
     margin: 5;
     padding: 5;
     width: auto;
}
}
.infobox2 {
/* Plain list */
     text-align: center;
.plainlist ul {
     background-color: #070707;
     line-height: inherit;
     list-style: none none;
     margin: 0;
     margin: 0;
     font-size: 120%;
}
    padding: 0.25em;
.plainlist ul li {
    border-radius: 4px;
     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;
}
}


.infobox3 {
/* @noflip */div.tright {
    font-weight: normal;
margin: .5em 0 1.3em 1.4em;
    text-align: center;
}
    font-family: 'Courier New';
    background-color: #070707;
    margin: 0;
    padding: 0;
    border-radius: 4px;


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


.infobox td, .infobox th {
img.thumbborder {
  vertical-align: top;
border: 0 none transparent;
  font-size: 85%;
}
}
/* Overflow by default */
pre { overflow: auto; }


.infobox caption {
/*
  font-size: larger;
.hoverbox:hover:after {
  margin-left: inherit;
opacity: 0;
  transition:display 0.5s!important;
transition: 0.5s;
}
}
*/


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


.infobox.bordered td, .infobox.bordered th {
/* Image Hovering */
  border: 1px solid #aaaaaa;
.hycontent a{
opacity: 100 ;
transition: opacity 0.5s;
}
}


.infobox.bordered .borderless td,
.hycontent:hover a, .hycontent:hover a p  {
.infobox.bordered .borderless th {
opacity: 0.5 ;
  border: 0;
transition: opacity 0.5s;
color: #9c8a7b !important;
}
}
h1, h2{
 
border-bottom-color: white;
.smwtable .row-even {
    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.