6369
редагувань
Admin (обговорення | внесок) Немає опису редагування |
Admin (обговорення | внесок) Немає опису редагування |
||
| Рядок 1935: | Рядок 1935: | ||
color: rgba(255,220,100,0.85); | color: rgba(255,220,100,0.85); | ||
transform: translateX(4px); | transform: translateX(4px); | ||
} | |||
/* ══════════════════════════════════════════════ | |||
HOME PANEL HEADERS — neon blue gradient | |||
══════════════════════════════════════════════ */ | |||
.mcc-home-panel-hd { | |||
background: linear-gradient(105deg, | |||
rgba(10,20,50,0.98) 0%, | |||
rgba(20,40,90,0.95) 40%, | |||
rgba(30,60,120,0.90) 70%, | |||
rgba(15,35,80,0.97) 100%) !important; | |||
border-bottom: 1px solid rgba(60,120,255,0.20) !important; | |||
box-shadow: inset 0 1px 0 rgba(100,160,255,0.10) !important; | |||
position: relative; | |||
overflow: hidden; | |||
} | |||
.mcc-home-panel-hd::before { | |||
content: ''; | |||
position: absolute; | |||
inset: 0; | |||
background: radial-gradient(ellipse 80% 120% at 30% 50%, rgba(50,100,255,0.12) 0%, transparent 65%); | |||
pointer-events: none; | |||
} | |||
.mcc-home-panel-hd:hover { | |||
background: linear-gradient(105deg, | |||
rgba(15,28,65,0.99) 0%, | |||
rgba(25,50,110,0.97) 40%, | |||
rgba(40,75,145,0.93) 70%, | |||
rgba(20,42,95,0.98) 100%) !important; | |||
} | |||
.mcc-home-panel-title { | |||
color: rgba(160,200,255,0.55) !important; | |||
font-size: 12px !important; | |||
font-weight: 700 !important; | |||
letter-spacing: .06em !important; | |||
text-transform: uppercase !important; | |||
} | |||
.mcc-home-panel-toggle { | |||
color: rgba(100,150,255,0.40) !important; | |||
} | |||
/* Champion names in Seasons panel — orange like prize money */ | |||
.mcc-home-grid .mcc-home-panel:nth-child(1) .mcc-champ-name { | |||
color: #d4843a !important; | |||
font-weight: 700 !important; | |||
} | } | ||