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

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
Line 1: Line 1:
/* This style sheet works with all skins. */
+
/* NQH's coolly total and radically amazing ~extended~ dark mode */
/* Made by NQH */
+
/* Fair warning, this one probably has a much lower chance of working. */
  
:not(body, a) {
+
:not(a, .mw-wiki-logo) {
  color: #BBB !important;
+
  background-color: black !important;
  border-width: 1px !important;
+
  color: white !important;
border-color: #555 !important;
 
 
}
 
}
  
*:not(span) {
+
span.mw-plusminus-pos {
  background-color: #020304 !important;
+
  color: #5F5 !important;
font-family: Courier;
 
 
}
 
}
 
+
span.mw-plusminus-neg {
input[name="search"]::placeholder {
+
color: #F55 !important;
  opacity: 0 !important;
+
}
 +
strong.mw-plusminus-pos {
 +
  color: #0F0 !important;
 +
font-size: 1.2em;
 
}
 
}
 
+
span.mw-plusminus-pos {
input[name="search"] {
+
  color: #5F5 !important;
  color: white !important;
+
font-size: 1.2em;
 
}
 
}
  
Line 27: Line 28:
  
 
a[href$="redlink=1"] {
 
a[href$="redlink=1"] {
 +
color: #F00 !important;
 
  text-decoration: line-through !important;
 
  text-decoration: line-through !important;
color: #C22 !important;
 
 
}
 
}
  
 
a:not([href$="redlink=1"]) {
 
a:not([href$="redlink=1"]) {
  color: #2C2 !important;
+
  color: #88F !important;
 
}
 
}
  
 
a:visited:not([href$="redlink=1"]) {
 
a:visited:not([href$="redlink=1"]) {
  color: #8C8 !important;
+
  color: #AAF !important;
 
}
 
}
  
 
a:hover:not([href$="redlink=1"]) {
 
a:hover:not([href$="redlink=1"]) {
  font-weight: bold;
+
  color: #AAF !important;
  text-decoration: underline overline !important;
+
  text-decoration: underline !important;
 +
font-weight: bold !important;
 
}
 
}
  
 
a:active:not([href$="redlink=1"]) {
 
a:active:not([href$="redlink=1"]) {
  color: #CC2 !important;
+
  color: #FFF !important;
 +
text-decoration: underline !important;
 +
font-weight: bold !important;
 
}
 
}

Revision as of 02:34, 23 October 2023

/* NQH's coolly total and radically amazing ~extended~ dark mode */
/* Fair warning, this one probably has a much lower chance of working. */

:not(a, .mw-wiki-logo) {
 background-color: black !important;
 color: white !important;
}

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;
}
span.mw-plusminus-pos {
 color: #5F5 !important;
 font-size: 1.2em;
}

.mw-wiki-logo {
 background-color: white !important;
 filter: invert(100%);
}

a[href$="redlink=1"] {
 color: #F00 !important;
 text-decoration: line-through !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;
}