Jump to content

MediaWiki:Common.css

From Meridian-Arch Wiki
Revision as of 07:00, 28 July 2026 by Evelyn344 (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
: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 */
}