MediaWiki:Common.css: відмінності між версіями
logo wordmark: Manrope 800, tagline subtitle
(place-card vertical layout + .places-grid 2-col) |
(logo wordmark: Manrope 800, tagline subtitle) |
||
| Рядок 117: | Рядок 117: | ||
#pfForm dd:has(.pf-coord-label) .createboxInput { width: 140px; display: inline-block; } | #pfForm dd:has(.pf-coord-label) .createboxInput { width: 140px; display: inline-block; } | ||
#pfForm dd:has(.pf-coord-label) { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; } | #pfForm dd:has(.pf-coord-label) { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; } | ||
/* Logo wordmark — Manrope font + tagline */ | |||
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;800&display=swap'); | |||
.mw-logo { align-items: center; gap: 10px; } | |||
.mw-logo-icon { height: 56px !important; width: 56px !important; } | |||
.mw-logo-wordmark { | |||
font-family: 'Manrope', system-ui, -apple-system, sans-serif !important; | |||
font-weight: 800 !important; | |||
font-size: 24px !important; | |||
color: #1a2240 !important; | |||
letter-spacing: -0.015em; | |||
line-height: 1.05; | |||
display: block; | |||
} | |||
.mw-logo-container { display: inline-block; } | |||
.mw-logo-container::after { | |||
content: 'вікіпедія для емігрантів'; | |||
display: block; | |||
font-family: 'Manrope', system-ui, sans-serif; | |||
font-size: 9px; | |||
font-weight: 600; | |||
letter-spacing: 0.18em; | |||
text-transform: uppercase; | |||
color: #4b5d8c; | |||
margin-top: 4px; | |||
} | |||