Telecommunications Monitoring Office Theme
rating: +23+x

This is the Telecommunications Monitoring Office Theme by BattleblockB0ssBattleblockB0ss.

To use this theme, please put the following at the top of your page:

[[include :scp-wiki:theme:black-highlighter-theme]]
[[include :scp-wiki:theme:telecommunications-monitoring-office-theme]]

This theme is designed for Telecommunications Monitoring Office articles. It uses the Black Highlighter Theme, so please include that theme as well, as shown above.

@supports(display: grid) {
    :root {
        /* ===S-CSS-P INTEGRATION=== */
        /* If you're making a new CSS theme, please include the following three variables at minimum. */
        --theme-base: "black-highlighter";
        /* must be either "black-highlighter" or "sigma9" */
        --theme-id: "telecommunications-monitoring-office-theme";
        /* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */
        --theme-name: "Telecommunications Monitoring Office Theme";
        /* set this to your theme's full name */
 
        /* ===HEADER ELEMENTS=== */
        --logo-image: url("http://scp-wiki.wikidot.com/local--files/theme:telecommunications-monitoring-office-theme/TMO%20Logo%20Battle.png");
        --header-subtitle: "Telecommunications Monitoring Department";
 
        /* ===STANDARD THEME COLORS=== */
        --bright-accent: 183, 18, 52;
        --medium-accent: 183, 18, 52;
        --dark-accent: 183, 18, 52;
 
        /* ===HEADER GRADIENT=== */
        --header-gradient-color-bottom: 183, 18, 52;
 
        /* ===PRIMARY GRADIENTS=== */
        --diagonal-stripes: unset;
    }
h3,h6 {
    color: darkred;
}
.blockquote {
    background: rgb(var(--white-monochrome)) !important;
    border: rgb(183, 18, 52) solid !important;
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License