Открыть главное меню
 
(не показана 41 промежуточная версия этого же участника)
Строка 1: Строка 1:
/* =========================================
+
.minerva-user-navigation {
  BARLIVE — АККУРАТНАЯ ШАПКА (Minerva)
+
    display: flex;
  ========================================= */
+
    min-width: 7em;
 +
    min-height: 5em;
 +
    position: relative;
 +
    align-items: center;
 +
    justify-content: center;
 +
}
  
/* --- Контейнер шапки --- */
+
.mw-ui-icon {
 +
background-color: #ffffff;
 +
border-radius: 14px !important;
 +
}
  
 
.header-container.header-chrome {
 
.header-container.header-chrome {
     background: #ffffff !important;
+
     /* background-color: #eaecf0; */
     border-bottom: 1px solid #e6e8f5 !important;
+
     /* border: 0; */
     box-shadow: none !important;
+
     box-shadow: inset 0px 0px 0px 100px rgb(110 132 247);
 
}
 
}
  
/* Внутренний контейнер уже flex в Minerva,
+
.header-container {
  мы его не пересобираем — только выравниваем */
+
    border-bottom: 1px solid #c8ccd1;
 
+
     padding: 0 16px;
.header-container form.header {
 
     padding: 0 20px !important;
 
 
}
 
}
  
/* --- Кнопка меню --- */
+
.header .branding-box h1 img, .header .branding-box a img {
 
+
    height: 100px !important;
#mw-mf-main-menu-button {
+
    width: auto !important;
     margin-right: 16px !important;
+
    display: block !important;
 +
    margin-right: 20px;
 +
     margin-left: -15px;
 
}
 
}
  
/* --- Логотип --- */
+
.header .search-box .search {
 
+
width: -webkit-fill-available;
.branding-box {
+
     }
    margin-right: 28px !important; /* расстояние до поиска */
 
      
 
 
      
 
      
 +
.overlay.search-overlay .header input {
 +
    width: 23.4375em !important;
 
}
 
}
 
+
.client-nojs .search-box input:focus,
.branding-box img {
+
.search-box input:focus {
     height: 36px !important;
+
     border-color: #ffffff !important;
     width: auto !important;
+
     box-shadow: 0 0 0 1px #ffffff, 0 1px 1px rgba(0, 0, 0, 0) !important;
    vertical-align: middle !important;
 
 
}
 
}
  
/* --- Поиск --- */
+
.search-box .search {
 +
    background-color: #ffffff;
 +
    background-position: left 6px center;
 +
    background-repeat: no-repeat;
 +
    background-size: 18px;
 +
    -webkit-appearance: none;
 +
    width: 100%;
 +
    margin-top: 0;
 +
    height: 2.25em;
 +
    border: 1px solid #ffffff;
 +
    border-radius: 14px;
  
.search-box {
+
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
     flex: 0 0 auto !important;   /* запретить растягивание */
+
     outline: 0;
     margin-left: 24px !important;
+
     -webkit-transition: border-color 250ms, box-shadow 250ms;
 +
    -moz-transition: border-color 250ms,box-shadow 250ms;
 +
    transition: border-color 250ms, box-shadow 250ms;
 
}
 
}
  
.search-box input {
 
    width: 360px !important;    /* фиксированная ширина */
 
    height: 36px !important;
 
    background: #f3f4fa !important;
 
    border: 1px solid #e0e3f0 !important;
 
    border-radius: 10px !important;
 
}
 
  
/* --- Иконки справа --- */
 
  
.minerva-user-navigation {
+
body {
     margin-left: auto !important;
+
    font-family: -apple-system, 'Manrope', 'Arial', 'sans-serif';
      
+
     font-size: 100%;
     align-items: center !important;
+
     line-height: 1.4;
 +
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
 +
}
  
 +
.minerva-footer {
 +
    display: none !important;
 
}
 
}
  
/* Кнопка поиска */
+
#hde-contact-container #hde-contact-list li:nth-child(2) {background: url('https://wiki.barlane.ru/resources/assets/noavatar.svg')!important; background-size: cover !important;}
#searchIcon {
 
    height: 36px !important;
 
}
 
  
/* Убираем лишние визуальные смещения */
+
#hde-contact-container #hde-contact-list li:nth-child(2) svg {display: none !important;}
.mw-ui-icon-element {
 
    vertical-align: middle !important;
 
}
 

Текущая версия на 18:08, 3 марта 2026

.minerva-user-navigation {
    display: flex;
    min-width: 7em;
    min-height: 5em;
    position: relative;
    align-items: center;
    justify-content: center;
}

.mw-ui-icon {
	background-color: #ffffff;
	border-radius: 14px !important;
}

.header-container.header-chrome {
    /* background-color: #eaecf0; */
    /* border: 0; */
    box-shadow: inset 0px 0px 0px 100px rgb(110 132 247);
}

.header-container {
    border-bottom: 1px solid #c8ccd1;
    padding: 0 16px;
}

.header .branding-box h1 img, .header .branding-box a img {
    height: 100px !important;
    width: auto !important;
    display: block !important;
    margin-right: 20px;
    margin-left: -15px;
}

.header .search-box .search {
	width: -webkit-fill-available;
    }
    
.overlay.search-overlay .header input {
    width: 23.4375em !important;
}
.client-nojs .search-box input:focus,
.search-box input:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 1px #ffffff, 0 1px 1px rgba(0, 0, 0, 0) !important;
}

.search-box .search {
    background-color: #ffffff;
    background-position: left 6px center;
    background-repeat: no-repeat;
    background-size: 18px;
    -webkit-appearance: none;
    width: 100%;
    margin-top: 0;
    height: 2.25em;
    border: 1px solid #ffffff;
    border-radius: 14px;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    outline: 0;
    -webkit-transition: border-color 250ms, box-shadow 250ms;
    -moz-transition: border-color 250ms,box-shadow 250ms;
    transition: border-color 250ms, box-shadow 250ms;
}



body {
    font-family: -apple-system, 'Manrope', 'Arial', 'sans-serif';
    font-size: 100%;
    line-height: 1.4;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}

.minerva-footer {
    display: none !important;
}

#hde-contact-container #hde-contact-list li:nth-child(2) {background: url('https://wiki.barlane.ru/resources/assets/noavatar.svg')!important; background-size: cover !important;}

#hde-contact-container #hde-contact-list li:nth-child(2) svg {display: none !important;}