Шаблон:Спортивная карьера/styles.css: различия между версиями
Материал из CelestePedia
Перейти к навигацииПерейти к поиску
ru>Gunslinger Новая страница: «.ts-Спортивная_карьера-table { width: 100% !important; display: table; margin: 0 0 -2px; border-collapse: separate; text-align: left; } .ts-Спортивная_карьера-table th { text-align: center; } .ts-Спортивная_карьера-table td:nth-child(1) { width: 27%; } .ts-Спортивная_карьера-table td:nth-child(3) { width: 20%; } .ts-Спортивная_карьера-table.stripped tr:nth-child(...» |
SoulTrain (обсуждение | вклад) м 1 версия импортирована |
(нет различий)
| |
Текущая версия от 18:31, 1 мая 2026
.ts-Спортивная_карьера-table {
width: 100% !important;
display: table;
margin: 0 0 -2px;
border-collapse: separate;
text-align: left;
}
.ts-Спортивная_карьера-table th {
text-align: center;
}
.ts-Спортивная_карьера-table td:nth-child(1) {
width: 27%;
}
.ts-Спортивная_карьера-table td:nth-child(3) {
width: 20%;
}
.ts-Спортивная_карьера-table.stripped tr:nth-child(odd) {
background-color: #f8f9fa;
}
.ts-Спортивная_карьера-table.stripped tr:nth-child(even) {
background-color: #eff1f3;
}
.ts-Спортивная_карьера-table.stripped tr.odd {
background-color: #f8f9fa;
}
.ts-Спортивная_карьера-table.stripped tr.even {
background-color: #eff1f3;
}
body.skin-minerva .ts-Спортивная_карьера-table.stripped tr {
background-color: transparent;
}
/* [[Категория:Шаблоны:Подстраницы CSS]] */