|
|
| (14 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) |
| Zeile 1: |
Zeile 1: |
| /* 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 - 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;
| |
| }
| |
| /* ----------------------------------------
| |
| Michaeliten Wiki - Sidebar
| |
| ---------------------------------------- */
| |
|
| |
| /* Ширина боковой панели */
| |
| #mw-panel {
| |
| width: 170px !important;
| |
| }
| |
|
| |
| /* Сдвигаем содержимое страницы */
| |
| .mw-body,
| |
| #content {
| |
| margin-left: 170px !important;
| |
| }
| |