Advertisement
damnbritts

updates tab p1

Sep 20th, 2013
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. #everything {
  2. text-align: center;
  3. font-size: 10px;
  4. position:fixed;
  5. left:-1px;
  6. top:-244px;
  7. background:white;
  8. -webkit-transition: all .5s ease-in-out;
  9. -moz-transition: all .5s ease-in-out;
  10. -o-transition: all .5s ease-in-out;
  11. z-index:999;
  12. }
  13.  
  14. #everything:hover {top:0px;}
  15.  
  16. #updates {
  17. letter-spacing:0px;
  18. padding: 5px 0 5px 0;
  19. background: #fff;
  20. width:100px;
  21. height:auto;
  22. font-family:Trebuchet ms;
  23. color:#777;
  24. z-index: 9999;
  25. line-height:110%;
  26. }
  27.  
  28. #updates a:hover {
  29. color:white;}
  30.  
  31. #updatestab {
  32. border-top-style:none;
  33. text-align: center;
  34. color:white;
  35. border-bottom-right-radius:7px;
  36. text-transform:uppercase;
  37. font-family:trebuchet ms;
  38. height:11px;
  39. padding: 2px 0 8px 0;
  40. background:black;
  41. width:102px;
  42. -webkit-transition: all .5s ease-in-out;
  43. -moz-transition: all .5s ease-in-out;
  44. -o-transition: all .5s ease-in-out;
  45. }
  46.  
  47. #everything:hover #updatestab {
  48. background:#fff;
  49. color:#777;
  50. -webkit-transition: all .5s ease-in-out;
  51. -moz-transition: all .5s ease-in-out;
  52. -o-transition: all .5s ease-in-out;
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement