MediaWiki:Common.css: відмінності між версіями

нема опису редагування
Немає опису редагування
Немає опису редагування
Рядок 1571: Рядок 1571:
}
}
.tf-place-1 .tf-place-prize { color: rgba(212,168,67,0.80); font-weight: 700; }
.tf-place-1 .tf-place-prize { color: rgba(212,168,67,0.80); font-weight: 700; }
/* ══════════════════════════════════════════════
  HOME PAGE
  ══════════════════════════════════════════════ */
.page-Головна_сторінка .content,
.page-Головна_сторінка .pre-content,
.page-Головна_сторінка .post-content {
    margin-right: 20px !important;
    max-width: none !important;
}
.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;
    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(255,255,255,0.04); }
.mcc-home-panel-title { font-size: 13px; font-weight: 600; color: #d4d2e0; }
.mcc-home-panel-toggle {
    font-size: 14px;
    color: rgba(161,156,224,0.55);
    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.28s cubic-bezier(.4,0,.2,1), opacity 0.22s;
    max-height: 2000px;
    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);
    border: 1px solid rgba(161,156,224,0.18);
    font-size: 11px;
    font-weight: 700;
    color: #a19ce0;
}
.mcc-champ-name { color: #e8e5f0; font-weight: 600; text-align: right; }
/* Get Names — 2 cols only */
.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;
}
.mcc-home-panel:nth-child(2) .mcc-champ-name { text-align: left; }
/* Closed cups — 2 cols */
.mcc-home-panel:nth-child(3) .mcc-home-champ-row,
.mcc-home-panel:nth-child(3) .mcc-home-champ-header {
    grid-template-columns: 1fr auto;
}
.mcc-home-panel:nth-child(3) .mcc-champ-name { text-align: right; font-size: 12px; color: rgba(212,210,224,0.65); }
.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; }