Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Paste this with the rest of the style:
- #updates {
- text-align: left;
- font-size: 10px;
- position:fixed;
- top:15px;
- left:-190px;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- z-index:999;
- }
- #updates:hover {left:10px;}
- #hidden {
- padding: 5px 0 5px 0;
- width:190px;
- height:90px;
- z-index:999;
- }
- #visible{
- position:fixed;
- margin-left:200px;
- margin-top:-120px;
- }
- #visible img {
- text-align: center;
- color:#454545;
- height:25px;
- padding: 5px 0 8px 0;
- width: 90px;
- height:auto;
- }
Advertisement
Add Comment
Please, Sign In to add comment