Advertisement
Guest User

update 02 (b)

a guest
Aug 14th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. .update {
  2. margin-top:50px;
  3. margin-left:0px;
  4. text-align:center;
  5. text-transform:uppercase;
  6. color:#8C8C8C;
  7. font-size:8px;
  8. letter-spacing:1px;
  9. z-index:2147483607;
  10. font-family:consolas;
  11. width:150px;
  12. position:fixed;
  13. }
  14.  
  15. .l1 {
  16. width:50px;
  17. background:black;
  18. margin-bottom:8px;
  19. text-align:center;
  20. background:{color:upd1};
  21. color:white;
  22. padding:1px;
  23. -webkit-transition: all 0.7s ease;
  24. -moz-transition: all 0.7s ease;
  25. -o-transition: all 0.7s ease
  26. }
  27.  
  28. .l1:hover {width:180px; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  29. }
  30.  
  31. .txt1 {
  32. position:absolute;
  33. width:100px;
  34. padding:10px;
  35. padding-left:5px;
  36. left:180px;
  37. margin-top:6px;
  38. opacity:0;
  39. color:black;
  40. text-align:left;
  41. -moz-transition:all 0.7s ease-out;
  42. -webkit-transition:all 0.7s ease-out;
  43. -o-transition:all 0.7s ease-out;}
  44.  
  45. .l1:hover .txt1{left:80px;opacity:1;}
  46.  
  47. .l2 {
  48. width:50px;
  49. background:black;
  50. margin-bottom:8px;
  51. text-align:center;
  52. background:{color:upd2};
  53. color:white;
  54. padding:1px;
  55. -webkit-transition: all 0.7s ease;
  56. -moz-transition: all 0.7s ease;
  57. -o-transition: all 0.7s ease
  58. }
  59.  
  60. .l2:hover {width:180px; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  61. }
  62.  
  63. .txt2 {
  64. position:absolute;
  65. width:100px;
  66. padding:10px;
  67. padding-left:5px;
  68. left:180px;
  69. margin-top:6px;
  70. opacity:0;
  71. color:black;
  72. text-align:left;
  73. -moz-transition:all 0.7s ease-out;
  74. -webkit-transition:all 0.7s ease-out;
  75. -o-transition:all 0.7s ease-out;}
  76.  
  77. .l2:hover .txt2{left:80px;opacity:1;}
  78.  
  79.  
  80. .l3 {
  81. width:50px;
  82. background:black;
  83. margin-bottom:8px;
  84. text-align:center;
  85. background:{color:upd2};
  86. color:white;
  87. padding:1px;
  88. -webkit-transition: all 0.7s ease;
  89. -moz-transition: all 0.7s ease;
  90. -o-transition: all 0.7s ease
  91. }
  92.  
  93. .l3:hover {width:180px; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  94. }
  95.  
  96. .txt3 {
  97. position:absolute;
  98. width:100px;
  99. padding:10px;
  100. padding-left:5px;
  101. left:180px;
  102. margin-top:6px;
  103. opacity:0;
  104. color:black;
  105. text-align:left;
  106. -moz-transition:all 0.7s ease-out;
  107. -webkit-transition:all 0.7s ease-out;
  108. -o-transition:all 0.7s ease-out;}
  109.  
  110. .l3:hover .txt3{left:80px;opacity:1;}
  111.  
  112.  
  113. .l4 {
  114. width:50px;
  115. background:black;
  116. margin-bottom:8px;
  117. text-align:center;
  118. background:{color:upd4};
  119. color:white;
  120. padding:1px;
  121. -webkit-transition: all 0.7s ease;
  122. -moz-transition: all 0.7s ease;
  123. -o-transition: all 0.7s ease
  124. }
  125.  
  126. .l4:hover {width:180px; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  127. }
  128.  
  129. .txt4 {
  130. position:absolute;
  131. width:100px;
  132. padding:10px;
  133. padding-left:5px;
  134. left:180px;
  135. margin-top:6px;
  136. opacity:0;
  137. color:black;
  138. text-align:left;
  139. -moz-transition:all 0.7s ease-out;
  140. -webkit-transition:all 0.7s ease-out;
  141. -o-transition:all 0.7s ease-out;}
  142.  
  143. .l4:hover .txt4{left:80px;opacity:1;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement