Advertisement
damnbritts

updates tab part 1 ver 2

Aug 24th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. #actualupdates {
  2. text-align: center;
  3. font-size: 10px;
  4. position:fixed;
  5. left:0px;
  6. top:-200px;
  7. opacity:0.9;
  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. #actualupdates:hover #updates {
  15. margin-top:223px;
  16. }
  17.  
  18. #updates {
  19. border-right-style:solid;
  20. border-bottom-style:solid;
  21. border-left-style:solid;
  22. border-top-style:solid;
  23. border-width:1px;
  24. border-color:#a8a8a8;
  25. padding: 5px 0px ;
  26. padding-bottom:0px;
  27. padding-top:13px;
  28. background: #fff;
  29. color:#777;
  30. width:102px;
  31. height:auto;
  32. z-index: 9999;
  33. margin-left:0px;
  34. line-height:10px;
  35. -webkit-transition: all .5s ease-in-out;
  36. -moz-transition: all .5s ease-in-out;
  37. -o-transition: all .5s ease-in-out;
  38. }
  39.  
  40. #updates a{
  41. color:#777}
  42.  
  43. #updates a:hover{
  44. color:#fff}
  45.  
  46. #updatestab{
  47. text-align: center;
  48. color:#777;
  49. height:11px;
  50. padding: 2px 0 7px 0;
  51. background:#fff;
  52. width: 102px;
  53. height:17px;
  54. font-size:15px;
  55. line-height:20px;
  56. border:1px solid #777;
  57. margin-top:200px;
  58. margin-left:0px;
  59. text-transform:uppercase;
  60. background-color:#fff;
  61. color:#777;
  62. position:fixed;
  63. text-decoration:underline;
  64. -webkit-transition: all .5s ease-in-out;
  65. -moz-transition: all .5s ease-in-out;
  66. -o-transition: all .5s ease-in-out;
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement