6369
редагувань
Admin (обговорення | внесок) Немає опису редагування |
Admin (обговорення | внесок) Немає опису редагування |
||
| Рядок 457: | Рядок 457: | ||
.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: 8px 12px !important; font-size: 11.5px !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 !important; | font-weight: 400 !important; color: #b7b4bf !important; opacity: .55 !important; | ||
text-align: left !important; white-space: nowrap !important; | text-align: left !important; width: 52% !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: 8px 12px !important; font-size: 11.5px !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; | width: 48% !important; animation: none !important; | ||
} | } | ||
| Рядок 1025: | Рядок 1025: | ||
font-weight: 600 !important; | font-weight: 600 !important; | ||
} | } | ||
/* ══════════════════════════════════════════════ | |||
SEASON RATING TABLE — layout fixes | |||
══════════════════════════════════════════════ */ | |||
/* № column — narrow */ | |||
.content .mw-parser-output .wikitable td:first-child, | |||
.content .mw-parser-output .wikitable th:first-child { | |||
width: 48px !important; | |||
min-width: 36px !important; | |||
max-width: 56px !important; | |||
padding: 10px 8px !important; | |||
text-align: center !important; | |||
} | |||
/* Пан/Пані column — left aligned, close to № */ | |||
.content .mw-parser-output .wikitable td:nth-child(2) { | |||
text-align: left !important; | |||
padding-left: 14px !important; | |||
} | |||
.content .mw-parser-output .wikitable th:nth-child(2) { | |||
text-align: left !important; | |||
padding-left: 14px !important; | |||
} | |||
/* Σ column — white bold */ | |||
.content .mw-parser-output .wikitable td:nth-child(3) { | |||
color: #ffffff !important; | |||
font-weight: 700 !important; | |||
} | |||
/* Place medals — JS adds .mcc-rank-1 / 2 / 3 */ | |||
.mcc-rank-1 { | |||
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; | |||
color: #d4a843 !important; | |||
font-size: 12px !important; font-weight: 700 !important; | |||
} | |||
.mcc-rank-2 { | |||
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; | |||
color: #c0c4cc !important; | |||
font-size: 12px !important; font-weight: 700 !important; | |||
} | |||
.mcc-rank-3 { | |||
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; | |||
color: #c07048 !important; | |||
font-size: 12px !important; font-weight: 700 !important; | |||
} | |||
/* Games count highlight — JS adds these */ | |||
.mcc-games-hi { color: #63bd33 !important; font-weight: 700 !important; } | |||
.mcc-games-lo { color: #ff7575 !important; font-weight: 600 !important; } | |||
/* WR highlight */ | |||
.mcc-wr-hi { color: #63bd33 !important; font-weight: 700 !important; } | |||
.mcc-wr-lo { color: #ff7575 !important; font-weight: 600 !important; } | |||