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

нема опису редагування
Немає опису редагування
Немає опису редагування
Мітка: Скасовано
Рядок 1423: Рядок 1423:
     font-weight: 500;
     font-weight: 500;
     color: #fff;
     color: #fff;
}
/* ТИМЧАСОВО - дозволяємо ВСІ overlay */
.overlay,
.overlay-enabled,
[class*="overlay"] {
    background-color: rgba(0, 0, 0, 0.95) !important;
}
/* Скасовуємо блокування overlay */
.overlay:not(.search-overlay) {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999 !important;
}
}