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

нема опису редагування
Немає опису редагування
Немає опису редагування
Рядок 288: Рядок 288:
     .overlay-header, .content, .overlay-content, .content-unstyled,
     .overlay-header, .content, .overlay-content, .content-unstyled,
     .pre-content, .post-content, #mw-content-text > form {
     .pre-content, .post-content, #mw-content-text > form {
         margin-left: 250px !important;
         margin-left: 265px !important;
         margin-right: 300px !important;
         margin-right: 300px !important;
         max-width: none !important;
         max-width: none !important;
Рядок 310: Рядок 310:
     .page-Фіналіст .content, .page-Титули .content, .page-Період .content,
     .page-Фіналіст .content, .page-Титули .content, .page-Період .content,
     .page-Перша_статистика .content {
     .page-Перша_статистика .content {
         margin-left: 260px !important; margin-right: 20px !important;
         margin-left: 265px !important; margin-right: 20px !important;
         width: auto !important; max-width: none !important;
         width: auto !important; max-width: none !important;
     }
     }
Рядок 947: Рядок 947:
     color: #d4a843 !important;
     color: #d4a843 !important;
     font-weight: 700 !important;
     font-weight: 700 !important;
}
/* ══════════════════════════════════════════════
  TARGETED FIXES
  ══════════════════════════════════════════════ */
/* 1. H2 section titles — white */
.content .mw-parser-output > h2 .mw-headline,
.content .mw-parser-output > h2,
.content .section-heading .mw-headline {
    color: #ffffff !important;
}
/* 2. Remove external link icon */
.mw-parser-output a.external,
.mw-parser-output a[rel~="nofollow"] {
    background-image: none !important;
    padding-right: 0 !important;
}
.mw-parser-output a.external::after,
.mw-parser-output a[rel~="nofollow"]::after {
    content: none !important;
    display: none !important;
}
/* 3. Нагороди в MCC table — clean layout */
/* Date col */
.content .mw-parser-output .wikitable td[style*="width:80px"],
.content .mw-parser-output .wikitable td[style*="width: 80px"] {
    width: 96px !important;
    min-width: 82px !important;
    max-width: 110px !important;
    color: #9e9aab !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-align: center !important;
    padding: 11px 10px !important;
    white-space: nowrap !important;
}
/* Tournament name col — left aligned */
.content .mw-parser-output .wikitable td[style*="text-align:left"],
.content .mw-parser-output .wikitable td[style*="text-align: left"] {
    text-align: left !important;
    padding-left: 12px !important;
    font-size: 14px !important;
    color: #e8e5f0 !important;
}
/* Prize col — right aligned, white bold */
.content .mw-parser-output .wikitable td[style*="text-align:right"],
.content .mw-parser-output .wikitable td[style*="text-align: right"] {
    text-align: right !important;
    padding-right: 16px !important;
    color: #ebebeb !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}
/* Prize = 0 ₴ — muted */
/* JS will handle coloring, CSS gives base */
/* Medal icon in tournament table */
.content .mw-parser-output .wikitable td[style*="text-align:left"] img.mw-file-element {
    width: 18px !important;
    height: 18px !important;
    vertical-align: middle !important;
    margin-right: 5px !important;
    opacity: .9 !important;
}
/* Remove Σ last-child override for awards table (it breaks prize col) */
/* Override only for tables with 3 cols (awards table) */
.content .mw-parser-output .wikitable:has(td[style*="width:80px"]) tbody tr td:last-child {
    color: #ebebeb !important;
    font-weight: 600 !important;
}
}