From SCP: Secret Laboratory English Official Wiki

No edit summary
No edit summary
Line 12: Line 12:
a:link, #ca-talk > span > a { color: #f2d7c1 !important; }
a:link, #ca-talk > span > a { color: #f2d7c1 !important; }


tabbernav {
ul.tabbernav li a {
    font-family: inherit !important;
border: 1px solid rgba(34,85,0,0.7) !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 {
border: 1px solid rgba(34,85,0,0.7) !important;
background: #c9ddc5 !important;
background: #c9ddc5 !important;
border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
Line 36: Line 20:
-o-border-radius: 5px 5px 0px 0px;
-o-border-radius: 5px 5px 0px 0px;
}
}
 
.tabberactive a {
ul.tabbernav li.tabberactive a {
    color: white !important;
background: #a9b78f !important;
    background: #59595c !important;
border: 1px solid #225500 !important;
}
border-radius: 5px 5px 0px 0px;
 
-moz-border-radius: 5px 5px 0px 0px;
.tabbernav :not(.tabberactive) a:hover {
-webkit-border-radius: 5px 5px 0px 0px;
    background: #282829 !important;
-o-border-radius: 5px 5px 0px 0px;
}
color: black !important;
 
font-weight: bold !important;
.tabbertab {
    border: none !important;
    padding: 0 !important;
}
 
.tabbernav {
    text-align:center;
}
}

Revision as of 03:39, 6 May 2020

/* CSS placed here will be applied to all skins */
body.page-User_Jamintheinfinite{        
    background: #414345 url(https://hub.scpslgame.com/images/7/73/Backgroundtest3.png) 0 0 no-repeat;
    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: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; }

ul.tabbernav li a {
	border: 1px solid rgba(34,85,0,0.7) !important;
	background: #c9ddc5 !important;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
}
 
ul.tabbernav li.tabberactive a {
	background: #a9b78f !important;
	border: 1px solid #225500 !important;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	color: black !important;
	font-weight: bold !important;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.