/
githubmirror
/
joomla-cms
Обзор
Документация
Войти
/
githubmirror
/
joomla-cms
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
5.4-dev
build/warning_page/template.css
161 строка
3 KB
Brian Teeman
[4.3] warning.css code style (#39797)
09 фев 2023, 01:58
Не верифицирован
09 фев 2023, 01:58
7f7e232
Код
Авторство
О чём код?
html { background: #ee2a00; background: -moz-radial-gradient(center, ellipse cover, rgba(241, 241, 241, 1) 0, rgb(238, 42, 0) 100%); background: -webkit-radial-gradient(center, ellipse cover, rgba(241, 241, 241, 1) 0, rgb(238, 42, 0) 100%); background: radial-gradient(ellipse at center, rgba(241, 241, 241, 1) 0, rgb(238, 42, 0) 100%); background-repeat: no-repeat; background-attachment: fixed; } body { margin: 0; padding: 0; font: 14px / 18px sans-serif; color: #555; background-color: transparent; } ol, ul { padding: 0; margin: 0; list-style: none; } a { color: #0084b4; text-decoration: none; } a:hover, a:focus { text-decoration: underline; } p a { line-height: inherit; } .container { display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; margin: 0 auto; width: 100%; height: 100vh; overflow: hidden; } .alert-main { display: block; position: relative; background: #fff; border: 1px solid rgba(0,0,0,0.1); border-radius: 5px; padding: 20px 60px; margin: 0 20px; box-shadow: 0 0 10px rgba(0,0,0,0.05); } svg { position: absolute; bottom: -120px; right: -70px; width: 400px; transform: rotate(10deg); z-index: -1; } h1, p { position: relative; z-index: 10; text-align: center; text-rendering: optimizeLegibility; } h1 { margin: 18px 0 0; font-size: 40px; font-weight: 200; line-height: 1; text-shadow: 0 1px 2px rgba(0, 0, 0, .2); } p, label { margin: 10px 0 20px; font-size: 18px; font-weight: 300; line-height: 25px; color: #777; } p a { font-weight: bold; color: #1C3D5C; } .link-help { padding: .4rem .85rem; font-size: 1rem; font-weight: normal; border-radius: .25rem; text-decoration: none; background-color: #f5f5f5; border: 1px solid rgba(0,0,0,0.1); } .link-help:hover { background-color: #eee; text-decoration: none; } .footer { margin: 8px 20px; text-align: left; font-size: 11px; } .footer ul { margin-bottom: 5px; } .footer li { display: inline; margin: 0 5px; line-height: 20px; } .footer li, .footer a { color: #1C3D5C; } .footer a:hover { color: #59B0FF; } .links { display: block; text-align: center; margin-top: 4rem; margin-left: auto; margin-right: auto; font-size: 1rem; } .links li { display: inline-block; margin-top: 20px; } @media screen and (max-width:480px) { .container { height: auto; padding-top: 20px; padding-bottom: 20px; } h1 { font-size: 30px; } .link-help { white-space: nowrap; } }