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

From All Skies Encyclopaedia
imported>I Am Andumé
No edit summary
imported>I Am Andumé
m (I Am Andumé moved page Template:TemplateStyles sandbox/I Am Andumé/styles.css to Template:Collapse top/styles.css without leaving a redirect: Move sandbox to templatespace)
(No difference)

Revision as of 04:24, 4 September 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;
	}

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


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

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