|
Tags: Blanking Manual revert |
| (2 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| :root {
| |
| --color-base: #e0e0e0;
| |
| --color-emphasized: #f5f5f5;
| |
| --color-subtle: #b0b0b0;
| |
| --background-color-base: #1a1a1a;
| |
| --background-color-neutral: #202020;
| |
| --background-color-interactive: #2b2b2b;
| |
| --border-color-base: #444;
| |
| --border-color-subtle: #333;
| |
| }
| |
|
| |
|
| html, body {
| |
| background-color: #101418 !important;
| |
| color: #e0e0e0 !important;
| |
| }
| |
|
| |
| #content, .mw-body, .vector-body {
| |
| background-color: #1a1a1a !important;
| |
| color: #e0e0e0 !important;
| |
| }
| |
|
| |
| .vector-header-container, .vector-pinnable-header,
| |
| #mw-panel, .mw-portlet, .vector-menu-content {
| |
| background-color: #101418 !important;
| |
| }
| |
|
| |
| .mw-portlet a, .vector-menu-content a, #p-logo a, #p-personal a {
| |
| color: #a8c7e8 !important;
| |
| }
| |
|
| |
| a { color: #7ab8ff !important; }
| |
| a.new { color: #d67b7b !important; }
| |
|
| |
| h1, h2, h3, h4, h5,
| |
| .mw-heading, .mw-heading2, .mw-heading3 {
| |
| color: #f5f5f5 !important;
| |
| background-color: transparent !important;
| |
| border-color: #444 !important;
| |
| }
| |
|
| |
| .vector-toc, #toc, .toc {
| |
| background-color: #202020 !important;
| |
| color: #e0e0e0 !important;
| |
| border: 1px solid #444 !important;
| |
| }
| |
|
| |
| .vector-toc a, #toc a, .toc a {
| |
| color: #7ab8ff !important;
| |
| }
| |
|
| |
| .infobox {
| |
| background-color: #202020 !important;
| |
| color: #e0e0e0 !important;
| |
| border: 1px solid #444 !important;
| |
| }
| |
|
| |
| .infobox th { background-color: #2b2b2b !important; }
| |
|
| |
| #footer, #footer-info, #footer-places {
| |
| background-color: #101418 !important;
| |
| color: #999 !important;
| |
| }
| |