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

нема опису редагування
Немає опису редагування
Немає опису редагування
Рядок 1942: Рядок 1942:
.mcc-home-panel-hd {
.mcc-home-panel-hd {
     background: linear-gradient(105deg,
     background: linear-gradient(105deg,
         rgba(10,20,50,0.98) 0%,
         rgba(0,8,28,0.99) 0%,
         rgba(20,40,90,0.95) 40%,
         rgba(0,20,55,0.97) 35%,
         rgba(30,60,120,0.90) 70%,
         rgba(0,40,90,0.93) 65%,
         rgba(15,35,80,0.97) 100%) !important;
         rgba(0,15,45,0.98) 100%) !important;
     border-bottom: 1px solid rgba(60,120,255,0.20) !important;
     border-bottom: 1px solid rgba(0,180,255,0.25) !important;
     box-shadow: inset 0 1px 0 rgba(100,160,255,0.10) !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;
Рядок 1955: Рядок 1957:
     position: absolute;
     position: absolute;
     inset: 0;
     inset: 0;
     background: radial-gradient(ellipse 80% 120% at 30% 50%, rgba(50,100,255,0.12) 0%, transparent 65%);
     background:
        radial-gradient(ellipse 55% 140% at 0% 50%, rgba(0,150,255,0.16) 0%, transparent 60%),
        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 {
.mcc-home-panel-hd:hover {
     background: linear-gradient(105deg,
     background: linear-gradient(105deg,
         rgba(15,28,65,0.99) 0%,
         rgba(0,12,36,1) 0%,
         rgba(25,50,110,0.97) 40%,
         rgba(0,28,70,0.99) 35%,
         rgba(40,75,145,0.93) 70%,
         rgba(0,55,115,0.95) 65%,
         rgba(20,42,95,0.98) 100%) !important;
         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(160,200,255,0.55) !important;
     color: rgba(0,210,255,0.60) !important;
     font-size: 12px !important;
     font-size: 11.5px !important;
     font-weight: 700 !important;
     font-weight: 700 !important;
     letter-spacing: .06em !important;
     letter-spacing: .09em !important;
     text-transform: uppercase !important;
     text-transform: uppercase !important;
}
}
.mcc-home-panel-toggle {
.mcc-home-panel-toggle {
     color: rgba(100,150,255,0.40) !important;
     color: rgba(0,180,255,0.38) !important;
}
}