This commit is contained in:
tobi 2022-05-09 13:40:30 +02:00
commit 62bb4aebd3
64 changed files with 14672 additions and 0 deletions

237
assets/css/fontawesome-all.min.css vendored Normal file

File diff suppressed because one or more lines are too long

1616
assets/css/main.css Normal file

File diff suppressed because it is too large Load diff

39
assets/css/noscript.css 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;
}