Advertisement
Lizellea

Kazuki pretty

Aug 2nd, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.75 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=VT323);
  3. @import url(https://fonts.googleapis.com/css?family=Averia+Sans+Libre);
  4. @import url(https://fonts.googleapis.com/css?family=Special+Elite);
  5. body{
  6. background-size: 100% 100%;
  7. background-color:#303579;
  8. background-position:center;
  9. background-repeat:no-repeat;
  10. background-attachment:fixed;
  11. background-image:url();}
  12.  
  13. ::-webkit-scrollbar { width: 2px; }
  14.  
  15. ::-webkit-scrollbar-track { border-radius: 2px; background-color: transparent; }
  16.  
  17. ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #transparent; }
  18.  
  19. b, strong { color: #650F7C;font-family:Averia Sans Libre;font-size:14px;}
  20.  
  21. a:active, a:link, a:visited {
  22. color: #2DD927;
  23. text-decoration: none;
  24. -webkit-transition: all 0.4s ease-in;
  25. -moz-transition: all 0.4s ease-in;
  26. -ms-transition: all 0.4s ease-in;
  27. -o-transition: all 0.4s ease-in;
  28. transition: all 0.4s ease-in;
  29. }
  30.  
  31.  
  32. #mainpic {
  33. position:fixed;
  34. z-index: 0;
  35. width:35%;
  36. height: 100%;
  37. left: 0px;
  38. bottom: 0px;
  39. background: #;
  40. color: #6D6D6B;
  41. font-size:2vh;
  42. overflow:hidden;
  43. opacity:0;
  44. -webkit-animation: picturefade 1.5s 1;
  45. animation: picturefade 1s 1;
  46. animation-delay:1.5s;
  47. -webkit-animation-delay:1.5s;
  48. animation-fill-mode: forwards;
  49. -webkit-animation-fill-mode: forwards;}
  50. #mainpic img {
  51. width: 100%;}
  52. @keyframes picturefade{
  53. 0%{left:-20%;opacity:0;}
  54. 100%{left:0%;opacity:1;}
  55. }
  56.  
  57. #imagetwo { position:absolute; left:670px; top:8%; border: solid 1px #000; height:396px; width:300px; z-index: 1;}
  58.  
  59. #content{position: fixed;bottom: 13%;left: 670px;height: 150px;width: 285px;background-color: #336699;border: 1px solid #000;overflow: hidden;overflow: auto;padding: 10px;color: #ccc;font-size: 15px;font-family: Times New Roman;text-align:center;}
  60. #content a:link{display: block;text-decoration: none;color: transparent;}
  61.  
  62. td.pokie{
  63. line-height: 65px;
  64. width: 80px;
  65. padding: 7px;
  66. text-align: center;
  67. }
  68.  
  69.  
  70. .thepoke{
  71. position: fixed;
  72. top: 100px;
  73. left: 750px;
  74. height:470px;
  75. width: 250px;
  76. padding: 10px;
  77. background-color: #336699;
  78. border: 1px solid #000D11;
  79. font-family: VT323;
  80. font-size: 15px;
  81. color: #D1DEE2;
  82. text-align: center;
  83. opacity: 0;
  84. overflow: auto;
  85. -webkit-transition:all .6s ease-in-out;
  86. -moz-transition:all .6s ease-in-out;
  87. -o-transition:all .6s ease-in-out;
  88. -ms-transition:all .6s ease-in-out;
  89. transition:all .6s ease-in-out;
  90. }
  91. .thepoke:target{
  92. position: fixed;
  93. top: 100px;
  94. left: 990px;
  95. opacity: 1;
  96. -webkit-transition:all .6s ease-in-out;
  97. -moz-transition:all .6s ease-in-out;
  98. -o-transition:all .6s ease-in-out;
  99. -ms-transition:all .6s ease-in-out;
  100. transition:all .6s ease-in-out;
  101. }
  102. .thepoke img.sprite{
  103. height: 80px;
  104. width: 80px;
  105. border: 2px solid #;
  106. }
  107.  
  108.  
  109. .boxoshit {
  110. background-color: #336699;
  111. border: none;
  112. color: #ccc;
  113. font-size: 13px;
  114. font-family: Special Elite;
  115. height: 396px;
  116. left: 670px;
  117. opacity: 0;
  118. overflow: auto;
  119. padding: 3px;
  120. position: fixed;
  121. text-align: left;
  122. top: 8%;
  123. width: 300px;
  124. }
  125.  
  126. .boxoshit:target {
  127. background-color: #336699;
  128. border: 1px solid #000;
  129. height: 396px;
  130. left: 670px;
  131. opacity: 1;
  132. overflow: auto;
  133. padding: 3px;
  134. position: fixed;
  135. top: 8%;
  136. width: 300px;
  137. z-index: 40;
  138.  
  139. }
  140. .derp{
  141. position:absolute;
  142. z-index:30;
  143. bottom:35%;
  144. right:350px;
  145. width:435px;
  146. }
  147.  
  148. a.gluttony:link, a.gluttony:active, a.gluttony:visited{
  149. display: block;
  150. float: left;
  151. width: 25px;
  152. height:25px;
  153. margin-right: 25px;
  154. background-size: 100% 100%;
  155. background-color:#;
  156. background-image:url(http://i.imgur.com/jGpX3Wx.gif);
  157. background-position: center;
  158. background-repeat:no-repeat;
  159. transform: rotate (0deg);
  160. -webkit-transform: rotate(0deg);
  161. -ms-transform: rotate (0deg);
  162. -webkit-transition: all 0.6s ease-out;
  163. -moz-transition: all 0.6s ease-out;
  164. }
  165.  
  166. a.gluttony:hover{
  167. background-color:;
  168. background-size: 100% 100%;
  169. background-color:#;
  170. background-image:url(http://i.imgur.com/DQ09T6p.png);
  171. background-position: center;
  172. background-repeat:no-repeat;
  173. text-decoration: none;
  174. -webkit-transform:rotate(01deg);
  175. -webkit-transition: all 0.9s ease-out;
  176. -moz-transition: all 0.9s ease-out;
  177. }
  178.  
  179. td.poke1{
  180. width: 100px;
  181. text-align: left;
  182. font-weight: bold;
  183. font-family: VT323;
  184. font-size: 15px;
  185. color: #650F7C;
  186. }
  187.  
  188. td.poke2{
  189. width: 150px;
  190. text-align: right;
  191. font-family: VT323;
  192. font-size: 15px;
  193. color: #D1DEE2;
  194. }
  195.  
  196. td.poke3{
  197. width: 100px;
  198. text-align: center;
  199. font-family: VT323;
  200. font-size: 15px;
  201. color: #D1DEE2;
  202. }
  203.  
  204. #credit{ position: fixed; right: 10px; bottom: 0px; font-family: Times New Roman; font-variant: normal; font-weight: normal; font-size: 14px; color: #000;z-index:1;}
  205. </style>
  206.  
  207. <div id="credit">
  208. Layout © <a href="profile.php?user=Pachi" target="_blank">Pachi</a>
  209. </div>
  210.  
  211. <div id="mainpic">
  212. <img src="http://i.imgur.com/pbv8pDC.png">
  213. </div>
  214.  
  215. <div id="imagetwo">
  216. <img src="http://i.imgur.com/0OAEt8U.jpg" class="image" height="396px;" width="300px;">
  217. </div>
  218.  
  219. <div class="derp">
  220. <a href="#stats" class="gluttony"></a>
  221. <a href="#bag" class="gluttony"></a>
  222. <a href="#ooc" class="gluttony"></a>
  223. <a href="#reset" class="gluttony"></a>
  224. </div>
  225. </div>
  226.  
  227.  
  228. <div id="mon1" class="thepoke">
  229. <img src="http://i.imgur.com/e2pJWmq.gif" class="sprite"><br>
  230. <Br>
  231. <center>#181 Ampharos</center><br>
  232. <center>"The tail’s tip shines brightly and can be seen from far away. It acts as a beacon for lost people."</center>
  233.  
  234. <table>
  235. <tr>
  236. <td class="poke1">Class</td><td class="poke2"> NPC</td>
  237. </tr><tr>
  238. <td class="poke1">Gender</td><td class="poke2">♀</td>
  239. </tr><tr>
  240. <td class="poke1">Type</td><td class="poke2"><img src="http://www.serebii.net/pokedex-bw/type/electric.gif"></td>
  241. </tr><tr>
  242. <td class="poke1">Species</td><td class="poke2">Light Pokemon</td>
  243. </tr><tr>
  244. <td class="poke1">Height</td><td class="poke2">4′7″ (1.40m)</td>
  245. </tr><tr>
  246. <td class="poke1">Weight</td><td class="poke2">135.6 lbs (61.5 kg)</td>
  247. </tr><tr>
  248. <td class="poke1">Ability</td><td class="poke2"><a target="_blank" href="http://pokemondb.net/ability/static">Static</a></td>
  249. </tr><tr>
  250. <td class="poke1">Nature</td><td class="poke2">Modest</td>
  251. </tr><tr>
  252. <td class="poke1">Level</td><td class="poke2">57</td>
  253. </tr><tr>
  254. <td class="poke1">Held Item</td><td class="poke2"><a target="_blank" href="http://pokemondb.net/item/leftovers">Leftovers</a></td>
  255. </tr><tr>
  256. <td class="poke1">Skillset</td>
  257. </tr>
  258. <tr><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/discharge">Discharge</a>
  259. </td><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/cotton-guard">Cotton Guard</a>
  260. </td>
  261. </tr><tr>
  262. <td class="poke3"><a target="_blank" href="http://pokemondb.net/move/heal-bell">Heal Bell</a>
  263. </td><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/hidden-power">Hidden Power [Ice]</a>
  264. </td>
  265. </tr>
  266. </tr>
  267. </table>
  268.  
  269. </div>
  270.  
  271. <div id="mon2" class="thepoke">
  272. <img src="http://i.imgur.com/u08SX1G.gif" class="sprite"><br>
  273. <Br>
  274. <center>#344 Claydol</center><br>
  275. <center>"An ancient clay figurine that came to life as a Pokémon from exposure to a mysterious ray of light."</center>
  276.  
  277. <table>
  278. <tr>
  279. <td class="poke1">Class</td><td class="poke2"> NPC</td>
  280. </tr><tr>
  281. <td class="poke1">Gender</td><td class="poke2">Genderless</td>
  282. </tr><tr>
  283. <td class="poke1">Type</td><td class="poke2"><img src="http://www.serebii.net/pokedex-bw/type/ground.gif"><img src="http://www.serebii.net/pokedex-bw/type/psychic.gif"></td>
  284. </tr><tr>
  285. <td class="poke1">Species</td><td class="poke2">Clay Doll Pokemon</td>
  286. </tr><tr>
  287. <td class="poke1">Height</td><td class="poke2">4′11″ (1.50m)</td>
  288. </tr><tr>
  289. <td class="poke1">Weight</td><td class="poke2">238.1 lbs (108.0 kg)</td>
  290. </tr><tr>
  291. <td class="poke1">Ability</td><td class="poke2"><a target="_blank" href="http://pokemondb.net/ability/levitate">Levitate</a></td>
  292. </tr><tr>
  293. <td class="poke1">Nature</td><td class="poke2">Bold</td>
  294. </tr><tr>
  295. <td class="poke1">Level</td><td class="poke2">53</td>
  296. </tr><tr>
  297. <td class="poke1">Held Item</td><td class="poke2"><a target="_blank" href="http://pokemondb.net/item/leftovers">Leftovers</a></td>
  298. </tr><tr>
  299. <td class="poke1">Skillset</td>
  300. </tr>
  301. <tr><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/cosmic-power">Cosmic Power</a>
  302. </td><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/toxic">Toxic</a>
  303. </td>
  304. </tr><tr>
  305. <td class="poke3"><a target="_blank" href="http://pokemondb.net/move/psychic">Psychic</a>
  306. </td><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/earth-power">Earth Power</a>
  307. </td>
  308. </tr>
  309. </tr>
  310. </table>
  311.  
  312. </div>
  313.  
  314. <div id="mon3" class="thepoke">
  315. <img src="http://i.imgur.com/5c3MNAg.gif" class="sprite"><br>
  316. <Br>
  317. <center>#160 Feraligatr</center><br>
  318. <center>"When it bites with its massive and powerful jaws, it shakes its head and savagely tears its victim up."</center>
  319.  
  320. <table>
  321. <tr>
  322. <td class="poke1">Class</td><td class="poke2"> NPC</td>
  323. </tr><tr>
  324. <td class="poke1">Gender</td><td class="poke2">♂</td>
  325. </tr><tr>
  326. <td class="poke1">Type</td><td class="poke2"><img src="http://www.serebii.net/pokedex-bw/type/water.gif"></td>
  327. </tr><tr>
  328. <td class="poke1">Species</td><td class="poke2">Big Jaw Pokemon</td>
  329. </tr><tr>
  330. <td class="poke1">Height</td><td class="poke2">7′7″ (2.31m)</td>
  331. </tr><tr>
  332. <td class="poke1">Weight</td><td class="poke2">195.8 lbs (88.8 kg)</td>
  333. </tr><tr>
  334. <td class="poke1">Ability</td><td class="poke2"><a target="_blank" href="http://pokemondb.net/ability/sheer-force">Sheer Force</a></td>
  335. </tr><tr>
  336. <td class="poke1">Nature</td><td class="poke2">Jolly</td>
  337. </tr><tr>
  338. <td class="poke1">Level</td><td class="poke2">64</td>
  339. </tr><tr>
  340. <td class="poke1">Held Item</td><td class="poke2"><a target="_blank" href="http://pokemondb.net/item/life-orb">Life Orb</a></td>
  341. </tr><tr>
  342. <td class="poke1">Skillset</td>
  343. </tr>
  344. <tr><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/dragon-dance">Dragon Dance</a>
  345. </td><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/waterfall">Waterfall</a>
  346. </td>
  347. </tr><tr>
  348. <td class="poke3"><a target="_blank" href="http://pokemondb.net/move/crunch">Crunch</a>
  349. </td><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/ice-punch">Ice Punch</a>
  350. </td>
  351. </tr>
  352. </tr>
  353. </table>
  354. </div>
  355.  
  356. <div id="mon4" class="thepoke">
  357. <img src="http://i.imgur.com/GahjKHI.gif" class="sprite"><br>
  358. <Br>
  359. <center>#071 Victreebel</center><br>
  360. <center>"It pools in its mouth a fluid with a honey-like scent, which is really an acid that dissolves anything."</center>
  361.  
  362. <table>
  363. <tr>
  364. <td class="poke1">Class</td><td class="poke2"> NPC</td>
  365. </tr><tr>
  366. <td class="poke1">Gender</td><td class="poke2">♀</td>
  367. </tr><tr>
  368. <td class="poke1">Type</td><td class="poke2"><img src="http://www.serebii.net/pokedex-bw/type/grass.gif"><img src="http://www.serebii.net/pokedex-bw/type/poison.gif"></td>
  369. </tr><tr>
  370. <td class="poke1">Species</td><td class="poke2">Flycatcher Pokémon</td>
  371. </tr><tr>
  372. <td class="poke1">Height</td><td class="poke2">5′7″ (1.70m)</td>
  373. </tr><tr>
  374. <td class="poke1">Weight</td><td class="poke2">34.2 lbs (15.5 kg)</td>
  375. </tr><tr>
  376. <td class="poke1">Ability</td><td class="poke2"><a target="_blank" href="http://pokemondb.net/ability/chlorophyll">Chlorophyll</a></td>
  377. </tr><tr>
  378. <td class="poke1">Nature</td><td class="poke2">Rash</td>
  379. </tr><tr>
  380. <td class="poke1">Level</td><td class="poke2">54</td>
  381. </tr><tr>
  382. <td class="poke1">Held Item</td><td class="poke2"><a target="_blank" href="http://pokemondb.net/item/black-sludge">Black Sludge</a></td>
  383. </tr><tr>
  384. <td class="poke1">Skillset</td>
  385. </tr>
  386. <tr><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/growth">Growth</a>
  387. </td><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/solar-beam">Solar Beam</a>
  388. </td>
  389. </tr><tr>
  390. <td class="poke3"><a target="_blank" href="http://pokemondb.net/move/sucker-punch">Sucker Punch</a>
  391. </td><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/hidden-power">Hidden Power [Fire]</a>
  392. </td>
  393. </tr>
  394. </tr>
  395. </table>
  396.  
  397.  
  398. </div>
  399.  
  400. <div id="mon5" class="thepoke">
  401. <img src="http://i.imgur.com/uB7CmRa.gif" class="sprite"><br>
  402. <Br>
  403. <center>#059 Arcanine</center><br>
  404. <center>"Its magnificent bark conveys a sense of majesty. Anyone hearing it can’t help but grovel before it."</center>
  405.  
  406. <table>
  407. <tr>
  408. <td class="poke1">Class</td><td class="poke2"> NPC</td>
  409. </tr><tr>
  410. <td class="poke1">Gender</td><td class="poke2">♂</td>
  411. </tr><tr>
  412. <td class="poke1">Type</td><td class="poke2"><img src="http://www.serebii.net/pokedex-bw/type/fire.gif"></td>
  413. </tr><tr>
  414. <td class="poke1">Species</td><td class="poke2">Legendary Pokémon</td>
  415. </tr><tr>
  416. <td class="poke1">Height</td><td class="poke2">6′3″ (1.91m)</td>
  417. </tr><tr>
  418. <td class="poke1">Weight</td><td class="poke2">341.7 lbs (155.0 kg)</td>
  419. </tr><tr>
  420. <td class="poke1">Ability</td><td class="poke2"><a target="_blank" href="http://pokemondb.net/ability/intimidate">Intimidate</a></td>
  421. </tr><tr>
  422. <td class="poke1">Nature</td><td class="poke2">Adamant</td>
  423. </tr><tr>
  424. <td class="poke1">Level</td><td class="poke2">78</td>
  425. </tr><tr>
  426. <td class="poke1">Held Item</td><td class="poke2"><a target="_blank" href="http://pokemondb.net/item/leftovers">Leftovers</a></td>
  427. </tr><tr>
  428. <td class="poke1">Skillset</td>
  429. </tr>
  430. <tr><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/flare-blitz">Flare Blitz</a>
  431. </td><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/close-combat">Close Combat</a>
  432. </td>
  433. </tr><tr>
  434. <td class="poke3"><a target="_blank" href="http://pokemondb.net/move/extreme-speed">Extremespeed</a>
  435. </td><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/wild-charge">Wild Charge</a>
  436. </td>
  437. </tr>
  438. </tr>
  439. </table>
  440.  
  441.  
  442. </div>
  443.  
  444. <div id="mon6" class="thepoke">
  445. <img src="http://i.imgur.com/L5Ye2sG.gif" class="sprite"><br>
  446. <Br>
  447. <center>#018 Pidgeot</center><br>
  448. <center>"It spreads its gorgeous wings widely to intimidate enemies. It races through the skies at Mach-2 speed."</center>
  449.  
  450. <table>
  451. <tr>
  452. <td class="poke1">Class</td><td class="poke2"> NPC</td>
  453. </tr><tr>
  454. <td class="poke1">Gender</td><td class="poke2">♂</td>
  455. </tr><tr>
  456. <td class="poke1">Type</td><td class="poke2"><img src="http://www.serebii.net/pokedex-bw/type/normal.gif"><img src="http://www.serebii.net/pokedex-bw/type/flying.gif"></td>
  457. </tr><tr>
  458. <td class="poke1">Species</td><td class="poke2">Bird Pokémon</td>
  459. </tr><tr>
  460. <td class="poke1">Height</td><td class="poke2">4′11″ (1.50m)</td>
  461. </tr><tr>
  462. <td class="poke1">Weight</td><td class="poke2">87.1 lbs (39.5 kg)</td>
  463. </tr><tr>
  464. <td class="poke1">Ability</td><td class="poke2"><a target="_blank" href="http://pokemondb.net/ability/tangled-feet">Tangled Feet</a></td>
  465. </tr><tr>
  466. <td class="poke1">Nature</td><td class="poke2">Jolly</td>
  467. </tr><tr>
  468. <td class="poke1">Level</td><td class="poke2">56</td>
  469. </tr><tr>
  470. <td class="poke1">Held Item</td><td class="poke2"><a target="_blank" href="http://pokemondb.net/item/choice-band">Choice Band</a></td>
  471. </tr><tr>
  472. <td class="poke1">Skillset</td>
  473. </tr>
  474. <tr><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/brave-bird">Brave Bird</a>
  475. </td><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/hidden-power">Hidden Power [Ground]</a>
  476. </td>
  477. </tr><tr>
  478. <td class="poke3"><a target="_blank" href="http://pokemondb.net/move/u-turn">U-Turn</a>
  479. </td><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/steel-wing">Steel Wing</a>
  480. </td>
  481. </tr>
  482. </tr>
  483. </table>
  484.  
  485.  
  486. </div>
  487.  
  488. <div id="mon7" class="thepoke">
  489. <img src="http://i.imgur.com/I35KTbK.gif" class="sprite"><br>
  490. <Br>
  491. <center>#700 Sylveon</center><br>
  492. <center>"It sends a soothing aura from its ribbon-like feelers to calm fights."</center>
  493.  
  494. <table>
  495. <tr>
  496. <td class="poke1">Class</td><td class="poke2"> PC</td>
  497. </tr><tr>
  498. <td class="poke1">Name</td><td class="poke2"><a target="_blank" href="https://roleplay.chat/profile.php?user=Nymphia">Nymphia</a></td>
  499. </tr><tr>
  500. <td class="poke1">Gender</td><td class="poke2">♀</td>
  501. </tr><tr>
  502. <td class="poke1">Type</td><td class="poke2"><img src="http://www.serebii.net/pokedex-bw/type/fairy.gif"></td>
  503. </tr><tr>
  504. <td class="poke1">Species</td><td class="poke2">Intertwining Pokémon</td>
  505. </tr><tr>
  506. <td class="poke1">Height</td><td class="poke2">3′3″ (0.99m)</td>
  507. </tr><tr>
  508. <td class="poke1">Weight</td><td class="poke2">51.8 lbs (23.5 kg)</td>
  509. </tr><tr>
  510. <td class="poke1">Ability</td><td class="poke2"><a target="_blank" href="http://pokemondb.net/ability/pixilate">Pixilate</a></td>
  511. </tr><tr>
  512. <td class="poke1">Nature</td><td class="poke2">Modest</td>
  513. </tr><tr>
  514. <td class="poke1">Level</td><td class="poke2">58</td>
  515. </tr><tr>
  516. <td class="poke1">Held Item</td><td class="poke2"><a target="_blank" href="http://pokemondb.net/item/leftovers">Leftovers</a></td>
  517. </tr><tr>
  518. <td class="poke1">Skillset</td>
  519. </tr>
  520. <tr><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/echoed-voice">Echoed Voice</a>
  521. </td><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/draining-kiss">Draining Kiss</a>
  522. </td>
  523. </tr><tr>
  524. <td class="poke3"><a target="_blank" href="http://pokemondb.net/move/moonblast">Moonblast</a>
  525. </td><td class="poke3"><a target="_blank" href="http://pokemondb.net/move/charm">Charm</a>
  526. </td>
  527. </tr>
  528. </tr>
  529. </table>
  530.  
  531.  
  532. </div>
  533.  
  534. <div id="mon8" class="thepoke">
  535. <img src="IMAG URL HERE" class="sprite"><br>
  536. <Br>
  537.  
  538. </div>
  539.  
  540. <div id="mon9" class="thepoke">
  541. <img src="IMAG URL HERE" class="sprite"><br>
  542. <Br>
  543.  
  544. </div>
  545.  
  546.  
  547. <div id="content">
  548. <span style="float:left;"><a href="#mon1"><img src="http://i.imgur.com/Ouh4tjN.png"></a></span><span style="float:right;"><a href="#mon2"><img src="http://i.imgur.com/gRUD93z.png"></a></span><a href="#mon3"><img src="http://i.imgur.com/OPzrEMZ.png"></a>
  549. <br>
  550. <span style="float:left;"><a href="#mon4"><img src="http://i.imgur.com/rpKh917.png"></a></span><span style="float:right;"><a href="#mon5"><img src="http://i.imgur.com/cioT6B4.png"></a></span><a href="#mon6"><img src="http://i.imgur.com/iIggYvO.png"></a>
  551. <br><br>
  552.  
  553. <span style="float:left;"><a href="#mon7"><img src="http://i.imgur.com/Euvjsn0.png"></a></span><span style="float:right;"><a href="#mon8"><img src="http://media.pldh.net/items/ball/pokeball.png"></a></span><a href="#mon9"><img src="http://media.pldh.net/items/ball/pokeball.png"></a>
  554.  
  555. </div>
  556.  
  557. <div id="stats" class="boxoshit">
  558. <b>Name</b>: Mizuno Kazuki<br>
  559. <b>Nickname(s)</b>: Kaz, Kazu, 'Comrade' (Arkady,) 'Kazu-kun' (Ko-chan,) 'Senpai' (Kao-chan)<br>
  560. <b>Date of Birth</b>: 10-17-XXXX<br>
  561. <b>Age</b>: 34<br>
  562. <b>Species</b>: Human<br>
  563. <b>Height</b>: 6’2” (1.88m)<br>
  564. <b>Weight</b>: 96kg (211.6lbs)<br>
  565. <b>Build</b>: Fit as a fiddle, spry as they come<br>
  566. <b>Eyes</b>: Deep, dark blue. The color of sapphires<br>
  567. <b>Hair</b>: Raven black, medium length. Slightly disheveled at all times<br>
  568. <b>Orientation</b>: Demisexual<br>
  569. <b>Status</b>: Single<br>
  570. <b>Spouse</b>: N/A<br>
  571. <b>Parent(s)</b>: Mizuno Amaya (mother, living,) Mizuno Ryouichi (father, deceased)<br>
  572. <b>Siblings(s)</b>: N/A<br>
  573. <b>Offspring</b>: N/A<br>
  574. <b>Occupation</b>: Detective with the International Affairs Division<br>
  575. <b>Hometown</b>: Goldenrod City, Johto Region<br>
  576. <b>Personality</b>: Calm. Gentle. Fatherly. Giving, even when he has little for himself. Protective of the innocent. Merciless toward evildoers. Strong believer in justice. Promotes harmony between Pokemon and people, believing that the two should live side by side as equals in the world<br>
  577. <b>Loves</b>: Food, coffee, milk, caring for and training with his Pokemon, reading<br>
  578. <b>Hates</b>: Thieves, liars, littering, fighting (unnecessarily,) seeing others hurt<br>
  579. <b>Quirk(s)</b>: Coffee addict. He doesn't just like coffee, he <b><i>loves</b></i> it. Also, while he is horrible at it, he loves cooking (half of what he makes is generally inedible for one reason or another, be it a heavy or light hand with the seasoning, charring, overcooking, etc.)<br>
  580. </div>
  581.  
  582. <div id="bag" class="boxoshit">
  583. <u><b><center>INVENTORY</u></b></center>
  584. <b>19x</b> Poke Balls<br>
  585. <b>29x</b> Full Restores<br>
  586. <b>11x</b> Revives<br>
  587. <b>20x</b> Fresh Water<br>
  588. <b>20x</b> Lemonade<br>
  589. <b>9x</b> Max Elixir<br>
  590. <b>13x</b> Full Restore<br>
  591. <b>49x</b> Potion<br>
  592. <b>87x</b> Sweets (hard candies)<br>
  593. <b>6x</b> Assorted books<br>
  594. <b>1x</b> Katana<br>
  595. <b>2x</b> Keys (Handcuffs)<br>
  596. <b>1x</b> International Affairs badge<br>
  597. <b>1x</b> Handcuffs<br>
  598. <b>1x</b> Taser<br>
  599. <b>10x</b> Zip-ties<br>
  600. <b>5x</b> Notepads<br>
  601. <b>6x</b> Pens<br>
  602. <b>4x</b> Packs of cigarettes<br>
  603. <b>2x</b> Tins of Altoids mints<br>
  604. <b>1x</b> Zippo lighter<br>
  605. <b>1x</b> Cellular phone (see contacts)<br>
  606. <br>
  607. <b><u><center>CONTACTS</u></b></center>
  608. <a target="_blank" href="https://roleplay.chat/profile.php?user=Kaori">Kao-chan</a><br>
  609. <a target="_blank" href="https://roleplay.chat/profile.php?user=Amakaji">Ko-chan</a><br>
  610. <a target="_blank" href="https://roleplay.chat/profile.php?user=Arkady">Arkady</a><br>
  611. <a target="_blank" href="https://roleplay.chat/profile.php?user=Neriose">Eris</a><br>
  612. </div>
  613.  
  614. <div id="ooc" class="boxoshit">
  615. <b>✹</b> 8/10 times, I’m gonna be PM Friendly. Just know that there are some days, or even random times throughout the day, that I won’t be. Don’t get all ass hurt when that happens; everyone’s got their issues. If I am not interested in talking to you, you’ll know. I’m not exactly the sort that pretends to like somebody if they don’t<br>
  616. <b>✹</b> Pokemon Universe RP preferred. As in, Pokemon, Gijinka, and Trainers. The occasional exception will be made, but they’re rare and few in number<br>
  617. <b>✹</b> Smut and story are both equally welcome but I prefer a little build up before the characters get down and dirty<br>
  618. <b>✹</b> Battles are acceptable, but I only fight in a T-1 format<br>
  619. <b>✹</b> IC 99.9% of the time. In the rare moments that I’m not, I’ll make it known<br>
  620. <b>✹</b> IRL will always take priority over RP. I don't care if you take issue with that, that's how it's going to be. Throw a stink over it and I'll likely just laugh in your face and tell you, as cordially as possible, to fuck off<br>
  621. <b>✹</b> I do not - I repeat, I do not use any form of alternative communication. Skype, Facebook, texting.. None of that is going to happen. Don't ask<br>
  622. <b>✹</b> No profile, no rp. Period. That means have a picture, have words and, for the love of Arceus, have a basic grasp on the English language. I'm not a grammar Nazi but if I can't understand half of what you're saying, I'm not going to enjoy writing with you<br>
  623. <b>✹</b> The art isn’t mine, but I did have the main image rendered by a friend. I’ll only take it down at the artist's’ request<br>
  624. <b>✹</b> The code is MINE. A friend made it for me (you can find the link in the bottom left corner to her main profile.) I will not remove it unless SHE asks that I do so<br>
  625. <br>
  626. <b>bold</b> <i>italics</i> <a href="profile.php?user=" target="_blank">Link</a>.
  627. </div>
  628. </div>
  629. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement