MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | :root { | ||
/* 1. Primary Backgrounds */ | |||
background-color: # | --background-color-base: #0b0f0b; /* Main page background */ | ||
color: # | --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 */ | |||
color: # | /* 3. Links */ | ||
--color-link: #33ff99; /* Standard links */ | |||
--color-link--visited: #00b34a; /* Visited links */ | |||
--color-link--red: #ff3344; /* Missing page / red links */ | |||
/* 4. Borders & Lines */ | |||
color: # | --border-color-base: #003311; /* Dividers and borders */ | ||
--border-color-interactive: #006622; /* Active borders */ | |||
color: # | |||
/* | |||
color: # | |||
. | |||
border-color: # | |||
} | } | ||
Revision as of 07:00, 28 July 2026
:root {
/* 1. Primary Backgrounds */
--background-color-base: #0b0f0b; /* 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 */
}