/
progart116
/
PlanerProject2026
Обзор
Документация
Войти
/
progart116
/
PlanerProject2026
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
FrontEnd/Static/Common/css/forms.css
115 строк
1 KB
progart116
debug
25 апр 2026, 12:27
25 апр 2026, 12:27
4a037dd
Код
Авторство
О чём код?
* { margin: 0; border: 0; padding: 0; font-family: 'Courier New'; font-size: 26pt; } body { background: linear-gradient(45deg, #32373b 0%, #4a5859 25%, #32373b 50%, #212143 75%); width: 98vw; height: 98vh; display: grid; } form { background-color: #0002; margin: auto; padding: 15px 50px; border-radius: 25px; box-shadow: 5px 5px 5px 5px #000000; } p { display: flex; justify-content: space-between; margin: 10px 0; } p label { color: white; } h1 { width: 100%; text-align: center; color: white; font-weight: bold; font-size: 1.5em; } input, select { width: 400px; } textarea { width: 400px; min-width: 400px; max-width: 400px; min-height: 40px; max-height: 400px; } button, a { display: block; margin-top: 15px; width: 100%; border-radius: 15px; border: 0; } #button-login { color: #000000; background-color: #8dffc2; cursor: pointer; } a { color: #000000; background-color: #828cfe; cursor: pointer; text-align: center; text-decoration: none; } #error-message { margin-top: 25px; color: red; font-weight: bold; font-size: 0.5em; } #success-message { margin-top: 25px; color: green; font-weight: bold; font-size: 0.5em; } @media (max-width: 992px) { * { font-family: 'Courier New'; font-size: 10pt; } input { width: 250px; } }