MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
Tag: Undo |
||
| Line 18: | Line 18: | ||
--border-color-base: #003311; /* Dividers and borders */ | --border-color-base: #003311; /* Dividers and borders */ | ||
--border-color-interactive: #006622; /* Active borders */ | --border-color-interactive: #006622; /* Active borders */ | ||
} | |||
body.skin-theme-clientpref-dark, | |||
.skin-vector-abve body, | |||
html.skin-theme-clientpref-dark { | |||
color: #c7d9ed !important; | |||
} | |||
body.skin-theme-clientpref-dark #firstHeading, | |||
body.skin-theme-clientpref-dark .mw-page-title-main { | |||
color: #c7d9ed !important; | |||
} | |||
body.skin-theme-clientpref-dark .mw-body, | |||
body.skin-theme-clientpref-dark #content { | |||
background-color: #040a12 !important; | |||
color: #c7d9ed !important; | |||
} | } | ||
Revision as of 07:08, 28 July 2026
:root {
/* 1. Primary Backgrounds */
--background-color-base: #ffffff; /* Main page background */
--background-color-interactive-subtle: #121a12; /* Sidebar, boxes, cards */
--background-color-interactive: #1a261a; /* Button hover states */
/* 2. Text & Content Colors */
--color-base: #00ff66; /* Standard body text color */
--color-emphasized: #33ff88; /* Titles, bold text, headers */
--color-subtle: #00aa44; /* Muted/secondary text */
/* 3. Links */
--color-link: #33ff99; /* Standard links */
--color-link--visited: #00b34a; /* Visited links */
--color-link--red: #ff3344; /* Missing page / red links */
/* 4. Borders & Lines */
--border-color-base: #003311; /* Dividers and borders */
--border-color-interactive: #006622; /* Active borders */
}
body.skin-theme-clientpref-dark,
.skin-vector-abve body,
html.skin-theme-clientpref-dark {
color: #c7d9ed !important;
}
body.skin-theme-clientpref-dark #firstHeading,
body.skin-theme-clientpref-dark .mw-page-title-main {
color: #c7d9ed !important;
}
body.skin-theme-clientpref-dark .mw-body,
body.skin-theme-clientpref-dark #content {
background-color: #040a12 !important;
color: #c7d9ed !important;
}