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

(Новая страница: «.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;...»)
 
Нет описания правки
 
Строка 25: Строка 25:
.tabs-content {
.tabs-content {
padding-top: 20px;
padding-top: 20px;
}
@media ( max-width: 710px)  {
    .tabs-caption li img {
        width: 40px;
        height: 40px;
    }
}
}

Текущая версия от 06:19, 27 сентября 2022

.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;
}