MediaWiki:Common.css: различия между версиями
Admin (обсуждение | вклад) |
Admin (обсуждение | вклад) |
||
| Строка 1: | Строка 1: | ||
| − | /* ===== ЧИСТАЯ | + | /* ===== ЧИСТАЯ ФИКСАЦИЯ ШАПКИ MINERVA ===== */ |
.header-container.header-chrome { | .header-container.header-chrome { | ||
| − | background: # | + | background: #fff !important; |
border-bottom: 1px solid #e6e8f5 !important; | border-bottom: 1px solid #e6e8f5 !important; | ||
} | } | ||
| − | /* | + | /* ЛОГО — только размер */ |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
.branding-box img { | .branding-box img { | ||
height: 36px !important; | height: 36px !important; | ||
| Строка 17: | Строка 12: | ||
} | } | ||
| − | /* | + | /* ОТСТУП МЕЖДУ ЛОГО И ПОИСКОМ */ |
| − | . | + | .branding-box { |
| − | margin- | + | margin-right: 20px !important; |
} | } | ||
| + | /* ПОИСК — ограничиваем максимум, НЕ трогаем flex */ | ||
.search-box input { | .search-box input { | ||
| − | max-width: | + | max-width: 420px !important; |
height: 36px !important; | height: 36px !important; | ||
} | } | ||
| − | /* | + | /* Делаем немного воздуха перед иконками */ |
.minerva-user-navigation { | .minerva-user-navigation { | ||
| − | + | padding-left: 16px !important; | |
} | } | ||
Версия 00:30, 2 марта 2026
/* ===== ЧИСТАЯ ФИКСАЦИЯ ШАПКИ MINERVA ===== */
.header-container.header-chrome {
background: #fff !important;
border-bottom: 1px solid #e6e8f5 !important;
}
/* ЛОГО — только размер */
.branding-box img {
height: 36px !important;
width: auto !important;
}
/* ОТСТУП МЕЖДУ ЛОГО И ПОИСКОМ */
.branding-box {
margin-right: 20px !important;
}
/* ПОИСК — ограничиваем максимум, НЕ трогаем flex */
.search-box input {
max-width: 420px !important;
height: 36px !important;
}
/* Делаем немного воздуха перед иконками */
.minerva-user-navigation {
padding-left: 16px !important;
}