Caylo

Updates tab css

Jul 6th, 2013
504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.58 KB | None | 0 0
  1. Paste this with the rest of the style:
  2.  
  3. #updates {
  4. text-align: left;
  5. font-size: 10px;
  6. position:fixed;
  7. top:15px;
  8. left:-190px;
  9. -webkit-transition: all .5s ease-in-out;
  10. -moz-transition: all .5s ease-in-out;
  11. -o-transition: all .5s ease-in-out;
  12. z-index:999;
  13. }
  14.  
  15. #updates:hover {left:10px;}
  16.  
  17. #hidden {
  18. padding: 5px 0 5px 0;
  19. width:190px;
  20. height:90px;
  21. z-index:999;
  22. }
  23.  
  24. #visible{
  25.     position:fixed;
  26.     margin-left:200px;
  27.     margin-top:-120px;
  28. }
  29.  
  30. #visible img {
  31. text-align: center;
  32. color:#454545;
  33. height:25px;
  34. padding: 5px 0 8px 0;
  35. width: 90px;
  36. height:auto;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment