6369
редагувань
Admin (обговорення | внесок) Немає опису редагування |
Admin (обговорення | внесок) Немає опису редагування |
||
| (Не показані 33 проміжні версії цього користувача) | |||
| Рядок 294: | Рядок 294: | ||
} | } | ||
/* | /* home page centering handled below */ | ||
/* Сторінки без r-box */ | /* Сторінки без r-box */ | ||
| Рядок 457: | Рядок 448: | ||
.r-box-info-table th, .r-box table th, .tournament-box table th { | .r-box-info-table th, .r-box table th, .tournament-box table th { | ||
padding: | padding: 4px 6px !important; font-size: 13px !important; font-family: 'Manrope', sans-serif !important; | ||
background: none !important; border: none !important; border-bottom: 1px solid rgba(255,255,255,0.05) !important; | background: none !important; border: none !important; border-bottom: 1px solid rgba(255,255,255,0.05) !important; | ||
font-weight: 400 !important; color: #b7b4bf | font-weight: 400 !important; color: #b7b4bf !important; | ||
text-align: left | text-align: left !important; white-space: nowrap !important; | ||
animation: none !important; | animation: none !important; | ||
} | } | ||
.r-box-info-table td, .r-box table td, .tournament-box table td { | .r-box-info-table td, .r-box table td, .tournament-box table td { | ||
padding: | padding: 4px 6px !important; font-size: 13px !important; font-family: 'Manrope', sans-serif !important; | ||
background: none !important; border: none !important; border-bottom: 1px solid rgba(255,255,255,0.05) !important; | background: none !important; border: none !important; border-bottom: 1px solid rgba(255,255,255,0.05) !important; | ||
text-align: right !important; color: #ebebeb !important; font-weight: 600 !important; | text-align: right !important; color: #ebebeb !important; font-weight: 600 !important; | ||
animation: none !important; | |||
} | } | ||
| Рядок 747: | Рядок 738: | ||
/* ============================================================ 19. ГЕРОЇ */ | /* ============================================================ 19. ГЕРОЇ */ | ||
.mcc-heroes-list { padding-top: | .mcc-heroes-list { padding-top: 0px !important; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; } | ||
.mcc-heroes-list li { margin: 0; padding: 0; width: calc((100% - 32px) / 5); } | .mcc-heroes-list li { margin: 0; padding: 0; width: calc((100% - 32px) / 5); } | ||
.mcc-hero-card { position: relative; display: block; width: 100%; overflow: hidden; background: #1a1a2e; transition: transform .2s, box-shadow .2s; } | .mcc-hero-card { position: relative; display: block; width: 100%; overflow: hidden; background: #1a1a2e; transition: transform .2s, box-shadow .2s; } | ||
| Рядок 1196: | Рядок 1187: | ||
.mcc-final-table td:nth-child(2) { text-align: left !important; padding-left: 14px !important; } | .mcc-final-table td:nth-child(2) { text-align: left !important; padding-left: 14px !important; } | ||
/* The actual wikitable inside scroll wrapper */ | /* The actual wikitable inside scroll wrapper */ | ||
| Рядок 1263: | Рядок 1223: | ||
} | } | ||
/* | |||
.page-Ігри | |||
.page-Статистика | |||
.page-Перша_статистика | |||
.page-Фіналіст | |||
.page-Сезони | |||
.page-Гравці | /* ══════════════════════════════════════════════ | ||
.page-Фундація | FULL-WIDTH PAGES — correct table width fix | ||
.page-Призовий_фонд | mw-content-text handles overflow-x | ||
.page-Призові | table stays as display:table with width:100% | ||
.page-Титули | ══════════════════════════════════════════════ */ | ||
.page-Період | |||
/* Content area scrolls if table overflows */ | |||
.page-Ігри #mw-content-text, | |||
.page-Статистика #mw-content-text, | |||
.page-Перша_статистика #mw-content-text, | |||
.page-Фіналіст #mw-content-text, | |||
.page-Сезони #mw-content-text, | |||
.page-Гравці #mw-content-text, | |||
.page-Фундація #mw-content-text, | |||
.page-Призовий_фонд #mw-content-text, | |||
.page-Призові #mw-content-text, | |||
.page-Титули #mw-content-text, | |||
.page-Період #mw-content-text { | |||
overflow-x: auto !important; | overflow-x: auto !important; | ||
-webkit-overflow-scrolling: touch !important; | |||
} | } | ||
/* | /* Table fills parent as a proper TABLE (not block) */ | ||
.page-Ігри | .page-Ігри .wikitable, | ||
.page-Статистика | .page-Статистика .wikitable, | ||
.page-Перша_статистика | .page-Перша_статистика .wikitable, | ||
.page-Фіналіст | .page-Фіналіст .wikitable, | ||
.page-Сезони | .page-Сезони .wikitable, | ||
.page-Гравці | .page-Гравці .wikitable, | ||
.page-Фундація | .page-Фундація .wikitable, | ||
.page-Призовий_фонд | .page-Призовий_фонд .wikitable, | ||
.page-Призові | .page-Призові .wikitable, | ||
.page-Титули | .page-Титули .wikitable, | ||
.page-Період | .page-Період .wikitable { | ||
display: table !important; | |||
width: 100% !important; | width: 100% !important; | ||
overflow-x: visible !important; | |||
table-layout: auto !important; | |||
box-sizing: border-box !important; | box-sizing: border-box !important; | ||
} | } | ||
/* | /* Scrollbar style for full-width content overflow */ | ||
.page-Ігри .mw- | .page-Ігри #mw-content-text::-webkit-scrollbar, | ||
.page-Статистика .mw- | .page-Статистика #mw-content-text::-webkit-scrollbar, | ||
.page- | .page-Перша_статистика #mw-content-text::-webkit-scrollbar, | ||
. | .page-Фіналіст #mw-content-text::-webkit-scrollbar, | ||
. | .page-Гравці #mw-content-text::-webkit-scrollbar, | ||
. | .page-Період #mw-content-text::-webkit-scrollbar { | ||
. | height: 4px; | ||
. | } | ||
. | .page-Ігри #mw-content-text::-webkit-scrollbar-thumb, | ||
. | .page-Статистика #mw-content-text::-webkit-scrollbar-thumb, | ||
. | .page-Перша_статистика #mw-content-text::-webkit-scrollbar-thumb, | ||
.page-Фіналіст #mw-content-text::-webkit-scrollbar-thumb, | |||
.page-Гравці #mw-content-text::-webkit-scrollbar-thumb, | |||
.page-Період #mw-content-text::-webkit-scrollbar-thumb { | |||
background: rgba(161,156,224,0.28); | |||
border-radius: 2px; | |||
} | |||
/* ══════════════════════════════════════════════ | |||
SERIES CHAMPION BANNERS — variant colors | |||
══════════════════════════════════════════════ */ | |||
/* Get Names series — green/teal */ | |||
.rp-champion--series { | |||
border: 1px solid rgba(90,170,130,0.30) !important; | |||
background: rgba(90,170,130,0.07) !important; | |||
} | |||
.rp-champion--series .rp-ch-lbl { color: #5aaa82 !important; } | |||
.rp-champion--series .rp-ch-name { color: #8de0b8 !important; } | |||
.rp-champion--series .rp-ch-name a, | |||
.rp-champion--series .rp-ch-name a:visited { color: #8de0b8 !important; } | |||
/* Closed Cups — purple/violet */ | |||
.rp-champion--closed { | |||
border: 1px solid rgba(161,156,224,0.30) !important; | |||
background: rgba(161,156,224,0.07) !important; | |||
} | |||
.rp-champion--closed .rp-ch-lbl { color: #a19ce0 !important; } | |||
.rp-champion--closed .rp-ch-name { color: #c4bfff !important; } | |||
.rp-champion--closed .rp-ch-name a, | |||
.rp-champion--closed .rp-ch-name a:visited { color: #c4bfff !important; } | |||
/* ══════════════════════════════════════════════ | |||
TABLE CLASSES — closedcups / rank / getnames | |||
Medals added by JS | |||
══════════════════════════════════════════════ */ | |||
/* All three use same base — medals via JS */ | |||
.wikitable.closedcups td:nth-child(2), | |||
.wikitable.rank td:nth-child(2), | |||
.wikitable.getnames td:nth-child(2) { | |||
text-align: left !important; | |||
padding-left: 14px !important; | |||
} | |||
/* Get Names Σ column (last) — white bold */ | |||
.wikitable.getnames td:last-child { | |||
color: #ffffff !important; | |||
font-weight: 700 !important; | |||
} | |||
/* ══════════════════════════════════════════════ | |||
ROLE PILLS — correct mafia game colors | |||
Мирний=red, Шериф=gold, Дон=grey, Мафія=dark grey | |||
══════════════════════════════════════════════ */ | |||
/* Override previous green colors */ | |||
.mcc-pill-done[style*="rgb(125, 212"] { | |||
/* Мирний — was green, now red */ | |||
} | |||
/* These are applied via JS applyRolePills — override the map in CSS via !important on span */ | |||
/* ══════════════════════════════════════════════ | |||
R-BOX INFO TABLE FIXES | |||
══════════════════════════════════════════════ */ | |||
.r-box-info-table th, .r-box table th, .tournament-box table th, | |||
.series-box table th { | |||
padding: 4px 6px !important; | |||
font-size: 13px !important; | |||
opacity: 1 !important; | |||
width: auto !important; | |||
font-weight: 400 !important; | |||
color: #b7b4bf !important; | |||
text-align: left !important; | |||
white-space: nowrap !important; | |||
background: none !important; | |||
border: none !important; | |||
border-bottom: 1px solid rgba(255,255,255,0.05) !important; | |||
animation: none !important; | |||
} | |||
.r-box-info-table td, .r-box table td, .tournament-box table td, | |||
.series-box table td { | |||
padding: 4px 6px !important; | |||
font-size: 13px !important; | |||
width: auto !important; | |||
text-align: right !important; | |||
color: #ebebeb !important; | |||
font-weight: 600 !important; | |||
background: none !important; | |||
border: none !important; | |||
border-bottom: 1px solid rgba(255,255,255,0.05) !important; | |||
animation: none !important; | |||
} | |||
/* ══════════════════════════════════════════════ | |||
CHAMPION BANNERS — all variants | |||
══════════════════════════════════════════════ */ | |||
.rp-champion { | |||
margin: 10px 0 6px; | |||
padding: 8px 12px; | |||
border-radius: 6px; | |||
text-align: center; | |||
border: 1px solid rgba(168,212,255,0.25); | |||
background: rgba(168,212,255,0.06); | |||
} | |||
.rp-champion .rp-ch-lbl { | |||
font-size: 10px; | |||
font-weight: 600; | |||
letter-spacing: .08em; | |||
text-transform: uppercase; | |||
color: #a8d4ff; | |||
margin-bottom: 2px; | |||
} | |||
.rp-champion .rp-ch-name { | |||
font-size: 15px; | |||
font-weight: 700; | |||
color: #c8e4ff; | |||
} | |||
.rp-champion .rp-ch-name a, | |||
.rp-champion .rp-ch-name a:visited { color: #c8e4ff; text-decoration: none; } | |||
/* Series (Get Names) — green */ | |||
.rp-champion--series { | |||
border-color: rgba(90,170,130,0.30) !important; | |||
background: rgba(90,170,130,0.07) !important; | |||
} | |||
.rp-champion--series .rp-ch-lbl { color: #5aaa82 !important; } | |||
.rp-champion--series .rp-ch-name { color: #8de0b8 !important; } | |||
.rp-champion--series .rp-ch-name a, | |||
.rp-champion--series .rp-ch-name a:visited { color: #8de0b8 !important; } | |||
/* Closed Cups — purple */ | |||
.rp-champion--closed { | |||
border-color: rgba(161,156,224,0.30) !important; | |||
background: rgba(161,156,224,0.07) !important; | |||
} | |||
.rp-champion--closed .rp-ch-lbl { color: #a19ce0 !important; } | |||
.rp-champion--closed .rp-ch-name { color: #c4bfff !important; } | |||
.rp-champion--closed .rp-ch-name a, | |||
.rp-champion--closed .rp-ch-name a:visited { color: #c4bfff !important; } | |||
/* ══════════════════════════════════════════════ | |||
TABLE CLASSES — closedcups / rank / getnames | |||
══════════════════════════════════════════════ */ | |||
.wikitable.closedcups td:nth-child(2), | |||
.wikitable.rank td:nth-child(2), | |||
.wikitable.getnames td:nth-child(2) { | |||
text-align: left !important; | |||
padding-left: 14px !important; | |||
} | |||
/* Get Names — Σ last col white bold */ | |||
.wikitable.getnames td:last-child { color: #ffffff !important; font-weight: 700 !important; } | |||
/* ══════════════════════════════════════════════ | |||
RATING TABLE EXTREMES | |||
══════════════════════════════════════════════ */ | |||
.mcc-games-hi { color: #63bd33 !important; font-weight: 700 !important; } | |||
.mcc-games-lo { color: #ff7575 !important; font-weight: 600 !important; } | |||
.mcc-wr-hi { color: #63bd33 !important; font-weight: 700 !important; } | |||
.mcc-wr-lo { color: #ff7575 !important; font-weight: 600 !important; } | |||
/* ══════════════════════════════════════════════ | |||
TOURNAMENT FINAL — special prestige styling | |||
══════════════════════════════════════════════ */ | |||
.tournament-final-box { | |||
border: 1px solid rgba(212,168,67,0.22) !important; | |||
background: linear-gradient(160deg, rgba(22,19,30,0.98) 0%, rgba(26,22,16,0.98) 100%) !important; | |||
box-shadow: 0 0 32px rgba(212,168,67,0.06), inset 0 0 0 1px rgba(212,168,67,0.10) !important; | |||
} | |||
/* Decorative top line */ | |||
.tournament-final-box::before { | |||
content: ''; | |||
display: block; | |||
height: 2px; | |||
width: 100%; | |||
margin-bottom: 6px; | |||
border-radius: 2px; | |||
background: linear-gradient(90deg, | |||
transparent 0%, | |||
rgba(212,168,67,0.20) 20%, | |||
rgba(212,168,67,0.55) 50%, | |||
rgba(212,168,67,0.20) 80%, | |||
transparent 100%); | |||
} | |||
/* Nav */ | |||
.tournament-final-box .tournament-nav .tournament-nav-name { | |||
color: #d4a843 !important; | |||
font-weight: 700 !important; | |||
font-size: 12px !important; | |||
letter-spacing: .03em !important; | |||
} | |||
/* Prize pool — highlighted separately */ | |||
.tf-prize-block { | |||
margin: 10px 0 4px; | |||
padding: 8px 12px; | |||
border-radius: 6px; | |||
text-align: center; | |||
border: 1px solid rgba(212,168,67,0.28); | |||
background: rgba(212,168,67,0.06); | |||
} | |||
.tf-prize-block .tf-prize-lbl { | |||
font-size: 10px; | |||
font-weight: 600; | |||
letter-spacing: .10em; | |||
text-transform: uppercase; | |||
color: rgba(212,168,67,0.65); | |||
margin-bottom: 2px; | |||
} | |||
.tf-prize-block .tf-prize-val { | |||
font-size: 22px; | |||
font-weight: 800; | |||
color: #d4a843; | |||
letter-spacing: .02em; | |||
font-family: 'Manrope', sans-serif; | |||
} | |||
/* Podium — 3 place blocks */ | |||
.tf-podium { | |||
display: flex; | |||
flex-direction: column; | |||
gap: 4px; | |||
margin: 8px 0 4px; | |||
} | |||
.tf-place { | |||
display: flex; | |||
align-items: center; | |||
gap: 8px; | |||
padding: 6px 10px; | |||
border-radius: 5px; | |||
border: 1px solid transparent; | |||
} | |||
.tf-place-1 { | |||
background: rgba(212,168,67,0.09); | |||
border-color: rgba(212,168,67,0.22); | |||
} | |||
.tf-place-2 { | |||
background: rgba(180,185,195,0.07); | |||
border-color: rgba(180,185,195,0.16); | |||
} | |||
.tf-place-3 { | |||
background: rgba(192,112,72,0.07); | |||
border-color: rgba(192,112,72,0.16); | |||
} | |||
.tf-place-badge { | |||
display: inline-flex; | |||
align-items: center; | |||
justify-content: center; | |||
width: 24px; | |||
height: 24px; | |||
border-radius: 50%; | |||
font-size: 11px; | |||
font-weight: 700; | |||
flex-shrink: 0; | |||
} | |||
.tf-place-1 .tf-place-badge { background: rgba(212,168,67,0.18); border: 1.5px solid rgba(212,168,67,0.55); color: #d4a843; } | |||
.tf-place-2 .tf-place-badge { background: rgba(180,185,195,0.14); border: 1.5px solid rgba(180,185,195,0.45); color: #c0c4cc; } | |||
.tf-place-3 .tf-place-badge { background: rgba(192,112,72,0.16); border: 1.5px solid rgba(192,112,72,0.45); color: #c07048; } | |||
.tf-place-name { | |||
flex: 1; | |||
font-size: 13.5px; | |||
font-weight: 600; | |||
color: #e8e5f0; | |||
} | |||
.tf-place-name a, .tf-place-name a:visited { color: #a19ce0; text-decoration: none; } | |||
.tf-place-1 .tf-place-name a, .tf-place-1 .tf-place-name a:visited { color: #d4a843; } | |||
.tf-place-prize { | |||
font-size: 11px; | |||
color: rgba(212,168,67,0.65); | |||
font-weight: 500; | |||
white-space: nowrap; | |||
} | |||
.tf-place-1 .tf-place-prize { color: rgba(212,168,67,0.80); font-weight: 700; } | |||
/* ══════════════════════════════════════════════ | |||
HOME PAGE | |||
══════════════════════════════════════════════ */ | |||
.mcc-home { padding-bottom: 40px; } | |||
/* ── HERO ── */ | |||
.mcc-home-hero { | |||
position: relative; | |||
margin: -8px -16px 24px; | |||
padding: 28px 24px 20px; | |||
overflow: hidden; | |||
border-bottom: 1px solid rgba(255,255,255,0.06); | |||
} | |||
.mcc-home-hero-bg { | |||
position: absolute; | |||
inset: 0; | |||
background: | |||
radial-gradient(ellipse 60% 80% at 20% 50%, rgba(161,156,224,0.07) 0%, transparent 70%), | |||
radial-gradient(ellipse 40% 60% at 80% 30%, rgba(212,168,67,0.05) 0%, transparent 70%); | |||
pointer-events: none; | |||
} | |||
.mcc-home-stats { | |||
display: flex; | |||
align-items: center; | |||
gap: 0; | |||
flex-wrap: wrap; | |||
} | |||
.mcc-home-stat { | |||
display: flex; | |||
flex-direction: column; | |||
align-items: center; | |||
padding: 0 24px; | |||
min-width: 80px; | |||
} | |||
.mcc-home-stat-val { | |||
font-size: 22px; | |||
font-weight: 800; | |||
color: #e8e5f0; | |||
font-family: 'Manrope', sans-serif; | |||
letter-spacing: -0.02em; | |||
line-height: 1.1; | |||
} | |||
.mcc-home-stat-lbl { | |||
font-size: 11px; | |||
color: rgba(161,156,224,0.6); | |||
font-weight: 500; | |||
text-transform: uppercase; | |||
letter-spacing: .06em; | |||
margin-top: 3px; | |||
} | |||
.mcc-home-stat-div { | |||
width: 1px; | |||
height: 32px; | |||
background: rgba(255,255,255,0.08); | |||
} | |||
/* ── FEATURED LINKS ── */ | |||
.mcc-home-featured { | |||
display: grid; | |||
margin-top: 60px; | |||
grid-template-columns: repeat(3, 1fr); | |||
gap: 10px; | |||
margin-bottom: 20px; | |||
} | |||
@media (max-width: 700px) { .mcc-home-featured { grid-template-columns: 1fr; } } | |||
.mcc-home-feat { | |||
display: flex; | |||
align-items: center; | |||
gap: 12px; | |||
padding: 14px 16px; | |||
border-radius: 8px; | |||
border: 1px solid rgba(255,255,255,0.07); | |||
background: rgba(18,16,26,0.65); | |||
text-decoration: none !important; | |||
transition: background 0.18s, border-color 0.18s, transform 0.18s; | |||
cursor: pointer; | |||
} | |||
.mcc-home-feat:hover { | |||
transform: translateY(-2px); | |||
background: rgba(30,26,42,0.85); | |||
} | |||
.mcc-home-feat--gold { border-color: rgba(212,168,67,0.22); background: rgba(26,22,16,0.80); } | |||
.mcc-home-feat--gold:hover { border-color: rgba(212,168,67,0.40); } | |||
.mcc-home-feat--silver { border-color: rgba(180,185,195,0.18); } | |||
.mcc-home-feat--accent { border-color: rgba(161,156,224,0.20); } | |||
.mcc-home-feat:hover .mcc-home-feat--accent { border-color: rgba(161,156,224,0.35); } | |||
.mcc-home-feat-icon { font-size: 22px; line-height: 1; flex-shrink: 0; } | |||
.mcc-home-feat-body { flex: 1; min-width: 0; } | |||
.mcc-home-feat-title { | |||
font-size: 13.5px; | |||
font-weight: 700; | |||
color: #e8e5f0; | |||
white-space: nowrap; | |||
overflow: hidden; | |||
text-overflow: ellipsis; | |||
} | |||
.mcc-home-feat--gold .mcc-home-feat-title { color: #d4a843; } | |||
.mcc-home-feat-sub { font-size: 11.5px; color: rgba(180,178,196,0.55); margin-top: 2px; } | |||
.mcc-home-feat-arrow { font-size: 16px; color: rgba(180,178,196,0.30); flex-shrink: 0; transition: color 0.15s, transform 0.15s; } | |||
.mcc-home-feat:hover .mcc-home-feat-arrow { color: rgba(161,156,224,0.70); transform: translateX(3px); } | |||
/* ── 3-COL GRID ── */ | |||
.mcc-home-grid { | |||
display: grid; | |||
grid-template-columns: repeat(3, 1fr); | |||
gap: 12px; | |||
margin-bottom: 16px; | |||
} | |||
@media (max-width: 900px) { .mcc-home-grid { grid-template-columns: 1fr; } } | |||
/* ── PANEL ── */ | |||
.mcc-home-panel { | |||
background: rgba(16,14,24,0.70); | |||
border: 1px solid rgba(255,255,255,0.07); | |||
border-radius: 8px; | |||
overflow: hidden; | |||
} | |||
.mcc-home-panel--players { margin-bottom: 8px; } | |||
.mcc-home-panel-hd { | |||
display: flex; | |||
align-items: center; | |||
justify-content: space-between; | |||
padding: 11px 14px; | |||
cursor: pointer; | |||
user-select: none; | |||
border-bottom: 1px solid rgba(255,255,255,0.06); | |||
background: rgba(255,255,255,0.02); | |||
transition: background 0.15s; | |||
} | |||
.mcc-home-panel-hd:hover { background: rgba(0,0,0,0.2); } | |||
.mcc-home-panel-title { font-size: 13px; font-weight: 600; color: #d4d2e0; } | |||
.mcc-home-panel-toggle { | |||
font-size: 14px; | |||
color: #fff; | |||
transition: transform 0.22s; | |||
display: inline-block; | |||
} | |||
.mcc-home-panel-hd.collapsed .mcc-home-panel-toggle { transform: rotate(-90deg); } | |||
.mcc-home-panel-bd { | |||
overflow: hidden; | |||
transition: max-height 0.35s cubic-bezier(.4,0,.2,1), opacity 0.22s; | |||
max-height: 99999px; | |||
opacity: 1; | |||
} | |||
.mcc-home-panel-bd.collapsed { | |||
max-height: 0 !important; | |||
opacity: 0; | |||
} | |||
/* ── CHAMP ROWS ── */ | |||
.mcc-home-champ-header { | |||
font-size: 10px !important; | |||
text-transform: uppercase; | |||
letter-spacing: .07em; | |||
color: rgba(180,178,196,0.40) !important; | |||
border-bottom: 1px solid rgba(255,255,255,0.05) !important; | |||
pointer-events: none; | |||
} | |||
.mcc-home-champ-row { | |||
display: grid; | |||
grid-template-columns: 44px 1fr 1fr; | |||
align-items: center; | |||
gap: 6px; | |||
padding: 8px 14px; | |||
font-size: 13px; | |||
color: #d4d2e0; | |||
text-decoration: none !important; | |||
border-bottom: 1px solid rgba(255,255,255,0.04); | |||
transition: background 0.13s; | |||
} | |||
.mcc-home-champ-row:last-of-type { border-bottom: none; } | |||
.mcc-home-champ-row:hover:not(.mcc-home-champ-header) { background: rgba(161,156,224,0.06); } | |||
.mcc-home-champ-row a, .mcc-home-champ-row a:visited { color: #a19ce0; text-decoration: none; } | |||
.mcc-season-num { | |||
display: inline-flex; | |||
align-items: center; | |||
justify-content: center; | |||
width: 26px; height: 26px; | |||
border-radius: 50%; | |||
background: rgba(161,156,224,0.10); | |||
font-size: 11px; | |||
font-weight: 700; | |||
color: #d4a843; | |||
} | |||
.mcc-champ-name { color: #e8e5f0; font-weight: 600; text-align: right; } | |||
/* Get Names — 3 cols */ | |||
.mcc-home-panel:nth-child(2) .mcc-home-champ-row, | |||
.mcc-home-panel:nth-child(2) .mcc-home-champ-header { | |||
grid-template-columns: 44px 1fr auto; | |||
} | |||
.mcc-home-panel:nth-child(2) .mcc-champ-name { text-align: right; font-size: 12px; } | |||
.mcc-home-panel-footer { | |||
padding: 8px 14px; | |||
border-top: 1px solid rgba(255,255,255,0.05); | |||
text-align: right; | |||
} | |||
.mcc-home-panel-footer a { font-size: 12px; color: rgba(161,156,224,0.60); text-decoration: none; } | |||
.mcc-home-panel-footer a:hover { color: #a19ce0; } | |||
/* ══════════════════════════════════════════════ | |||
PLAYER CARDS — smaller size, tighter grid | |||
══════════════════════════════════════════════ */ | |||
.mcc-heroes-list { | |||
list-style: none !important; | |||
margin: 0 !important; | |||
padding: 0px !important; | |||
display: grid !important; | |||
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important; | |||
gap: 8px !important; | |||
} | |||
/* Player card inner image — smaller height */ | |||
.mcc-heroes-list .home__block-image, | |||
.mcc-heroes-list li .home__block-image { | |||
height: 180px !important; | |||
min-height: 180px !important; | |||
max-height: 180px !important; | |||
} | |||
/* Make the card li behave properly */ | |||
.mcc-heroes-list > li { | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
display: block !important; | |||
width: 100% !important; | width: 100% !important; | ||
} | } | ||
/* | /* Ensure inner block fills the li */ | ||
.mcc- | .mcc-heroes-list > li > * { | ||
width: 100% !important; | width: 100% !important; | ||
overflow- | height: 100% !important; | ||
- | } | ||
/* ══════════════════════════════════════════════ | |||
HOME PAGE — correct layout (margin-left:265px stays, | |||
no r-box, content fills to 1340px from left) | |||
══════════════════════════════════════════════ */ | |||
@media screen and (min-width: 1000px) { | |||
.page-Головна_сторінка .content, | |||
.page-Головна_сторінка .pre-content, | |||
.page-Головна_сторінка .post-content { | |||
margin-left: 340px !important; | |||
margin-right: 340px !important; | |||
padding: 0 !important; | |||
max-width: none !important; | |||
width: auto !important; | |||
box-sizing: content-box !important; | |||
} | |||
} | |||
#players-panel { | |||
max-height: none !important; | |||
overflow: visible !important; | |||
} | |||
/* ── Closed Cups panel (3rd) — 3 cols ── */ | |||
.mcc-home-grid .mcc-home-panel:nth-child(3) .mcc-home-champ-row { | |||
grid-template-columns: 40px 1fr auto !important; | |||
} | |||
.mcc-home-grid .mcc-home-panel:nth-child(3) .mcc-home-champ-header { | |||
grid-template-columns: 40px 1fr auto !important; | |||
} | |||
.mcc-home-grid .mcc-home-panel:nth-child(3) .mcc-champ-name { | |||
text-align: right !important; | |||
font-size: 12px !important; | |||
color: #e8e5f0; font-weight: 600; | |||
} | |||
/* ══════════════════════════════════════════════ | |||
HOME HERO BANNER — full width, Фінал Року | |||
══════════════════════════════════════════════ */ | |||
.mcc-home-hero-banner { | |||
display: flex; | |||
align-items: center; | |||
gap: 20px; | |||
margin-bottom: 16px; | |||
padding: 20px 28px; | |||
border-radius: 10px; | |||
cursor: pointer; | |||
position: relative; | |||
overflow: hidden; | |||
border: 1px solid rgba(255,140,40,0.30); | |||
background: | |||
linear-gradient(110deg, | |||
rgba(180,70,10,0.85) 0%, | |||
rgba(220,110,20,0.80) 30%, | |||
rgba(240,150,40,0.70) 55%, | |||
rgba(200,90,10,0.80) 80%, | |||
rgba(160,50,5,0.90) 100%); | |||
box-shadow: 0 4px 32px rgba(220,100,10,0.18), inset 0 1px 0 rgba(255,200,100,0.12); | |||
transition: filter 0.18s, transform 0.18s; | |||
text-decoration: none !important; | |||
} | |||
.mcc-home-hero-banner::before { | |||
content: ''; | |||
position: absolute; | |||
inset: 0; | |||
background: radial-gradient(ellipse 60% 100% at 70% 50%, rgba(255,180,60,0.18) 0%, transparent 70%); | |||
pointer-events: none; | |||
} | |||
.mcc-home-hero-banner:hover { | |||
filter: brightness(1.08); | |||
transform: translateY(-1px); | |||
} | |||
.mcc-hero-badge { | |||
font-size: 10px; | |||
font-weight: 800; | |||
letter-spacing: .14em; | |||
text-transform: uppercase; | |||
color: rgba(255,220,140,0.75); | |||
background: rgba(0,0,0,0.20); | |||
border: 1px solid rgba(255,200,80,0.25); | |||
border-radius: 4px; | |||
padding: 3px 9px; | |||
white-space: nowrap; | |||
flex-shrink: 0; | |||
} | |||
.mcc-hero-prize { | |||
font-size: 26px; | |||
font-weight: 900; | |||
color: #ffe47a; | |||
letter-spacing: -0.02em; | |||
font-family: 'Manrope', sans-serif; | |||
text-shadow: 0 2px 12px rgba(255,160,30,0.40); | |||
white-space: nowrap; | |||
flex-shrink: 0; | |||
} | |||
.mcc-hero-champ { | |||
flex: 1; | |||
font-size: 15px; | |||
font-weight: 600; | |||
color: rgba(255,240,210,0.90); | |||
} | |||
.mcc-hero-champ a, | |||
.mcc-hero-champ a:visited { | |||
color: #ffe47a !important; | |||
text-decoration: none !important; | |||
font-weight: 700; | |||
} | |||
.mcc-hero-arrow { | |||
font-size: 20px; | |||
color: rgba(255,200,80,0.50); | |||
flex-shrink: 0; | |||
transition: color 0.15s, transform 0.15s; | |||
} | |||
.mcc-home-hero-banner:hover .mcc-hero-arrow { | |||
color: rgba(255,220,100,0.85); | |||
transform: translateX(4px); | |||
} | } | ||
.mcc- | /* ══════════════════════════════════════════════ | ||
HOME PANEL HEADERS — neon blue gradient | |||
══════════════════════════════════════════════ */ | |||
.mcc-home-panel-hd { | |||
position: relative; | |||
overflow: hidden; | |||
} | |||
.mcc-home-panel-hd::before { | |||
content: ''; | |||
position: absolute; | |||
inset: 0; | |||
background: | |||
radial-gradient(ellipse 55% 140% at 0% 50%, rgb(132 17 255 / 16%) 0%, transparent 60%), radial-gradient(ellipse 30% 80% at 100% 50%, rgb(255 44 96 / 8%) 0%, transparent 55%); | |||
pointer-events: none; | |||
} | } | ||
.mcc-home-panel-title { | |||
. | color: #fff !important; | ||
font-size: 11.5px !important; | |||
font-weight: 700 !important; | |||
letter-spacing: .09em !important; | |||
text-transform: uppercase !important; | |||
} | |||
. | .mcc-home-panel-toggle { | ||
color: rgba(0,180,255,0.38) !important; | |||
} | } | ||
/* | /* Champion names in Seasons panel — orange like prize money */ | ||
.mcc- | .mcc-home-grid .mcc-home-panel:nth-child(1) .mcc-champ-name { | ||
.mcc- | color: #e8e5f0; font-weight: 600; | ||
.mcc- | } | ||