MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Michaeliten Wiki
Zur Navigation springenZur Suche springen
Die Seite wurde neu angelegt: „Das folgende CSS wird für alle Benutzeroberflächen geladen.: Мобильная версия - убираем голубой фон у нижней панели (Drawer): @media screen and (max-width: 720px) { Основной блок панели: .citizen-drawer { background-color: #ffffff !important; background-image: none !important; border-top: 1px solid #e0e0e0 !important; box-shadow: none !i…“
 
Die Seite wurde geleert.
Markierung: Geleert
 
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Мобильная версия - убираем голубой фон у нижней панели (Drawer) */
@media screen and (max-width: 720px) {
    /* Основной блок панели */
    .citizen-drawer {
        background-color: #ffffff !important;
        background-image: none !important;
        border-top: 1px solid #e0e0e0 !important;
        box-shadow: none !important;
    }
   
    /* Заголовок панели (где логотип) */
    .citizen-drawer__header {
        background-color: #ffffff !important;
        background-image: none !important;
    }
   
    /* Меню панели (список ссылок) */
    .citizen-drawer__menu {
        background-color: #ffffff !important;
        background-image: none !important;
    }
   
    /* Все дочерние элементы */
    .citizen-drawer * {
        background-color: transparent !important;
        color: #1a1a1a !important;
    }
   
    /* Ссылки делаем синими для читаемости */
    .citizen-drawer a {
        color: #0645ad !important;
    }
   
    /* Заголовки разделов */
    .citizen-drawer .drawer__section-title,
    .citizen-drawer .mw-list-item .mw-list-item-label {
        color: #1a1a1a !important;
    }
}

Aktuelle Version vom 6. Juli 2026, 10:22 Uhr