Advertisement
damnbritts

Circle updates tab p1

Nov 3rd, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. #updates {
  2. line-height:100%;
  3. display:block;
  4. border:1px solid #cacaca;
  5. height:13px;
  6. width:36px;
  7. padding:0px 6px 6px 6px;
  8. z-index:0;
  9. top:15px;
  10. left:15px;
  11. color:#999;
  12. position:fixed;
  13. background:#fff;
  14. border-radius:200px;
  15. overflow:hidden;
  16. text-align:center;
  17. -moz-transition-duration:0.6s;
  18. -webkit-transition-duration:0.6s;
  19. -o-transition-duration:0.6s;
  20. }
  21.  
  22. #updates:hover {
  23. height:100px;
  24. width:100px;
  25. -webkit-transition: all .4s linear;
  26. }
  27.  
  28. #updatestitle {
  29. line-height:18px;
  30. font-family:calibri;
  31. text-transform:uppercase;
  32. font-size:9px;
  33. }
  34.  
  35. #updates:hover #updatestitle {
  36. border-bottom:2px solid #ddd;
  37. -webkit-transition: all .6s linear;
  38. }
  39.  
  40. #inside {
  41. font-size:9px;
  42. font-family:calibri;
  43. width:90px;
  44. line-height:7px;
  45. padding-left:6px;
  46. -moz-transition-duration:0.5s;
  47. -webkit-transition-duration:0.5s;
  48. -o-transition-duration:0.5s;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement