From SCP: Secret Laboratory English Official Wiki

No edit summary
No edit summary
Line 9: Line 9:
     background-size:1920px 1080px;
     background-size:1920px 1080px;
     }
     }
.mw-header {
  #mw-page-base {
     background: #414345 url(https://hub.scpslgame.com/images/e/e5/CC_049_Room.png) 100% 100% no-repeat;
     background-position: bottom left;
    background-color: #fbfbfb;
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(50%, #ffffff), color-stop(100%, #f6f6f6));
    background-image: -webkit-linear-gradient(top, #ffffff 50%, #f6f6f6 100%);
    background-image: -moz-linear-gradient(top, #ffffff 50%, #f6f6f6 100%);
    background-image: linear-gradient(to bottom, #ffffff 50%, #f6f6f6 100%);
   }
   }
/* Link Colors*/
/* Link Colors*/

Revision as of 22:48, 5 May 2020

/* CSS placed here will be applied to all skins */
/* Page backgrounds*/

.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;
    }
  #mw-page-base {
    background-position: bottom left;
    background-color: #fbfbfb;
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(50%, #ffffff), color-stop(100%, #f6f6f6));
    background-image: -webkit-linear-gradient(top, #ffffff 50%, #f6f6f6 100%);
    background-image: -moz-linear-gradient(top, #ffffff 50%, #f6f6f6 100%);
    background-image: linear-gradient(to bottom, #ffffff 50%, #f6f6f6 100%);
  }
/* Link Colors*/
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; }

/* Tabber formatting*/
tabbernav {
    font-family: inherit !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: white !important;
    border: none !important;
    background: #282829 !important;
}

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

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

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

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

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