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

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(shuffle shuffle)
Line 2: Line 2:
 
/* Made by NQH */
 
/* Made by NQH */
  
:not(body, a) {
+
/* Set text color and BG color */
color: #BBB !important;
+
:not(body, a) {color: #BBB !important; border-width: 1px !important; border-color: #222 !important;}
border-width: 1px !important;
+
:not(span) {background-color: #020304 !important; font-family: Courier;}
border-color: #222 !important;
 
}
 
 
 
:not(span) {
 
background-color: #020304 !important;
 
font-family: Courier;
 
}
 
 
 
td.diff-context, td.diff-context * {
 
color: #777 !important;
 
border-color: #333 !important;
 
}
 
  
 +
/* Diff */
 +
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;}
 
 
td.diff-addedline {border-color: #3F3 !important;}
 
td.diff-addedline {border-color: #3F3 !important;}
 
 
del.diffchange-inline {color: #F55 !important;}
 
del.diffchange-inline {color: #F55 !important;}
 
 
ins.diffchange-inline {color: #5F5 !important;}
 
ins.diffchange-inline {color: #5F5 !important;}
  
 +
/* 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 {
+
/* I use Courier font, make the placeholder text in the search box not real. */
color: #0F0 !important;
+
input[name="search"]::placeholder {opacity: 0 !important;}
font-size: 1.2em;
 
}
 
 
 
strong.mw-plusminus-pos {
 
color: #0F0 !important;
 
font-size: 1.2em;
 
}
 
 
 
input[name="search"]::placeholder {
 
opacity: 0 !important;
 
}
 
 
 
input[name="search"] {
 
color: white !important;
 
}
 
 
 
.mw-wiki-logo {
 
background-color: white !important;
 
filter: invert(100%);
 
}
 
 
 
a[href$="redlink=1"] {
 
text-decoration: line-through !important;
 
color: #922 !important;
 
}
 
 
 
a:not([href$="redlink=1"]) {
 
color: #292 !important;
 
}
 
 
 
a:visited:not([href$="redlink=1"]) {
 
color: #696 !important;
 
}
 
  
a:hover:not([href$="redlink=1"]) {
+
/* I don't even use Vector. */
font-weight: bold;
+
.mw-wiki-logo {background-color: white !important; filter: invert(100%);}
text-decoration: underline overline !important;
 
}
 
  
a:active:not([href$="redlink=1"]) {
+
a[href$="redlink=1"] {text-decoration: line-through !important; color: #922 !important;}
color: #992 !important;
+
a:not([href$="redlink=1"]) {color: #2C2 !important;}
}
+
a:visited:not([href$="redlink=1"]) {color: #5C5 !important;}
 +
a:hover:not([href$="redlink=1"]) {font-weight: bold; text-decoration: underline overline !important;}
 +
a:active:not([href$="redlink=1"]) {color: #FF0 !important;}

Revision as of 14:59, 23 October 2023

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

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

/* 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-pos {color: #0F0 !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%);}

a[href$="redlink=1"] {text-decoration: line-through !important; color: #922 !important;}
a:not([href$="redlink=1"]) {color: #2C2 !important;}
a:visited:not([href$="redlink=1"]) {color: #5C5 !important;}
a:hover:not([href$="redlink=1"]) {font-weight: bold; text-decoration: underline overline !important;}
a:active:not([href$="redlink=1"]) {color: #FF0 !important;}