Advertisement
iamthemelocked

9 Boxes Updates Tab Code 1

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