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
Revision as of 15:40, 27 October 2025 by Luke (talk | contribs)

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 */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
	--transform-image-hover: none;
	--card-background: linear-gradient(to right,#101214,#0c0e10);
	--card-background-secondary: #1a1c1d;
}

@media screen and (prefers-color-scheme: light) {
    :root.skin-theme-clientpref-os {
		--card-background: #e1e1e1;
		--card-background-secondary: #b7b7b7;
    }
}

:root.skin-theme-clientpref-day {
	--card-background: #e1e1e1;
	--card-background-secondary: #b7b7b7;
}

ul {
	margin-inline: 1.2rem 0;
}