MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 1328: | Строка 1328: | ||
.tabs-label:hover { | .tabs-label:hover { | ||
z-index: 2; | z-index: 2; | ||
background: # | background: #ddddff0d !important; | ||
transition: all 0.1s; | transition: all 0.1s; | ||
} | } | ||
| Строка 1335: | Строка 1335: | ||
.tabs-tabbox > .tabs-input:checked + .tabs-label, | .tabs-tabbox > .tabs-input:checked + .tabs-label, | ||
.tabs-input-0:checked + .tabs-input-1 + .tabs-label { | .tabs-input-0:checked + .tabs-input-1 + .tabs-label { | ||
background: # | background: #ddddff0d; | ||
border-top: 1px solid rgb(255 255 255 / 15%); | border-top: 1px solid rgb(255 255 255 / 15%); | ||
border-bottom: 1px solid #3366cc; | border-bottom: 1px solid #3366cc; | ||
| Строка 1357: | Строка 1357: | ||
/* Стили для контейнера вкладок */ | /* Стили для контейнера вкладок */ | ||
.tabs-tabbox > .tabs-container { | .tabs-tabbox > .tabs-container { | ||
padding: 10px | padding: 14px 10px; | ||
background: #ddddff0d; | |||
background: # | |||
border-radius: 0; | border-radius: 0; | ||
border: 1px solid rgb(0 0 0 / 50%); | border: 1px solid rgb(0 0 0 / 50%); | ||