MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
Created page with "→All CSS here will be loaded for users of the Citizen skin: :root { --font-family-citizen-base: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --color-progressive-oklch__l: 0.5447; --color-progressive-oklch__c: 0.2121; --color-progressive-oklch__h: 23.85; --color-progressive-hsl__h: 352.62; --color-p..." |
No edit summary |
||
| Line 8: | Line 8: | ||
--color-progressive-hsl__s: 82.38; | --color-progressive-hsl__s: 82.38; | ||
--color-progressive-hsl__l: 44.51; | --color-progressive-hsl__l: 44.51; | ||
/*--color-surface-0: */ | |||
/*--color-surface-1: */ | |||
/*--color-surface-2: */ | |||
/*--color-surface-3: */ | |||
/*--color-surface-4: */ | |||
} | |||
:root.skin-theme-clientpref-night { | |||
--color-surface-0: black; | |||
--color-surface-1: black; | |||
--color-surface-2: black; | |||
--color-surface-3: black; | |||
--color-surface-4: black; | |||
--color-base: pink; | |||
--color-base--emphasized: pink; | |||
--color-base--subtle: pink; | |||
} | } | ||
Revision as of 08:11, 20 November 2025
/* All CSS here will be loaded for users of the Citizen skin */
:root {
--font-family-citizen-base: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--color-progressive-oklch__l: 0.5447;
--color-progressive-oklch__c: 0.2121;
--color-progressive-oklch__h: 23.85;
--color-progressive-hsl__h: 352.62;
--color-progressive-hsl__s: 82.38;
--color-progressive-hsl__l: 44.51;
/*--color-surface-0: */
/*--color-surface-1: */
/*--color-surface-2: */
/*--color-surface-3: */
/*--color-surface-4: */
}
:root.skin-theme-clientpref-night {
--color-surface-0: black;
--color-surface-1: black;
--color-surface-2: black;
--color-surface-3: black;
--color-surface-4: black;
--color-base: pink;
--color-base--emphasized: pink;
--color-base--subtle: pink;
}