/
lububu
/
Study_Practice
Обзор
Документация
Войти
/
lububu
/
Study_Practice
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
site/css/style.css
169 строк
3 KB
Shilova Liubov
Исправлена структура папки site #TSKSTD_PRCTC-2
16 май 2026, 12:40
16 май 2026, 12:40
f7fcd25
Код
Авторство
О чём код?
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; margin: 0; padding: 0; background-color: #f0f4f8; color: #333; } .navbar { background-color: #2c3e50; padding: 15px; text-align: center; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .nav-link { color: #ecf0f1; text-decoration: none; margin: 0 10px; font-size: 15px; font-weight: 500; padding: 6px 12px; border-radius: 4px; transition: background 0.3s, color 0.3s; } .nav-link:hover, .nav-link.active { background-color: #3498db; color: white; } header { background: linear-gradient(135deg, #4a90e2, #50e3c2); color: white; padding: 40px 20px; text-align: center; } .container { max-width: 800px; margin: 30px auto; padding: 0 20px; } .card { background: white; padding: 25px; margin-bottom: 20px; border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); } h2 { color: #4a90e2; margin-top: 0; } .team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; } .team-member { background-color: #f9fbfd; padding: 15px; border-radius: 6px; border-left: 4px solid #bdc3c7; } .team-member.highlight { border-left-color: #e74c3c; background-color: #fdf2f2; } .team-member h3 { margin: 0; font-size: 16px; color: #2c3e50; } .role { margin: 5px 0 0 0; font-size: 13px; color: #555; } .post-meta { font-size: 12px; color: #95a5a6; font-weight: bold; text-transform: uppercase; margin-bottom: 5px; } .form-group { margin-bottom: 15px; } label { display: block; font-weight: bold; margin-bottom: 5px; } input, textarea { width: 100%; padding: 10px; box-sizing: border-box; border: 1px solid #ccc; border-radius: 6px; font-family: inherit; } textarea { height: 100px; resize: vertical; } button { background-color: #4a90e2; color: white; border: none; padding: 12px 24px; font-size: 16px; border-radius: 8px; cursor: pointer; font-weight: bold; transition: background 0.2s; } button:hover { background-color: #357abd; } #botResponse, #formStatus { margin-top: 15px; padding: 15px; border-radius: 4px; } #botResponse { background-color: #e6f7ff; border-left: 5px solid #1890ff; } #formStatus { background-color: #e6fffb; border-left: 5px solid #52c41a; color: #237804; } .hidden { display: none; } .footer { text-align: center; padding: 20px; font-size: 0.9em; color: #777; } @media(max-width: 600px) { .team-grid { grid-template-columns: 1fr; } }