Advertisement
iamthemelocked

Iamthemelocked - Updates Tab #16 Part 2

Dec 7th, 2014
2,486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 KB | None | 0 0
  1. /* UPDATES TAB */
  2.  
  3. #tab16 {
  4. position:fixed;
  5. left:10px;
  6. top:25px;
  7. width:130px;
  8. font-size:11px;
  9. padding:10px;
  10. }
  11.  
  12. #tab16 a{
  13. text-decoration:none;
  14. color:{color:Tab Links};
  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. #tab16 a:hover{
  23. background:none;
  24. color:{color:Tab Links Hover};
  25. font-size:8px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
  26. -webkit-transition: all 0.5s ease-in-out;
  27. -moz-transition: all 0.5s ease-in-out;
  28. -o-transition: all 0.5s ease-in-out;
  29. transition: all 0.5s ease-in-out;
  30. }
  31.  
  32. /* UPDATES TAB */
  33.  
  34. /* --- UPDATES TAB BOX 1 ---*/
  35.  
  36. #tab16line1 {
  37. height:10px;
  38. width:10px;
  39. display: inline-block;
  40. position:fixed;
  41. opacity:1;
  42. background-color:{color:Tab Line 1 Colour};
  43. }
  44.  
  45. #tab16line1:hover #tab16textbox1{
  46. width:80px;
  47. height:100px;
  48. padding-left:15px;
  49. opacity:1;
  50. -webkit-transition:0.7s;
  51. -moz-transition:0.7s;
  52. -ms-transition:0.7s;
  53. -o-transition:0.7s;
  54. transition:0.7s;
  55. }
  56.  
  57. #tab16textbox1 {
  58. width:0px;
  59. height:0px;
  60. color:{color:Tab Text};
  61. font-family:calibri; /* CHANGE FONT HERE */
  62. font-size:8px; /* CHANGE FONT SIZE HERE */
  63. line-height:110%;
  64. border-top:2px solid {color:Tab Line 1 Colour};
  65. padding-top:5px;
  66. margin-top:4px;
  67. margin-left:0px;
  68. text-transform:uppercase;
  69. overflow:hidden;
  70. opacity:1;
  71. text-align:left;
  72. -webkit-transition:0.7s;
  73. -moz-transition:0.7s;
  74. -ms-transition:0.7s;
  75. -o-transition:0.7s;
  76. transition:0.7s;
  77. }
  78.  
  79. /* --- UPDATES TAB BOX 1 ---*/
  80.  
  81. /* --- UPDATES TAB BOX 2 ---*/
  82.  
  83. #tab16line2 {
  84. height:10px;
  85. width:10px;
  86. display: inline-block;
  87. position:fixed;
  88. margin-top:14px;
  89. opacity:1;
  90. background-color: {color:Tab Line 2 Colour};
  91. }
  92.  
  93. #tab16line2:hover #tab16textbox2{
  94. width:80px;
  95. height:100px;
  96. padding-left:15px;
  97. opacity:1;
  98. -webkit-transition:0.7s;
  99. -moz-transition:0.7s;
  100. -ms-transition:0.7s;
  101. -o-transition:0.7s;
  102. transition:0.7s;
  103. }
  104.  
  105. #tab16textbox2 {
  106. width:0px;
  107. height:0px;
  108. color:{color:Tab Text};
  109. font-family:calibri; /* CHANGE FONT HERE */
  110. font-size:8px; /* CHANGE FONT SIZE HERE */
  111. line-height:110%;
  112. border-top:2px solid {color:Tab Line 2 Colour};
  113. padding-top:5px;
  114. margin-top:4px;
  115. margin-left:0px;
  116. text-transform:uppercase;
  117. overflow:hidden;
  118. opacity:1;
  119. text-align:left;
  120. -webkit-transition:0.7s;
  121. -moz-transition:0.7s;
  122. -ms-transition:0.7s;
  123. -o-transition:0.7s;
  124. transition:0.7s;
  125. }
  126.  
  127. /* --- UPDATES TAB BOX 2 ---*/
  128.  
  129. /* --- UPDATES TAB BOX 3 ---*/
  130.  
  131. #tab16line3 {
  132. height:10px;
  133. width:10px;
  134. display: inline-block;
  135. position:fixed;
  136. margin-top:28px;
  137. background-color: {color:Tab Line 3 Colour};
  138. }
  139.  
  140. #tab16line3:hover #tab16textbox3{
  141. width:80px;
  142. height:100px;
  143. padding-left:15px;
  144. opacity:1;
  145. -webkit-transition:0.7s;
  146. -moz-transition:0.7s;
  147. -ms-transition:0.7s;
  148. -o-transition:0.7s;
  149. transition:0.7s;
  150. }
  151.  
  152. #tab16textbox3 {
  153. width:0px;
  154. height:0px;
  155. color:{color:Tab Text};
  156. font-family:calibri; /* CHANGE FONT HERE */
  157. font-size:8px; /* CHANGE FONT SIZE HERE */
  158. line-height:110%;
  159. border-top:2px solid {color:Tab Line 3 Colour};
  160. padding-top:5px;
  161. margin-top:4px;
  162. margin-left:0px;
  163. text-transform:uppercase;
  164. overflow:hidden;
  165. opacity:1;
  166. text-align:left;
  167. -webkit-transition:0.7s;
  168. -moz-transition:0.7s;
  169. -ms-transition:0.7s;
  170. -o-transition:0.7s;
  171. transition:0.7s;
  172. }
  173.  
  174. /* --- UPDATES TAB BOX 3 ---*/
  175.  
  176. /* --- UPDATES TAB BOX 4 ---*/
  177.  
  178. #tab16line4 {
  179. height:10px;
  180. width:10px;
  181. display: inline-block;
  182. position:fixed;
  183. margin-top:42px;
  184. background-color: {color:Tab Line 4 Colour};
  185. }
  186.  
  187. #tab16line4:hover #tab16textbox4{
  188. width:80px;
  189. height:100px;
  190. padding-left:15px;
  191. opacity:1;
  192. -webkit-transition:0.7s;
  193. -moz-transition:0.7s;
  194. -ms-transition:0.7s;
  195. -o-transition:0.7s;
  196. transition:0.7s;
  197. }
  198.  
  199. #tab16textbox4 {
  200. width:0px;
  201. height:0px;
  202. color:{color:Tab Text};
  203. font-family:calibri; /* CHANGE FONT HERE */
  204. font-size:8px; /* CHANGE FONT SIZE HERE */
  205. line-height:110%;
  206. border-top:2px solid {color:Tab Line 4 Colour};
  207. padding-top:5px;
  208. margin-top:4px;
  209. margin-left:0px;
  210. text-transform:uppercase;
  211. overflow:hidden;
  212. opacity:1;
  213. text-align:left;
  214. -webkit-transition:0.7s;
  215. -moz-transition:0.7s;
  216. -ms-transition:0.7s;
  217. -o-transition:0.7s;
  218. transition:0.7s;
  219. }
  220.  
  221. /* --- UPDATES TAB BOX 4 ---*/
  222.  
  223. /* --- UPDATES TAB BOX 5 ---*/
  224.  
  225. #tab16line5 {
  226. height:10px;
  227. width:10px;
  228. display: inline-block;
  229. position:fixed;
  230. margin-top:56px;
  231. background-color: {color:Tab Line 5 Colour};
  232. }
  233.  
  234. #tab16line5:hover #tab16textbox5{
  235. width:80px;
  236. height:100px;
  237. padding-left:15px;
  238. opacity:1;
  239. -webkit-transition:0.7s;
  240. -moz-transition:0.7s;
  241. -ms-transition:0.7s;
  242. -o-transition:0.7s;
  243. transition:0.7s;
  244. }
  245.  
  246. #tab16textbox5 {
  247. width:0px;
  248. height:0px;
  249. color:{color:Tab Text};
  250. font-family:calibri; /* CHANGE FONT HERE */
  251. font-size:8px; /* CHANGE FONT SIZE HERE */
  252. line-height:110%;
  253. border-top:2px solid {color:Tab Line 5 Colour};
  254. padding-top:5px;
  255. margin-top:4px;
  256. margin-left:0px;
  257. text-transform:uppercase;
  258. overflow:hidden;
  259. opacity:1;
  260. text-align:left;
  261. -webkit-transition:0.7s;
  262. -moz-transition:0.7s;
  263. -ms-transition:0.7s;
  264. -o-transition:0.7s;
  265. transition:0.7s;
  266. }
  267.  
  268. /* --- UPDATES TAB BOX 5 ---*/
  269.  
  270. /* UPDATES TAB */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement