Участник:Gevron/common.css: различия между версиями

Материал из SS220 Paradise Wiki (SS13)
Перейти к навигации Перейти к поиску
мНет описания правки
мНет описания правки
Строка 9: Строка 9:
/* Таблица брони */
/* Таблица брони */
.sticky-head th {
.sticky-head th {
background-image: none;
background-image: none !important;
}
}
.armor-table {
.armor-table {
Строка 15: Строка 15:
}
}
.armor-table td:last-of-type {
.armor-table td:last-of-type {
text-align: center;
text-align: left;
}
}

Версия от 13:18, 25 февраля 2023

#editpage-copywarn	{
			display: none;
			}
.mw-editfont-monospace, .mw-editfont-sans-serif, .mw-editfont-serif {
	-moz-tab-size: 12.5;
	tab-size: 12.5;
	}

/* Таблица брони */
.sticky-head th	{
	background-image: none !important;
	}
.armor-table {
	text-align: center;
	}
.armor-table td:last-of-type {
	text-align: left;
	}