Шаблон:Спортсмен/имя/styles.css

Материал из CelestePedia
Версия от 21:55, 1 ноября 2022; ru>Gunslinger (Новая страница: «.ts_Спортсмен_имя { position: relative; } .ts_Спортсмен_имя .icon { display: flex; align-items: center; position: absolute; top: 0; bottom: 0; left: 0; } .ts_Спортсмен_имя .icon img { display: block; } .ts_Спортсмен_имя .label { margin: 0 2em; } @media (min-width: 720px) { .ts_Спортсмен_имя { margin: .15em; } } body.skin-minerva .ts_Спортсмен_имя { margin: 0; } /* [[К...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигацииПерейти к поиску
.ts_Спортсмен_имя {
	position: relative;
}

.ts_Спортсмен_имя .icon {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.ts_Спортсмен_имя .icon img {
	display: block;
}

.ts_Спортсмен_имя .label {
	margin: 0 2em;
}

@media (min-width: 720px) {
	.ts_Спортсмен_имя {
		margin: .15em;
	}
}

body.skin-minerva .ts_Спортсмен_имя {
	margin: 0;
}
/* [[Категория:Шаблоны:Подстраницы CSS]] */