MediaWiki:Common.css: відмінності між версіями
Desktop: replace wordmark img with text Країнопедія via ::before
(Hide duplicate wordmark+tagline on Vector-2022 desktop) |
(Desktop: replace wordmark img with text Країнопедія via ::before) |
||
| Рядок 782: | Рядок 782: | ||
color: #1a2240; | color: #1a2240; | ||
} | } | ||
/* Vector-2022 (desktop) — | /* Vector-2022 (desktop) — wordmark як текст замість картинки. | ||
$wgLogos['wordmark'] — png для Minerva (мобілка); на десктопі | |||
.skin-vector-2022 .mw-logo-wordmark | ховаємо img і малюємо текст "Країнопедія" через ::before. */ | ||
.skin-vector-2022 .mw-logo-wordmark { | |||
display: none !important; | display: none !important; | ||
} | |||
.skin-vector-2022 .mw-logo-container::before { | |||
content: 'Країнопедія'; | |||
font-family: 'Manrope', system-ui, sans-serif; | |||
font-weight: 700; | |||
font-size: 24px; | |||
color: #1a2240; | |||
letter-spacing: -0.015em; | |||
line-height: 1.1; | |||
display: block; | |||
white-space: nowrap; | |||
} | } | ||