MediaWiki:Vector-2022.css: Difference between revisions
Appearance
Orangestar (talk | contribs) No edit summary |
Orangestar (talk | contribs) test because dark mode is real |
||
| Line 1: | Line 1: | ||
/* | /* Must be good in both dark and light mode. */ | ||
body | body | ||
{ | { | ||
background: #222; | /*background: #222; | ||
color: white; | color: white; | ||
--background-color-base: #222; | --background-color-base: #222; | ||
--primary: white; | --primary: white; */ | ||
--link: #FF2020; | --link: #FF2020; | ||
| Line 23: | Line 16: | ||
--heading: #CCC; | --heading: #CCC; | ||
} | } | ||
a { color: var(--link); } | a { color: var(--link); } | ||
| Line 43: | Line 26: | ||
.vector-toc .vector-toc-list-item-active.vector-toc-level-1-active > .vector-toc-link | .vector-toc .vector-toc-list-item-active.vector-toc-level-1-active > .vector-toc-link | ||
{ | { | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
| Line 66: | Line 42: | ||
} | } | ||
/* | |||
.vector-pinnable-element .vector-menu-heading { | .vector-pinnable-element .vector-menu-heading { | ||
color: var(--heading); | color: var(--heading); | ||
| Line 72: | Line 49: | ||
.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend { | .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend { | ||
background-color: var(--background-color-base); | background-color: var(--background-color-base); | ||
} */ | } */ | ||
Revision as of 21:03, 14 June 2025
/* Must be good in both dark and light mode. */
body
{
/*background: #222;
color: white;
--background-color-base: #222;
--primary: white; */
--link: #FF2020;
--link-new: #AA0000;
--link--visited: #FF8080;
--link-new--visited: #AA4040;
--heading: #CCC;
}
a { color: var(--link); }
a:visited { color: var(--link--visited); }
a.new { color: var(--link-new); }
a.new:visited { color: var(--link-new--visited); }
.vector-toc .vector-toc-list-item-active > .vector-toc-link,
.vector-toc .vector-toc-level-1-active:not(.vector-toc-list-item-expanded) > .vector-toc-link,
.vector-toc .vector-toc-list-item-active.vector-toc-level-1-active > .vector-toc-link
{
font-weight: bold;
}
.vector-pinnable-element .mw-list-item a,
.vector-dropdown-content .mw-list-item a,
.vector-pinnable-element .mw-list-item a:not(.mw-selflink):visited,
.vector-dropdown-content .mw-list-item a:not(.mw-selflink):visited,
.vector-toc .vector-toc-link,
.vector-menu-tabs .mw-list-item a,
#pt-userpage-2 a:not(.mw-selflink),
.mw-parser-output a.extiw,
.mw-parser-output a.external
{
color: var(--link)
}
/*
.vector-pinnable-element .vector-menu-heading {
color: var(--heading);
}
.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
background-color: var(--background-color-base);
} */