Advertisement
iamthemelocked

Iamthemelocked - Updates Tab #18 Part 2 (right)

May 25th, 2015
1,231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.65 KB | None | 0 0
  1. /* UPDATES TAB */
  2.  
  3. #tab18 {
  4. position:fixed;
  5. right:8px;
  6. top:8px;
  7. width:130px;
  8. z-index:99;
  9. font-size:11px;
  10. padding:10px;
  11. }
  12.  
  13. #tab18 a{
  14. text-decoration:none;
  15. background:none;
  16. padding:0.5px 2px;
  17. text-transform:uppercase;
  18. color:{color:Tab Links};
  19. font-size:8px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
  20. -webkit-transition: all 0.5s ease-in-out;
  21. -moz-transition: all 0.5s ease-in-out;
  22. -o-transition: all 0.5s ease-in-out;
  23. transition: all 0.5s ease-in-out;
  24. }
  25.  
  26. #tab18 a:hover{
  27. background:none;
  28. color:{color:Tab Links Hover};
  29. font-size:8px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
  30. -webkit-transition: all 0.5s ease-in-out;
  31. -moz-transition: all 0.5s ease-in-out;
  32. -o-transition: all 0.5s ease-in-out;
  33. transition: all 0.5s ease-in-out;
  34. }
  35.  
  36. /* --- UPDATES TAB BOX 1 ---*/
  37.  
  38. #tab18line1 {
  39. height:8px;
  40. width:8px;
  41. background:{color:Tab Accent 1};
  42. display:inline-block;
  43. color:transparent;
  44. float:right;
  45. right:0px;
  46. -webkit-transition:all 0.5s;
  47. -moz-transition:all 0.5s;
  48. -ms-transition:all 0.5s;
  49. -o-transition:all 0.5s;
  50. transition:all 0.5s;
  51. }
  52.  
  53. #tab18line1:hover {
  54. width:37px;
  55. -webkit-transition:all 0.5s;
  56. -moz-transition:all 0.5s;
  57. -ms-transition:all 0.5s;
  58. -o-transition:all 0.5s;
  59. transition:all 0.5s;
  60. }
  61.  
  62. #tab18textbox1 {
  63. width:51px;
  64. height:0px;
  65. color:{color:Tab Text};
  66. font-family:calibri; /* CHANGE FONT HERE */
  67. font-size:8px; /* CHANGE FONT SIZE HERE */
  68. line-height:110%;
  69. margin-top:11px;
  70. margin-right:0px;
  71. float:right;
  72. text-transform:uppercase;
  73. overflow:hidden;
  74. opacity:1;
  75. text-align:justify;
  76. -webkit-transition:all 0.5s;
  77. -moz-transition:all 0.5s;
  78. -ms-transition:all 0.5s;
  79. -o-transition:all 0.5s;
  80. transition:all 0.5s;
  81. }
  82.  
  83. #tab18line1:hover #tab18textbox1{
  84. opacity:1;
  85. height:250px;
  86. width:81px;
  87. -webkit-transition:all 0.5s;
  88. -moz-transition:all 0.5s;
  89. -ms-transition:all 0.5s;
  90. -o-transition:all 0.5s;
  91. transition:all 0.5s;
  92. }
  93.  
  94. /* --- UPDATES TAB BOX 1 ---*/
  95.  
  96. /* --- UPDATES TAB BOX 2 ---*/
  97.  
  98. #tab18line2 {
  99. height:6px;
  100. width:6px;
  101. float:right;
  102. background:{color:Tab Accent 2};
  103. border:1px solid transparent;
  104. display:inline-block;
  105. color:transparent;
  106. margin-right:3px;
  107. -webkit-transition:all 0.5s;
  108. -moz-transition:all 0.5s;
  109. -ms-transition:all 0.5s;
  110. -o-transition:all 0.5s;
  111. transition:all 0.5s;
  112. }
  113.  
  114. #tab18line2:hover {
  115. width:37px;
  116. -webkit-transition:all 0.5s;
  117. -moz-transition:all 0.5s;
  118. -ms-transition:all 0.5s;
  119. -o-transition:all 0.5s;
  120. transition:all 0.5s;
  121. }
  122.  
  123. #tab18textbox2 {
  124. width:51px;
  125. height:0px;
  126. color:{color:Tab Text};
  127. font-family:calibri; /* CHANGE FONT HERE */
  128. font-size:8px; /* CHANGE FONT SIZE HERE */
  129. line-height:110%;
  130. margin-top:10px;
  131. margin-right:-12px;
  132. float:right;
  133. text-transform:uppercase;
  134. overflow:hidden;
  135. opacity:1;
  136. text-align:justify;
  137. -webkit-transition:all 0.5s;
  138. -moz-transition:all 0.5s;
  139. -ms-transition:all 0.5s;
  140. -o-transition:all 0.5s;
  141. transition:all 0.5s;
  142. }
  143.  
  144. #tab18line2:hover #tab18textbox2{
  145. opacity:1;
  146. height:250px;
  147. width:83px;
  148. -webkit-transition:all 0.5s;
  149. -moz-transition:all 0.5s;
  150. -ms-transition:all 0.5s;
  151. -o-transition:all 0.5s;
  152. transition:all 0.5s;
  153. }
  154.  
  155. /* --- UPDATES TAB BOX 2 ---*/
  156.  
  157. /* --- UPDATES TAB BOX 3 ---*/
  158.  
  159. #tab18line3 {
  160. height:6px;
  161. width:6px;
  162. float:right;
  163. background:{color:Tab Accent 3};
  164. border:1px solid transparent;
  165. display:inline-block;
  166. color:transparent;
  167. margin-right:3px;
  168. -webkit-transition:all 0.5s;
  169. -moz-transition:all 0.5s;
  170. -ms-transition:all 0.5s;
  171. -o-transition:all 0.5s;
  172. transition:all 0.5s;
  173. }
  174.  
  175. #tab18line3:hover {
  176. width:37px;
  177. -webkit-transition:all 0.5s;
  178. -moz-transition:all 0.5s;
  179. -ms-transition:all 0.5s;
  180. -o-transition:all 0.5s;
  181. transition:all 0.5s;
  182. }
  183.  
  184. #tab18textbox3 {
  185. width:51px;
  186. height:0px;
  187. color:{color:Tab Text};
  188. font-family:calibri; /* CHANGE FONT HERE */
  189. font-size:8px; /* CHANGE FONT SIZE HERE */
  190. line-height:110%;
  191. margin-top:10px;
  192. margin-right:-23px;
  193. float:right;
  194. text-transform:uppercase;
  195. overflow:hidden;
  196. opacity:1;
  197. text-align:justify;
  198. -webkit-transition:all 0.5s;
  199. -moz-transition:all 0.5s;
  200. -ms-transition:all 0.5s;
  201. -o-transition:all 0.5s;
  202. transition:all 0.5s;
  203. }
  204.  
  205. #tab18line3:hover #tab18textbox3{
  206. opacity:1;
  207. height:250px;
  208. width:83px;
  209. -webkit-transition:all 0.5s;
  210. -moz-transition:all 0.5s;
  211. -ms-transition:all 0.5s;
  212. -o-transition:all 0.5s;
  213. transition:all 0.5s;
  214. }
  215.  
  216. /* --- UPDATES TAB BOX 3 ---*/
  217.  
  218. /* --- UPDATES TAB BOX 4 ---*/
  219.  
  220. #tab18line4 {
  221. height:6px;
  222. width:6px;
  223. float:right;
  224. background:{color:Tab Accent 4};
  225. border:1px solid transparent;
  226. display:inline-block;
  227. color:transparent;
  228. margin-right:3px;
  229. -webkit-transition:all 0.5s;
  230. -moz-transition:all 0.5s;
  231. -ms-transition:all 0.5s;
  232. -o-transition:all 0.5s;
  233. transition:all 0.5s;
  234. }
  235.  
  236. #tab18line4:hover {
  237. width:37px;
  238. -webkit-transition:all 0.5s;
  239. -moz-transition:all 0.5s;
  240. -ms-transition:all 0.5s;
  241. -o-transition:all 0.5s;
  242. transition:all 0.5s;
  243. }
  244.  
  245. #tab18textbox4 {
  246. width:51px;
  247. height:0px;
  248. color:{color:Tab Text};
  249. font-family:calibri; /* CHANGE FONT HERE */
  250. font-size:8px; /* CHANGE FONT SIZE HERE */
  251. line-height:110%;
  252. margin-top:10px;
  253. margin-right:-34px;
  254. float:right;
  255. text-transform:uppercase;
  256. overflow:hidden;
  257. opacity:1;
  258. text-align:justify;
  259. -webkit-transition:all 0.5s;
  260. -moz-transition:all 0.5s;
  261. -ms-transition:all 0.5s;
  262. -o-transition:all 0.5s;
  263. transition:all 0.5s;
  264. }
  265.  
  266. #tab18line4:hover #tab18textbox4{
  267. opacity:1;
  268. height:250px;
  269. width:83px;
  270. -webkit-transition:all 0.5s;
  271. -moz-transition:all 0.5s;
  272. -ms-transition:all 0.5s;
  273. -o-transition:all 0.5s;
  274. transition:all 0.5s;
  275. }
  276.  
  277. /* --- UPDATES TAB BOX 4 ---*/
  278.  
  279. /* --- UPDATES TAB BOX 5 ---*/
  280.  
  281. #tab18line5 {
  282. height:6px;
  283. width:6px;
  284. float:right;
  285. margin-right:3px;
  286. background:{color:Tab Accent 5};
  287. margin-left:1px;
  288. border:1px solid transparent;
  289. display:inline-block;
  290. color:transparent;
  291. -webkit-transition:all 0.5s;
  292. -moz-transition:all 0.5s;
  293. -ms-transition:all 0.5s;
  294. -o-transition:all 0.5s;
  295. transition:all 0.5s;
  296. }
  297.  
  298. #tab18line5:hover {
  299. width:37px;
  300. -webkit-transition:all 0.5s;
  301. -moz-transition:all 0.5s;
  302. -ms-transition:all 0.5s;
  303. -o-transition:all 0.5s;
  304. transition:all 0.5s;
  305. }
  306.  
  307. #tab18textbox5 {
  308. width:51px;
  309. height:0px;
  310. color:{color:Tab Text};
  311. font-family:calibri; /* CHANGE FONT HERE */
  312. font-size:8px; /* CHANGE FONT SIZE HERE */
  313. line-height:110%;
  314. margin-top:10px;
  315. margin-right:-45px;
  316. float:right;
  317. text-transform:uppercase;
  318. overflow:hidden;
  319. opacity:1;
  320. text-align:justify;
  321. -webkit-transition:all 0.5s;
  322. -moz-transition:all 0.5s;
  323. -ms-transition:all 0.5s;
  324. -o-transition:all 0.5s;
  325. transition:all 0.5s;
  326. }
  327.  
  328. #tab18line5:hover #tab18textbox5{
  329. opacity:1;
  330. height:250px;
  331. width:83px;
  332. -webkit-transition:all 0.5s;
  333. -moz-transition:all 0.5s;
  334. -ms-transition:all 0.5s;
  335. -o-transition:all 0.5s;
  336. transition:all 0.5s;
  337. }
  338.  
  339. /* --- UPDATES TAB BOX 5 ---*/
  340.  
  341. /* UPDATES TAB */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement