MediaWiki:Citizen.css
MediaWiki-interfacepagina
Meer acties
Opmerking: na het publiceren moet je misschien je browsercache legen om de veranderingen te zien.
- Firefox / Safari: houd Shift ingedrukt terwijl u:je op Vernieuwen klikt of druk op Ctrl-F5 of Ctrl-R (⌘-Shift-R op een Mac)
- Google Chrome: druk op Ctrl-Shift-R (⌘-Shift-R op een Mac)
- Edge: houd Ctrl ingedrukt terwijl u:je op Vernieuwen klikt of druk op Ctrl-F5.
: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);
--background-color-progressive--hover: rgba(63, 45, 45, .6);
--background-color-progressive--active: rgba(63, 45, 45, 1);
--color-link: rgba(255, 168, 8, .8);
--color-link-hover: rgba(255, 168, 8, .8);
--color-link-active: rgba(255, 168, 8, .8);
--color-base: rgba(255, 255, 255, .7);
--color-emphasized: rgba(255, 255, 255, 1);
--color-subtle: rgba(255, 255, 255, .5);
--color-progressive: rgba(63, 45, 45, 1);
--color-progressive--hover: rgba(63, 45, 45, .6);
--background-color-destructive: #ff0000cc;
}
#footer-icons a {
background: transparent;
}
#skin-client-prefs-skin-theme, #skin-client-prefs-citizen-feature-pure-black, #skin-client-prefs-citizen-feature-performance-mode {
display: none !important;
}
.cdx-button:enabled:hover, .cdx-button.cdx-button--fake-button--enabled:hover {
border-color: var(--color-subtle);
}