MediaWiki:Common.css: відмінності між версіями
Login button: coral CTA color from logo; pin Settings to drawer bottom
(Hide Minervas built-in p-navigation (Home/Random) from drawer) |
(Login button: coral CTA color from logo; pin Settings to drawer bottom) |
||
| Рядок 612: | Рядок 612: | ||
align-items: center; | align-items: center; | ||
gap: 12px; | gap: 12px; | ||
background: # | background: #f84840; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
border-radius: 10px; | border-radius: 10px; | ||
padding: 12px 14px; | padding: 12px 14px; | ||
font-weight: 600; | font-weight: 600; | ||
transition: background .15s; | box-shadow: 0 2px 6px rgba(248, 72, 64, 0.25); | ||
transition: background .15s, box-shadow .15s, transform .1s; | |||
} | } | ||
.skin-minerva #p-personal .toggle-list-item__anchor:hover, | .skin-minerva #p-personal .toggle-list-item__anchor:hover, | ||
.skin-minerva #p-personal .toggle-list-item__anchor:active { | .skin-minerva #p-personal .toggle-list-item__anchor:active { | ||
background: # | background: #e63a32; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
box-shadow: 0 3px 8px rgba(248, 72, 64, 0.35); | |||
} | } | ||
.skin-minerva #p-personal .toggle-list-item__label { | .skin-minerva #p-personal .toggle-list-item__label { | ||
| Рядок 634: | Рядок 636: | ||
.skin-minerva #p-navigation { | .skin-minerva #p-navigation { | ||
display: none; | display: none; | ||
} | |||
/* MinervaNeue — закріпити "Налаштування" внизу drawer */ | |||
.skin-minerva #mw-mf-page-left { | |||
display: flex; | |||
flex-direction: column; | |||
min-height: 100%; | |||
} | |||
.skin-minerva #mw-mf-page-left #pt-preferences { | |||
order: 99; | |||
margin-top: auto; | |||
border-top: 1px solid #eaecf0; | |||
padding-top: 4px; | |||
} | } | ||