Открыть главное меню
 
(не показаны 64 промежуточные версии этого же участника)
Строка 1: Строка 1:
/* =========================================
+
.minerva-user-navigation {
  BARLIVE BRAND STYLE (светлая версия)
+
    display: flex;
  ========================================= */
+
    min-width: 7em;
 
+
    min-height: 5em;
/* ===== ОБЩИЙ ФОН ===== */
+
    position: relative;
 +
    align-items: center;
 +
    justify-content: center;
 +
}
  
body {
+
.mw-ui-icon {
    background: linear-gradient(
+
background-color: #ffffff;
        120deg,
+
border-radius: 14px !important;
        #f7f8fc 0%,
 
        #eef1ff 50%,
 
        #f5f6fb 100%
 
    ) !important;
 
    color: #1f1f1f !important;
 
 
}
 
}
 
/* ===== ШАПКА (Minerva safe) ===== */
 
  
 
.header-container.header-chrome {
 
.header-container.header-chrome {
     background: #ffffff !important;
+
     /* background-color: #eaecf0; */
     border-bottom: 1px solid #e6e8f5 !important;
+
     /* border: 0; */
    height: 64px !important;
+
     box-shadow: inset 0px 0px 0px 100px rgb(110 132 247);
}
 
 
 
/* Внутренний header */
 
.header-container form.header {
 
     display: flex !important;
 
    align-items: center !important;
 
    height: 100% !important;
 
    padding: 0 28px !important;
 
 
}
 
}
  
/* Логотип */
+
.header-container {
.branding-box {
+
     border-bottom: 1px solid #c8ccd1;
     display: flex !important;
+
     padding: 0 16px;
     align-items: center !important;
 
 
}
 
}
  
.branding-box img {
+
.header .branding-box h1 img, .header .branding-box a img {
     height: 40px !important;
+
     height: 100px !important;
 
     width: auto !important;
 
     width: auto !important;
 
     display: block !important;
 
     display: block !important;
 +
    margin-right: 20px;
 +
    margin-left: -15px;
 
}
 
}
  
/* Поиск */
+
.header .search-box .search {
.search-box {
+
width: -webkit-fill-available;
     margin-left: 48px !important;
+
    }
 +
      
 +
.overlay.search-overlay .header input {
 +
    width: 23.4375em !important;
 
}
 
}
 
+
.client-nojs .search-box input:focus,
.search-box input {
+
.search-box input:focus {
    background: #f3f4fa !important;
+
     border-color: #ffffff !important;
     border: 1px solid #e0e3f0 !important;
+
     box-shadow: 0 0 0 1px #ffffff, 0 1px 1px rgba(0, 0, 0, 0) !important;
     border-radius: 10px !important;
 
    height: 36px !important;
 
    padding: 0 14px !important;
 
    color: #333 !important;
 
 
}
 
}
  
/* Иконки справа */
+
.search-box .search {
.minerva-user-navigation {
+
    background-color: #ffffff;
     margin-left: auto !important;
+
     background-position: left 6px center;
     display: flex !important;
+
    background-repeat: no-repeat;
     align-items: center !important;
+
    background-size: 18px;
     gap: 18px !important;
+
    -webkit-appearance: none;
}
+
     width: 100%;
 +
     margin-top: 0;
 +
    height: 2.25em;
 +
     border: 1px solid #ffffff;
 +
    border-radius: 14px;
  
.minerva-user-navigation a {
+
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
     color: #333 !important;
+
    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;
 
}
 
}
  
/* ===== КОНТЕНТ ===== */
 
  
h1, h2, h3 {
 
    color: #111 !important;
 
}
 
  
/* Ссылки */
+
body {
a {
+
    font-family: -apple-system, 'Manrope', 'Arial', 'sans-serif';
     color: #6d85ff !important;
+
    font-size: 100%;
 +
    line-height: 1.4;
 +
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
 
}
 
}
  
/* Кнопки */
+
.minerva-footer {
button,
+
     display: none !important;
.mw-ui-button {
 
     background-color: #c93348 !important;
 
    border: none !important;
 
    border-radius: 10px !important;
 
    color: #fff !important;
 
    padding: 8px 18px !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;}
#content,
 
footer,
 
.content table.infobox,
 
.mw-highlight,
 
.navbox,
 
.navbox-subgroup {
 
    background-color: #ffffff !important;
 
    border-radius: 14px !important;
 
}
 
  
/* Убираем лишний мусор */
+
#hde-contact-container #hde-contact-list li:nth-child(2) svg {display: none !important;}
#siteNotice,
 
footer .footer-content {
 
    display: none !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;}