Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css

MediaWiki interface page

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 */
.mw-ui-icon-wikimedia-edit.citizen-editsection-icon::before{
	background-image: url(/mw/load.php?modules=skins.citizen.icons&image=wikiText&format=original&lang=en-gb&skin=citizen&version=16c4x);
}

.mw-ui-icon-wikimedia-edit.mw-editsection-visualeditor::before{
	background-image: url(/mw/load.php?modules=skins.citizen.icons&image=edit&format=original&lang=en-gb&skin=citizen&version=16c4x);
}

mark{
	background-color: #a0c214;
}

:root{
	--font-family-citizen-base: Nunito,sans-serif;
	--font-weight-normal: 400;
    --font-weight-medium: calc(var(--font-weight-normal) + 300);
    --font-weight-semi-bold: calc(var(--font-weight-normal) + 600);
    --font-weight-bold: calc(var(--font-weight-normal) + 900);
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.