Шаблон:Наука клана/styles.css: различия между версиями
Нет описания правки |
Нет описания правки |
||
Строка 33: | Строка 33: | ||
} | } | ||
@media only screen and (max-width: | @media only screen and (max-width:470px) { | ||
.tabs-caption li img { | .tabs-caption li img { | ||
width: 40px; | width: 40px; |
Версия от 15:50, 7 сентября 2022
.tabs-caption { display: flex; flex-flow: row wrap; list-style: none; margin: 0 auto; } .tabs-caption li { border-left: 1px solid #b1c2cd; border-top: 1px solid #b1c2cd; border-bottom: 1px solid #b1c2cd; } .tabs-caption li:last-child { border-right: 1px solid #b1c2cd; } .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; } @media only screen and (max-width:470px) { .tabs-caption li img { width: 40px; height: 40px; } }