Advertisement
iamthemelocked

Iamthemelocked - Updates Tab #8 Part 2

Aug 22nd, 2014
959
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. /* 8TH UPDATES TAB OF IAMTHEMELOCKED */
  2.  
  3. #tab8 {
  4. position:fixed;
  5. left:20px;
  6. top:50px;
  7. width:130px;
  8. font-size:11px;
  9. padding:10px;
  10. }
  11.  
  12. #tab8 a{
  13. text-decoration:none;
  14. color:{color:Tab Links Colour};
  15. font-size:8px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
  16. -webkit-transition: all 0.5s ease-in-out;
  17. -moz-transition: all 0.5s ease-in-out;
  18. -o-transition: all 0.5s ease-in-out;
  19. transition: all 0.5s ease-in-out;
  20. }
  21.  
  22. #tab8 a:hover{
  23. color:{color:Tab Links Colour Hover};
  24. font-size:8px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
  25. -webkit-transition: all 0.5s ease-in-out;
  26. -moz-transition: all 0.5s ease-in-out;
  27. -o-transition: all 0.5s ease-in-out;
  28. transition: all 0.5s ease-in-out;
  29. }
  30.  
  31. /* UPDATES SQUARES START */
  32.  
  33. #tab8square1 {
  34. width:14px;
  35. height:14px;
  36. background-color:{color:Tab Square 1 Colour};
  37. -webkit-transition:0.5s;
  38. -moz-transition:0.5s;
  39. -ms-transition:0.5s;
  40. -o-transition:0.5s;
  41. transition:0.5s;
  42. }
  43.  
  44. #tab8square2 {
  45. width:14px;
  46. height:14px;
  47. margin-top:-68px;
  48. background-color:{color:Tab Square 2 Colour};
  49. -webkit-transition:0.5s;
  50. -moz-transition:0.5s;
  51. -ms-transition:0.5s;
  52. -o-transition:0.5s;
  53. transition:0.5s;
  54. }
  55.  
  56. #tab8square3 {
  57. width:14px;
  58. height:14px;
  59. margin-top:-50px;
  60. background-color:{color:Tab Square 3 Colour};
  61. -webkit-transition:0.5s;
  62. -moz-transition:0.5s;
  63. -ms-transition:0.5s;
  64. -o-transition:0.5s;
  65. transition:0.5s;
  66. }
  67.  
  68. #tab8square4 {
  69. width:14px;
  70. height:14px;
  71. margin-top:-32px;
  72. background-color:{color:Tab Square 4 Colour};
  73. -webkit-transition:0.5s;
  74. -moz-transition:0.5s;
  75. -ms-transition:0.5s;
  76. -o-transition:0.5s;
  77. transition:0.5s;
  78. }
  79.  
  80. #tab8square5 {
  81. width:14px;
  82. height:14px;
  83. margin-top:-14px;
  84. background-color:{color:Tab Square 5 Colour};
  85. -webkit-transition:0.5s;
  86. -moz-transition:0.5s;
  87. -ms-transition:0.5s;
  88. -o-transition:0.5s;
  89. transition:0.5s;
  90. }
  91.  
  92. /* UPDATES SQUARES END */
  93.  
  94. /* UPDATES TEXT BOXES START */
  95.  
  96. .tab8textbox1 {
  97. width:0px;
  98. height:80px;
  99. color:{color:Tab Text Colour};
  100. font-family:calibri; /* CHANGE FONT HERE */
  101. font-size:8px; /* CHANGE FONT SIZE HERE */
  102. padding:3px;
  103. background: {color:Tab Text Background Colour};
  104. line-height:110%;
  105. margin-left:-10px;
  106. margin-top:-14px;
  107. text-transform:uppercase;
  108. overflow:hidden;
  109. opacity:0;
  110. -webkit-transition:0.5s;
  111. -moz-transition:0.5s;
  112. -ms-transition:0.5s;
  113. -o-transition:0.5s;
  114. transition:0.5s;
  115. }
  116.  
  117. .tab8textbox2 {
  118. width:0px;
  119. height:80px;
  120. color:{color:Tab Text Colour};
  121. font-family:calibri; /* CHANGE FONT HERE */
  122. font-size:8px; /* CHANGE FONT SIZE HERE */
  123. padding:3px;
  124. background: {color:Tab Text Background Colour};
  125. line-height:110%;
  126. margin-left:-10px;
  127. margin-top:-32px;
  128. text-transform:uppercase;
  129. overflow:hidden;
  130. opacity:0;
  131. -webkit-transition:0.5s;
  132. -moz-transition:0.5s;
  133. -ms-transition:0.5s;
  134. -o-transition:0.5s;
  135. transition:0.5s;
  136. }
  137.  
  138. .tab8textbox3 {
  139. width:0px;
  140. height:80px;
  141. color:{color:Tab Text Colour};
  142. font-family:calibri; /* CHANGE FONT HERE */
  143. font-size:8px; /* CHANGE FONT SIZE HERE */
  144. padding:3px;
  145. background: {color:Tab Text Background Colour};
  146. line-height:110%;
  147. margin-left:-10px;
  148. margin-top:-50px;
  149. text-transform:uppercase;
  150. overflow:hidden;
  151. opacity:0;
  152. -webkit-transition:0.5s;
  153. -moz-transition:0.5s;
  154. -ms-transition:0.5s;
  155. -o-transition:0.5s;
  156. transition:0.5s;
  157. }
  158.  
  159. .tab8textbox4 {
  160. width:0px;
  161. height:80px;
  162. color:{color:Tab Text Colour};
  163. font-family:calibri; /* CHANGE FONT HERE */
  164. font-size:8px; /* CHANGE FONT SIZE HERE */
  165. padding:3px;
  166. background: {color:Tab Text Background Colour};
  167. line-height:110%;
  168. margin-left:-10px;
  169. margin-top:-68px;
  170. text-transform:uppercase;
  171. overflow:hidden;
  172. opacity:0;
  173. -webkit-transition:0.5s;
  174. -moz-transition:0.5s;
  175. -ms-transition:0.5s;
  176. -o-transition:0.5s;
  177. transition:0.5s;
  178. }
  179.  
  180. .tab8textbox5 {
  181. width:0px;
  182. height:80px;
  183. color:{color:Tab Text Colour};
  184. font-family:calibri; /* CHANGE FONT HERE */
  185. font-size:8px; /* CHANGE FONT SIZE HERE */
  186. padding:3px;
  187. background: {color:Tab Text Background Colour};
  188. line-height:110%;
  189. margin-left:-10px;
  190. margin-top:-86px;
  191. text-transform:uppercase;
  192. overflow:hidden;
  193. opacity:0;
  194. -webkit-transition:0.5s;
  195. -moz-transition:0.5s;
  196. -ms-transition:0.5s;
  197. -o-transition:0.5s;
  198. transition:0.5s;
  199. }
  200.  
  201. /* UPDATES TEXT BOXES END */
  202.  
  203. /* UPDATES CLICK BOXES START */
  204.  
  205. .click1 .tab8textbox1 {
  206. opacity:1;
  207. overflow:hidden;
  208. margin-left:20px;
  209. width:80px;
  210. }
  211.  
  212. .click1 .tab8textbox2 {
  213. opacity:1;
  214. overflow:hidden;
  215. margin-left:20px;
  216. width:80px;
  217. }
  218.  
  219. .click1 .tab8textbox3 {
  220. opacity:1;
  221. overflow:hidden;
  222. margin-left:20px;
  223. width:80px;
  224. }
  225.  
  226. .click1 .tab8textbox4 {
  227. opacity:1;
  228. overflow:hidden;
  229. margin-left:20px;
  230. width:80px;
  231. }
  232.  
  233. .click1 .tab8textbox5 {
  234. opacity:1;
  235. overflow:hidden;
  236. margin-left:20px;
  237. width:80px;
  238. }
  239.  
  240. /* UPDATES CLICK BOXES END */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement