MediaWiki:Citizen.css: Unterschied zwischen den Versionen

Aus Michaeliten Wiki
Zur Navigation springenZur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Das folgende CSS wird für Benutzer des Citizen-Skins geladen */
/* Das folgende CSS wird für Benutzer des Citizen-Skins geladen */
body {
    background: #fcfbf8;
}
.citizen-page-container {
    background: #ffffff;
}
.citizen-sidebar {
    background: #faf8f5;
}
/* ==========================================
/* ==========================================
   Michaeliten Wiki Theme
   Michaeliten Wiki Theme
   Version 0.1
   Dialoge, Formulare und Editor
   ========================================== */
   ========================================== */


:root {
/* Фон блоков (предпросмотр, сообщения и т.п.) */
.citizen-card,
.cdx-message,
.mw-message-box,
.oo-ui-panelLayout,
.oo-ui-bookletLayout-stackLayout,
.oo-ui-window-frame,
pre,
textarea,
input,
select {
    background: #fcfbf8 !important;
}
 
/* Поле редактора */
textarea {
    background: #ffffff !important;
    border: 1px solid #d8d0c4 !important;
    color: #222 !important;
}
 
/* Поля ввода */
input,
select {
    background: #ffffff !important;
    border: 1px solid #d8d0c4 !important;
    color: #222 !important;
}


    /* Основной фон */
/* Блок предварительного просмотра */
    --color-base: #fcfbf8;
.previewnote,
.mw-message-box {
    background: #f8f5ef !important;
    border: 1px solid #d8d0c4 !important;
    color: #333 !important;
}
.citizen-drawer {
    background: #ffffff !important;
}
aside {
    background: #ffffff !important;
}
/* ==========================================
  Michaeliten Wiki - Sidebar
  ========================================== */


    /* Фоны карточек */
/* Левая боковая панель */
    --color-surface-0: #ffffff;
.citizen-sidebar {
     --color-surface-1: #faf8f5;
     background-color: #ffffff !important;
    --color-surface-2: #f5f1eb;
}


/* Верхняя часть с логотипом */
.citizen-sidebar__header {
    background-color: #ffffff !important;
}
}


/* Нижняя часть панели */
.citizen-sidebar__footer {
    background-color: #ffffff !important;
}
/* ----------------------------------------
/* ----------------------------------------
   Michaeliten Wiki - Sidebar
   Michaeliten Wiki - Sidebar
Zeile 31: Zeile 90:
     margin-left: 170px !important;
     margin-left: 170px !important;
}
}
/* ==========================================
  Michaeliten Wiki - Footer
  ========================================== */
/* Сдвигаем футер так же, как основной контент */
.citizen-footer {
    margin-left: 170px !important;
}
/* ==========================================
/* ==========================================
   Michaeliten Wiki - Logo
   Michaeliten Wiki - Logo

Version vom 5. Juli 2026, 21:21 Uhr

/* Das folgende CSS wird für Benutzer des Citizen-Skins geladen */
body {
    background: #fcfbf8;
}

.citizen-page-container {
    background: #ffffff;
}

.citizen-sidebar {
    background: #faf8f5;
}
/* ==========================================
   Michaeliten Wiki Theme
   Dialoge, Formulare und Editor
   ========================================== */

/* Фон блоков (предпросмотр, сообщения и т.п.) */
.citizen-card,
.cdx-message,
.mw-message-box,
.oo-ui-panelLayout,
.oo-ui-bookletLayout-stackLayout,
.oo-ui-window-frame,
pre,
textarea,
input,
select {
    background: #fcfbf8 !important;
}

/* Поле редактора */
textarea {
    background: #ffffff !important;
    border: 1px solid #d8d0c4 !important;
    color: #222 !important;
}

/* Поля ввода */
input,
select {
    background: #ffffff !important;
    border: 1px solid #d8d0c4 !important;
    color: #222 !important;
}

/* Блок предварительного просмотра */
.previewnote,
.mw-message-box {
    background: #f8f5ef !important;
    border: 1px solid #d8d0c4 !important;
    color: #333 !important;
}
.citizen-drawer {
    background: #ffffff !important;
}
aside {
    background: #ffffff !important;
}
/* ==========================================
   Michaeliten Wiki - Sidebar
   ========================================== */

/* Левая боковая панель */
.citizen-sidebar {
    background-color: #ffffff !important;
}

/* Верхняя часть с логотипом */
.citizen-sidebar__header {
    background-color: #ffffff !important;
}

/* Нижняя часть панели */
.citizen-sidebar__footer {
    background-color: #ffffff !important;
}
/* ----------------------------------------
   Michaeliten Wiki - Sidebar
---------------------------------------- */

/* Ширина боковой панели */
#mw-panel {
    width: 170px !important;
}

/* Сдвигаем содержимое страницы */
.mw-body,
#content {
    margin-left: 170px !important;
}
/* ==========================================
   Michaeliten Wiki - Footer
   ========================================== */

/* Сдвигаем футер так же, как основной контент */
.citizen-footer {
    margin-left: 170px !important;
}

/* ==========================================
   Michaeliten Wiki - Logo
   ========================================== */

/* Увеличиваем область логотипа */
.mw-logo {
    max-width: 110px !important;
    max-height: 110px !important;
}

/* Убираем ограничение на изображение */
.mw-logo img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
}