Шаблон:Оценки игры/styles.css

Материал из Википедии — свободной энциклопедии
.ts-Оценки_игры {
	background: transparent;
	padding: 0;
	margin: 5px;
	text-align: center;
	font-size: 85%;
	width: 23em;
}

.ts-Оценки_игры caption {
	font-size: 112%;
	background: var(--background-color-neutral, #eaecf0);
	color: inherit;
	border: 1px solid var(--border-color-base, #a2a9b1);
	padding: 0.2em 0.4em;
	margin-bottom: -1px;
}

.ts-Оценки_игры caption .mw-collapsible-toggle,
table.ts-Оценки_игры.mw-collapsible:not(.mw-made-collapsible) > caption:first-child:after {
	float: right;
	font-weight: normal;
}

.ts-Оценки_игры-header {
	background: #d1dbdf;
	font-size: 112%;
}

.ts-Оценки_игры-subheader {
	background: #e8f4f8;
	text-align: center;
	vertical-align: middle;
}

html.skin-theme-clientpref-night .ts-Оценки_игры-header {
    background: #31393c;
}

html.skin-theme-clientpref-night .ts-Оценки_игры-subheader {
	background: #1e272a;
}

@media (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .ts-Оценки_игры-header {
	    background: #31393c;
	}
	
	html.skin-theme-clientpref-os .ts-Оценки_игры-subheader {
		background: #1e272a;
	}
}