From SCP: Secret Laboratory English Official Wiki

No edit summary
No edit summary
Line 13: Line 13:


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


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


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


.tabberactive a {
.tabberactive a {
     color: white !important;
     color: white;
     background: #59595c !important;
     background: #59595c;
}
}


.tabbernav :not(.tabberactive) a:hover {
.tabbernav :not(.tabberactive) a:hover {
     background: #282829 !important;
     background: #282829;
}
}


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



Revision as of 03:30, 6 May 2020

/* CSS placed here will be applied to all skins */
body.page-User_Jamintheinfinite{        
    background: #414345 url() 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; }

tabbernav {
    font-family: inherit;
    font-weight: normal;
    font-size: 16px;
    overflow: hidden;
    padding: 0.3em 0;
}

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

.tabbernav li {
    display: inline-block;
    margin-top: 11px;
}

.tabberactive a {
    color: white;
    background: #59595c;
}

.tabbernav :not(.tabberactive) a:hover {
    background: #282829;
}

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

.tabbernav {
    text-align:center;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.