MediaWiki:Common.css: различия между версиями
Admin (обсуждение | вклад) |
Admin (обсуждение | вклад) |
||
| Строка 1: | Строка 1: | ||
| − | /* | + | /* ===== АККУРАТНАЯ ДЕСКТОП-ШАПКА ===== */ |
| − | |||
| − | |||
| − | |||
| − | + | /* Контейнер */ | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | /* Контейнер | ||
.header-container.header-chrome { | .header-container.header-chrome { | ||
| − | height: | + | height: 64px !important; |
| − | + | padding: 0 20px !important; | |
| − | |||
| − | padding: 0 | ||
| − | |||
} | } | ||
| − | /* | + | /* Выравнивание внутреннего блока */ |
.header-container .header { | .header-container .header { | ||
display: flex !important; | display: flex !important; | ||
align-items: center !important; | align-items: center !important; | ||
| − | |||
} | } | ||
/* Логотип */ | /* Логотип */ | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
.branding-box img { | .branding-box img { | ||
| − | height: | + | height: 42px !important; |
width: auto !important; | width: auto !important; | ||
| − | |||
} | } | ||
| − | /* | + | /* Поиск */ |
.search-box { | .search-box { | ||
| − | margin-left: | + | margin-left: 30px !important; |
| − | |||
} | } | ||
.search-box input { | .search-box input { | ||
| − | height: | + | height: 36px !important; |
| − | width: | + | width: 260px !important; |
| − | border-radius: | + | border-radius: 6px !important; |
| − | |||
| − | |||
} | } | ||
| − | /* | + | /* Правая часть */ |
.minerva-user-navigation { | .minerva-user-navigation { | ||
margin-left: auto !important; | margin-left: auto !important; | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
Версия 23:36, 1 марта 2026
/* ===== АККУРАТНАЯ ДЕСКТОП-ШАПКА ===== */
/* Контейнер */
.header-container.header-chrome {
height: 64px !important;
padding: 0 20px !important;
}
/* Выравнивание внутреннего блока */
.header-container .header {
display: flex !important;
align-items: center !important;
}
/* Логотип */
.branding-box img {
height: 42px !important;
width: auto !important;
}
/* Поиск */
.search-box {
margin-left: 30px !important;
}
.search-box input {
height: 36px !important;
width: 260px !important;
border-radius: 6px !important;
}
/* Правая часть */
.minerva-user-navigation {
margin-left: auto !important;
}