Deprecated: Use of MediaWiki\Content\TextContent::getNativeData was deprecated in MediaWiki 1.33. [Called from MediaWiki\Extension\TemplateStyles\TemplateStylesContentHandler::fillParserOutput in /home/dgrwikio/public_html/w/extensions/TemplateStyles/includes/TemplateStylesContentHandler.php at line 81] in /home/dgrwikio/public_html/w/includes/Debug/MWDebug.php on line 372
Template:Collapse top/styles.css - DGR Wiki
Jump to content

Template:Collapse top/styles.css

Revision as of 01:20, 13 March 2026 by Taurussmith (talk | contribs) (Created page with "{{pp-template}}: .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 { backg...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template}} */
.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;
	}
}