MediaWiki:Citizen.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→All CSS here will be loaded for users of the Citizen skin: →set max width and fix the background: html, body { position: relative; margin-left: auto !important; margin-right: auto !important; max-width: 1280px; }") |
(set the tooltip bg colour to something) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* All CSS here will be loaded for users of the Citizen skin */ | ||
.skin-citizen-dark { | |||
--bg3wiki-relative-location-bg: var(--color-surface-1); | |||
--bg3wiki-relative-location-header-bg-dark: var(--color-surface-3); | |||
--bg3wiki-tooltip-bg: var(--color-surface-2); | |||
--bg3wiki-documentation-bg: var(--color-surface-1); | |||
--bg3wiki-documentation-border: #a3caff; | |||
--bg3wiki-documentation-header-bg: var(--color-surface-3); | |||
} | } |
Latest revision as of 17:14, 6 November 2023
/* All CSS here will be loaded for users of the Citizen skin */
.skin-citizen-dark {
--bg3wiki-relative-location-bg: var(--color-surface-1);
--bg3wiki-relative-location-header-bg-dark: var(--color-surface-3);
--bg3wiki-tooltip-bg: var(--color-surface-2);
--bg3wiki-documentation-bg: var(--color-surface-1);
--bg3wiki-documentation-border: #a3caff;
--bg3wiki-documentation-header-bg: var(--color-surface-3);
}