Advertisement
iamthemelocked

Iamthemelocked Updates Tab #3 Part 2

Jun 27th, 2014
1,831
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.39 KB | None | 0 0
  1. /* --- UPDATES TAB ---*/
  2.  
  3. #updateboxes {
  4. width: 150px;
  5. height: 150px;
  6. position:fixed;
  7. margin-top:50px;
  8. margin-left: 27px;
  9. }
  10.  
  11. /* --- UPDATES TAB BOX 1 START---*/
  12.  
  13. #updatesquare1 {
  14. width: 12px;
  15. height: 12px;
  16. display: block;
  17. opacity:1;
  18. margin-left:-15px;
  19. background-color: {color:Tab Square 1 Colour};
  20. -webkit-transition: all 0.4s ease-in-out;
  21. -moz-transition: all 0.4s ease-in-out;
  22. -o-transition: all 0.4s ease-in-out;
  23. transition: all 0.4s ease-in-out;
  24. }
  25.  
  26. #updatesquare1:hover {
  27. width:100px;
  28. background-color: {color:Tab Square 1 Colour Hover};
  29. -webkit-transition: all 0.4s ease-in-out;
  30. -moz-transition: all 0.4s ease-in-out;
  31. -o-transition: all 0.4s ease-in-out;
  32. transition: all 0.4s ease-in-out;
  33. }
  34.  
  35. #updatesquare1title {
  36. width:0px;
  37. height:12px;
  38. display:block;
  39. opacity:0;
  40. font-size:8px;
  41. font-family:calibri;
  42. text-transform:uppercase;
  43. text-align:right;
  44. padding-right:2px;
  45. margin-left:5px;
  46. letter-spacing:4px;
  47. line-height:11px;
  48. color:{color:Tab Title 1 Text Colour};
  49. background-color: {color:Tab Square 1 Colour};
  50. -webkit-transition: all 0.4s ease-in-out;
  51. -moz-transition: all 0.4s ease-in-out;
  52. -o-transition: all 0.4s ease-in-out;
  53. transition: all 0.4s ease-in-out;
  54. }
  55.  
  56. #updatesquare1:hover #updatesquare1title{
  57. width:100px;
  58. opacity:1;
  59. background-color: {color:Tab Square 1 Colour Hover};
  60. -webkit-transition: all 0.4s ease-in-out;
  61. -moz-transition: all 0.4s ease-in-out;
  62. -o-transition: all 0.4s ease-in-out;
  63. transition: all 0.4s ease-in-out;
  64. }
  65.  
  66. #updatebox1 {
  67. width: 200px;
  68. height: auto;
  69. display: block;
  70. opacity:1;
  71. margin-left:-235px;
  72. padding:4px;
  73. padding-right:10px;
  74. font-size:8px;
  75. margin-top:-42px;
  76. font-family:calibri;
  77. text-transform:uppercase;
  78. text-align:right;
  79. background-color: {color:Tab Box 1 Background Colour};
  80. color:{color:Tab Box 1 Text};
  81. -webkit-transition: all 0.4s ease-in-out;
  82. -moz-transition: all 0.4s ease-in-out;
  83. -o-transition: all 0.4s ease-in-out;
  84. transition: all 0.4s ease-in-out;
  85. }
  86.  
  87. #updatebox1 a{
  88. color:{color:Tab Box 1 Links};
  89. font-size:8px;
  90. text-transform:uppercase;
  91. background-color: transparent;
  92. -webkit-transition: all 0.4s ease-in-out;
  93. -moz-transition: all 0.4s ease-in-out;
  94. -o-transition: all 0.4s ease-in-out;
  95. transition: all 0.4s ease-in-out;
  96. }
  97.  
  98. #updatebox1 a:hover{
  99. color:{color:Tab Box 1 Links Hover};
  100. letter-spacing:2px;
  101. font-size:8px;
  102. text-transform:uppercase;
  103. background-color: transparent;
  104. -webkit-transition: all 0.4s ease-in-out;
  105. -moz-transition: all 0.4s ease-in-out;
  106. -o-transition: all 0.4s ease-in-out;
  107. transition: all 0.4s ease-in-out;
  108. }
  109.  
  110. #updatebox1:hover {
  111. margin-left:-30px;
  112. -webkit-transition: all 0.4s ease-in-out;
  113. -moz-transition: all 0.4s ease-in-out;
  114. -o-transition: all 0.4s ease-in-out;
  115. transition: all 0.4s ease-in-out;
  116. }
  117.  
  118. /* --- UPDATES TAB BOX 1 END---*/
  119.  
  120. /* --- UPDATES TAB BOX 2 START---*/
  121.  
  122. #updatesquare2 {
  123. width: 12px;
  124. height: 12px;
  125. display: block;
  126. margin-top:35px;
  127. opacity:1;
  128. margin-left:-15px;
  129. background-color: {color:Tab Square 2 Colour};
  130. -webkit-transition: all 0.4s ease-in-out;
  131. -moz-transition: all 0.4s ease-in-out;
  132. -o-transition: all 0.4s ease-in-out;
  133. transition: all 0.4s ease-in-out;
  134. }
  135.  
  136. #updatesquare2:hover {
  137. width:100px;
  138. background-color: {color:Tab Square 2 Colour Hover};
  139. -webkit-transition: all 0.4s ease-in-out;
  140. -moz-transition: all 0.4s ease-in-out;
  141. -o-transition: all 0.4s ease-in-out;
  142. transition: all 0.4s ease-in-out;
  143. }
  144.  
  145. #updatesquare2title {
  146. width:0px;
  147. height:12px;
  148. display:block;
  149. opacity:0;
  150. font-size:8px;
  151. font-family:calibri;
  152. text-transform:uppercase;
  153. text-align:right;
  154. padding-right:2px;
  155. margin-left:5px;
  156. letter-spacing:4px;
  157. line-height:11px;
  158. color:{color:Tab Title 2 Text Colour};
  159. background-color: {color:Tab Square 2 Colour};
  160. -webkit-transition: all 0.4s ease-in-out;
  161. -moz-transition: all 0.4s ease-in-out;
  162. -o-transition: all 0.4s ease-in-out;
  163. transition: all 0.4s ease-in-out;
  164. }
  165.  
  166. #updatesquare2:hover #updatesquare2title{
  167. width:100px;
  168. opacity:1;
  169. background-color: {color:Tab Square 2 Colour Hover};
  170. -webkit-transition: all 0.4s ease-in-out;
  171. -moz-transition: all 0.4s ease-in-out;
  172. -o-transition: all 0.4s ease-in-out;
  173. transition: all 0.4s ease-in-out;
  174. }
  175.  
  176. #updatebox2 {
  177. width: 200px;
  178. height: auto;
  179. display: block;
  180. opacity:1;
  181. margin-left:-235px;
  182. padding:4px;
  183. padding-right:10px;
  184. font-size:8px;
  185. margin-top:-42px;
  186. font-family:calibri;
  187. text-transform:uppercase;
  188. text-align:right;
  189. background-color: {color:Tab Box 2 Background Colour};
  190. color:{color:Tab Box 2 Text};
  191. -webkit-transition: all 0.4s ease-in-out;
  192. -moz-transition: all 0.4s ease-in-out;
  193. -o-transition: all 0.4s ease-in-out;
  194. transition: all 0.4s ease-in-out;
  195. }
  196.  
  197. #updatebox2 a{
  198. color:{color:Tab Box 2 Links};
  199. font-size:8px;
  200. text-transform:uppercase;
  201. background-color: transparent;
  202. -webkit-transition: all 0.4s ease-in-out;
  203. -moz-transition: all 0.4s ease-in-out;
  204. -o-transition: all 0.4s ease-in-out;
  205. transition: all 0.4s ease-in-out;
  206. }
  207.  
  208. #updatebox2 a:hover{
  209. color:{color:Tab Box 2 Links Hover};
  210. letter-spacing:2px;
  211. font-size:8px;
  212. text-transform:uppercase;
  213. background-color: transparent;
  214. -webkit-transition: all 0.4s ease-in-out;
  215. -moz-transition: all 0.4s ease-in-out;
  216. -o-transition: all 0.4s ease-in-out;
  217. transition: all 0.4s ease-in-out;
  218. }
  219.  
  220. #updatebox2:hover {
  221. margin-left:-30px;
  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. /* --- UPDATES TAB BOX 2 END---*/
  229.  
  230. /* --- UPDATES TAB BOX 3 START---*/
  231.  
  232. #updatesquare3 {
  233. width: 12px;
  234. height: 12px;
  235. display: block;
  236. margin-top:35px;
  237. opacity:1;
  238. margin-left:-15px;
  239. background-color: {color:Tab Square 3 Colour};
  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. #updatesquare3:hover {
  247. width:100px;
  248. background-color: {color:Tab Square 3 Colour Hover};
  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. #updatesquare3title {
  256. width:0px;
  257. height:12px;
  258. display:block;
  259. opacity:0;
  260. font-size:8px;
  261. font-family:calibri;
  262. text-transform:uppercase;
  263. text-align:right;
  264. padding-right:2px;
  265. margin-left:5px;
  266. letter-spacing:4px;
  267. line-height:11px;
  268. color:{color:Tab Title 3 Text Colour};
  269. background-color: {color:Tab Square 3 Colour};
  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. #updatesquare3:hover #updatesquare3title{
  277. width:100px;
  278. opacity:1;
  279. background-color: {color:Tab Square 3 Colour Hover};
  280. -webkit-transition: all 0.4s ease-in-out;
  281. -moz-transition: all 0.4s ease-in-out;
  282. -o-transition: all 0.4s ease-in-out;
  283. transition: all 0.4s ease-in-out;
  284. }
  285.  
  286. #updatebox3 {
  287. width: 200px;
  288. height: auto;
  289. display: block;
  290. opacity:1;
  291. margin-left:-235px;
  292. padding:4px;
  293. padding-right:10px;
  294. font-size:8px;
  295. margin-top:-42px;
  296. font-family:calibri;
  297. text-transform:uppercase;
  298. text-align:right;
  299. background-color: {color:Tab Box 3 Background Colour};
  300. color:{color:Tab Box 3 Text};
  301. -webkit-transition: all 0.4s ease-in-out;
  302. -moz-transition: all 0.4s ease-in-out;
  303. -o-transition: all 0.4s ease-in-out;
  304. transition: all 0.4s ease-in-out;
  305. }
  306.  
  307. #updatebox3 a{
  308. color:{color:Tab Box 3 Links};
  309. font-size:8px;
  310. text-transform:uppercase;
  311. background-color: transparent;
  312. -webkit-transition: all 0.4s ease-in-out;
  313. -moz-transition: all 0.4s ease-in-out;
  314. -o-transition: all 0.4s ease-in-out;
  315. transition: all 0.4s ease-in-out;
  316. }
  317.  
  318. #updatebox3 a:hover{
  319. color:{color:Tab Box 3 Links Hover};
  320. letter-spacing:2px;
  321. font-size:8px;
  322. text-transform:uppercase;
  323. background-color: transparent;
  324. -webkit-transition: all 0.4s ease-in-out;
  325. -moz-transition: all 0.4s ease-in-out;
  326. -o-transition: all 0.4s ease-in-out;
  327. transition: all 0.4s ease-in-out;
  328. }
  329.  
  330. #updatebox3:hover {
  331. margin-left:-30px;
  332. -webkit-transition: all 0.4s ease-in-out;
  333. -moz-transition: all 0.4s ease-in-out;
  334. -o-transition: all 0.4s ease-in-out;
  335. transition: all 0.4s ease-in-out;
  336. }
  337.  
  338. /* --- UPDATES TAB BOX 3 END---*/
  339.  
  340. /* --- UPDATES TAB BOX 4 START---*/
  341.  
  342. #updatesquare4 {
  343. width: 12px;
  344. height: 12px;
  345. display: block;
  346. margin-top:35px;
  347. opacity:1;
  348. margin-left:-15px;
  349. background-color: {color:Tab Square 4 Colour};
  350. -webkit-transition: all 0.4s ease-in-out;
  351. -moz-transition: all 0.4s ease-in-out;
  352. -o-transition: all 0.4s ease-in-out;
  353. transition: all 0.4s ease-in-out;
  354. }
  355.  
  356. #updatesquare4:hover {
  357. width:100px;
  358. background-color: {color:Tab Square 4 Colour Hover};
  359. -webkit-transition: all 0.4s ease-in-out;
  360. -moz-transition: all 0.4s ease-in-out;
  361. -o-transition: all 0.4s ease-in-out;
  362. transition: all 0.4s ease-in-out;
  363. }
  364.  
  365. #updatesquare4title {
  366. width:0px;
  367. height:12px;
  368. display:block;
  369. opacity:0;
  370. font-size:8px;
  371. font-family:calibri;
  372. text-transform:uppercase;
  373. text-align:right;
  374. padding-right:2px;
  375. margin-left:5px;
  376. letter-spacing:4px;
  377. line-height:11px;
  378. color:{color:Tab Title 4 Text Colour};
  379. background-color: {color:Tab Square 4 Colour};
  380. -webkit-transition: all 0.4s ease-in-out;
  381. -moz-transition: all 0.4s ease-in-out;
  382. -o-transition: all 0.4s ease-in-out;
  383. transition: all 0.4s ease-in-out;
  384. }
  385.  
  386. #updatesquare4:hover #updatesquare4title{
  387. width:100px;
  388. opacity:1;
  389. background-color: {color:Tab Square 4 Colour Hover};
  390. -webkit-transition: all 0.4s ease-in-out;
  391. -moz-transition: all 0.4s ease-in-out;
  392. -o-transition: all 0.4s ease-in-out;
  393. transition: all 0.4s ease-in-out;
  394. }
  395.  
  396. #updatebox4 {
  397. width: 200px;
  398. height: auto;
  399. display: block;
  400. opacity:1;
  401. margin-left:-235px;
  402. padding:4px;
  403. padding-right:10px;
  404. font-size:8px;
  405. margin-top:-42px;
  406. font-family:calibri;
  407. text-transform:uppercase;
  408. text-align:right;
  409. background-color: {color:Tab Box 4 Background Colour};
  410. color:{color:Tab Box 4 Text};
  411. -webkit-transition: all 0.4s ease-in-out;
  412. -moz-transition: all 0.4s ease-in-out;
  413. -o-transition: all 0.4s ease-in-out;
  414. transition: all 0.4s ease-in-out;
  415. }
  416.  
  417. #updatebox4 a{
  418. color:{color:Tab Box 4 Links};
  419. font-size:8px;
  420. text-transform:uppercase;
  421. background-color: transparent;
  422. -webkit-transition: all 0.4s ease-in-out;
  423. -moz-transition: all 0.4s ease-in-out;
  424. -o-transition: all 0.4s ease-in-out;
  425. transition: all 0.4s ease-in-out;
  426. }
  427.  
  428. #updatebox4 a:hover{
  429. color:{color:Tab Box 4 Links Hover};
  430. letter-spacing:2px;
  431. font-size:8px;
  432. text-transform:uppercase;
  433. background-color: transparent;
  434. -webkit-transition: all 0.4s ease-in-out;
  435. -moz-transition: all 0.4s ease-in-out;
  436. -o-transition: all 0.4s ease-in-out;
  437. transition: all 0.4s ease-in-out;
  438. }
  439.  
  440. #updatebox4:hover {
  441. margin-left:-30px;
  442. -webkit-transition: all 0.4s ease-in-out;
  443. -moz-transition: all 0.4s ease-in-out;
  444. -o-transition: all 0.4s ease-in-out;
  445. transition: all 0.4s ease-in-out;
  446. }
  447.  
  448. /* --- UPDATES TAB BOX 4 END---*/
  449.  
  450. /* --- UPDATES TAB BOX 5 START---*/
  451.  
  452. #updatesquare5 {
  453. width: 12px;
  454. height: 12px;
  455. display: block;
  456. margin-top:35px;
  457. opacity:1;
  458. margin-left:-15px;
  459. background-color: {color:Tab Square 5 Colour};
  460. -webkit-transition: all 0.4s ease-in-out;
  461. -moz-transition: all 0.4s ease-in-out;
  462. -o-transition: all 0.4s ease-in-out;
  463. transition: all 0.4s ease-in-out;
  464. }
  465.  
  466. #updatesquare5:hover {
  467. width:100px;
  468. background-color: {color:Tab Square 5 Colour Hover};
  469. -webkit-transition: all 0.4s ease-in-out;
  470. -moz-transition: all 0.4s ease-in-out;
  471. -o-transition: all 0.4s ease-in-out;
  472. transition: all 0.4s ease-in-out;
  473. }
  474.  
  475. #updatesquare5title {
  476. width:0px;
  477. height:12px;
  478. display:block;
  479. opacity:0;
  480. font-size:8px;
  481. font-family:calibri;
  482. text-transform:uppercase;
  483. text-align:right;
  484. padding-right:2px;
  485. margin-left:5px;
  486. letter-spacing:4px;
  487. line-height:11px;
  488. color:{color:Tab Title 5 Text Colour};
  489. background-color: {color:Tab Square 5 Colour};
  490. -webkit-transition: all 0.4s ease-in-out;
  491. -moz-transition: all 0.4s ease-in-out;
  492. -o-transition: all 0.4s ease-in-out;
  493. transition: all 0.4s ease-in-out;
  494. }
  495.  
  496. #updatesquare5:hover #updatesquare5title{
  497. width:100px;
  498. opacity:1;
  499. background-color: {color:Tab Square 5 Colour Hover};
  500. -webkit-transition: all 0.4s ease-in-out;
  501. -moz-transition: all 0.4s ease-in-out;
  502. -o-transition: all 0.4s ease-in-out;
  503. transition: all 0.4s ease-in-out;
  504. }
  505.  
  506. #updatebox5 {
  507. width: 200px;
  508. height: auto;
  509. display: block;
  510. opacity:1;
  511. margin-left:-235px;
  512. padding:4px;
  513. padding-right:10px;
  514. font-size:8px;
  515. margin-top:-42px;
  516. font-family:calibri;
  517. text-transform:uppercase;
  518. text-align:right;
  519. background-color: {color:Tab Box 5 Background Colour};
  520. color:{color:Tab Box 5 Text};
  521. -webkit-transition: all 0.4s ease-in-out;
  522. -moz-transition: all 0.4s ease-in-out;
  523. -o-transition: all 0.4s ease-in-out;
  524. transition: all 0.4s ease-in-out;
  525. }
  526.  
  527. #updatebox5 a{
  528. color:{color:Tab Box 5 Links};
  529. font-size:8px;
  530. text-transform:uppercase;
  531. background-color: transparent;
  532. -webkit-transition: all 0.4s ease-in-out;
  533. -moz-transition: all 0.4s ease-in-out;
  534. -o-transition: all 0.4s ease-in-out;
  535. transition: all 0.4s ease-in-out;
  536. }
  537.  
  538. #updatebox5 a:hover{
  539. color:{color:Tab Box 5 Links Hover};
  540. letter-spacing:2px;
  541. font-size:8px;
  542. text-transform:uppercase;
  543. background-color: transparent;
  544. -webkit-transition: all 0.4s ease-in-out;
  545. -moz-transition: all 0.4s ease-in-out;
  546. -o-transition: all 0.4s ease-in-out;
  547. transition: all 0.4s ease-in-out;
  548. }
  549.  
  550. #updatebox5:hover {
  551. margin-left:-30px;
  552. -webkit-transition: all 0.4s ease-in-out;
  553. -moz-transition: all 0.4s ease-in-out;
  554. -o-transition: all 0.4s ease-in-out;
  555. transition: all 0.4s ease-in-out;
  556. }
  557.  
  558. /* --- UPDATES TAB BOX 5 END---*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement