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 */
body.page-User_Jamintheinfinite{       
 
    background: #414345 url() 0 0 no-repeat;
/* Link formating
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:1920px 1080px;
    }
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; }
*/


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


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


.tabbernav li {
div.magnify {
    display: inline-block !important;
border: none !important;
    margin-top: 11px !important;
background: none !important;
margin-left: 0;
}
}


.tabberactive a {
div.magnify a, div.magnify img {
    color: white !important;
display: block;
    background: #59595c !important;
border: none !important;
background: none !important;
}
}


.tabbernav :not(.tabberactive) a:hover {
/* @noflip */div.tright {
    background: #282829 !important;
margin: .5em 0 1.3em 1.4em;
}
}


.tabbertab {
/* @noflip */div.tleft {
    border: none !important;
margin: .5em 1.4em 1.3em 0;
    padding: 0 !important;
}
}


.tabbernav {
img.thumbborder {
    text-align:center;
border: 0 none transparent;
}
}
/* Overflow by default */
pre { overflow: auto; }


/* CSS Sliding Image Gallery for Mediawiki
*
* @author: Unknown
* current version crafted together by [[User:Christharp]] from several CSS sites.
*/


.wrapper {
/*
  position: absolute;
.hoverbox:hover:after {
   top: 1%;
opacity: 0;
  width: 4000px;
   transition:display 0.5s!important;
-webkit-animation: 60s credits linear infinite;
transition: 0.5s;
-moz-animation: 60s credits linear infinite;
-ms-animation:60s credits linear infinite;
-o-animation: 60s credits linear infinite;
animation: 60s credits linear infinite;
}
}
*/


.wrapper img:hover {
/* Audio */
    -webkit-transform: scale(1.4);
audio{
    -moz-transform: scale(1.4);
filter:invert(100%);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    cursor: pointer;
}
}
@keyframes credits {
audio::-webkit-media-controls-enclosure{
  0% {
transform: scale(1.1);
    margin-left: 0px;
}
100% {
    margin-left: -4000px;
}
}
}


@-webkit-keyframes credits {
/* Image Hovering */
  0% {
.hycontent a{
  margin-left: 0px;
opacity: 100 ;
  }
transition: opacity 0.5s;
100% {
}
    margin-left: -4000px;
  }


.hycontent:hover a, .hycontent:hover a p  {
opacity: 0.5 ;
transition: opacity 0.5s;
color: #9c8a7b !important;
}
}
@-moz-keyframes credits {
 
  0% {
.smwtable .row-even {
    margin-left: 0px;
     background-color: #2e2e2e;
}
100% {
     margin-left: -4000px;
}
}
@-o-keyframes credits {
  0% {
    margin-left: 0px;
}
100% {
    margin-left: -4000px;
}
}
.wrapper:hover{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    cursor: pointer;
-webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    animation-direction:normal;
}
}

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.