/
linuxgik
/
help
Обзор
Документация
Войти
/
linuxgik
/
help
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
assets/css/search.css
60 строк
886 B
Your Name
feat: add new UI structure and assets
01 апр 2026, 18:34
01 апр 2026, 18:34
be98eaf
Код
Авторство
О чём код?
.search-container { position: relative; } .search-toggle { background: none; border: none; font-size: 1.2em; cursor: pointer; padding: 5px; } .search-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); z-index: 1000; } .search-overlay.active { display: block; } .search-input { width: 80%; max-width: 600px; padding: 20px; margin: 100px auto 0; display: block; font-size: 24px; border: none; border-radius: 4px; } .search-results { width: 80%; max-width: 600px; margin: 20px auto; background: white; border-radius: 4px; padding: 20px; max-height: 70vh; overflow-y: auto; } .search-result { display: block; padding: 10px; border-bottom: 1px solid #eee; text-decoration: none; color: inherit; } .search-result:hover { background: #f5f5f5; }