Template:Collapse top/styles.css: Difference between revisions

From All Skies Encyclopaedia
imported>MusikBot II
m (Protected "Template:Collapse top/styles.css": High-risk template or module: 49296 transclusions (more info) ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
imported>SilverLocust
(fix typo per edit request)
Line 29: Line 29:
}
}


html.skin-theme-clientpref-os .cot-header-mainspace {
html.skin-theme-clientpref-os .cot-header-other {
background:#003500;
background:#003500;
color:inherit;
color:inherit;

Revision as of 23:55, 6 October 2024

.cot-header-mainspace {
	background:#F0F2F5;
	color:inherit;
}

.cot-header-other {
	background:#CCFFCC;
	color:inherit;
}


@media screen {
	html.skin-theme-clientpref-night .cot-header-mainspace {
		background:#14181F;
		color:inherit;
	}

	html.skin-theme-clientpref-night .cot-header-other {
		background:#003500;
		color:inherit;
	}
}


@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .cot-header-mainspace {
		background:#14181F;
		color:inherit;
	}

	html.skin-theme-clientpref-os .cot-header-other {
		background:#003500;
		color:inherit;
	}
}