Advertisement
iamthemelocked

Iamthemelocked - Updates Tab #5 Code 2

Jul 28th, 2014
588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.22 KB | None | 0 0
  1. /* --- UPDATES TAB ---*/
  2.  
  3. #updateboxes {
  4. width: auto;
  5. height: auto;
  6. position:fixed;
  7. margin-top:-10px;
  8. margin-left: 10px;
  9. }
  10.  
  11. /* --- UPDATES TAB BOX 1 START---*/
  12.  
  13. #usquare1 {
  14. width: 14px;
  15. height: 14px;
  16. opacity:1;
  17. font-size:0px;
  18. line-height:12px;
  19. font-family:calibri;
  20. text-transform:uppercase;
  21. text-align:center;
  22. border-left: 1px solid {color:Tab Square Borders};
  23. border-top: 1px solid {color:Tab Square Borders};
  24. -webkit-transition: all 0.4s ease-in-out;
  25. -moz-transition: all 0.4s ease-in-out;
  26. -o-transition: all 0.4s ease-in-out;
  27. transition: all 0.4s ease-in-out;
  28. }
  29.  
  30. #usquare1:hover {
  31. width:148px;
  32. font-size:8px;
  33. color:{color:Tab Titles Colour};
  34. background-color: {color:Tab Titles Background};
  35. border-right: 1px solid {color:Tab Square Borders};
  36. border-bottom: 1px solid {color:Tab Square Borders};
  37. -webkit-transition: all 0.4s ease-in-out;
  38. -moz-transition: all 0.4s ease-in-out;
  39. -o-transition: all 0.4s ease-in-out;
  40. transition: all 0.4s ease-in-out;
  41. }
  42.  
  43. #ubox1 {
  44. width: 142px;
  45. height: auto;
  46. opacity:0;
  47. margin-left:-150px;
  48. padding:4px;
  49. font-size:8px;
  50. margin-top:2px;
  51. font-family:calibri;
  52. text-transform:uppercase;
  53. text-align:center;
  54. display:block;
  55. position:fixed;
  56. background-color: {color:Tab Box 1 Background Colour};
  57. color:{color:Tab Text Colour};
  58. -webkit-transition: all 0.4s ease-in-out;
  59. -moz-transition: all 0.4s ease-in-out;
  60. -o-transition: all 0.4s ease-in-out;
  61. transition: all 0.4s ease-in-out;
  62. }
  63.  
  64. #ubox1 a{
  65. color:{color:Tab Link Colour};
  66. text-transform:normal;
  67. font-size:8px;
  68. -webkit-transition: all 0.4s ease-in-out;
  69. -moz-transition: all 0.4s ease-in-out;
  70. -o-transition: all 0.4s ease-in-out;
  71. transition: all 0.4s ease-in-out;
  72. }
  73.  
  74. #ubox1 a:hover{
  75. color:{color:Tab Link Colour Hover};
  76. -webkit-transition: all 0.4s ease-in-out;
  77. -moz-transition: all 0.4s ease-in-out;
  78. -o-transition: all 0.4s ease-in-out;
  79. transition: all 0.4s ease-in-out;
  80. }
  81.  
  82. #usquare1:hover #ubox1{
  83. opacity:1;
  84. margin-left:-1px;
  85. -webkit-transition: all 0.4s ease-in-out;
  86. -moz-transition: all 0.4s ease-in-out;
  87. -o-transition: all 0.4s ease-in-out;
  88. transition: all 0.4s ease-in-out;
  89. }
  90.  
  91. /* --- UPDATES TAB BOX 1 END---*/
  92.  
  93. /* --- UPDATES TAB BOX 2 START---*/
  94.  
  95. #usquare2 {
  96. width: 14px;
  97. height: 14px;
  98. opacity:1;
  99. font-size:0px;
  100. line-height:12px;
  101. font-family:calibri;
  102. text-transform:uppercase;
  103. text-align:center;
  104. border-left: 1px solid {color:Tab Square Borders};
  105. border-top: 1px solid {color:Tab Square Borders};
  106. -webkit-transition: all 0.4s ease-in-out;
  107. -moz-transition: all 0.4s ease-in-out;
  108. -o-transition: all 0.4s ease-in-out;
  109. transition: all 0.4s ease-in-out;
  110. }
  111.  
  112. #usquare2:hover {
  113. width:148px;
  114. font-size:8px;
  115. color:{color:Tab Titles Colour};
  116. background-color: {color:Tab Titles Background};
  117. border-right: 1px solid {color:Tab Square Borders};
  118. border-bottom: 1px solid {color:Tab Square Borders};
  119. -webkit-transition: all 0.4s ease-in-out;
  120. -moz-transition: all 0.4s ease-in-out;
  121. -o-transition: all 0.4s ease-in-out;
  122. transition: all 0.4s ease-in-out;
  123. }
  124.  
  125. #ubox2 {
  126. width: 142px;
  127. height: auto;
  128. opacity:0;
  129. margin-left:-150px;
  130. padding:4px;
  131. font-size:8px;
  132. margin-top:2px;
  133. font-family:calibri;
  134. text-transform:uppercase;
  135. text-align:center;
  136. display:block;
  137. position:fixed;
  138. background-color: {color:Tab Box 2 Background Colour};
  139. color:{color:Tab Text Colour};
  140. -webkit-transition: all 0.4s ease-in-out;
  141. -moz-transition: all 0.4s ease-in-out;
  142. -o-transition: all 0.4s ease-in-out;
  143. transition: all 0.4s ease-in-out;
  144. }
  145.  
  146. #ubox2 a{
  147. color:{color:Tab Link Colour};
  148. text-transform:normal;
  149. font-size:8px;
  150. -webkit-transition: all 0.4s ease-in-out;
  151. -moz-transition: all 0.4s ease-in-out;
  152. -o-transition: all 0.4s ease-in-out;
  153. transition: all 0.4s ease-in-out;
  154. }
  155.  
  156. #ubox2 a:hover{
  157. color:{color:Tab Link Colour Hover};
  158. -webkit-transition: all 0.4s ease-in-out;
  159. -moz-transition: all 0.4s ease-in-out;
  160. -o-transition: all 0.4s ease-in-out;
  161. transition: all 0.4s ease-in-out;
  162. }
  163.  
  164. #usquare2:hover #ubox2{
  165. opacity:1;
  166. margin-left:-1px;
  167. -webkit-transition: all 0.4s ease-in-out;
  168. -moz-transition: all 0.4s ease-in-out;
  169. -o-transition: all 0.4s ease-in-out;
  170. transition: all 0.4s ease-in-out;
  171. }
  172.  
  173. /* --- UPDATES TAB BOX 2 END---*/
  174.  
  175. /* --- UPDATES TAB BOX 3 START---*/
  176.  
  177. #usquare3 {
  178. width: 14px;
  179. height: 14px;
  180. opacity:1;
  181. font-size:0px;
  182. line-height:12px;
  183. font-family:calibri;
  184. text-transform:uppercase;
  185. text-align:center;
  186. border-left: 1px solid {color:Tab Square Borders};
  187. border-top: 1px solid {color:Tab Square Borders};
  188. -webkit-transition: all 0.4s ease-in-out;
  189. -moz-transition: all 0.4s ease-in-out;
  190. -o-transition: all 0.4s ease-in-out;
  191. transition: all 0.4s ease-in-out;
  192. }
  193.  
  194. #usquare3:hover {
  195. width:148px;
  196. font-size:8px;
  197. color:{color:Tab Titles Colour};
  198. background-color: {color:Tab Titles Background};
  199. border-right: 1px solid {color:Tab Square Borders};
  200. border-bottom: 1px solid {color:Tab Square Borders};
  201. -webkit-transition: all 0.4s ease-in-out;
  202. -moz-transition: all 0.4s ease-in-out;
  203. -o-transition: all 0.4s ease-in-out;
  204. transition: all 0.4s ease-in-out;
  205. }
  206.  
  207. #ubox3 {
  208. width: 142px;
  209. height: auto;
  210. opacity:0;
  211. margin-left:-150px;
  212. padding:4px;
  213. font-size:8px;
  214. margin-top:2px;
  215. font-family:calibri;
  216. text-transform:uppercase;
  217. text-align:center;
  218. display:block;
  219. position:fixed;
  220. background-color: {color:Tab Box 3 Background Colour};
  221. color:{color:Tab Text Colour};
  222. -webkit-transition: all 0.4s ease-in-out;
  223. -moz-transition: all 0.4s ease-in-out;
  224. -o-transition: all 0.4s ease-in-out;
  225. transition: all 0.4s ease-in-out;
  226. }
  227.  
  228. #ubox3 a{
  229. color:{color:Tab Link Colour};
  230. text-transform:normal;
  231. font-size:8px;
  232. -webkit-transition: all 0.4s ease-in-out;
  233. -moz-transition: all 0.4s ease-in-out;
  234. -o-transition: all 0.4s ease-in-out;
  235. transition: all 0.4s ease-in-out;
  236. }
  237.  
  238. #ubox3 a:hover{
  239. color:{color:Tab Link Colour Hover};
  240. -webkit-transition: all 0.4s ease-in-out;
  241. -moz-transition: all 0.4s ease-in-out;
  242. -o-transition: all 0.4s ease-in-out;
  243. transition: all 0.4s ease-in-out;
  244. }
  245.  
  246. #usquare3:hover #ubox3{
  247. opacity:1;
  248. margin-left:-1px;
  249. -webkit-transition: all 0.4s ease-in-out;
  250. -moz-transition: all 0.4s ease-in-out;
  251. -o-transition: all 0.4s ease-in-out;
  252. transition: all 0.4s ease-in-out;
  253. }
  254.  
  255. /* --- UPDATES TAB BOX 3 END---*/
  256.  
  257. /* --- UPDATES TAB BOX 4 START---*/
  258.  
  259. #usquare4 {
  260. width: 14px;
  261. height: 14px;
  262. opacity:1;
  263. font-size:0px;
  264. line-height:12px;
  265. font-family:calibri;
  266. text-transform:uppercase;
  267. text-align:center;
  268. border-left: 1px solid {color:Tab Square Borders};
  269. border-top: 1px solid {color:Tab Square Borders};
  270. -webkit-transition: all 0.4s ease-in-out;
  271. -moz-transition: all 0.4s ease-in-out;
  272. -o-transition: all 0.4s ease-in-out;
  273. transition: all 0.4s ease-in-out;
  274. }
  275.  
  276. #usquare4:hover {
  277. width:148px;
  278. font-size:8px;
  279. color:{color:Tab Titles Colour};
  280. background-color: {color:Tab Titles Background};
  281. border-right: 1px solid {color:Tab Square Borders};
  282. border-bottom: 1px solid {color:Tab Square Borders};
  283. -webkit-transition: all 0.4s ease-in-out;
  284. -moz-transition: all 0.4s ease-in-out;
  285. -o-transition: all 0.4s ease-in-out;
  286. transition: all 0.4s ease-in-out;
  287. }
  288.  
  289. #ubox4 {
  290. width: 142px;
  291. height: auto;
  292. opacity:0;
  293. margin-left:-150px;
  294. padding:4px;
  295. font-size:8px;
  296. margin-top:2px;
  297. font-family:calibri;
  298. text-transform:uppercase;
  299. text-align:center;
  300. display:block;
  301. position:fixed;
  302. background-color: {color:Tab Box 4 Background Colour};
  303. color:{color:Tab Text Colour};
  304. -webkit-transition: all 0.4s ease-in-out;
  305. -moz-transition: all 0.4s ease-in-out;
  306. -o-transition: all 0.4s ease-in-out;
  307. transition: all 0.4s ease-in-out;
  308. }
  309.  
  310. #ubox4 a{
  311. color:{color:Tab Link Colour};
  312. text-transform:normal;
  313. font-size:8px;
  314. -webkit-transition: all 0.4s ease-in-out;
  315. -moz-transition: all 0.4s ease-in-out;
  316. -o-transition: all 0.4s ease-in-out;
  317. transition: all 0.4s ease-in-out;
  318. }
  319.  
  320. #ubox4 a:hover{
  321. color:{color:Tab Link Colour Hover};
  322. -webkit-transition: all 0.4s ease-in-out;
  323. -moz-transition: all 0.4s ease-in-out;
  324. -o-transition: all 0.4s ease-in-out;
  325. transition: all 0.4s ease-in-out;
  326. }
  327.  
  328. #usquare4:hover #ubox4{
  329. opacity:1;
  330. margin-left:-1px;
  331. -webkit-transition: all 0.4s ease-in-out;
  332. -moz-transition: all 0.4s ease-in-out;
  333. -o-transition: all 0.4s ease-in-out;
  334. transition: all 0.4s ease-in-out;
  335. }
  336.  
  337. /* --- UPDATES TAB BOX 4 END---*/
  338.  
  339. /* --- UPDATES TAB BOX 5 START---*/
  340.  
  341. #usquare5 {
  342. width: 14px;
  343. height: 14px;
  344. opacity:1;
  345. font-size:0px;
  346. line-height:12px;
  347. font-family:calibri;
  348. text-transform:uppercase;
  349. text-align:center;
  350. border-left: 1px solid {color:Tab Square Borders};
  351. border-top: 1px solid {color:Tab Square Borders};
  352. border-bottom: 1px solid {color:Tab Square Borders};
  353. -webkit-transition: all 0.4s ease-in-out;
  354. -moz-transition: all 0.4s ease-in-out;
  355. -o-transition: all 0.4s ease-in-out;
  356. transition: all 0.4s ease-in-out;
  357. }
  358.  
  359. #usquare5:hover {
  360. width:148px;
  361. font-size:8px;
  362. color:{color:Tab Titles Colour};
  363. background-color: {color:Tab Titles Background};
  364. border-right: 1px solid {color:Tab Square Borders};
  365. border-bottom: 1px solid {color:Tab Square Borders};
  366. -webkit-transition: all 0.4s ease-in-out;
  367. -moz-transition: all 0.4s ease-in-out;
  368. -o-transition: all 0.4s ease-in-out;
  369. transition: all 0.4s ease-in-out;
  370. }
  371.  
  372. #ubox5 {
  373. width: 142px;
  374. height: auto;
  375. opacity:0;
  376. margin-left:-150px;
  377. padding:4px;
  378. font-size:8px;
  379. margin-top:2px;
  380. font-family:calibri;
  381. text-transform:uppercase;
  382. text-align:center;
  383. display:block;
  384. position:fixed;
  385. background-color: {color:Tab Box 5 Background Colour};
  386. color:{color:Tab Text Colour};
  387. -webkit-transition: all 0.4s ease-in-out;
  388. -moz-transition: all 0.4s ease-in-out;
  389. -o-transition: all 0.4s ease-in-out;
  390. transition: all 0.4s ease-in-out;
  391. }
  392.  
  393. #ubox5 a{
  394. color:{color:Tab Link Colour};
  395. text-transform:normal;
  396. font-size:8px;
  397. -webkit-transition: all 0.4s ease-in-out;
  398. -moz-transition: all 0.4s ease-in-out;
  399. -o-transition: all 0.4s ease-in-out;
  400. transition: all 0.4s ease-in-out;
  401. }
  402.  
  403. #ubox5 a:hover{
  404. color:{color:Tab Link Colour Hover};
  405. -webkit-transition: all 0.4s ease-in-out;
  406. -moz-transition: all 0.4s ease-in-out;
  407. -o-transition: all 0.4s ease-in-out;
  408. transition: all 0.4s ease-in-out;
  409. }
  410.  
  411. #usquare5:hover #ubox5{
  412. opacity:1;
  413. margin-left:-1px;
  414. -webkit-transition: all 0.4s ease-in-out;
  415. -moz-transition: all 0.4s ease-in-out;
  416. -o-transition: all 0.4s ease-in-out;
  417. transition: all 0.4s ease-in-out;
  418. }
  419.  
  420. /* --- UPDATES TAB BOX 5 END---*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement