MediaWiki:Common.css: различия между версиями
Admin (обсуждение | вклад) |
Admin (обсуждение | вклад) |
||
| Строка 1: | Строка 1: | ||
/* ========================================= | /* ========================================= | ||
| − | + | BARLIVE — АККУРАТНАЯ ШАПКА | |
| + | Стабильная версия | ||
========================================= */ | ========================================= */ | ||
| + | |||
| + | /* --- Фон шапки --- */ | ||
| + | |||
| + | .header-container.header-chrome { | ||
| + | background: #ffffff !important; | ||
| + | border-bottom: 1px solid #e6e8f5 !important; | ||
| + | box-shadow: 0 2px 6px rgba(0,0,0,0.04) !important; | ||
| + | } | ||
| + | |||
| + | /* --- Контейнер --- */ | ||
.header-container form.header { | .header-container form.header { | ||
display: flex !important; | display: flex !important; | ||
align-items: center !important; | align-items: center !important; | ||
| + | padding: 0 24px !important; | ||
| + | } | ||
| + | |||
| + | /* --- Кнопка меню --- */ | ||
| + | |||
| + | #mw-mf-main-menu-button { | ||
| + | margin-right: 16px !important; | ||
} | } | ||
| − | /* | + | /* --- ЛОГО --- */ |
| + | |||
.branding-box { | .branding-box { | ||
flex: 0 0 auto !important; | flex: 0 0 auto !important; | ||
| + | display: flex !important; | ||
| + | align-items: center !important; | ||
| + | margin-right: 28px !important; | ||
| + | } | ||
| + | |||
| + | .branding-box img { | ||
| + | height: 38px !important; | ||
| + | width: auto !important; | ||
| + | display: block !important; | ||
} | } | ||
| − | /* | + | /* --- ПОИСК --- */ |
| + | |||
.search-box { | .search-box { | ||
flex: 0 0 auto !important; | flex: 0 0 auto !important; | ||
| − | |||
} | } | ||
| − | |||
.search-box input { | .search-box input { | ||
| − | width: | + | width: 340px !important; |
| + | height: 38px !important; | ||
| + | background: #f2f4f9 !important; | ||
| + | border: 1px solid #e0e4f2 !important; | ||
| + | border-radius: 12px !important; | ||
| + | padding-left: 36px !important; | ||
| + | box-shadow: none !important; | ||
| + | } | ||
| + | |||
| + | /* --- Иконки справа --- */ | ||
| + | |||
| + | .minerva-user-navigation { | ||
| + | margin-left: auto !important; | ||
| + | display: flex !important; | ||
| + | align-items: center !important; | ||
| + | gap: 16px !important; | ||
| + | } | ||
| + | |||
| + | .mw-ui-icon-element { | ||
| + | color: #444 !important; | ||
} | } | ||
Версия 00:47, 2 марта 2026
/* =========================================
BARLIVE — АККУРАТНАЯ ШАПКА
Стабильная версия
========================================= */
/* --- Фон шапки --- */
.header-container.header-chrome {
background: #ffffff !important;
border-bottom: 1px solid #e6e8f5 !important;
box-shadow: 0 2px 6px rgba(0,0,0,0.04) !important;
}
/* --- Контейнер --- */
.header-container form.header {
display: flex !important;
align-items: center !important;
padding: 0 24px !important;
}
/* --- Кнопка меню --- */
#mw-mf-main-menu-button {
margin-right: 16px !important;
}
/* --- ЛОГО --- */
.branding-box {
flex: 0 0 auto !important;
display: flex !important;
align-items: center !important;
margin-right: 28px !important;
}
.branding-box img {
height: 38px !important;
width: auto !important;
display: block !important;
}
/* --- ПОИСК --- */
.search-box {
flex: 0 0 auto !important;
}
.search-box input {
width: 340px !important;
height: 38px !important;
background: #f2f4f9 !important;
border: 1px solid #e0e4f2 !important;
border-radius: 12px !important;
padding-left: 36px !important;
box-shadow: none !important;
}
/* --- Иконки справа --- */
.minerva-user-navigation {
margin-left: auto !important;
display: flex !important;
align-items: center !important;
gap: 16px !important;
}
.mw-ui-icon-element {
color: #444 !important;
}