Advertisement
damnbritts

updates tab part 1

Aug 15th, 2013
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 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:#585858;
  25. padding: 5px 0px ;
  26. padding-bottom:0px;
  27. background: #585858;
  28. color:#fff;
  29. width:100px;
  30. height:auto;
  31. z-index: 9999;
  32. margin-left:0px;
  33. line-height:10px;
  34. -webkit-transition: all .5s ease-in-out;
  35. -moz-transition: all .5s ease-in-out;
  36. -o-transition: all .5s ease-in-out;
  37. }
  38.  
  39. #updates a{
  40. color:#fff}
  41.  
  42. #updates a:hover{
  43. color:#585858}
  44.  
  45. #updatestab{
  46. text-align: center;
  47. color:#454545;
  48. height:11px;
  49. padding: 2px 0 8px 0;
  50. background:#fff;
  51. width: 102px;
  52. height:17px;
  53. font-size:15px;
  54. line-height:20px;
  55. margin-top:200px;
  56. margin-left:0px;
  57. text-transform:uppercase;
  58. background-color:#585858;
  59. color:#fff;
  60. position:fixed;
  61. text-decoration:underline;
  62. -webkit-transition: all .5s ease-in-out;
  63. -moz-transition: all .5s ease-in-out;
  64. -o-transition: all .5s ease-in-out;
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement