Theme
See Sigma-9 for information on this theme. The below code mirrors whatever is present there.
/* Copy styling from SCP-EN Sigma-9 */ @import url(https://scpwiki.github.io/sigma/css/sigma.min.css); /* Adjust header and background image */ #header { background-image: url("https://scp-sandbox-3.wdfiles.com/local--files/component%3Atheme/logo.png"); } div#container-wrap { background-image: url("https://scp-sandbox-3.wikidot.com/local--files/component%3Atheme/body_bg.png"); } /* * 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; }