Theme

See Sigma-10 for information on this theme. The below code mirrors whatever is present there.


/* Copy styling from SCP-EN Sigma-10 */
@import url('https://cdn.scpwiki.com/theme/en/sigma/css/sigma.min.css');
 
/* 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.
 * See https://scp-sandbox-3.wikidot.com/no-drafts
 */
#edit-save-draft-button,
.button-cancel-and-leave-draft {
    display: none;
}