Advertisement
trenzalours

css

Apr 28th, 2014
5,639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. #tabcode1{
  2. margin-bottom:3px;
  3. border-left:4px solid {color:tabcolor};
  4. padding-left:4px;
  5. height:14px;
  6. text-align:left;
  7. overflow:hidden;
  8. margin-top:-1px;
  9. border-bottom:0px solid #706732;
  10. text-transform:uppercase;
  11. letter-spacing:1px;
  12. font-size:8px;
  13. line-height:10px;
  14. z-index:0;
  15. -webkit-transition: all 0.7s ease-in-out;
  16. -moz-transition: all 0.7s ease-in-out;
  17. -o-transition: all 0.7s ease-in-out;
  18. }
  19. #tabcode1:hover{
  20. height:120px;
  21. -webkit-transition: all 0.7s ease-in-out;
  22. -moz-transition: all 0.7s ease-in-out;
  23. -o-transition: all 0.7s ease-in-out;
  24. }
  25.  
  26. #tabcode2{
  27. margin-bottom:3px;
  28. height:14px;
  29. text-align:left;
  30. overflow:hidden;
  31. border-left:4px solid {color:tabcolor2};
  32. padding-left:4px;
  33. text-transform:uppercase;
  34. letter-spacing:1px;
  35. font-size;8px;
  36. line-height:13px;
  37. z-index:0;
  38. -webkit-transition: all 0.7s ease-in-out;
  39. -moz-transition: all 0.7s ease-in-out;
  40. -o-transition: all 0.7s ease-in-out;
  41. }
  42.  
  43. #tabcode2:hover{
  44. height:140px;
  45. -webkit-transition: all 0.7s ease-in-out;
  46. -moz-transition: all 0.7s ease-in-out;
  47. -o-transition: all 0.7s ease-in-out;
  48. }
  49.  
  50. #tabcode3{
  51. margin-bottom:3px;
  52. border-left:4px solid {color:tabcolor3};
  53. padding-left:4px;
  54. height:14px;
  55. text-align:left;
  56. overflow:hidden;
  57. border-bottom:0px solid #ccc;
  58. text-transform:uppercase;
  59. letter-spacing:1px;
  60. font-size;8px;
  61. line-height:13px;
  62. z-index:0;
  63. -webkit-transition: all 0.7s ease-in-out;
  64. -moz-transition: all 0.7s ease-in-out;
  65. -o-transition: all 0.7s ease-in-out;
  66. }
  67.  
  68. #tabcode3:hover{
  69. height:135px;
  70. -webkit-transition: all 0.7s ease-in-out;
  71. -moz-transition: all 0.7s ease-in-out;
  72. -o-transition: all 0.7s ease-in-out;
  73. }
  74.  
  75. #tabcode4{
  76. margin-bottom:3px;
  77. border-left:4px solid {color:tabcolor4};
  78. padding-left:4px;
  79. height:14px;
  80. text-align:left;
  81. overflow:hidden;
  82. border-bottom:0px solid #ccc;
  83. text-transform:uppercase;
  84. letter-spacing:1px;
  85. font-size;8px;
  86. line-height:13px;
  87. z-index:0;
  88. -webkit-transition: all 0.7s ease-in-out;
  89. -moz-transition: all 0.7s ease-in-out;
  90. -o-transition: all 0.7s ease-in-out;
  91. }
  92.  
  93. #tabcode4:hover{
  94. height:60px;
  95. -webkit-transition: all 0.7s ease-in-out;
  96. -moz-transition: all 0.7s ease-in-out;
  97. -o-transition: all 0.7s ease-in-out;
  98. }
  99.  
  100. #tabcode5{
  101. margin-bottom:3px;
  102. border-left:4px solid {color:tabcolor5};
  103. padding-left:4px;
  104. height:14px;
  105. text-align:left;
  106. overflow:hidden;
  107. border-bottom:0px solid #ccc;
  108. text-transform:uppercase;
  109. letter-spacing:1px;
  110. font-size;8px;
  111. line-height:13px;
  112. z-index:0;
  113. -webkit-transition: all 0.7s ease-in-out;
  114. -moz-transition: all 0.7s ease-in-out;
  115. -o-transition: all 0.7s ease-in-out;
  116. }
  117.  
  118. #tabcode5:hover{
  119. height:35px;
  120. -webkit-transition: all 0.7s ease-in-out;
  121. -moz-transition: all 0.7s ease-in-out;
  122. -o-transition: all 0.7s ease-in-out;
  123. }
  124. #tabcode6{
  125. margin-bottom:3px;
  126. border-left:4px solid {color:tabcolor6};
  127. padding-left:4px;
  128. height:14px;
  129. text-align:left;
  130. overflow:hidden;
  131. text-transform:uppercase;
  132. letter-spacing:1px;
  133. font-size;8px;
  134. line-height:13px;
  135. z-index:0;
  136. -webkit-transition: all 0.7s ease-in-out;
  137. -moz-transition: all 0.7s ease-in-out;
  138. -o-transition: all 0.7s ease-in-out;
  139. }
  140.  
  141. #tabcode6:hover{
  142. height:60px;
  143. -webkit-transition: all 0.7s ease-in-out;
  144. -moz-transition: all 0.7s ease-in-out;
  145. -o-transition: all 0.7s ease-in-out;
  146. }
  147.  
  148.  
  149. #tabcode{
  150. text-align:left;
  151. font-size:10px;
  152. opacity: .8;
  153. text-transform:uppercase;
  154. position:fixed;
  155. font-family:'calibri' sans-serif;
  156. left:0px;
  157. background-color:transparent;
  158. letter-spacing:1px;
  159. width:95px;
  160. z-index:9999;
  161. padding:4px;
  162. top:30px;
  163.  
  164. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement