Шаблон:Спортсмен/имя/styles.css: различия между версиями

Материал из CelestePedia
Перейти к навигацииПерейти к поиску
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; } /* [[К...»
 
м 1 версия импортирована
 
(нет различий)

Текущая версия от 18:31, 1 мая 2026

.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]] */