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 */
@font-face {
font-family: 'Helvetica Black';
src: url('https://verybad.wiki/images/3/3f/Helveticablackoriginal_bold.otf') format('opentype');
font-weight: 900;
font-style: normal;
font-display: swap;
}
.skin-citizen h1,
.skin-citizen h2,
.skin-citizen h3,
.skin-citizen h4,
.skin-citizen h5,
.skin-citizen h6 {
font-family: 'Helvetica Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 900;
}
:root.skin-theme-clientpref-night {
--tg-border-color-base: rgba(255, 255, 255, 0.05);
--tg-border-color-subtle: rgba(255, 255, 255, 0.02);
--tg-border-color-interactive: rgba(255, 255, 255, 0.08);
--tg-color-base: #e4ddcf;
--tg-color-emphasized: #fbf8f1;
--tg-color-subtle: #e3d2b0;
--tg-color-inverted-progressive: #000;
--tg-color-surface-0: #1a1a1f;
--tg-color-surface-1: #1f1f24;
--tg-color-surface-2: #23232e;
--tg-color-surface-3: #282833;
--tg-color-surface-4: #2c2c3c;
--tg-color-surface-5: #313142;
--tg-color-progressive: #f1c45e;
--tg-color-progressive--hover: #ffd16b;
--tg-color-progressive--active: #e4b750;
--tg-opacity-pattern: 0.05;
--color-primary__h: 41.6;
--color-primary__s: 84%;
--color-primary__l: 65.7%;
}