|
|
| Строка 1: |
Строка 1: |
| − | /* =========================================
| |
| − | BARLIVE — ЧИСТАЯ СКРОЛЛЯЩАЯСЯ ШАПКА
| |
| − | Minerva 1.34
| |
| − | ========================================= */
| |
| | | | |
| − | /* --- Убираем fixed Minerva --- */
| |
| − |
| |
| − | .header-container.header-chrome {
| |
| − | position: static !important;
| |
| − | top: auto !important;
| |
| − | left: auto !important;
| |
| − | right: auto !important;
| |
| − |
| |
| − | background: linear-gradient(
| |
| − | 90deg,
| |
| − | #ffffff 0%,
| |
| − | #f7f8fc 50%,
| |
| − | #eef1ff 100%
| |
| − | ) !important;
| |
| − |
| |
| − | border-bottom: 1px solid #e6e8f5 !important;
| |
| − | box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
| |
| − | }
| |
| − |
| |
| − | /* Убираем компенсационный отступ */
| |
| − | #mw-mf-page-center {
| |
| − | padding-top: 0 !important;
| |
| − | }
| |
| − |
| |
| − | /* Отключаем возможные transform */
| |
| − | #mw-mf-page-center,
| |
| − | #mw-mf-viewport {
| |
| − | transform: none !important;
| |
| − | }
| |
| − |
| |
| − | /* --- Внутренний отступ --- */
| |
| − |
| |
| − | .header-container form.header {
| |
| − | padding: 0 20px !important;
| |
| − | align-items: center !important;
| |
| − | }
| |
| − |
| |
| − | /* --- Кнопка меню --- */
| |
| − |
| |
| − | #mw-mf-main-menu-button {
| |
| − | margin-right: 14px !important;
| |
| − | }
| |
| − |
| |
| − | /* --- Логотип --- */
| |
| − |
| |
| − | .branding-box {
| |
| − | margin-right: 20px !important;
| |
| − | }
| |
| − |
| |
| − | .branding-box img {
| |
| − | height: 36px !important;
| |
| − | width: auto !important;
| |
| − | vertical-align: middle !important;
| |
| − | }
| |
| − |
| |
| − | /* --- Поиск --- */
| |
| − |
| |
| − | .search-box input {
| |
| − | height: 36px !important;
| |
| − | max-width: 420px !important;
| |
| − | background: #f3f4fa !important;
| |
| − | border: 1px solid #e0e3f0 !important;
| |
| − | border-radius: 10px !important;
| |
| − | color: #333 !important;
| |
| − | }
| |
| − |
| |
| − | /* --- Иконки справа --- */
| |
| − |
| |
| − | .minerva-user-navigation {
| |
| − | margin-left: auto !important;
| |
| − | }
| |
| − |
| |
| − | .mw-ui-icon-element {
| |
| − | color: #333 !important;
| |
| − | vertical-align: middle !important;
| |
| − | }
| |