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

Материал из SS220 Paradise Wiki (SS13)
Перейти к навигации Перейти к поиску
мНет описания правки
мНет описания правки
Строка 8: Строка 8:


/* Таблица брони */
/* Таблица брони */
.sticky-head th {
.sticky-head th {
background-image: none !important;
background-image: none !important;
}
}
.armor-table {
.sticky-head abbr {
writing-mode:vertical-rl;
transform: rotate(0.5turn);
display: inline-block;
}
.sticky-head thead {
position: sticky;
top: 0.1em;
}
 
.armor-table {
text-align: center;
text-align: center;
table-layout: fixed;
}
}
.armor-table td:last-of-type {
.armor-table td:last-of-type {
text-align: left;
text-align: left;
}
}

Версия от 13:25, 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;
	}
.sticky-head abbr		{
	writing-mode:vertical-rl;
	transform: rotate(0.5turn);
	display: inline-block;
	}
.sticky-head thead		{
	position: sticky;
	top: 0.1em;
	}

.armor-table			{
	text-align: center;
	table-layout: fixed;
	}
.armor-table td:last-of-type	{
	text-align: left;
	}