Открыть главное меню
 
(не показано 56 промежуточных версий этого же участника)
Строка 1: Строка 1:
/* ===== ТОЧНОЕ ВЫРАВНИВАНИЕ MINERVA ===== */
+
.minerva-user-navigation {
 +
    display: flex;
 +
    min-width: 7em;
 +
    min-height: 5em;
 +
    position: relative;
 +
    align-items: center;
 +
    justify-content: center;
 +
}
  
.header-container.header-chrome {
+
.mw-ui-icon {
    height: 60px !important;
+
background-color: #ffffff;
    background: #fff !important;
+
border-radius: 14px !important;
    border-bottom: 1px solid #e6e8f5 !important;
 
 
}
 
}
  
/* Центрируем через одинаковую высоту строки */
+
.header-container.header-chrome {
.header-container form.header {
+
     /* background-color: #eaecf0; */
     height: 60px !important;
+
     /* border: 0; */
     display: flex !important;
+
     box-shadow: inset 0px 0px 0px 100px rgb(110 132 247);
     align-items: center !important;
 
    padding: 0 20px !important;
 
 
}
 
}
  
/* Убираем внутренние вертикальные смещения */
+
.header-container {
.mw-ui-icon-element,
+
    border-bottom: 1px solid #c8ccd1;
.search-box input,
+
     padding: 0 16px;
.branding-box img {
 
     vertical-align: middle !important;
 
 
}
 
}
  
/* Логотип */
+
.header .branding-box h1 img, .header .branding-box a img {
.branding-box img {
+
     height: 100px !important;
     height: 36px !important;
 
 
     width: auto !important;
 
     width: auto !important;
 +
    display: block !important;
 +
    margin-right: 20px;
 +
    margin-left: -15px;
 
}
 
}
  
/* Поиск */
+
.header .search-box .search {
.search-box {
+
width: -webkit-fill-available;
     margin-left: 32px !important;
+
    }
 +
   
 +
.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 input {
+
.search-box .search {
     height: 34px !important;
+
     background-color: #ffffff;
     padding-top: 0 !important;
+
    background-position: left 6px center;
     padding-bottom: 0 !important;
+
    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);
#searchIcon {
+
    outline: 0;
     height: 34px !important;
+
    -webkit-transition: border-color 250ms, box-shadow 250ms;
 +
    -moz-transition: border-color 250ms,box-shadow 250ms;
 +
     transition: border-color 250ms, box-shadow 250ms;
 
}
 
}
  
/* ===== ИДЕАЛЬНОЕ ВЫРАВНИВАНИЕ ПО ВЕРТИКАЛИ ===== */
 
  
.header-container form.header {
 
    display: flex !important;
 
    align-items: center !important;
 
    height: 60px !important;
 
    padding: 0 20px !important;
 
}
 
  
/* Убираем внутренний сдвиг input */
+
body {
.search-box input {
+
     font-family: -apple-system, 'Manrope', 'Arial', 'sans-serif';
     height: 36px !important;
+
     font-size: 100%;
     line-height: 36px !important;
+
     line-height: 1.4;
     padding-top: 0 !important;
+
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
     padding-bottom: 0 !important;
 
    box-sizing: border-box !important;
 
 
}
 
}
  
/* Логотип */
+
.minerva-footer {
.branding-box img {
+
     display: none !important;
    height: 36px !important;
 
     display: block !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;}
#mw-mf-main-menu-button {
 
    display: flex !important;
 
    align-items: center !important;
 
}
 
  
/* Кнопка поиска справа */
+
#hde-contact-container #hde-contact-list li:nth-child(2) svg {display: none !important;}
#searchIcon {
 
    height: 36px !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;}