Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
mNo edit summary
mNo edit summary
Line 12: Line 12:
     /* Color for the sticky header */
     /* Color for the sticky header */
     --background-color-overlay: hsl(var(--color-primary__h),35%,12%);
     --background-color-overlay: hsl(var(--color-primary__h),35%,12%);
     /* Buttons */
     /* Buttons etc. */
     --color-primary: #1475E1;
     --color-primary: #1475E1;
    --color-primary--active: #105CB2;
    --color-primary--hover: #1783FF;
}
}

Revision as of 12:20, 31 March 2024

/* All CSS here will be loaded for users of the Citizen skin */
:root.skin-citizen-dark {
    --color-primary__l: 60%;
    --color-primary__h: 205;
    --color-primary__s: 54%;
    /* Main background */
    --color-surface-0: hsl(var(--color-primary__h),35%,12%);
    /* Background for dropdowns etc. */
    --color-surface-1: hsl(var(--color-primary__h),35%,12%);
    /* Footer and legend background */
    --color-surface-2: hsl(var(--color-primary__h),35%,16%);
    /* Color for the sticky header */
    --background-color-overlay: hsl(var(--color-primary__h),35%,12%);
    /* Buttons etc. */
    --color-primary: #1475E1;
    --color-primary--active: #105CB2;
    --color-primary--hover: #1783FF;
}