Difference between revisions of "User:Firestar233/vector.css"
Firestar233 (talk | contribs) m |
Firestar233 (talk | contribs) m |
||
| Line 1: | Line 1: | ||
/* dark mode */ | /* dark mode */ | ||
:root { | :root { | ||
| − | --link-base:#f9ba52 | + | --link-base:#f9ba52; |
| − | --link-visited:#f4ff7f | + | --link-visited:#f4ff7f; |
} | } | ||
#mw-page-base { | #mw-page-base { | ||
| Line 12: | Line 12: | ||
#mw-panel { | #mw-panel { | ||
background-color:#1e1e1e | background-color:#1e1e1e | ||
| + | } | ||
| + | .mw-body { | ||
| + | background-color:#2e2e2e | ||
} | } | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
| Line 17: | Line 20: | ||
} | } | ||
.mediawiki { | .mediawiki { | ||
| − | background-color:#1e1e1e | + | background-color:#1e1e1e; |
| + | color:#d7d7d7; | ||
} | } | ||
.noprint { | .noprint { | ||
Revision as of 06:37, 27 December 2025
/* dark mode */
:root {
--link-base:#f9ba52;
--link-visited:#f4ff7f;
}
#mw-page-base {
background-image:none
}
#mw-head-base {
background-image:none
}
#mw-panel {
background-color:#1e1e1e
}
.mw-body {
background-color:#2e2e2e
}
.mw-wiki-logo {
filter:invert(1)
}
.mediawiki {
background-color:#1e1e1e;
color:#d7d7d7;
}
.noprint {
background-color:#1e1e1e
}
a {
color:var(--link-base)/*#f9ba52 #0645ad*/
}
a:visited {
color:var(--link-visited)/*#f4ff7f #0b0080*/
}
div#mw-panel div.portal div.body ul li a {
color:var(--link-base)
}
div#mw-panel div.portal div.body ul li a:visited {
color:var(--link-visited)
}
