6395
редагувань
Admin (обговорення | внесок) Немає опису редагування |
Admin (обговорення | внесок) Немає опису редагування |
||
| (Не показані 2 проміжні версії цього користувача) | |||
| Рядок 1782: | Рядок 1782: | ||
list-style: none !important; | list-style: none !important; | ||
margin: 0 !important; | margin: 0 !important; | ||
padding: | padding: 0px !important; | ||
display: grid !important; | display: grid !important; | ||
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important; | grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important; | ||
| Рядок 1967: | Рядок 1967: | ||
.mcc-home-grid .mcc-home-panel:nth-child(1) .mcc-champ-name { | .mcc-home-grid .mcc-home-panel:nth-child(1) .mcc-champ-name { | ||
color: #e8e5f0; font-weight: 600; | color: #e8e5f0; font-weight: 600; | ||
} | |||
/* ══════════════════════════════════════════════ | |||
SEARCH OVERLAY — повне блокування | |||
══════════════════════════════════════════════ */ | |||
.mw-overlays-container .overlay, | |||
.overlay.search-overlay, | |||
.search-overlay, | |||
.search-overlay .overlay-content, | |||
.search-overlay .results { | |||
display: none !important; | |||
visibility: hidden !important; | |||
opacity: 0 !important; | |||
pointer-events: none !important; | |||
} | |||
/* Знімаємо наслідки класів на body */ | |||
body.overlay-enabled, | |||
body.search-enabled, | |||
body.navigation-enabled { | |||
overflow: auto !important; | |||
position: static !important; | |||
height: auto !important; | |||
background-color: #15151f !important; | |||
} | |||
.overlay-enabled #mw-mf-page-center, | |||
.search-enabled #mw-mf-page-center { | |||
overflow: visible !important; | |||
height: auto !important; | |||
display: block !important; | |||
} | |||
.overlay-enabled #mw-mf-viewport, | |||
.search-enabled #mw-mf-viewport { | |||
height: auto !important; | |||
overflow: visible !important; | |||
} | |||
/* Маска, що затемнює сторінку */ | |||
.mw-mf-page-center__mask { | |||
display: none !important; | |||
} | |||
/* ══════════════════════════════════════════════ | |||
R-BOX — центрування на вузьких екранах | |||
══════════════════════════════════════════════ */ | |||
@media (max-width: 1199px) { | |||
.r-box, .tournament-box, .series-box { | |||
max-width: 420px !important; | |||
margin-left: auto !important; | |||
margin-right: auto !important; | |||
} | |||
} | |||
.content .mw-parser-output h1, | |||
.content .mw-parser-output h2, | |||
.content .mw-parser-output h3, | |||
.content .mw-parser-output h4, | |||
.content .mw-parser-output .mw-headline { | |||
scroll-margin-top: 80px !important; | |||
} | } | ||