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: 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; | |||
} | } | ||
| Рядок 1297: | Рядок 1297: | ||
border-radius: 2px; | 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; } | |||