trenzalours

css - open right 02

Jun 9th, 2014
933
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. #icon{
  2.  
  3. opacity:.9;
  4. padding:5px;
  5. margin-top:-8px;
  6. font-size:10px;
  7. color:{color:icons};
  8. z-index:9;
  9. }
  10.  
  11.  
  12. #tab1title{
  13. font-size:10px;
  14. text-align:left;
  15. text-transform:uppercase;
  16. letter-spacing:1px;
  17. color:{color:title2};
  18. margin-top:-32px;
  19. margin-left:20px;
  20. margin-bottom:5px;
  21. }
  22.  
  23. #tab1{
  24.  
  25. opacity:1;
  26. font-size:8px;
  27. color:{color:text};
  28. text-align:left;
  29. padding:5px;
  30.  
  31. }
  32.  
  33. #tab1box{ /*---DO NOT EDIT ANY OF THIS---*/
  34.  
  35. position:absolute;
  36. margin-top:-40px;
  37. right: 50%;
  38. overflow:hidden;
  39. width:20px;
  40. height:20px;
  41. -webkit-transition: all 0.8s ease-out;
  42. -moz-transition: all 0.8s ease-out;
  43. transition: all 0.8s ease-out;
  44.  
  45. }
  46.  
  47. #tab1box:hover{
  48. padding:10px;
  49. width:100px;
  50. height:120px;
  51.  
  52. }
  53.  
  54. #tab2{
  55. opacity:1;
  56. font-size:8px;
  57. color:{color:text};
  58. text-align:left;
  59. padding:5px;
  60.  
  61. }
  62.  
  63.  
  64. #tab2box{ /*---DO NOT EDIT ANY OF THIS---*/
  65. position:absolute;
  66. margin-top:-20px;
  67. right: 50%;
  68. overflow:hidden;
  69. width:20px;
  70. height:20px;
  71. ;
  72. -webkit-transition: all 0.8s ease-out;
  73. -moz-transition: all 0.8s ease-out;
  74. transition: all 0.8s ease-out;
  75.  
  76. }
  77. #tab2box:hover{
  78. padding:10px;
  79. width:120px;
  80. height:120px;
  81.  
  82. }
  83.  
  84. #tab3{
  85. opacity:1;
  86. font-size:8px;
  87. color:{color:text};
  88. text-align:left;
  89. padding:10px;
  90.  
  91. }
  92.  
  93. #tab3box{ /*---DO NOT EDIT ANY OF THIS---*/
  94. position:absolute;
  95. right: 50%;
  96. margin-top:0px;
  97. overflow:hidden;
  98. width:20px;
  99. height:20px;
  100. -webkit-transition: all 0.8s ease-out;
  101. -moz-transition: all 0.8s ease-out;
  102. transition: all 0.8s ease-out;
  103.  
  104.  
  105. }
  106. #tab3box:hover{
  107.  
  108. padding:8px;
  109. width:100px;
  110. height:163px;
  111.  
  112. }
  113.  
  114. #tab4{
  115. opacity:1;
  116. font-size:8px;
  117. color:{color:text};
  118. text-align:left;
  119. padding:5px;
  120.  
  121. }
  122.  
  123. #tab4box{ /*---DO NOT EDIT ANY OF THIS---*/
  124. position:absolute;
  125. right: 50%;
  126. overflow:hidden;
  127. margin-top:20px;
  128. width:20px;
  129. height:20px;
  130. z-index:0;
  131.  
  132. -webkit-transition: all 0.8s ease-out;
  133. -moz-transition: all 0.8s ease-out;
  134. transition: all 0.8s ease-out;
  135.  
  136.  
  137. }
  138. #tab4box:hover{
  139. padding:10px;
  140. width:100px;
  141. height:120px;
  142.  
  143. }
  144.  
  145. #tab5{
  146. opacity:1;
  147. font-size:8px;
  148. color:{color:text};
  149. text-align:left;
  150. padding:5px;
  151.  
  152. }
  153.  
  154. #tab5box{ /*---DO NOT EDIT ANY OF THIS---*/
  155. position:absolute;
  156. margin-top:40px;
  157. right: 50%;
  158. overflow:hidden;
  159. width:20px;
  160. height:20px;
  161. -webkit-transition: all 0.8s ease-out;
  162. -moz-transition: all 0.8s ease-out;
  163. transition: all 0.8s ease-out;
  164.  
  165.  
  166. }
  167. #tab5box:hover{
  168. padding:10px;
  169. width:100px;
  170. height:100px;
  171.  
  172. }
  173.  
  174.  
  175. #holder{
  176.  
  177. font-size:10px;
  178. text-transform:uppercase;
  179. position:fixed;
  180. font-family:'calibri'sans-serif;
  181. left:300px;
  182. letter-spacing:0px;
  183. z-index:9999999999999999999;
  184. top:100px;
  185. }
  186. /*---end updates tab css---*/
Advertisement
Add Comment
Please, Sign In to add comment