| Строка 363: |
Строка 363: |
| | } | | } |
| | | | |
| − | /* ===== НОВАЯ СВЕТЛАЯ ТЕМА ПАНЕЛЕЙ ===== */ | + | /* ===== СВЕТЛАЯ ТЕМА ПАНЕЛЕЙ: БЕЛАЯ ШАПКА ===== */ |
| | | | |
| | /* Верхняя панель */ | | /* Верхняя панель */ |
| Строка 370: |
Строка 370: |
| | header.header-container.header-chrome, | | header.header-container.header-chrome, |
| | header.header-container.header-chrome > form.header { | | header.header-container.header-chrome > form.header { |
| − | background: #f1f3f5 !important; | + | background: #ffffff !important; |
| − | background-color: #f1f3f5 !important; | + | background-color: #ffffff !important; |
| | box-shadow: none !important; | | box-shadow: none !important; |
| − | border-bottom: 1px solid #e5e7eb !important; | + | border-bottom: 1px solid #eceff1 !important; |
| | } | | } |
| | | | |
| − | /* Убираем старый "заливочный" inset */ | + | /* На случай старой inset-заливки */ |
| | .header-container.header-chrome { | | .header-container.header-chrome { |
| | box-shadow: none !important; | | box-shadow: none !important; |
| | } | | } |
| | | | |
| − | /* Логотип остаётся нормальным */ | + | /* Логотип без тусклости */ |
| | .header .branding-box img, | | .header .branding-box img, |
| − | .header .branding-box a img { | + | .header .branding-box h1 img, |
| | + | .header .branding-box a img, |
| | + | .mw-logo-icon, |
| | + | .mw-logo-wordmark, |
| | + | .branding-box img { |
| | opacity: 1 !important; | | opacity: 1 !important; |
| | filter: none !important; | | filter: none !important; |
| | + | mix-blend-mode: normal !important; |
| | } | | } |
| | | | |
| | /* Поисковая строка */ | | /* Поисковая строка */ |
| | .search-box .search { | | .search-box .search { |
| − | background-color: #e9ecef !important; | + | background: #f1f3f5 !important; |
| − | border: none !important; | + | background-color: #f1f3f5 !important; |
| | + | border: 1px solid #f1f3f5 !important; |
| | border-radius: 12px !important; | | border-radius: 12px !important; |
| − | color: #495057 !important; | + | color: #6b7280 !important; |
| − | height: 2.4em; | + | box-shadow: none !important; |
| | } | | } |
| | | | |
| − | /* placeholder */ | + | /* Текст/placeholder в поиске */ |
| − | .search-box .search::placeholder { | + | .search-box .search::placeholder, |
| − | color: #adb5bd !important; | + | .search-box input::placeholder { |
| | + | color: #9aa3af !important; |
| | + | opacity: 1 !important; |
| | } | | } |
| | | | |
| − | /* фокус */ | + | /* Фокус без синего свечения */ |
| | + | .client-nojs .search-box input:focus, |
| | .search-box input:focus { | | .search-box input:focus { |
| | + | border-color: #f1f3f5 !important; |
| | box-shadow: none !important; | | box-shadow: none !important; |
| − | border: none !important; | + | outline: none !important; |
| | } | | } |
| | | | |
| − | /* иконки справа (колокольчик, профиль) */ | + | /* Иконки без подложек */ |
| | .mw-ui-icon { | | .mw-ui-icon { |
| | + | background: transparent !important; |
| | background-color: transparent !important; | | background-color: transparent !important; |
| | } | | } |
| | | | |
| − | /* ===== Нижняя панель (если есть на десктопе) ===== */ | + | /* Нижняя панель */ |
| | .minerva-ui-bottomNavigation { | | .minerva-ui-bottomNavigation { |
| − | background: #f1f3f5 !important; | + | background: #ffffff !important; |
| − | border-top: 1px solid #e5e7eb !important; | + | background-color: #ffffff !important; |
| | + | border-top: 1px solid #eceff1 !important; |
| | + | box-shadow: none !important; |
| | + | } |
| | + | |
| | + | .minerva-ui-bottomNavigation .mw-ui-icon { |
| | + | background: transparent !important; |
| | + | border-radius: 0 !important; |
| | } | | } |