Шаблон:Цвет/Сингл.css

Материал из Википедии — свободной энциклопедии
.infobox-above,
.infobox-header,
.infobox-below {
	background: #f0e68c;
}

@media screen {
	html.skin-theme-clientpref-night .infobox-above,
	html.skin-theme-clientpref-night .infobox-header,
	html.skin-theme-clientpref-night .infobox-below {
		background: #302a00;
	}
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .infobox-above,
	html.skin-theme-clientpref-os .infobox-header,
	html.skin-theme-clientpref-os .infobox-below {
		background: #302a00;
	}
}
/* [[Категория:Шаблоны:Подстраницы CSS]] */