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

нема опису редагування
Немає опису редагування
Мітка: Скасовано
Немає опису редагування
Мітка: Ручний відкіт
Рядок 1697: Рядок 1697:
     transition: background 0.15s;
     transition: background 0.15s;
}
}
.mcc-home-panel-hd:hover { background: rgba(255,255,255,0.04); }
.mcc-home-panel-hd:hover { background: rgba(0,0,0,0.2); }
.mcc-home-panel-title { font-size: 13px; font-weight: 600; color: #d4d2e0; }
.mcc-home-panel-title { font-size: 13px; font-weight: 600; color: #d4d2e0; }
.mcc-home-panel-toggle {
.mcc-home-panel-toggle {
     font-size: 14px;
     font-size: 14px;
     color: rgba(161,156,224,0.55);
     color: #fff;
     transition: transform 0.22s;
     transition: transform 0.22s;
     display: inline-block;
     display: inline-block;
Рядок 1750: Рядок 1750:
     border-radius: 50%;
     border-radius: 50%;
     background: rgba(161,156,224,0.10);
     background: rgba(161,156,224,0.10);
    border: 1px solid rgba(161,156,224,0.18);
     font-size: 11px;
     font-size: 11px;
     font-weight: 700;
     font-weight: 700;
     color: #a19ce0;
     color: #d4a843;
}
}
.mcc-champ-name { color: #e8e5f0; font-weight: 600; text-align: right; }
.mcc-champ-name { color: #e8e5f0; font-weight: 600; text-align: right; }


/* Get Names — 3 cols: № + Серія + Золото */
/* Get Names — 2 cols only */
.mcc-home-panel:nth-child(2) .mcc-home-champ-row,
.mcc-home-panel:nth-child(2) .mcc-home-champ-row,
.mcc-home-panel:nth-child(2) .mcc-home-champ-header {
.mcc-home-panel:nth-child(2) .mcc-home-champ-header {
     grid-template-columns: 44px 1fr auto;
     grid-template-columns: 44px 1fr;
}
}
.mcc-home-panel:nth-child(2) .mcc-champ-name { text-align: right; font-size: 12px; }
.mcc-home-panel:nth-child(2) .mcc-champ-name { text-align: left; }




Рядок 1941: Рядок 1940:
   ══════════════════════════════════════════════ */
   ══════════════════════════════════════════════ */
.mcc-home-panel-hd {
.mcc-home-panel-hd {
    background: linear-gradient(105deg,
        rgba(0,8,28,0.99) 0%,
        rgba(0,20,55,0.97) 35%,
        rgba(0,40,90,0.93) 65%,
        rgba(0,15,45,0.98) 100%) !important;
    border-bottom: 1px solid rgba(0,180,255,0.25) !important;
    box-shadow:
        inset 0 1px 0 rgba(0,210,255,0.14),
        0 1px 8px rgba(0,160,255,0.08) !important;
     position: relative;
     position: relative;
     overflow: hidden;
     overflow: hidden;
Рядок 1958: Рядок 1948:
     inset: 0;
     inset: 0;
     background:
     background:
         radial-gradient(ellipse 55% 140% at 0% 50%, rgba(0,150,255,0.16) 0%, transparent 60%),
         radial-gradient(ellipse 55% 140% at 0% 50%, rgb(132 17 255 / 16%) 0%, transparent 60%), radial-gradient(ellipse 30% 80% at 100% 50%, rgb(255 44 96 / 8%) 0%, transparent 55%);
        radial-gradient(ellipse 30% 80% at 100% 50%, rgba(0,230,255,0.08) 0%, transparent 55%);
     pointer-events: none;
     pointer-events: none;
}
}
.mcc-home-panel-hd:hover {
 
    background: linear-gradient(105deg,
        rgba(0,12,36,1) 0%,
        rgba(0,28,70,0.99) 35%,
        rgba(0,55,115,0.95) 65%,
        rgba(0,22,58,0.99) 100%) !important;
    border-bottom-color: rgba(0,210,255,0.35) !important;
}
.mcc-home-panel-title {
.mcc-home-panel-title {
     color: rgba(0,210,255,0.60) !important;
     color: #fff !important;
     font-size: 11.5px !important;
     font-size: 11.5px !important;
     font-weight: 700 !important;
     font-weight: 700 !important;
Рядок 1983: Рядок 1965:
/* Champion names in Seasons panel — orange like prize money */
/* Champion names in Seasons panel — orange like prize money */
.mcc-home-grid .mcc-home-panel:nth-child(1) .mcc-champ-name {
.mcc-home-grid .mcc-home-panel:nth-child(1) .mcc-champ-name {
     color: #d4843a !important;
     color: #fff !important;
     font-weight: 700 !important;
     font-weight: 700 !important;
}
}