MediaWiki:Citizen.css: verschil tussen versies
MediaWiki-interfacepagina
Meer acties
Nieuwe pagina aangemaakt met '→Alle hier geplaatste CSS-code wordt geladen voor gebruikers van de vormgeving Citizen: →=============================================== CITIZEN BROWN THEME — BASE COLOR #3e1c00 ===============================================: →---------- GLOBAL COLORS ----------: :root { --brown-dark: #1e0e00; --brown-base: #3e1c00; --brown-light: #60320a; --brown-soft: #8a5a2e; --accent-gold: #d9a35a; --accent-gold-light: #f1c98a…' |
Geen bewerkingssamenvatting |
||
| (23 tussenliggende versies door dezelfde gebruiker niet weergegeven) | |||
| Regel 1: | Regel 1: | ||
:root { | :root { | ||
--color-surface-2: #5D4141; | |||
--color-surface-1: #3F2D2D; | |||
/* --color-surface-0: #3E1C00;*/ | |||
--color-surface-0: #5D4141; | |||
/* -- | |||
--background-color-progressive: rgba(63, 45, 45, 1); | |||
--color-base: rgba(255, 255, 255, .7); | |||
--color-emphasized: rgba(255, 255, 255, 1); | |||
--color-subtle: rgba(255, 255, 255, .5); | |||
} | } | ||
#footer-icons a { | |||
background: transparent; | |||
} | } | ||
#skin-client-prefs-citizen-feature-custom-width, #skin-client-prefs-citizen-feature-pure-black, #skin-client-prefs-citizen-feature-performance-mode { | |||
display: none; | |||
} | } | ||
.cdx-button:enabled:hover, .cdx-button.cdx-button--fake-button--enabled:hover { | |||
border-color: var(--color-base); | |||
} | } | ||
Versie van 5 dec 2025 20:32
:root {
--color-surface-2: #5D4141;
--color-surface-1: #3F2D2D;
/* --color-surface-0: #3E1C00;*/
--color-surface-0: #5D4141;
--background-color-progressive: rgba(63, 45, 45, 1);
--color-base: rgba(255, 255, 255, .7);
--color-emphasized: rgba(255, 255, 255, 1);
--color-subtle: rgba(255, 255, 255, .5);
}
#footer-icons a {
background: transparent;
}
#skin-client-prefs-citizen-feature-custom-width, #skin-client-prefs-citizen-feature-pure-black, #skin-client-prefs-citizen-feature-performance-mode {
display: none;
}
.cdx-button:enabled:hover, .cdx-button.cdx-button--fake-button--enabled:hover {
border-color: var(--color-base);
}