Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #tumblings-player
- {z-index:999;
- background-color: #fff;
- width:50px;
- height:50px;
- border-radius:50px 0px 0px 0px;
- -moz-border-radius:50px 0px 0px 0px;
- color:#000;
- position:fixed;
- overflow:hidden;
- bottom:0px;
- right:0px;
- -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
- #playericon
- {margin-top:25px;
- margin-bottom:20px;
- margin-left:5px;
- -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
- #tumblings-player:hover
- {width:130px;
- -moz-border-radius:0px;
- border-radius:0px;}
- #tumblings-player:hover #playericon
- {margin-top:10px;
- margin-left:0px;
- margin-bottom:4px;}
Advertisement
Add Comment
Please, Sign In to add comment