Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #everything {
- text-align: center;
- font-size: 10px;
- position:fixed;
- left:-1px;
- top:-244px;
- background:white;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- z-index:999;
- }
- #everything:hover {top:0px;}
- #updates {
- letter-spacing:0px;
- padding: 5px 0 5px 0;
- background: #fff;
- width:100px;
- height:auto;
- font-family:Trebuchet ms;
- color:#777;
- z-index: 9999;
- line-height:110%;
- }
- #updates a:hover {
- color:white;}
- #updatestab {
- border-top-style:none;
- text-align: center;
- color:white;
- border-bottom-right-radius:7px;
- text-transform:uppercase;
- font-family:trebuchet ms;
- height:11px;
- padding: 2px 0 8px 0;
- background:black;
- width:102px;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- }
- #everything:hover #updatestab {
- background:#fff;
- color:#777;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement