Advertisement
iamthemelocked

Iamthemelocked - Updates Tab #13 Part 2

Oct 1st, 2014
1,073
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.62 KB | None | 0 0
  1. /* --- UPDATES TAB ---*/ /* --- MADE BY IAMTHEMELOCKED ---*/
  2.  
  3. #tab13boxes {
  4. width: auto;
  5. height: auto;
  6. position:fixed;
  7. display:inline-block;
  8. top:10px; /* --- MOVE THE TAB UP OR DOWN HERE ---*/
  9. left: 25px; /* --- MOVE THE TAB TO THE LEFT OR TO THE RIGHT HERE ---*/
  10. }
  11.  
  12. #tab13boxes a{
  13. color:{color:Tab Links Colour};
  14. font-size:9px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
  15. text-decoration:none;
  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. #tab13boxes a:hover{
  23. color:{color:Tab Links Colour Hover};
  24. background:none;
  25. font-size:9px; /* --- 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. #tab13image img {
  33. height:70px;
  34. width:70px;
  35. margin-top:84px;
  36. opacity:1;
  37. float:left;
  38. margin-left:57px;
  39. padding:8px;
  40. position:fixed;
  41. background:#ffffff;
  42. border:3px solid {color:Tab Lines Colour};
  43. -webkit-transition: all 0.5s ease-in-out;
  44. -moz-transition: all 0.5s ease-in-out;
  45. -o-transition: all 0.5s ease-in-out;
  46. transition: all 0.5s ease-in-out;
  47. }
  48.  
  49. /* --- UPDATES TAB BOX 1 START ---*/
  50.  
  51. #tab13line1 {
  52. height:35px;
  53. width: 3px;
  54. display: inline-block;
  55. float:left;
  56. opacity:1;
  57. background:{color:Tab Lines Colour};
  58. -webkit-transition: all 0.5s ease-in-out;
  59. -moz-transition: all 0.5s ease-in-out;
  60. -o-transition: all 0.5s ease-in-out;
  61. transition: all 0.5s ease-in-out;
  62. }
  63.  
  64. #tab13line12 {
  65. width:35px;
  66. height: 3px;
  67. display: inline-block;
  68. float:left;
  69. margin-left:-13px;
  70. margin-top:12.5px;
  71. opacity:1;
  72. background:{color:Tab Lines Colour};
  73. -webkit-transition: all 0.5s ease-in-out;
  74. -moz-transition: all 0.5s ease-in-out;
  75. -o-transition: all 0.5s ease-in-out;
  76. transition: all 0.5s ease-in-out;
  77. }
  78.  
  79. #tab13line12:hover {
  80. width:160px;
  81. -webkit-transition: all 0.5s ease-in-out;
  82. -moz-transition: all 0.5s ease-in-out;
  83. -o-transition: all 0.5s ease-in-out;
  84. transition: all 0.5s ease-in-out;
  85. }
  86.  
  87. #tab13box1 {
  88. width: 12px;
  89. height: 0px;
  90. display: inline-block;
  91. float:left;
  92. opacity:1;
  93. margin-left:20px;
  94. margin-top:7px;
  95. padding-top:12px;
  96. letter-spacing:1px;
  97. font-size:9px; /* --- CHANGE THE CONTENT´S FONT SIZE HERE ---*/
  98. line-height:110%;
  99. overflow:hidden;
  100. font-family:calibri; /* --- CHANGE THE CONTENT´S FONT HERE ---*/
  101. text-transform:uppercase;
  102. text-align:left;
  103. background:{color:Tab Squares Colour};
  104. color:{color:Tab Text Colour};
  105. -webkit-transition: all 0.5s ease-in-out;
  106. -moz-transition: all 0.5s ease-in-out;
  107. -o-transition: all 0.5s ease-in-out;
  108. transition: all 0.5s ease-in-out;
  109. }
  110.  
  111. #tab13line1:hover #tab13box1 {
  112. opacity:1;
  113. padding:4px;
  114. margin-top:3px;
  115. margin-left:16px;
  116. background:{color:Tab Boxes Background Colour};
  117. height:134px;
  118. width: 142px;
  119. -webkit-transition: all 0.5s ease-in-out;
  120. -moz-transition: all 0.5s ease-in-out;
  121. -o-transition: all 0.5s ease-in-out;
  122. transition: all 0.5s ease-in-out;
  123. }
  124.  
  125. /* --- UPDATES TAB BOX 1 END ---*/
  126.  
  127. /* --- UPDATES TAB BOX 2 START ---*/
  128.  
  129. #tab13line2 {
  130. height:35px;
  131. width: 3px;
  132. margin-left:-3px;
  133. display: inline-block;
  134. float:right;
  135. opacity:1;
  136. background:{color:Tab Lines Colour};
  137. -webkit-transition: all 0.5s ease-in-out;
  138. -moz-transition: all 0.5s ease-in-out;
  139. -o-transition: all 0.5s ease-in-out;
  140. transition: all 0.5s ease-in-out;
  141. }
  142.  
  143. #tab13line22 {
  144. width:35px;
  145. height: 3px;
  146. display: inline-block;
  147. float:right;
  148. margin-right:-13px;
  149. margin-top:12.5px;
  150. opacity:1;
  151. background:{color:Tab Lines Colour};
  152. -webkit-transition: all 0.5s ease-in-out;
  153. -moz-transition: all 0.5s ease-in-out;
  154. -o-transition: all 0.5s ease-in-out;
  155. transition: all 0.5s ease-in-out;
  156. }
  157.  
  158. #tab13line22:hover {
  159. width:160px;
  160. -webkit-transition: all 0.5s ease-in-out;
  161. -moz-transition: all 0.5s ease-in-out;
  162. -o-transition: all 0.5s ease-in-out;
  163. transition: all 0.5s ease-in-out;
  164. }
  165.  
  166. #tab13box2 {
  167. width: 12px;
  168. height: 0px;
  169. display: inline-block;
  170. float:right;
  171. opacity:1;
  172. margin-right:20px;
  173. margin-top:7px;
  174. padding-top:12px;
  175. letter-spacing:1px;
  176. font-size:9px; /* --- CHANGE THE CONTENT´S FONT SIZE HERE ---*/
  177. line-height:110%;
  178. overflow:hidden;
  179. font-family:calibri; /* --- CHANGE THE CONTENT´S FONT HERE ---*/
  180. text-transform:uppercase;
  181. text-align:right;
  182. background:{color:Tab Squares Colour};
  183. color:{color:Tab Text Colour};
  184. -webkit-transition: all 0.5s ease-in-out;
  185. -moz-transition: all 0.5s ease-in-out;
  186. -o-transition: all 0.5s ease-in-out;
  187. transition: all 0.5s ease-in-out;
  188. }
  189.  
  190. #tab13line2:hover #tab13box2 {
  191. opacity:1;
  192. padding:4px;
  193. margin-right:16px;
  194. margin-top:3px;
  195. background:{color:Tab Boxes Background Colour};
  196. height:134px;
  197. width: 142px;
  198. -webkit-transition: all 0.5s ease-in-out;
  199. -moz-transition: all 0.5s ease-in-out;
  200. -o-transition: all 0.5s ease-in-out;
  201. transition: all 0.5s ease-in-out;
  202. }
  203.  
  204. /* --- UPDATES TAB BOX 2 END ---*/
  205.  
  206. /* --- UPDATES TAB BOX 3 START ---*/
  207.  
  208. #tab13line3 {
  209. height:35px;
  210. width: 3px;
  211. display: inline-block;
  212. float:left;
  213. margin-left:-3px;
  214. margin-top:140px;
  215. opacity:1;
  216. background:{color:Tab Lines Colour};
  217. -webkit-transition: all 0.5s ease-in-out;
  218. -moz-transition: all 0.5s ease-in-out;
  219. -o-transition: all 0.5s ease-in-out;
  220. transition: all 0.5s ease-in-out;
  221. }
  222.  
  223. #tab13line32 {
  224. width:35px;
  225. height: 3px;
  226. display: inline-block;
  227. float:left;
  228. margin-left:-13px;
  229. margin-top:17.5px;
  230. opacity:1;
  231. background:{color:Tab Lines Colour};
  232. -webkit-transition: all 0.5s ease-in-out;
  233. -moz-transition: all 0.5s ease-in-out;
  234. -o-transition: all 0.5s ease-in-out;
  235. transition: all 0.5s ease-in-out;
  236. }
  237.  
  238. #tab13line32:hover {
  239. width:160px;
  240. -webkit-transition: all 0.5s ease-in-out;
  241. -moz-transition: all 0.5s ease-in-out;
  242. -o-transition: all 0.5s ease-in-out;
  243. transition: all 0.5s ease-in-out;
  244. }
  245.  
  246. #tab13box3 {
  247. width: 12px;
  248. height: 0px;
  249. display: inline-block;
  250. float:left;
  251. opacity:1;
  252. margin-left:20px;
  253. margin-top:-16px;
  254. padding-top:12px;
  255. letter-spacing:1px;
  256. font-size:9px; /* --- CHANGE THE CONTENT´S FONT SIZE HERE ---*/
  257. line-height:110%;
  258. overflow:hidden;
  259. font-family:calibri; /* --- CHANGE THE CONTENT´S FONT HERE ---*/
  260. text-transform:uppercase;
  261. text-align:left;
  262. background:{color:Tab Squares Colour};
  263. color:{color:Tab Text Colour};
  264. -webkit-transition: all 0.5s ease-in-out;
  265. -moz-transition: all 0.5s ease-in-out;
  266. -o-transition: all 0.5s ease-in-out;
  267. transition: all 0.5s ease-in-out;
  268. }
  269.  
  270. #tab13line3:hover #tab13box3 {
  271. opacity:1;
  272. padding:4px;
  273. margin-top:-142px;
  274. margin-left:16px;
  275. background:{color:Tab Boxes Background Colour};
  276. height:134px;
  277. width: 142px;
  278. -webkit-transition: all 0.5s ease-in-out;
  279. -moz-transition: all 0.5s ease-in-out;
  280. -o-transition: all 0.5s ease-in-out;
  281. transition: all 0.5s ease-in-out;
  282. }
  283.  
  284. /* --- UPDATES TAB BOX 3 END ---*/
  285.  
  286. /* --- UPDATES TAB BOX 4 START ---*/
  287.  
  288. #tab13line4 {
  289. height:35px;
  290. width: 3px;
  291. display: inline-block;
  292. float:left;
  293. margin-left:150px;
  294. margin-top:139px;
  295. opacity:1;
  296. background:{color:Tab Lines Colour};
  297. -webkit-transition: all 0.5s ease-in-out;
  298. -moz-transition: all 0.5s ease-in-out;
  299. -o-transition: all 0.5s ease-in-out;
  300. transition: all 0.5s ease-in-out;
  301. }
  302.  
  303. #tab13line42 {
  304. width:35px;
  305. height: 3px;
  306. display: inline-block;
  307. float:right;
  308. margin-right:-13px;
  309. margin-top:18.5px;
  310. opacity:1;
  311. background:{color:Tab Lines Colour};
  312. -webkit-transition: all 0.5s ease-in-out;
  313. -moz-transition: all 0.5s ease-in-out;
  314. -o-transition: all 0.5s ease-in-out;
  315. transition: all 0.5s ease-in-out;
  316. }
  317.  
  318. #tab13line42:hover {
  319. width:160px;
  320. -webkit-transition: all 0.5s ease-in-out;
  321. -moz-transition: all 0.5s ease-in-out;
  322. -o-transition: all 0.5s ease-in-out;
  323. transition: all 0.5s ease-in-out;
  324. }
  325.  
  326. #tab13box4 {
  327. width: 12px;
  328. height: 0px;
  329. display: inline-block;
  330. float:right;
  331. opacity:1;
  332. margin-right:20px;
  333. margin-top:-16px;
  334. padding-top:12px;
  335. letter-spacing:1px;
  336. font-size:9px; /* --- CHANGE THE CONTENT´S FONT SIZE HERE ---*/
  337. line-height:110%;
  338. overflow:hidden;
  339. font-family:calibri; /* --- CHANGE THE CONTENT´S FONT HERE ---*/
  340. text-transform:uppercase;
  341. text-align:right;
  342. background:{color:Tab Squares Colour};
  343. color:{color:Tab Text Colour};
  344. -webkit-transition: all 0.5s ease-in-out;
  345. -moz-transition: all 0.5s ease-in-out;
  346. -o-transition: all 0.5s ease-in-out;
  347. transition: all 0.5s ease-in-out;
  348. }
  349.  
  350. #tab13line4:hover #tab13box4 {
  351. opacity:1;
  352. padding:4px;
  353. margin-top:-142px;
  354. margin-right:16px;
  355. background:{color:Tab Boxes Background Colour};
  356. height:134px;
  357. width: 142px;
  358. -webkit-transition: all 0.5s ease-in-out;
  359. -moz-transition: all 0.5s ease-in-out;
  360. -o-transition: all 0.5s ease-in-out;
  361. transition: all 0.5s ease-in-out;
  362. }
  363.  
  364. /* --- UPDATES TAB BOX 4 END ---*/
  365.  
  366. /* --- UPDATES TAB ---*/ /* --- MADE BY IAMTHEMELOCKED ---*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement