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

нема опису редагування
Немає опису редагування
Немає опису редагування
Рядок 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: #ffa11b;
     color: #a19ce0;
}
}
.mcc-champ-name { color: #e8e5f0; font-weight: 600; text-align: right; }
.mcc-champ-name { color: #e8e5f0; font-weight: 600; text-align: right; }
Рядок 1763: Рядок 1764:
.mcc-home-panel:nth-child(2) .mcc-champ-name { text-align: left; }
.mcc-home-panel:nth-child(2) .mcc-champ-name { text-align: left; }


/* Closed cups — 2 cols */
 
.mcc-home-panel:nth-child(3) .mcc-home-champ-row,
.mcc-home-panel:nth-child(3) .mcc-home-champ-header {
    grid-template-columns: 1fr auto;
}
.mcc-home-panel:nth-child(3) .mcc-champ-name { text-align: right; font-size: 12px; color: rgba(212,210,224,0.65); }


.mcc-home-panel-footer {
.mcc-home-panel-footer {
Рядок 1838: Рядок 1834:
     max-height: none !important;
     max-height: none !important;
     overflow: visible !important;
     overflow: visible !important;
}
/* ── Closed Cups panel (3rd) — 3 cols ── */
.mcc-home-grid .mcc-home-panel:nth-child(3) .mcc-home-champ-row {
    grid-template-columns: 40px 1fr auto !important;
}
.mcc-home-grid .mcc-home-panel:nth-child(3) .mcc-home-champ-header {
    grid-template-columns: 40px 1fr auto !important;
}
.mcc-home-grid .mcc-home-panel:nth-child(3) .mcc-champ-name {
    text-align: right !important;
    font-size: 12px !important;
    color: rgba(212,210,224,0.65) !important;
}
}