Difference between revisions of "User:Certified nqh/common.css"
| Line 1: | Line 1: | ||
| − | /* | + | /* This style sheet works with all skins. */ |
| − | /* | + | /* Made by NQH */ |
| − | + | :not(body, a) { | |
| − | :not(a | + | color: #BBB !important; |
| + | border-width: 1px !important; | ||
| + | border-color: #555 !important; | ||
| + | } | ||
| − | + | *:not(span) { | |
| − | + | background-color: #020304 !important; | |
| − | + | font-family: Courier; | |
| − | + | } | |
| − | |||
| − | |||
| − | + | input[name="search"]::placeholder { | |
| − | + | opacity: 0 !important; | |
| − | + | } | |
| − | |||
| − | |||
| − | + | input[name="search"] { | |
| − | + | color: white !important; | |
| − | + | } | |
| − | |||
| − | |||
| − | |||
| − | + | .mw-wiki-logo { | |
| − | .mw-wiki-logo {background-color: white !important; filter: invert(100%);} | + | background-color: white !important; |
| + | filter: invert(100%); | ||
| + | } | ||
| + | |||
| + | a[href$="redlink=1"] { | ||
| + | text-decoration: line-through !important; | ||
| + | color: #C22 !important; | ||
| + | } | ||
| + | |||
| + | a:not([href$="redlink=1"]) { | ||
| + | color: #2C2 !important; | ||
| + | } | ||
| + | |||
| + | a:visited:not([href$="redlink=1"]) { | ||
| + | color: #8C8 !important; | ||
| + | } | ||
| + | |||
| + | a:hover:not([href$="redlink=1"]) { | ||
| + | font-weight: bold; | ||
| + | text-decoration: underline overline !important; | ||
| + | } | ||
| + | |||
| + | a:active:not([href$="redlink=1"]) { | ||
| + | color: #CC2 !important; | ||
| + | } | ||
Revision as of 03:04, 23 October 2023
/* This style sheet works with all skins. */
/* Made by NQH */
:not(body, a) {
color: #BBB !important;
border-width: 1px !important;
border-color: #555 !important;
}
*:not(span) {
background-color: #020304 !important;
font-family: Courier;
}
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: #C22 !important;
}
a:not([href$="redlink=1"]) {
color: #2C2 !important;
}
a:visited:not([href$="redlink=1"]) {
color: #8C8 !important;
}
a:hover:not([href$="redlink=1"]) {
font-weight: bold;
text-decoration: underline overline !important;
}
a:active:not([href$="redlink=1"]) {
color: #CC2 !important;
}
