MediaWiki:Citizen.css
MediaWiki interface page
More actions
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the Citizen skin */
:root.skin-citizen-dark {
--bgb-blue: #1c3f75;
--interface-blue: #4a70aa;
--dark-bg-blue: #182840;
background: var(--dark-bg-blue);
--color-primary: var(--interface-blue);
}
.mw-header-siteinfo .mw-wiki-title .mw-logo-wordmark {
color: rgb(255 255 255 / 100%);
}
body {
background: var(--dark-bg-blue);
color: rgb(255 255 255 / 80%);
}
.mw-body {
background: var(--dark-bg-blue);
}
.mw-footer {
background: var(--bgb-blue);
}
.last-modified-bar {
background: var(--dark-bg-blue);
}
.last-modified-bar-content {
background: var(--dark-bg-blue);
}