Custom greeter page for kraut.world

This commit is contained in:
Ludwig Behm 2021-01-03 04:29:51 +01:00
parent 1c6ec27bca
commit 98172aabc2
48 changed files with 14790 additions and 482 deletions

39
website/dist/assets/css/noscript.css vendored Normal file
View file

@ -0,0 +1,39 @@
/*
Indivisible by Pixelarity
pixelarity.com | hello@pixelarity.com
License: pixelarity.com/license
*/
/* Panel */
.panel {
margin: 0 0 3em 0;
}
body.is-preload-0 .panel {
opacity: 1;
}
body.is-preload-0 .panel > .image {
-moz-transform: none !important;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
body.is-preload-0 .panel > .content {
-moz-transform: none !important;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
/* Footer */
#footer {
margin-top: 0;
}
body.is-preload-0 #footer {
opacity: 1;
}