.infobox-above,
.infobox-header,
.infobox-below {
	background: #c0daff;
}

@media screen {
	html.skin-theme-clientpref-night .infobox-above {
		background: var(--ruwiki-background-color-blue200, #cfe3ff)
	}

	html.skin-theme-clientpref-night .infobox-header,
	html.skin-theme-clientpref-night .infobox-below {
		background: var(--ruwiki-background-color-blue150, #dcebff);
	}
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .infobox-above {
		background: var(--ruwiki-background-color-blue200, #cfe3ff)
	}

	html.skin-theme-clientpref-os .infobox-header,
	html.skin-theme-clientpref-os .infobox-below {
		background: var(--ruwiki-background-color-blue150, #dcebff);
	}
}

/* [[Категория:Шаблоны:Подстраницы CSS]] */