39 lines
683 B
CSS
39 lines
683 B
CSS
|
/*
|
||
|
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;
|
||
|
}
|