trenzalours

condensed tab 01

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