Advertisement
Lizellea

Kaz complete

Aug 2nd, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.47 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. body{
  4. background-size: 100% 100%;
  5. background-color:#303579;
  6. background-position:center;
  7. background-repeat:no-repeat;
  8. background-attachment:fixed;
  9. background-image:url();}
  10.  
  11. ::-webkit-scrollbar { width: 2px; }
  12.  
  13. ::-webkit-scrollbar-track { border-radius: 2px; background-color: transparent; }
  14.  
  15. ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #transparent; }
  16.  
  17. b, strong { color: #650F7C }
  18.  
  19. a:active, a:link, a:visited {
  20. color: #2DD927;
  21. text-decoration: none;
  22. -webkit-transition: all 0.4s ease-in;
  23. -moz-transition: all 0.4s ease-in;
  24. -ms-transition: all 0.4s ease-in;
  25. -o-transition: all 0.4s ease-in;
  26. transition: all 0.4s ease-in;
  27. }
  28.  
  29.  
  30. #mainpic {
  31. position:fixed;
  32. z-index: 0;
  33. width:35%;
  34. height: 100%;
  35. left: 0px;
  36. bottom: 0px;
  37. background: #;
  38. color: #6D6D6B;
  39. font-size:2vh;
  40. overflow:hidden;
  41. opacity:0;
  42. -webkit-animation: picturefade 1.5s 1;
  43. animation: picturefade 1s 1;
  44. animation-delay:1.5s;
  45. -webkit-animation-delay:1.5s;
  46. animation-fill-mode: forwards;
  47. -webkit-animation-fill-mode: forwards;}
  48. #mainpic img {
  49. width: 100%;}
  50. @keyframes picturefade{
  51. 0%{left:-20%;opacity:0;}
  52. 100%{left:0%;opacity:1;}
  53. }
  54.  
  55. #imagetwo { position:absolute; left:670px; top:8%; border: solid 1px #000; height:396px; width:300px; z-index: 1;}
  56.  
  57. #pokecontainer{
  58. position: fixed;
  59. bottom: 15%;
  60. left: 670px;
  61. height: 150px;
  62. width: 300px;
  63. background-color: #336699;
  64. border: 1px solid black;
  65. overflow: hidden;
  66. overflow: auto;
  67. padding: 3px
  68. }
  69.  
  70. td.pokie{
  71. line-height: 65px;
  72. width: 80px;
  73. padding: 7px;
  74. text-align: center;
  75. }
  76.  
  77. #pokecontainer a:link{
  78. display: block;
  79. text-decoration: none;
  80. color: transparent;
  81. }
  82.  
  83.  
  84. .thepoke{
  85. position: fixed;
  86. top: 100px;
  87. left: 750px;
  88. height:470px;
  89. width: 250px;
  90. padding: 10px;
  91. background-color: #336699;
  92. border: 1px solid #000D11;
  93. font-family: verdana;
  94. font-size: 11px;
  95. color: #D1DEE2;
  96. text-align: center;
  97. opacity: 0;
  98. overflow: auto;
  99. -webkit-transition:all .6s ease-in-out;
  100. -moz-transition:all .6s ease-in-out;
  101. -o-transition:all .6s ease-in-out;
  102. -ms-transition:all .6s ease-in-out;
  103. transition:all .6s ease-in-out;
  104. }
  105. .thepoke:target{
  106. position: fixed;
  107. top: 100px;
  108. left: 990px;
  109. opacity: 1;
  110. -webkit-transition:all .6s ease-in-out;
  111. -moz-transition:all .6s ease-in-out;
  112. -o-transition:all .6s ease-in-out;
  113. -ms-transition:all .6s ease-in-out;
  114. transition:all .6s ease-in-out;
  115. }
  116. .thepoke img.sprite{
  117. height: 80px;
  118. width: 80px;
  119. border: 2px solid #;
  120. }
  121.  
  122.  
  123. .boxoshit {
  124. background-color: #336699;
  125. border: none;
  126. color: #ccc;
  127. font-size: 14px;
  128. font-family: 'Play', sans-serif;
  129. height: 396px;
  130. left: 670px;
  131. opacity: 0;
  132. overflow: hidden;
  133. overflow: auto;
  134. padding: 3px;
  135. position: fixed;
  136. text-align: left;
  137. top: 8%;
  138. width: 300px;
  139. }
  140.  
  141. .boxoshit:target {
  142. background-color: #336699;
  143. border: 1px solid #000;
  144. height: 396px;
  145. left: 670px;
  146. opacity: 1;
  147. overflow: auto;
  148. overflow: hidden;
  149. padding: 3px;
  150. position: fixed;
  151. top: 8%;
  152. width: 300px;
  153. z-index: 40;
  154.  
  155. }
  156. .derp{
  157. position:absolute;
  158. z-index:30;
  159. bottom:36%;
  160. right:431px;
  161. width:435px;
  162. }
  163.  
  164. a.gluttony:link, a.gluttony:active, a.gluttony:visited{
  165. display: block;
  166. float: left;
  167. width: 25px;
  168. height:25px;
  169. margin-right: 25px;
  170. background-size: 100% 100%;
  171. background-color:#;
  172. background-image:url(http://i.imgur.com/jGpX3Wx.gif);
  173. background-position: center;
  174. background-repeat:no-repeat;
  175. transform: rotate (0deg);
  176. -webkit-transform: rotate(0deg);
  177. -ms-transform: rotate (0deg);
  178. -webkit-transition: all 0.6s ease-out;
  179. -moz-transition: all 0.6s ease-out;
  180. }
  181.  
  182. a.gluttony:hover{
  183. background-color:;
  184. background-size: 100% 100%;
  185. background-color:#;
  186. background-image:url(http://i.imgur.com/DQ09T6p.png);
  187. background-position: center;
  188. background-repeat:no-repeat;
  189. text-decoration: none;
  190. -webkit-transform:rotate(01deg);
  191. -webkit-transition: all 0.9s ease-out;
  192. -moz-transition: all 0.9s ease-out;
  193. }
  194.  
  195. #credit{ position: fixed; right: 10px; bottom: 0px; font-family: Arial; font-variant: normal; font-weight: normal; font-size: 14px; color: #000;z-index:1;}
  196. </style>
  197.  
  198. <div id="credit">
  199. Layout © <a href="profile.php?user=Pachi" target="_blank">Pachi</a>
  200. </div>
  201.  
  202. <div id="mainpic">
  203. <img src="http://i.imgur.com/pbv8pDC.png">
  204. </div>
  205.  
  206. <div id="imagetwo">
  207. <img src="http://i.imgur.com/0OAEt8U.jpg" class="image" height="396px;" width="300px;">
  208. </div>
  209.  
  210. <div class="derp">
  211. <a href="#stats" class="gluttony"></a>
  212. <a href="#bag" class="gluttony"></a>
  213. <a href="#ooc" class="gluttony"></a>
  214. <a href="#reset" class="gluttony"></a>
  215. </div>
  216. </div>
  217.  
  218.  
  219. <div id="P1" class="thepoke">
  220. <img src="http://i.imgur.com/e2pJWmq.gif" class="sprite"><br>
  221. <Br>
  222.  
  223. </div>
  224.  
  225. <div id="P2" class="thepoke">
  226. <img src="http://i.imgur.com/u08SX1G.gif" class="sprite"><br>
  227. <Br>
  228.  
  229. </div>
  230.  
  231. <div id="P3" class="thepoke">
  232. <img src="http://i.imgur.com/5c3MNAg.gif" class="sprite"><br>
  233. <Br>
  234.  
  235.  
  236. </div>
  237.  
  238.  
  239. <div id="P4" class="thepoke">
  240. <img src="http://i.imgur.com/GahjKHI.gif" class="sprite"><br>
  241. <Br>
  242.  
  243. </div>
  244.  
  245. <div id="P5" class="thepoke">
  246. <img src="http://i.imgur.com/uB7CmRa.gif" class="sprite"><br>
  247. <Br>
  248.  
  249. </div>
  250.  
  251. <div id="P6" class="thepoke">
  252. <img src="http://i.imgur.com/L5Ye2sG.gif" class="sprite"><br>
  253. <Br>
  254.  
  255. </div>
  256.  
  257. <div id="P7" class="thepoke">
  258. <img src="http://i.imgur.com/I35KTbK.gif" class="sprite"><br>
  259. <Br>
  260.  
  261. </div>
  262.  
  263. <div id="P8" class="thepoke">
  264. <img src="IMAG URL HERE" class="sprite"><br>
  265. <Br>
  266.  
  267. </div>
  268.  
  269. <div id="P9" class="thepoke">
  270. <img src="IMAG URL HERE" class="sprite"><br>
  271. <Br>
  272.  
  273. </div>
  274.  
  275.  
  276. <div id="pokecontainer">
  277. <table>
  278. <tr>
  279. <td class="pokie"><a href="#P1"><img src="http://i.imgur.com/Ouh4tjN.png"></a></td><Td class="pokie"><a href="#P2"><img src="http://i.imgur.com/gRUD93z.png"></a></td><td class="pokie"><a href="#P3"><img src="http://i.imgur.com/OPzrEMZ.png"></a></td>
  280. </tr><tr>
  281.  
  282. <td class="pokie"><a href="#P4"><img src="http://i.imgur.com/rpKh917.png"></a></td><Td class="pokie"><a href="#P5"><img src="http://i.imgur.com/cioT6B4.png"></a></td><td class="pokie"><a href="#P6"><img src="http://i.imgur.com/iIggYvO.png"></a></td>
  283. </tr><tr>
  284.  
  285. <td class="pokie"><a href="#P7"><img src="http://i.imgur.com/Euvjsn0.png"></a></td><Td class="pokie"><a href="#P8"><img src="SPRITE URL HERE"></a></td><td class="pokie"><a href="#P9"><img src="SPRITE URL HERE"></a></td>
  286. </tr>
  287. </table>
  288. </div>
  289.  
  290. <div id="stats" class="boxoshit">
  291. <b>bold</b> <i>italics</i> <a href="profile.php?user=" target="_blank">Link</a>.
  292.  
  293. </div>
  294.  
  295. <div id="bag" class="boxoshit">
  296. test2
  297. </div>
  298.  
  299. <div id="ooc" class="boxoshit">
  300. test3
  301. </div>
  302. </div>
  303. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement