Difference between revisions of "User:Certified nqh/common.css"
| Line 2: | Line 2: | ||
/* Made by NQH */ | /* Made by NQH */ | ||
| − | + | :not(body, a) { | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | :not(body) { | ||
background-color: black !important; | background-color: black !important; | ||
color: white !important; | color: white !important; | ||
border-width: 1px !important; | border-width: 1px !important; | ||
border-color: white !important; | border-color: white !important; | ||
| + | } | ||
| + | |||
| + | * { | ||
| + | font-family: Courier; | ||
} | } | ||
| Line 52: | Line 32: | ||
a:hover:not([href$="redlink=1"]) { | a:hover:not([href$="redlink=1"]) { | ||
| − | |||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
a:active:not([href$="redlink=1"]) { | a:active:not([href$="redlink=1"]) { | ||
| − | + | background-color: white !important; | |
color: black !important; | color: black !important; | ||
} | } | ||
Revision as of 14:50, 20 October 2023
/* This style sheet works with all skins. */
/* Made by NQH */
:not(body, a) {
background-color: black !important;
color: white !important;
border-width: 1px !important;
border-color: white !important;
}
* {
font-family: Courier;
}
.mw-wiki-logo {
background-color: white !important;
filter: invert(100%);
}
a[href$="redlink=1"] {
text-decoration: line-through !important;
color: #F00 !important;
}
a:not([href$="redlink=1"]) {
color: #0F0 !important;
}
a:visited:not([href$="redlink=1"]) {
color: #6F6 !important;
}
a:hover:not([href$="redlink=1"]) {
font-weight: bold;
}
a:active:not([href$="redlink=1"]) {
background-color: white !important;
color: black !important;
}
