This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
redemption/source/plugins/multiverse/css/noscript.css
7Wate 9a42e51074
feature(pages): Created photo and log pages.
Currently Redemption first edition page design is completed
2022-01-04 17:16:08 +08:00

27 lines
432 B
CSS

/*
Multiverse by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Wrapper */
body.is-preload #wrapper:before {
display: none;
}
/* Main */
body.is-preload #main .thumb {
pointer-events: auto;
opacity: 1;
}
/* Header */
body.is-preload #header {
-moz-transform: none;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}