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

нема опису редагування
Немає опису редагування
Немає опису редагування
 
(Не показано 12 проміжних версій цього користувача)
Рядок 738: Рядок 738:


/* ============================================================ 19. ГЕРОЇ */
/* ============================================================ 19. ГЕРОЇ */
.mcc-heroes-list { padding-top: 20px !important; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.mcc-heroes-list { padding-top: 0px !important; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.mcc-heroes-list li { margin: 0; padding: 0; width: calc((100% - 32px) / 5); }
.mcc-heroes-list li { margin: 0; padding: 0; width: calc((100% - 32px) / 5); }
.mcc-hero-card { position: relative; display: block; width: 100%; overflow: hidden; background: #1a1a2e; transition: transform .2s, box-shadow .2s; }
.mcc-hero-card { position: relative; display: block; width: 100%; overflow: hidden; background: #1a1a2e; transition: transform .2s, box-shadow .2s; }
Рядок 1625: Рядок 1625:
.mcc-home-featured {
.mcc-home-featured {
     display: grid;
     display: grid;
    margin-top: 60px;
     grid-template-columns: repeat(3, 1fr);
     grid-template-columns: repeat(3, 1fr);
     gap: 10px;
     gap: 10px;
Рядок 1756: Рядок 1757:
.mcc-champ-name { color: #e8e5f0; font-weight: 600; text-align: right; }
.mcc-champ-name { color: #e8e5f0; font-weight: 600; text-align: right; }


/* Get Names — 2 cols only */
/* Get Names — 3 cols */
.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;
     grid-template-columns: 44px 1fr auto;
}
}
.mcc-home-panel:nth-child(2) .mcc-champ-name { text-align: left; }
.mcc-home-panel:nth-child(2) .mcc-champ-name { text-align: right; font-size: 12px; }




Рядок 1781: Рядок 1782:
     list-style: none !important;
     list-style: none !important;
     margin: 0 !important;
     margin: 0 !important;
     padding: 12px !important;
     padding: 0px !important;
     display: grid !important;
     display: grid !important;
     grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important;
     grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important;
Рядок 1847: Рядок 1848:
     text-align: right !important;
     text-align: right !important;
     font-size: 12px !important;
     font-size: 12px !important;
     color: rgba(212,210,224,0.65) !important;
     color: #e8e5f0; font-weight: 600;
}
}


Рядок 1951: Рядок 1952:
     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;
Рядок 1972: Рядок 1966:
/* 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: #fff !important;
     color: #e8e5f0; font-weight: 600;
    font-weight: 700 !important;
}
}