Advertisement
iamthemelocked

Iamthemelocked - Updates Tab #14 Part 2

Oct 11th, 2014
904
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. /* --- UPDATES TAB ---*/
  2.  
  3. /* --- POP UP STUFF ---*/
  4.  
  5. #fade {
  6. display: none;
  7. background: #000000;
  8. position: fixed;
  9. left:0px;
  10. top:0px;
  11. width: 100%;
  12. height: 100%;
  13. opacity:0.8;
  14. z-index: 9999;
  15. }
  16.  
  17. .popup_block{
  18. display: none;
  19. background: #ffffff;
  20. padding: 20px;
  21. border:4px double #000000;
  22. float: left;
  23. position: fixed;
  24. top: 50%;
  25. left: 50%;
  26. z-index: 99999;
  27. }
  28.  
  29. *html #fade {
  30. position: absolute;
  31. }
  32.  
  33. *html .popup_block {
  34. position: absolute;
  35. }
  36.  
  37. /* --- POP UP STUFF ---*/
  38.  
  39. #tab14boxes {
  40. width: auto;
  41. height: auto;
  42. position:fixed;
  43. float:left;
  44. font-size:9px; /* --- CHANGE THE CONTENT´S FONT SIZE HERE ---*/
  45. font-family:calibri; /* --- CHANGE THE CONTENT´S FONT HERE ---*/
  46. display:inline-block;
  47. color:{color:Tab Text Colour};
  48. top:20px; /* --- MOVE THE TAB UP OR DOWN HERE ---*/
  49. left: 40px; /* --- MOVE THE TAB TO THE LEFT OR TO THE RIGHT HERE ---*/
  50. }
  51.  
  52. #tab14boxes a{
  53. color:{color:Tab Links Colour};
  54. font-size:9px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
  55. text-decoration:none;
  56. -webkit-transition: all 0.5s ease-in-out;
  57. -moz-transition: all 0.5s ease-in-out;
  58. -o-transition: all 0.5s ease-in-out;
  59. transition: all 0.5s ease-in-out;
  60. }
  61.  
  62. #tab14boxes a:hover{
  63. color:{color:Tab Links Colour Hover};
  64. background:none;
  65. font-size:9px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
  66. -webkit-transition: all 0.5s ease-in-out;
  67. -moz-transition: all 0.5s ease-in-out;
  68. -o-transition: all 0.5s ease-in-out;
  69. transition: all 0.5s ease-in-out;
  70. }
  71.  
  72. /* --- UPDATES TAB BOX 1 START ---*/
  73.  
  74. #tab14square1 {
  75. height:18px;
  76. width:18px;
  77. display: inline-block;
  78. float:left;
  79. margin-right:5px;
  80. opacity:1;
  81. background-color:transparent;
  82. transform:rotate(45deg);
  83. -ms-transform:rotate(45deg);
  84. -webkit-transform:rotate(45deg);
  85. -webkit-transition: all 0.5s ease-in-out;
  86. -moz-transition: all 0.5s ease-in-out;
  87. -o-transition: all 0.5s ease-in-out;
  88. transition: all 0.5s ease-in-out;
  89. }
  90.  
  91. #tab14box1 {
  92. width:480px;
  93. height:195px;
  94. margin-top:5px;
  95. float:left;
  96. display: inline-block;
  97. opacity:1;
  98. padding:8px;
  99. letter-spacing:1px;
  100. line-height:110%;
  101. overflow:hidden;
  102. text-transform:uppercase;
  103. text-align:center;
  104. -webkit-transition: all 0.5s ease-in-out;
  105. -moz-transition: all 0.5s ease-in-out;
  106. -o-transition: all 0.5s ease-in-out;
  107. transition: all 0.5s ease-in-out;
  108. }
  109.  
  110. /* --- UPDATES TAB BOX 1 END ---*/
  111.  
  112. /* --- UPDATES TAB BOX 2 START ---*/
  113.  
  114. #tab14square2 {
  115. height:18px;
  116. width:18px;
  117. display: inline-block;
  118. float:left;
  119. margin-left:-8px;
  120. opacity:1;
  121. margin-top:15px;
  122. background-color:transparent;
  123. transform:rotate(45deg);
  124. -ms-transform:rotate(45deg);
  125. -webkit-transform:rotate(45deg);
  126. -webkit-transition: all 0.5s ease-in-out;
  127. -moz-transition: all 0.5s ease-in-out;
  128. -o-transition: all 0.5s ease-in-out;
  129. transition: all 0.5s ease-in-out;
  130. }
  131.  
  132. #tab14box2 {
  133. width:480px;
  134. height:195px;
  135. margin-top:5px;
  136. float:left;
  137. display: inline-block;
  138. opacity:1;
  139. padding:8px;
  140. letter-spacing:1px;
  141. line-height:110%;
  142. overflow:hidden;
  143. text-transform:uppercase;
  144. text-align:center;
  145. -webkit-transition: all 0.5s ease-in-out;
  146. -moz-transition: all 0.5s ease-in-out;
  147. -o-transition: all 0.5s ease-in-out;
  148. transition: all 0.5s ease-in-out;
  149. }
  150.  
  151. /* --- UPDATES TAB BOX 2 END ---*/
  152.  
  153. /* --- UPDATES TAB BOX 3 START ---*/
  154.  
  155. #tab14square3 {
  156. height:18px;
  157. width:18px;
  158. display: inline-block;
  159. float:left;
  160. margin-left:-33px;
  161. opacity:1;
  162. margin-top:30px;
  163. background-color:transparent;
  164. transform:rotate(45deg);
  165. -ms-transform:rotate(45deg);
  166. -webkit-transform:rotate(45deg);
  167. -webkit-transition: all 0.5s ease-in-out;
  168. -moz-transition: all 0.5s ease-in-out;
  169. -o-transition: all 0.5s ease-in-out;
  170. transition: all 0.5s ease-in-out;
  171. }
  172.  
  173. #tab14box3 {
  174. width:480px;
  175. height:195px;
  176. margin-top:5px;
  177. float:left;
  178. display: inline-block;
  179. opacity:1;
  180. padding:8px;
  181. letter-spacing:1px;
  182. line-height:110%;
  183. overflow:hidden;
  184. text-transform:uppercase;
  185. text-align:center;
  186. -webkit-transition: all 0.5s ease-in-out;
  187. -moz-transition: all 0.5s ease-in-out;
  188. -o-transition: all 0.5s ease-in-out;
  189. transition: all 0.5s ease-in-out;
  190. }
  191.  
  192. /* --- UPDATES TAB BOX 3 END ---*/
  193.  
  194. /* --- UPDATES TAB BOX 4 START ---*/
  195.  
  196. #tab14square4 {
  197. height:18px;
  198. width:18px;
  199. display: inline-block;
  200. float:left;
  201. margin-left:-48px;
  202. opacity:1;
  203. margin-top:15px;
  204. background-color:transparent;
  205. transform:rotate(45deg);
  206. -ms-transform:rotate(45deg);
  207. -webkit-transform:rotate(45deg);
  208. -webkit-transition: all 0.5s ease-in-out;
  209. -moz-transition: all 0.5s ease-in-out;
  210. -o-transition: all 0.5s ease-in-out;
  211. transition: all 0.5s ease-in-out;
  212. }
  213.  
  214. #tab14box4 {
  215. width:480px;
  216. height:195px;
  217. margin-top:5px;
  218. float:left;
  219. display: inline-block;
  220. opacity:1;
  221. padding:8px;
  222. letter-spacing:1px;
  223. line-height:110%;
  224. overflow:hidden;
  225. text-transform:uppercase;
  226. text-align:center;
  227. -webkit-transition: all 0.5s ease-in-out;
  228. -moz-transition: all 0.5s ease-in-out;
  229. -o-transition: all 0.5s ease-in-out;
  230. transition: all 0.5s ease-in-out;
  231. }
  232.  
  233. /* --- UPDATES TAB BOX 4 END ---*/
  234.  
  235. /* --- UPDATES TAB ---*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement