MediaWiki:Common.css: відмінності між версіями
About banner: 4 distinct color sides + unified title size
(About banner: two-line kicker+title (Що таке / Країнопедія?)) |
(About banner: 4 distinct color sides + unified title size) |
||
| Рядок 663: | Рядок 663: | ||
} | } | ||
/* MinervaNeue — баннер "Про Країнопедію" зверху drawer ( | /* MinervaNeue — баннер "Про Країнопедію" зверху drawer (4 сторони — 4 окремі кольори) */ | ||
.skin-minerva .drawer-about-banner { | .skin-minerva .drawer-about-banner { | ||
display: flex; | display: flex; | ||
| Рядок 671: | Рядок 671: | ||
padding: 44px 20px; | padding: 44px 20px; | ||
background: transparent; | background: transparent; | ||
border-radius: | border-top: 2px solid #00b898; | ||
border-right: 2px solid #f8b020; | |||
border-bottom: 2px solid #f84840; | |||
border-left: 2px solid #1070b0; | |||
border-radius: 0; | |||
color: #1a2240 !important; | color: #1a2240 !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
| Рядок 677: | Рядок 681: | ||
position: relative; | position: relative; | ||
order: -10; | order: -10; | ||
} | } | ||
.skin-minerva .drawer-about-banner__title { | .skin-minerva .drawer-about-banner__title { | ||
| Рядок 704: | Рядок 686: | ||
flex-direction: column; | flex-direction: column; | ||
gap: 4px; | gap: 4px; | ||
line-height: 1. | line-height: 1.2; | ||
} | } | ||
.skin-minerva .drawer-about-banner__kicker, | |||
.skin-minerva .drawer-about-banner__name { | .skin-minerva .drawer-about-banner__name { | ||
font-size: | font-size: 18px; | ||
font-weight: 700; | font-weight: 700; | ||
letter-spacing: -0. | letter-spacing: -0.01em; | ||
text-transform: none; | |||
color: #1a2240; | color: #1a2240; | ||
} | } | ||