Открыть главное меню
Строка 1: Строка 1:
 
/* =========================================
 
/* =========================================
   BARLIVE — АККУРАТНАЯ ШАПКА
+
   ПРОСТО РАЗДВИНУТЬ ЛОГО И ПОИСК
   Стабильная версия
+
   Без изменения flex
 
   ========================================= */
 
   ========================================= */
 
/* --- Фон шапки --- */
 
 
.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 {
 
.search-box {
     flex: 0 0 auto !important;
+
     margin-left: 32px !important;
 
}
 
}
  
 
.search-box input {
 
.search-box input {
     width: 340px !important;
+
     width: 360px !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:48, 2 марта 2026

/* =========================================
   ПРОСТО РАЗДВИНУТЬ ЛОГО И ПОИСК
   Без изменения flex
   ========================================= */

.search-box {
    margin-left: 32px !important;
}

.search-box input {
    width: 360px !important;
}