|
|
| (24 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| /* === GLOBAL OVERRIDE: FORCE DARK EVERYTHING === */
| | #ca-talk { display: none !important; } |
| html, body, * {
| |
| background-color: #000 !important;
| |
| color: #fff !important;
| |
| border-color: #333 !important;
| |
| }
| |
| | |
| /* === LINKS === */
| |
| a {
| |
| color: #ff0 !important;
| |
| }
| |
| a:visited {
| |
| color: #ccc !important;
| |
| }
| |
| | |
| /* === TABLES, INFOBOXES, THUMBS, TOC === */
| |
| table,
| |
| .infobox,
| |
| .toc,
| |
| .thumb,
| |
| .thumbinner,
| |
| .mw-parser-output table,
| |
| .mw-parser-output .thumb,
| |
| .mw-parser-output .thumbinner {
| |
| background-color: #111 !important;
| |
| color: #fff !important;
| |
| border-color: #333 !important;
| |
| }
| |
| | |
| /* === FORMS, INPUTS, BUTTONS === */
| |
| input,
| |
| textarea,
| |
| select,
| |
| button {
| |
| background-color: #111 !important;
| |
| color: #fff !important;
| |
| border: 1px solid #444 !important;
| |
| }
| |
| | |
| /* === SPECIAL PAGES (Preferences, Upload, RecentChanges, etc.) === */
| |
| .mw-specialpage,
| |
| .mw-htmlform,
| |
| .mw-htmlform-field,
| |
| .mw-htmlform-submit,
| |
| .mw-htmlform-field-HTMLTextField,
| |
| .mw-htmlform-field-HTMLSelectField,
| |
| .mw-htmlform-field-HTMLCheckField {
| |
| background-color: #000 !important;
| |
| color: #fff !important;
| |
| }
| |
| | |
| /* === EDITOR === */
| |
| .wikiEditor-ui,
| |
| .wikiEditor-ui textarea,
| |
| #wpTextbox1 {
| |
| background-color: #000 !important;
| |
| color: #fff !important;
| |
| }
| |
| | |
| /* === FIX RANDOM WHITE GAPS === */
| |
| div,
| |
| section,
| |
| article,
| |
| header,
| |
| footer,
| |
| nav {
| |
| background-color: transparent !important;
| |
| } | |
| | |
|
| |
|
| /* === FORCE DARK ON ALL CONTENT BLOCKS === */ | | /* Hide mobile version on desktop */ |
| .mw-parser-output, | | .episode-image-mobile { |
| .mw-parser-output h1,
| | display: none; |
| .mw-parser-output h2,
| |
| .mw-parser-output h3,
| |
| .mw-parser-output p,
| |
| .mw-parser-output ul,
| |
| .mw-parser-output li,
| |
| .mw-parser-output table,
| |
| .mw-parser-output td,
| |
| .mw-parser-output th,
| |
| .mw-parser-output .mw-message-box,
| |
| .mw-parser-output .plainlinks,
| |
| .mw-parser-output .mw-headline {
| |
| background-color: #000 !important; | |
| color: #fff !important;
| |
| border-color: #333 !important;
| |
| } | | } |
|
| |
|
| /* === FIX WHITE TABS AND PAGE HEADER === */ | | /* Hide desktop version on small screens */ |
| #contentSub,
| | @media screen and (max-width: 600px) { |
| #mw-content-subtitle,
| | .episode-image-desktop { |
| #mw-page-base,
| | display: none; |
| #mw-head-base,
| | } |
| #mw-content-text,
| | .episode-image-mobile { |
| #mw-content,
| | display: block; |
| #firstHeading {
| | } |
| background-color: #000 !important;
| |
| color: #fff !important; | |
| border-color: #333 !important; | |
| } | | } |