make 404 page translateable, point to home page or drive

This commit is contained in:
ansuz
2017-12-01 11:51:04 +01:00
parent b5516ddcd0
commit bcdc0d810a
3 changed files with 59 additions and 13 deletions

View File

@@ -1,16 +1,36 @@
//@import (once) "../include/infopages.less";
@import (once) "../include/colortheme.less";
@import (once) "../include/font.less";
.font_neuropolitical();
.font_open-sans();
html, body {
margin: 0;
padding: 0;
margin: 0px;
padding: 0px;
#cp-main {
height: 100vh;
margin: 0px;
width: 100%;
padding-top: 20%;
padding-top: 5%;
text-align: center;
#cp-scramble {
font-family: monospace !important;
#cp-logo {
display: block;
max-width: 15%;
margin: auto;
}
#cp-brand {
font-family: neuropolitical;
font-size: 40px;
}
#cp-title {
font-size: 30px;
}
#cp-scramble, #cp-link {
font-size: 20px;
}
#cp-title, #cp-scramble, #cp-link {
//font-family: 'Open Sans';
font-family: monospace;
}
}
}