MediaWiki:Common.css: различия между версиями
Admin (обсуждение | вклад) (Полностью удалено содержимое страницы) Метка: очистка |
Admin (обсуждение | вклад) |
||
| Строка 1: | Строка 1: | ||
| + | /* ========================================= | ||
| + | BARLIVE — ЧИСТАЯ ШАПКА (Minerva) | ||
| + | Не фиксированная | ||
| + | ========================================= */ | ||
| + | /* --- Убираем фиксированность --- */ | ||
| + | |||
| + | .header-container.header-chrome { | ||
| + | position: relative !important; | ||
| + | top: auto !important; | ||
| + | |||
| + | background: linear-gradient( | ||
| + | 90deg, | ||
| + | #ffffff 0%, | ||
| + | #f7f8fc 50%, | ||
| + | #eef1ff 100% | ||
| + | ) !important; | ||
| + | |||
| + | border-bottom: 1px solid #e6e8f5 !important; | ||
| + | box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important; | ||
| + | } | ||
| + | |||
| + | /* Убираем отступ под fixed header */ | ||
| + | #mw-mf-page-center { | ||
| + | padding-top: 0 !important; | ||
| + | } | ||
| + | |||
| + | /* --- Внутренний отступ --- */ | ||
| + | |||
| + | .header-container form.header { | ||
| + | padding: 0 20px !important; | ||
| + | } | ||
| + | |||
| + | /* --- Меню --- */ | ||
| + | |||
| + | #mw-mf-main-menu-button { | ||
| + | margin-right: 14px !important; | ||
| + | } | ||
| + | |||
| + | /* --- Логотип --- */ | ||
| + | |||
| + | .branding-box { | ||
| + | margin-right: 20px !important; | ||
| + | } | ||
| + | |||
| + | .branding-box img { | ||
| + | height: 36px !important; | ||
| + | width: auto !important; | ||
| + | vertical-align: middle !important; | ||
| + | } | ||
| + | |||
| + | /* --- Поиск --- */ | ||
| + | |||
| + | .search-box input { | ||
| + | height: 36px !important; | ||
| + | max-width: 420px !important; | ||
| + | background: #f3f4fa !important; | ||
| + | border: 1px solid #e0e3f0 !important; | ||
| + | border-radius: 10px !important; | ||
| + | } | ||
| + | |||
| + | /* --- Иконки справа --- */ | ||
| + | |||
| + | .minerva-user-navigation { | ||
| + | margin-left: auto !important; | ||
| + | } | ||
| + | |||
| + | /* Иконки чуть темнее */ | ||
| + | .mw-ui-icon-element { | ||
| + | color: #333 !important; | ||
| + | } | ||
Версия 00:35, 2 марта 2026
/* =========================================
BARLIVE — ЧИСТАЯ ШАПКА (Minerva)
Не фиксированная
========================================= */
/* --- Убираем фиксированность --- */
.header-container.header-chrome {
position: relative !important;
top: auto !important;
background: linear-gradient(
90deg,
#ffffff 0%,
#f7f8fc 50%,
#eef1ff 100%
) !important;
border-bottom: 1px solid #e6e8f5 !important;
box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
}
/* Убираем отступ под fixed header */
#mw-mf-page-center {
padding-top: 0 !important;
}
/* --- Внутренний отступ --- */
.header-container form.header {
padding: 0 20px !important;
}
/* --- Меню --- */
#mw-mf-main-menu-button {
margin-right: 14px !important;
}
/* --- Логотип --- */
.branding-box {
margin-right: 20px !important;
}
.branding-box img {
height: 36px !important;
width: auto !important;
vertical-align: middle !important;
}
/* --- Поиск --- */
.search-box input {
height: 36px !important;
max-width: 420px !important;
background: #f3f4fa !important;
border: 1px solid #e0e3f0 !important;
border-radius: 10px !important;
}
/* --- Иконки справа --- */
.minerva-user-navigation {
margin-left: auto !important;
}
/* Иконки чуть темнее */
.mw-ui-icon-element {
color: #333 !important;
}