Custom greeter page for kraut.world
This commit is contained in:
parent
1c6ec27bca
commit
98172aabc2
48 changed files with 14790 additions and 482 deletions
237
website/dist/assets/css/fontawesome-all.min.css
vendored
Normal file
237
website/dist/assets/css/fontawesome-all.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1589
website/dist/assets/css/main.css
vendored
Normal file
1589
website/dist/assets/css/main.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
39
website/dist/assets/css/noscript.css
vendored
Normal file
39
website/dist/assets/css/noscript.css
vendored
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue