Difference between revisions of "User:Certified nqh/common.css"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
 
(82 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* NQH's coolly total and radically amazing ~extended~ dark mode */
+
/* This style sheet works with all skins. */
/* Fair warning, this one probably has a much lower chance of working. */
+
/* Made by NQH */
  
/* Sets everything to dark background. */
+
/* Set text color and BG color */
:not(a, .mw-wiki-logo) {background-color: #040302 !important; color: #DDD !important;}
+
:not(body, a) {color: #CCC !important; border-width: 1px !important; border-color: #222 !important;}
 +
div#mw_content {background-color: #111 !important;}
 +
div.mw-body, div.mw-body * {background-color: #111 !important;}
 +
:not(span) {font-family: Courier;}
 +
:not(span, p) {background-color: #020304 !important;}
  
/* Diff. */
+
/* Diff */
 
td.diff-context, td.diff-context * {color: #777 !important; border-color: #333 !important;}
 
td.diff-context, td.diff-context * {color: #777 !important; border-color: #333 !important;}
 
td.diff-deletedline {border-color: #F33 !important;}
 
td.diff-deletedline {border-color: #F33 !important;}
Line 12: Line 16:
 
ins.diffchange-inline {color: #5F5 !important;}
 
ins.diffchange-inline {color: #5F5 !important;}
  
/* Numbers in history view. */
+
/* History */
 
span.mw-plusminus-pos {color: #5F5 !important;}
 
span.mw-plusminus-pos {color: #5F5 !important;}
 
span.mw-plusminus-neg {color: #F55 !important;}
 
span.mw-plusminus-neg {color: #F55 !important;}
 
strong.mw-plusminus-pos {color: #0F0 !important; font-size: 1.2em;}
 
strong.mw-plusminus-pos {color: #0F0 !important; font-size: 1.2em;}
strong.mw-plusminus-pos {color: #0F0 !important; font-size: 1.2em;}
+
strong.mw-plusminus-neg {color: #F00 !important; font-size: 1.2em;}
  
/* Links. */
+
/* I use Courier font, make the placeholder text in the search box not real. */
a[href$="redlink=1"] {color: #F00 !important; text-decoration: line-through !important;}
+
input[name="search"]::placeholder {opacity: 0 !important;}
a:not([href$="redlink=1"]) {color: #88F !important;}
 
a:visited:not([href$="redlink=1"]) {color: #AAF !important;}
 
a:hover:not([href$="redlink=1"]) {color: #AAF !important; text-decoration: underline !important; font-weight: bold !important;}
 
a:active:not([href$="redlink=1"]) {color: #FFF !important; text-decoration: underline !important; font-weight: bold !important;}
 
  
/* Misc. */
+
/* I don't even use Vector. */
 
.mw-wiki-logo {background-color: white !important; filter: invert(100%);}
 
.mw-wiki-logo {background-color: white !important; filter: invert(100%);}
 +
 +
/* Links */
 +
a[href$="redlink=1"] {text-decoration: line-through !important; color: #922 !important;}
 +
a:not([href$="redlink=1"]) {color: #2C2 !important; background-color: #0000 !important;}
 +
a:visited:not([href$="redlink=1"]) {color: #5C5 !important;}
 +
a:hover:not([href$="redlink=1"]) {font-weight: bold; text-decoration: 0px !important; filter: drop-shadow(2px 2px 2px #2C2);}
 +
a:active:not([href$="redlink=1"]) {color: #FF0 !important;}
 +
a.mw-selflink::after, a.selflink::after { content: " (Here.)" }
 +
 +
/* Narcissism */
 +
a:hover[href$="/wiki/index.php/User:Certified_nqh"]::after { content: " Muss es sein?" !important; color: #F00 !important; filter: drop-shadow(2px 2px 2px #F00); }
 +
a[href$="/wiki/index.php/User:Certified_nqh"]::after { content: " (You)"; color: #FFE; filter: drop-shadow(2px 2px 2px #FFF); }

Latest revision as of 04:15, 10 November 2023

/* This style sheet works with all skins. */
/* Made by NQH */

/* Set text color and BG color */
:not(body, a) {color: #CCC !important; border-width: 1px !important; border-color: #222 !important;}
div#mw_content {background-color: #111 !important;}
div.mw-body, div.mw-body * {background-color: #111 !important;}
:not(span) {font-family: Courier;}
:not(span, p) {background-color: #020304 !important;}

/* Diff */
td.diff-context, td.diff-context * {color: #777 !important; border-color: #333 !important;}
td.diff-deletedline {border-color: #F33 !important;}
td.diff-addedline {border-color: #3F3 !important;}
del.diffchange-inline {color: #F55 !important;}
ins.diffchange-inline {color: #5F5 !important;}

/* History */
span.mw-plusminus-pos {color: #5F5 !important;}
span.mw-plusminus-neg {color: #F55 !important;}
strong.mw-plusminus-pos {color: #0F0 !important; font-size: 1.2em;}
strong.mw-plusminus-neg {color: #F00 !important; font-size: 1.2em;}

/* I use Courier font, make the placeholder text in the search box not real. */
input[name="search"]::placeholder {opacity: 0 !important;}

/* I don't even use Vector. */
.mw-wiki-logo {background-color: white !important; filter: invert(100%);}

/* Links */
a[href$="redlink=1"] {text-decoration: line-through !important; color: #922 !important;}
a:not([href$="redlink=1"]) {color: #2C2 !important; background-color: #0000 !important;}
a:visited:not([href$="redlink=1"]) {color: #5C5 !important;}
a:hover:not([href$="redlink=1"]) {font-weight: bold; text-decoration: 0px !important; filter: drop-shadow(2px 2px 2px #2C2);}
a:active:not([href$="redlink=1"]) {color: #FF0 !important;}
a.mw-selflink::after, a.selflink::after { content: " (Here.)" }

/* Narcissism */
a:hover[href$="/wiki/index.php/User:Certified_nqh"]::after { content: " Muss es sein?" !important; color: #F00 !important; filter: drop-shadow(2px 2px 2px #F00); }
a[href$="/wiki/index.php/User:Certified_nqh"]::after { content: " (You)"; color: #FFE; filter: drop-shadow(2px 2px 2px #FFF); }