6369
редагувань
Admin (обговорення | внесок) Немає опису редагування |
Admin (обговорення | внесок) Немає опису редагування |
||
| Рядок 1025: | Рядок 1025: | ||
font-weight: 600 !important; | font-weight: 600 !important; | ||
} | } | ||
/* ══════════════════════════════════════════════ | /* ══════════════════════════════════════════════ | ||
SEASON RATING TABLE — | SEASON RATING TABLE — targeted via JS-added class | ||
══════════════════════════════════════════════ */ | ══════════════════════════════════════════════ */ | ||
/* № column | /* № column */ | ||
. | .mcc-rating-table td:first-child, | ||
. | .mcc-rating-table th:first-child { | ||
width: 48px !important; | width: 48px !important; min-width: 36px !important; max-width: 56px !important; | ||
padding: 10px 8px !important; text-align: center !important; | |||
padding: 10px 8px !important; | |||
} | } | ||
. | /* Пан/Пані column — left aligned */ | ||
.mcc-rating-table td:nth-child(2) { text-align: left !important; padding-left: 14px !important; } | |||
.mcc-rating-table th:nth-child(2) { text-align: left !important; padding-left: 14px !important; } | |||
} | |||
/* Σ column — white bold */ | /* Σ column — white bold */ | ||
. | .mcc-rating-table td:nth-child(3) { color: #ffffff !important; font-weight: 700 !important; } | ||
} | |||
/* | /* Medal badges */ | ||
.mcc-rank-1 { | .mcc-rank-1 { | ||
display: inline-flex !important; | display: inline-flex !important; align-items: center !important; justify-content: center !important; | ||
width: 26px !important; height: 26px !important; border-radius: 50% !important; | |||
background: rgba(212,168,67,0.18) !important; border: 1.5px solid rgba(212,168,67,0.55) !important; | |||
width: 26px !important; height: 26px !important; | color: #d4a843 !important; font-size: 12px !important; font-weight: 700 !important; | ||
background: rgba(212,168,67,0.18) !important; | |||
color: #d4a843 !important; | |||
} | } | ||
.mcc-rank-2 { | .mcc-rank-2 { | ||
display: inline-flex !important; | display: inline-flex !important; align-items: center !important; justify-content: center !important; | ||
width: 26px !important; height: 26px !important; border-radius: 50% !important; | |||
background: rgba(180,185,195,0.14) !important; border: 1.5px solid rgba(180,185,195,0.45) !important; | |||
width: 26px !important; height: 26px !important; | color: #c0c4cc !important; font-size: 12px !important; font-weight: 700 !important; | ||
background: rgba(180,185,195,0.14) !important; | |||
color: #c0c4cc !important; | |||
} | } | ||
.mcc-rank-3 { | .mcc-rank-3 { | ||
display: inline-flex !important; | display: inline-flex !important; align-items: center !important; justify-content: center !important; | ||
width: 26px !important; height: 26px !important; border-radius: 50% !important; | |||
background: rgba(192,112,72,0.16) !important; border: 1.5px solid rgba(192,112,72,0.45) !important; | |||
width: 26px !important; height: 26px !important; | color: #c07048 !important; font-size: 12px !important; font-weight: 700 !important; | ||
background: rgba(192,112,72,0.16) !important; | |||
color: #c07048 !important; | |||
} | } | ||
/* Games | /* Games / WR extremes */ | ||
.mcc-games-hi { color: #63bd33 !important; font-weight: 700 !important; } | .mcc-games-hi { color: #63bd33 !important; font-weight: 700 !important; } | ||
.mcc-games-lo { color: #ff7575 !important; font-weight: 600 !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; } | |||
.mcc-wr-hi { color: #63bd33 !important; font-weight: 700 !important; } | |||
.mcc-wr-lo { color: #ff7575 !important; font-weight: 600 !important; } | |||