MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 1328: | Строка 1328: | ||
.tabs-label:hover { | .tabs-label:hover { | ||
z-index: 2; | z-index: 2; | ||
background: # | background: #ddddff0c !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: #ddddff0c; | ||
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; | ||
| Строка 1358: | Строка 1358: | ||
.tabs-tabbox > .tabs-container { | .tabs-tabbox > .tabs-container { | ||
padding: 8px 10px; | padding: 8px 10px; | ||
background: # | background: #ddddff0c; | ||
border-radius: 0; | border-radius: 0; | ||
border: 1px solid rgb(0 0 0 / 50%); | border: 1px solid rgb(0 0 0 / 50%); | ||