Шаблон:Лига Чемпионов/styles.css

Версия от 06:05, 27 сентября 2022; JustPlayer (обсуждение | вклад) (Новая страница: «.tabs-caption { display: flex; flex-flow: row wrap; list-style: none; margin: 0 auto; } .tabs-caption li:not(.active) { cursor: pointer; filter: grayscale(100%); } .tabs-caption .active { filter: grayscale(0); } .tabs-content { display: none; } .tabs-content.active { display: block; } .tabs-content { padding-top: 20px; } @media ( max-width: 710px) { .tabs-caption li img { width: 40px; height: 40px;...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
.tabs-caption {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: 0 auto;
}

.tabs-caption li:not(.active) {
    cursor: pointer;
    filter: grayscale(100%);
}

.tabs-caption .active {
    filter: grayscale(0);
}

.tabs-content {
	display: none;
}

.tabs-content.active {
	display: block;
}

.tabs-content {
	padding-top: 20px;
}

@media ( max-width: 710px)  {
    .tabs-caption li img {
        width: 40px;
        height: 40px;
    }
}