Открыть главное меню
 
(не показано 86 промежуточных версий этого же участника)
Строка 1: Строка 1:
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
+
.minerva-user-navigation {
 +
    display: flex;
 +
    min-width: 7em;
 +
    min-height: 5em;
 +
    position: relative;
 +
    align-items: center;
 +
    justify-content: center;
 +
}
  
#siteNotice,
+
.mw-ui-icon {
footer .footer-content {
+
background-color: #ffffff;
display: none;
+
border-radius: 14px !important;
 
}
 
}
body {
+
 
color: #343739;
+
.header-container.header-chrome {
 +
    /* background-color: #eaecf0; */
 +
    /* border: 0; */
 +
    box-shadow: inset 0px 0px 0px 100px rgb(110 132 247);
 
}
 
}
a {
+
 
color: #7ca0e8;
+
.header-container {
 +
    border-bottom: 1px solid #c8ccd1;
 +
    padding: 0 16px;
 
}
 
}
body,
+
 
.header-container.header-chrome {
+
.header .branding-box h1 img, .header .branding-box a img {
color: #343739;
+
    height: 100px !important;
background-color: #0b7cad;
+
    width: auto !important;
border-color: #343739;
+
    display: block !important;
 +
    margin-right: 20px;
 +
    margin-left: -15px;
 
}
 
}
#content,
+
 
footer,
+
.header .search-box .search {
.content table.infobox,
+
width: -webkit-fill-available;
.mw-highlight,
+
    }
.navbox,
+
   
.navbox-subgroup {
+
.overlay.search-overlay .header input {
background-color: #fff;
+
    width: 23.4375em !important;
 
}
 
}
#mw-script-doc {
+
.client-nojs .search-box input:focus,
background-color: #eaecf0 !important;
+
.search-box input:focus {
 +
    border-color: #ffffff !important;
 +
    box-shadow: 0 0 0 1px #ffffff, 0 1px 1px rgba(0, 0, 0, 0) !important;
 
}
 
}
.header-container.header-chrome {
+
 
color: #eaecf0;
+
.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;
 
}
 
}
.hatnote,
+
 
.dablink,
+
 
.rellink,
+
 
.content table.infobox,
+
body {
.client-js .toc-mobile,
+
    font-family: -apple-system, 'Manrope', 'Arial', 'sans-serif';
#toc,
+
    font-size: 100%;
.search-box .search,
+
    line-height: 1.4;
.content kbd,
+
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
.content samp,
 
.content code,
 
.content pre,
 
footer .last-modified-bar,
 
.navbox th, .navbox-title,
 
.navbox-abovebelow,
 
th.navbox-group,
 
.navbox-subgroup .navbox-title,
 
.navbox-even,
 
.navbox-subgroup .navbox-group,
 
.navbox-subgroup .navbox-abovebelow {
 
color: #343739;
 
background-color: #fff;
 
border-color: #343739;
 
 
}
 
}
#toc {
+
 
border: 0;
+
.minerva-footer {
}
+
    display: none !important;
table.fmbox-warning {
 
background-color: #794747;
 
 
}
 
}
 +
 +
#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;}

Текущая версия на 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;}