Rating:
Rating con modulo scp-wiki:info:start/more/end:
Rating con modulo author-label-source start/end:
Questo è un tema creato da QuantumCryptographer a partire dalla DarkMode (già presente sul sito) creata da Dr_Grom. Questo tema è una modifica puramente estetica del tema di base della SCP Foundation, ovvero Sigma-9.
Per importare questo tema, inserire il seguente codice all'inizio:
[[include :fondazionescp:theme:quantumdark]]
Schema Colori
Questo tema utilizza il seguente schema di colori:
Descrizione | Variabile | Valore |
---|---|---|
Accent Color | ct_col_link | #e11 |
Link già visitato | ct_col_link-visited | #50C878 |
Header h1 | ct_col_h1-txt | #e11 |
Descrizione | Colore |
---|---|
Background (main content) | #19191B |
Testo (main content) | #d8d8d8 |
Sfondo image-caption | #333 |
Sfondo blockquote | #202023 |
Templates-IT (Troubleshooting)
Bisogna prestare un minimo di attenzione quando si utilizzano i Templates-IT con questo tema. In generale, è sufficiente dichiarare esplicitamente il colore del testo per risolvere eventuali difetti estetici (attualmente presenti anche con la DarkMode). È sufficiente fare un singolo esempio per chiarire il concetto.
Source Code:
/* Quantum Dark Theme [2022 Wikidot Theme - CC BY-SA 3.0] By QuantumCryptographer Applicable to -IT version of Sigma-9 */ /* ROOT VARIABILES */ :root{ --ct_col_h1-txt: #e11; --ct_col_link: #e11; --ct_col_link-visited: #50C878; --txtarea_scrollbar_track: #afafaf; --txtarea_scrollbar_thumb: #e5e5e5; } /* --- LINK COLOR --- */ a { color: var(--ct_col_link); } a:visited { color: var(--ct_col_link-visited); } /* --- H1 and PAGE-TITLE COLOR --- */ h1, #page-title { color: var(--ct_col_h1-txt); } /* --- TOP PART --- */ div#container-wrap{ background: url(http://aisen.wikidot.com/local--files/theme:black/body_bg.png) top left repeat-x; } /*--- SIDE BAR ---*/ #side-bar .heading { border-bottom: 1px solid #766; color: #ff8c00; } #side-bar .side-block { background-color: #19191b; border: 1px solid #766; } #side-bar:target .close-menu { background: rgba(0,0,0,0.4) 1px 1px repeat; } #side-bar div.menu-item a { color: #c11; } #side-bar .side-block.yellow { background: #1f1f17; } #side-bar .side-block.green { background: #171f17; } #side-bar .side-block.blue { background: #17171f; } #side-bar .side-block.red { background: #1f1010; } /* ---- MAIN BODY ---- */ #content-wrap{ background-color: #19191B color: #d8d8d8; } #container-wrap-wrap{ background-color: #19191B; color: #d8d8d8; } /* --- BLOCKQUOTE --- */ blockquote, div.blockquote, .borderless-tabs .yui-content blockquote { background-color: #202023; color: #d8d8d8; } /* SCP IMAGE CAPTION */ .scp-image-block .scp-image-caption{ background-color: #333; color: #d8d8d8; } /* INPUT: TextArea */ input.text, textarea { background: #070709; border-color: #666; color: #d8d8d8; } /* Scrollbar Patch */ #edit-page-textarea::-webkit-scrollbar-track { background: var(--txtarea_scrollbar_track); } #edit-page-textarea::-webkit-scrollbar-thumb { background: var(--txtarea_scrollbar_thumb); } /* --- TEXT-COLOR PATCHES --- */ table.wiki-content-table th{ color: #333; } .yui-navset .yui-content { color: #333; } #lock-info { background-color: #333; color: #d8d8d8; } .code{ color: #333; } /* Rating Modules */ #page-content .authorbox{ color: #333; } .modalbox{ color: #333; } .modalbox .credit { color: #333; } .modalbox .modalbox-title { color: #333; } .creditButton a { color: #fff6f0; } /* Interwiki Frame */ .scpnet-interwiki-frame { filter: invert(80%) hue-rotate(187deg) brightness(.35) saturate(5.3); }