MediaWiki:Common.css: различия между версиями
Admin (обсуждение | вклад) |
Admin (обсуждение | вклад) |
||
| Строка 61: | Строка 61: | ||
} | } | ||
| − | /* | + | /* Сдвигаем поиск от логотипа */ |
| − | . | + | .header-container .header { |
| − | margin- | + | display: flex !important; |
| + | align-items: center !important; | ||
| + | } | ||
| + | |||
| + | .branding-box { | ||
| + | margin-right: 40px !important; | ||
} | } | ||
Версия 23:45, 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;
}
.branding-box {
margin-right: 40px !important;
}