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

Module:Collapse top/styles.css

From Objectshowpedia
Revision as of 10:59, 30 September 2024 by wikipedia>MusikBot II (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)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.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-mainspace {
		background:#003500;
		color:inherit;
	}
}