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: Difference between revisions

MediaWiki interface page
Content deleted Content added
No edit summary
No edit summary
Line 18: Line 18:
:root.skin-theme-clientpref-day {
:root.skin-theme-clientpref-day {
--card-background: #e1e1e1;
--card-background: #e1e1e1;
--card-background-secondary: #cacaca;
--card-background-secondary: #d4d4d4;
}
}



Revision as of 15:52, 27 October 2025

/* 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: #d4d4d4;
}

ul {
	margin-inline: 1.2rem 0;
}