MediaWiki:Common.css: различия между версиями
Admin (обсуждение | вклад) (Полностью удалено содержимое страницы) Метка: очистка |
Admin (обсуждение | вклад) |
||
| Строка 1: | Строка 1: | ||
| + | /* ========================================= | ||
| + | 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 img { | ||
| + | height: 36px !important; | ||
| + | width: auto !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; | ||
| + | } | ||
Версия 00:42, 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 img {
height: 36px !important;
width: auto !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;
}