initial
This commit is contained in:
commit
62bb4aebd3
64 changed files with 14672 additions and 0 deletions
237
assets/css/fontawesome-all.min.css
vendored
Normal file
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
1616
assets/css/main.css
Normal file
File diff suppressed because it is too large
Load diff
39
assets/css/noscript.css
Normal file
39
assets/css/noscript.css
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