6369
редагувань
Admin (обговорення | внесок) Немає опису редагування |
Admin (обговорення | внесок) Немає опису редагування |
||
| Рядок 1793: | Рядок 1793: | ||
.mcc-home-panel-footer a:hover { color: #a19ce0; } | .mcc-home-panel-footer a:hover { color: #a19ce0; } | ||
/* ══════════════════════════════════════════════ | /* ══════════════════════════════════════════════ | ||
| Рядок 1850: | Рядок 1828: | ||
height: 100% !important; | height: 100% !important; | ||
} | } | ||
/* ══════════════════════════════════════════════ | /* ══════════════════════════════════════════════ | ||
MAX WIDTH 1340px — correct approach | |||
Content stays at margin-left:265px, capped by max-width | |||
══════════════════════════════════════════════ */ | ══════════════════════════════════════════════ */ | ||
@media screen and (min-width: 1000px) { | @media screen and (min-width: 1000px) { | ||
/* | /* Pages with r-box: margin-left 265 + margin-right 300 */ | ||
.content, .pre-content, .post-content | .banner-container, .content, .pre-content, .post-content { | ||
max-width: calc(1340px - 265px) !important; | |||
max-width: 1340px | |||
} | } | ||
/* Full-width pages | /* Full-width pages: no r-box, extend further right */ | ||
.page-Ігри .content, .page-Статистика .content, | .page-Ігри .content, .page-Статистика .content, | ||
.page-Перша_статистика .content, .page-Фіналіст .content, | .page-Перша_статистика .content, .page-Фіналіст .content, | ||
| Рядок 1873: | Рядок 1847: | ||
.page-Фундація .content, .page-Призовий_фонд .content, | .page-Фундація .content, .page-Призовий_фонд .content, | ||
.page-Призові .content, .page-Титули .content, | .page-Призові .content, .page-Титули .content, | ||
.page-Період | .page-Період .content { | ||
max-width: calc(1340px - 265px) !important; | |||
margin-right: 16px !important; | |||
max-width: 1340px !important; | } | ||
/* Home page — no r-box, full width up to 1340 */ | |||
.page-Головна_сторінка .content, | |||
.page-Головна_сторінка .pre-content, | |||
.page-Головна_сторінка .post-content { | |||
max-width: calc(1340px - 265px) !important; | |||
margin-right: 16px !important; | |||
} | } | ||
} | } | ||
/* | /* Player panel — remove max-height so all 166 cards show */ | ||
#players-panel { | #players-panel { | ||
max-height: none !important; | max-height: none !important; | ||
overflow: visible !important; | |||
} | } | ||