FOUNDATION 198X theme
rating: 0+x

Preface:

This is the SANDBOX theme testing page for my to-be FOUNDATION 198X series of tales and SCPs. Theme by MarcusLCrassus. To use this theme, put the following on the top any page:

[[include :scp-sandbox-3:foundation198xtheme]]

Code below:

/*
    FOUNDATION 198X
    [2020 Wikidot Theme]
    Created for the SCP Wiki by MarcusLCrassus, credit to 7happy7 et al. for CSS Theme Preparation Tool
    CC BY-SA 3.0
*/
 
body {
    background: rgb(40,9,4);
    color: rgb(216, 204, 204);
}
a,a:visited {
    color: rgb(173, 25, 86);
}
h1,h2,h3,h4,h5,h6 {
    color: #FFFFFF;
}
blockquote {
    background: rgb(29, 33, 72)
}
div#container-wrap {
    background: url(http://scp-sandbox-3.wdfiles.com/local--files/foundation198xtheme/198xbg) top left repeat-x;
}
div#header {
    background: url(http://scp-sandbox-3.wdfiles.com/local--files/foundation198xtheme/198xlogo) 10px 40px no-repeat;
}
div#header h1 a span {
    font-size: 0px;
}
div#header h1 a:before {
    content: "FOUNDATION 198X";
    color: rgb(216, 204, 204);
    text-shadow: 3px 3px 5px #000000;
}
div#header h2 span {
    font-size:0px;
    padding: 4px;
}
div#header h2:after {
    content: "Containing With Style";
    font-weight: bold;
    color: #FC4B2A;
    padding: 19px 0;
    text-shadow: 1px 1px 1px rgb(0,0,0);
    white-space: pre;
}
div#side-bar div.side-block {
    background: rgb(29, 33, 72);
    border: #AD1F24;
    box-shadow: #FFFFFF;
    border-radius: 5px;
}
div#side-bar div.side-block div.heading,
div#side-bar div.collapsible-block-unfolded-link,
div#side-bar div.collapsible-block-unfolded-link div.collapsible-block-link {
    color: #AD1F24;
    border-color: #AD1F24;
}
div.scpnet-interwiki-wrapper {
    filter: hue-rotate(0deg) saturate(0%) brightness(100%) grayscale(50%) sepia(100%);
}
div.yui-navset div.yui-content {
    background: rgb(29, 33, 72);
}
div.open-menu a {
    color: rgb(29, 33, 72)!important;
    border-color: rgb(29, 33, 72)!important;
}