2206
редагувань
Admin (обговорення | внесок) (hero як position:absolute у container-inner — повна ширина від лівого до правого краю контейнера, висота 500) |
Admin (обговорення | внесок) (hero: border-radius 16px, top offset 24px, бічні поля 16px) |
||
| Рядок 260: | Рядок 260: | ||
body:is(.page-🇷🇴_Румунія) .mw-page-container-inner { | body:is(.page-🇷🇴_Румунія) .mw-page-container-inner { | ||
position: relative; | position: relative; | ||
padding-top: calc(var(--page-hero-height) + | padding-top: calc(var(--page-hero-height) + 56px); /* hero + top offset (24) + bottom gap (32) */ | ||
} | } | ||
body:is(.page-🇷🇴_Румунія) .vector-page-titlebar { | body:is(.page-🇷🇴_Румунія) .vector-page-titlebar { | ||
position: absolute; | position: absolute; | ||
top: | top: 24px; | ||
left: | left: 16px; | ||
right: | right: 16px; | ||
width: auto; | width: auto; | ||
height: var(--page-hero-height); | height: var(--page-hero-height); | ||
| Рядок 278: | Рядок 278: | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
border-radius: | border-radius: 16px; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
z-index: 1; | z-index: 1; | ||