MediaWiki:Common.css: различия между версиями
Admin (обсуждение | вклад) |
Admin (обсуждение | вклад) |
||
| Строка 25: | Строка 25: | ||
/* --- Логотип --- */ | /* --- Логотип --- */ | ||
| + | .branding-box { | ||
| + | margin-right: 32px !important; | ||
| + | } | ||
.branding-box img { | .branding-box img { | ||
| Строка 32: | Строка 35: | ||
/* --- Поиск --- */ | /* --- Поиск --- */ | ||
| + | .search-box { | ||
| + | margin-left: 0 !important; | ||
| + | } | ||
.search-box input { | .search-box input { | ||
Версия 00:44, 2 марта 2026
/* =========================================
BARLIVE — СТИЛЬ ШАПКИ ПО РЕФЕРЕНСУ
Только цвета. Без ломания Minerva.
========================================= */
/* --- Фон всей страницы --- */
body {
background: #f5f7fb !important;
}
/* --- Шапка --- */
.header-container.header-chrome {
background: #ffffff !important;
border-bottom: 1px solid #e3e6f2 !important;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
}
/* --- Внутренние отступы --- */
.header-container form.header {
padding: 0 24px !important;
}
/* --- Логотип --- */
.branding-box {
margin-right: 32px !important;
}
.branding-box img {
height: 36px !important;
width: auto !important;
}
/* --- Поиск --- */
.search-box {
margin-left: 0 !important;
}
.search-box input {
background: #eef1f7 !important;
border: 1px solid #dde2f0 !important;
border-radius: 12px !important;
height: 36px !important;
color: #333 !important;
}
/* --- Иконки --- */
.mw-ui-icon-element {
color: #444 !important;
}