| Строка 269: |
Строка 269: |
| | font-size: 15px; | | font-size: 15px; |
| | } | | } |
| | + | } |
| | + | |
| | + | /* ФИКС: вернуть синий хедер поверх новых стилей */ |
| | + | .minerva-header, |
| | + | .header-container.header-chrome, |
| | + | header.header-container.header-chrome, |
| | + | header.header-container.header-chrome > form.header { |
| | + | background: rgb(110, 132, 247) !important; |
| | + | background-color: rgb(110, 132, 247) !important; |
| | + | box-shadow: inset 0 0 0 100px rgb(110, 132, 247) !important; |
| | + | } |
| | + | |
| | + | /* ФИКС: нижняя мобильная панель */ |
| | + | .page-actions-menu, |
| | + | #page-actions, |
| | + | .minerva-footer, |
| | + | .minerva__tab-container, |
| | + | .minerva-ui-bottomNavigation, |
| | + | .minerva-sticky-header, |
| | + | .minerva-page-actions { |
| | + | background: rgb(110, 132, 247) !important; |
| | + | background-color: rgb(110, 132, 247) !important; |
| | + | border-color: rgb(110, 132, 247) !important; |
| | + | box-shadow: none !important; |
| | + | } |
| | + | |
| | + | /* ФИКС: всегда скрывать заголовок страницы */ |
| | + | h1, |
| | + | .mw-first-heading, |
| | + | .page-heading, |
| | + | #content .mw-first-heading, |
| | + | #content .page-heading, |
| | + | header + .pre-content h1, |
| | + | .pre-content h1 { |
| | + | display: none !important; |
| | + | } |
| | + | |
| | + | /* Убираем зазор под хедером */ |
| | + | #content { |
| | + | margin-top: 0 !important; |
| | + | } |
| | + | |
| | + | .bl-help-home { |
| | + | margin-top: 0 !important; |
| | } | | } |