Advertisement
Guest User

update 02 (b)

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