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://scpsandbox-pl.wdfiles.com/local--files/component%3Atheme/logo.png");
}
 
div#container-wrap {
    background-image: url("https://scpsandbox-pl.wikidot.com/local--files/component%3Atheme/body_bg.png");
}
 
/*
 * 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);
}
O ile nie zaznaczono inaczej, treść tej strony objęta jest licencją Creative Commons Attribution-ShareAlike 3.0 License