Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #updates {
- line-height:100%;
- display:block;
- border:1px solid #cacaca;
- height:13px;
- width:36px;
- padding:0px 6px 6px 6px;
- z-index:0;
- top:15px;
- left:15px;
- color:#999;
- position:fixed;
- background:#fff;
- border-radius:200px;
- overflow:hidden;
- text-align:center;
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- #updates:hover {
- height:100px;
- width:100px;
- -webkit-transition: all .4s linear;
- }
- #updatestitle {
- line-height:18px;
- font-family:calibri;
- text-transform:uppercase;
- font-size:9px;
- }
- #updates:hover #updatestitle {
- border-bottom:2px solid #ddd;
- -webkit-transition: all .6s linear;
- }
- #inside {
- font-size:9px;
- font-family:calibri;
- width:90px;
- line-height:7px;
- padding-left:6px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement