Шаблон:Часто используемые источники/styles.css

Материал из Википедии — свободной энциклопедии
Перейти к навигации Перейти к поиску
/* Статусы:
	с-а – в основном авторитетный
	с-нк – нет консенсуса
	с-на – в основном неавторитетный
	с-нр – не рекомендуется (неподдерживаемый)
	с-с – в спам-листе
*/
.с-а,
.с-а td {
	background-color: #ddffdd
}

.с-нк,
.с-нк td {
	background-color: #ffffdd
}

.с-на,
.с-на td {
	background-color: #ffdddd
}

.с-нр,
.с-нр td {
	background-color: #ffbbbb
}

.с-с,
.с-с td {
	background-color: #dddddd
}

/* Центрирование для столбцов 2, 4 и 6 (status icons, last discussion dates, links) */
.perennial-sources td:nth-child(2),
.perennial-sources td:nth-child(4),
.perennial-sources td:nth-child(6) {
	margin: auto;
	text-align: center
}

/* Центрирование для кнопок "показать/скрыть" */
.perennial-sources .mw-collapsible-toggle {
	float: none;
	text-align: center
}

/* Small text and increased line height for column 5 (summaries) */
.perennial-sources td:nth-child(5) {
	font-size: 85%;
	line-height: 1.75
}

/* Spacing in legend */
.perennial-sources-legend > ul {
	margin-top: 1em;	
}

.perennial-sources-legend > ul > li {
	margin-bottom: 1em;
}