Initial commit

This commit is contained in:
nemunaire
2018-11-12 23:31:10 +01:00
commit b99a321ded
35 changed files with 11997 additions and 0 deletions

48
static/css/error.css Normal file
View File

@@ -0,0 +1,48 @@
.q-error-page {
background-color: #373737;
color:#FFF;
font-family: Roboto, sans-serif;
text-align: center;
}
a {
text-decoration: none;
text-transform: uppercase;
display: inline-block;
background-color: #F44336;
color:#FFF;
border-radius: 2px;
padding:10px 20px;
margin-top:40px;
font-weight: 300;
}
.q-error-logo {
margin:40px;
}
.q-error-title {
color:#F44336;
margin:20px 0;
text-align: center;
font-weight: 400;
}
.q-error-subtitle {
margin:0;
text-align: center;
font-weight: 400;
}
.q-error-image {
max-width: 80%;
}
@media (max-width: 599px) {
.q-error-title {
font-size:20px;
}
.q-error-subtitle {
font-size:12px;
}
}