Jump to content

MediaWiki:Common.css: Difference between revisions

From Meridian-Arch Wiki
No edit summary
No edit summary
Line 1: Line 1:
:root {
:root {
     /* 1. Primary Backgrounds */
     /* 1. Primary Backgrounds */
     --background-color-base: #0b0f0b;          /* Main page background */
     --background-color-base: #ffffff;          /* Main page background */
     --background-color-interactive-subtle: #121a12; /* Sidebar, boxes, cards */
     --background-color-interactive-subtle: #121a12; /* Sidebar, boxes, cards */
     --background-color-interactive: #1a261a;  /* Button hover states */
     --background-color-interactive: #1a261a;  /* Button hover states */

Revision as of 07:00, 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 */
}