MediaWiki:Common.css: различия между версиями
Admin (обсуждение | вклад) |
Admin (обсуждение | вклад) |
||
| Строка 61: | Строка 61: | ||
} | } | ||
| − | |||
.header-container .header { | .header-container .header { | ||
display: flex !important; | display: flex !important; | ||
| Строка 67: | Строка 66: | ||
} | } | ||
| − | .branding-box { | + | .header-container .branding-box { |
| − | margin- | + | flex: 0 0 auto !important; |
| + | } | ||
| + | |||
| + | .header-container .search-box { | ||
| + | flex: 0 0 auto !important; | ||
| + | margin-left: 80px !important; | ||
} | } | ||
Версия 23:47, 1 марта 2026
/* =========================================
BARLIVE BRAND STYLE (светлая версия)
========================================= */
/* Общий фон страницы */
body {
background: linear-gradient(
120deg,
#f7f8fc 0%,
#eef1ff 50%,
#f5f6fb 100%
) !important;
color: #1f1f1f !important;
}
/* Шапка — светлая */
.header-container.header-chrome {
background: #ffffff !important;
border-bottom: 1px solid #e6e8f5 !important;
height: 64px !important;
}
/* Логотип */
.branding-box img {
height: 40px !important;
width: auto !important;
}
/* Поиск */
.search-box input {
background: #f3f4fa !important;
border: 1px solid #e0e3f0 !important;
border-radius: 10px !important;
height: 36px !important;
color: #333 !important;
}
/* Иконки */
.minerva-user-navigation a {
color: #333 !important;
}
/* Заголовки */
h1, h2, h3 {
color: #111 !important;
}
/* Кнопки */
button,
.mw-ui-button {
background-color: #c93348 !important;
border: none !important;
border-radius: 10px !important;
color: #fff !important;
padding: 8px 18px !important;
}
/* Ссылки */
a {
color: #6d85ff !important;
}
.header-container .header {
display: flex !important;
align-items: center !important;
}
.header-container .branding-box {
flex: 0 0 auto !important;
}
.header-container .search-box {
flex: 0 0 auto !important;
margin-left: 80px !important;
}