Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @charset "utf-8";
- body {
- background: url('images/Background Official.jpg') no-repeat center center fixed;
- -webkit-background-size: 100% 100%;
- -o-background-size: 100% 100%;
- background-size: 100% 100%;
- overflow-x: hidden;
- margin: 5px;
- margin-top: 5px;
- margin-bottom: 0px;
- }
- .box {
- height: 300px;
- width: 300px;
- background-color: white;
- opacity: 0.7;
- display: inline-block;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- }
- .link-spanner {
- position:absolute;
- width:100%;
- height:100%;
- top:0;
- left: 0;
- z-index: 1;
- }
- .m-scene .scene_element {
- -webkit-animation-duration: 0.25s;
- animation-duration: 0.25s;
- -webkit-transition-timing-function: ease-in;
- transition-timing-function: ease-in;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- }
- .m-scene .scene_element--fadeInLeft {
- -webkit-animation-name: fadeInLeft;
- animation-name: fadeInLeft;
- }
- .m-scene .scene_element--fadeInUp {
- -webkit-animation-name: fadeInUp;
- animation-name: fadeInUp;
- }
- .m-scene .scene_element--fadeInDown {
- -webkit-animation-name: fadeInDown;
- animation-name: fadeInDown;
- }
- .m-scene .scene_element--fadeInRight {
- -webkit-animation-name: fadeInRight;
- animation-name: fadeInRight;
- }
- .m-scene.is-exiting .scene_element {
- -webkit-animation-direction: alternate-reverse;
- animation-direction: alternate-reverse;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement