First Commit

This commit is contained in:
Kevin Adametz 2018-10-29 09:39:31 +01:00
commit 610aa1e202
4204 changed files with 636764 additions and 0 deletions

View file

@ -0,0 +1,30 @@
/** Error 404
**************************************************************** **/
.error-404 {
content: '404';
font-size:200px;
line-height:200px;
font-weight:bold;
color:#ddd;
text-align:center;
left:0; right:0;
top:0; bottom:0;
}
section.dark .error-404 {
color:#666;
}
.inline-search-404 {
margin-top:60px;
}
@media only screen and (max-width: 482px) {
.inline-search-404 {
margin-top:20px;
}
footer.footer-err-404 {
display:none;
}
.err-404-row>div {
margin-bottom:15px !important;
}
}