MediaWiki:Common.css: відмінності між версіями
Hero: 60vh → 40vh; mobile header: white background, no border
(Mobile hero: side margins + 60vh + remove dark gradient overlay) |
(Hero: 60vh → 40vh; mobile header: white background, no border) |
||
| Рядок 330: | Рядок 330: | ||
margin: 12px 12px 16px; | margin: 12px 12px 16px; | ||
padding: 0; | padding: 0; | ||
height: | height: 40vh; | ||
min-height: | min-height: 220px; | ||
background-image: var(--page-hero-bg); | background-image: var(--page-hero-bg); | ||
background-size: cover; | background-size: cover; | ||
| Рядок 681: | Рядок 681: | ||
.skin-minerva #p-navigation { | .skin-minerva #p-navigation { | ||
display: none; | display: none; | ||
} | |||
/* MinervaNeue — верхня менюшка без сірого фону */ | |||
.skin-minerva .header-container, | |||
.skin-minerva .header-container.header-chrome, | |||
.skin-minerva .minerva-header { | |||
background: #ffffff !important; | |||
border-bottom: none !important; | |||
box-shadow: none !important; | |||
} | } | ||