Шаблон:Демография административной единицы Австрии/Динамика/Таблица/styles.css

Материал из Википедии — свободной энциклопедии
Перейти к навигации Перейти к поиску
.ts-austria-population-table {
	padding-top: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
	column-width: 12em;
	max-width: 40em;
}

.ts-austria-population-table table {
    display: block;
    margin-top: 0;
	border: 0;
    background: transparent;
}

.ts-austria-population-table caption {
    white-space: nowrap;
    margin-top: -2em;
}

.ts-austria-population-table tbody,
.ts-austria-population-table tr {
    display: block;
}

.ts-austria-population-table tr {
	margin-bottom: -1px;
}

.ts-austria-population-table tr:last-child {
	margin-bottom: 0;
}

.ts-austria-population-table tr,
.ts-austria-population-table th,
.ts-austria-population-table td {
	break-inside: avoid;
}

.ts-austria-population-table th {
	width: 3em;
}

.ts-austria-population-table th + th,
.ts-austria-population-table td {
	width: 7em;
}

.ts-austria-population-table td {
	background: var(--background-color-interactive-subtle, #f8f9fa);
}

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