Theme

UWAGA!!!

To jest szablon strony używany wewnętrznie przez SCP Sandbox PL.

PROSZĘ NIE RUSZAĆ TEJ STRONY BEZ ZGODY ADMINISTRACJI!!!


/* Copy styling from SCP-EN Sigma-9 */
@import url("https://scp-pl.wdfiles.com/local--code/component%3Atheme/1");
 
/* Adjust header and background image */
#header {
    background-image: url('https://scp-sandbox-3.wdfiles.com/local--files/component%3Atheme/header-logo-sandbox.svg');
}
 
div#container-wrap {
    background-image: url('https://scp-sandbox-3.wikidot.com/local--files/component%3Atheme/body_bg.svg');
}
 
/*
 * Disable the "save draft" feature, due to security and usability issues.
 */
#edit-save-draft-button,
.button-cancel-and-leave-draft {
    display: none;
}
 
/* Green search box on PL sandbox */
#search-top-box-input {
    border: solid 1px #0D3D2E; /* CURSOR NOT ON SEARCH BOX - LONG BOX - BORDER*/
    background-color: #13781F; /* CURSOR NOT ON SEARCH BOX - LONG BOX */
}
#search-top-box-input:hover,
#search-top-box-input:focus {
    border: solid 1px #fff; /* CURSOR ON SEARCH BOX - LONG BOX - BORDER*/
    background-color: #0D3D2E; /* CURSOR ON SEARCH BOX - LONG BOX */
}
#search-top-box-form input[type=submit] {
    border: solid 1px #0D3D2E;
    background-color: #13781F;
    background: linear-gradient(to bottom, #19614A,#1C6B69,#1A4754);
}
#search-top-box-form input[type=submit]:focus {
    border: solid 1px #fff;
    color: #fff;
    background-color: #0D3D2E;
    background: linear-gradient(to bottom, #134737,#19614A,#269471);
}
 
/* NESTED TOPBAR */
#top-bar ul li ul li ul {
    border: solid 1px #666;
    left: 100%;
    top: 0;
    width: min-content;
}
 
#top-bar .mobile-top-bar ul li ul li ul {
    left: 50px;
    top: 19px;
}
 
#top-bar div > ul > li > ul > li > ul {
    visibility: hidden !important;
    z-index: 1;
}
 
#top-bar div > ul > li > ul > li:hover > ul {
    visibility: visible !important;
}
 
#top-bar div > ul > li > ul > li.sfhover > ul {
    visibility: visible !important;
}
O ile nie zaznaczono inaczej, treść tej strony objęta jest licencją Creative Commons Attribution-ShareAlike 3.0 License