MediaWiki:Common.css: различия между версиями
Admin (обсуждение | вклад) |
Admin (обсуждение | вклад) |
||
| Строка 64: | Строка 64: | ||
| − | /* | + | /* Нормальный размер и выравнивание логотипа */ |
.branding-box img { | .branding-box img { | ||
width: auto !important; | width: auto !important; | ||
| − | height: | + | height: 48px !important; |
| − | + | margin-top: 6px; | |
| + | } | ||
| + | |||
| + | .header-container { | ||
| + | min-height: 60px; | ||
} | } | ||
Версия 23:28, 1 марта 2026
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
#content h1 { display: none; }
#siteNotice,
footer .footer-content {
display: none;
}
body {
color: #343739;
}
a {
color: #7ca0e8;
}
body,
.header-container.header-chrome {
color: #343739;
background-color: #0b7cad;
border-color: #343739;
}
#content,
footer,
.content table.infobox,
.mw-highlight,
.navbox,
.navbox-subgroup {
background-color: #fff;
}
#mw-script-doc {
background-color: #eaecf0 !important;
}
.header-container.header-chrome {
color: #eaecf0;
}
.hatnote,
.dablink,
.rellink,
.content table.infobox,
.client-js .toc-mobile,
#toc,
.search-box .search,
.content kbd,
.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;
}
table.fmbox-warning {
background-color: #794747;
}
/* Нормальный размер и выравнивание логотипа */
.branding-box img {
width: auto !important;
height: 48px !important;
margin-top: 6px;
}
.header-container {
min-height: 60px;
}