MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
@font-face { | @font-face { | ||
font-family: 'Helvetica Black'; | font-family: 'Helvetica Black'; | ||
src: url('https://verybad.wiki/ | src: url('https://verybad.wiki/images/3/3f/Helveticablackoriginal_bold.otf') format('opentype'); | ||
font-weight: 900; | font-weight: 900; | ||
font-style: normal; | font-style: normal; | ||
Revision as of 01:37, 16 March 2026
/* 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%;
}