MediaWiki:Citizen.css: Unterschied zwischen den Versionen
Aus Michaeliten Wiki
Zur Navigation springenZur Suche springen
Chudo (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Chudo (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 30: | Zeile 30: | ||
#content { | #content { | ||
margin-left: 170px !important; | 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; | |||
} | } | ||
Version vom 5. Juli 2026, 21:03 Uhr
/* Das folgende CSS wird für Benutzer des Citizen-Skins geladen */
/* ==========================================
Michaeliten Wiki Theme
Version 0.1
========================================== */
:root {
/* Основной фон */
--color-base: #fcfbf8;
/* Фоны карточек */
--color-surface-0: #ffffff;
--color-surface-1: #faf8f5;
--color-surface-2: #f5f1eb;
}
/* ----------------------------------------
Michaeliten Wiki - Sidebar
---------------------------------------- */
/* Ширина боковой панели */
#mw-panel {
width: 170px !important;
}
/* Сдвигаем содержимое страницы */
.mw-body,
#content {
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;
}