Advertisement
radiantvictor

gracideal edit

Apr 11th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.87 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  5.  
  6. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  7.  
  8. <script>
  9.  
  10. (function($){
  11.  
  12. $(document).ready(function(){
  13.  
  14. $("a[title]").style_my_tooltips({
  15.  
  16. tip_follows_cursor:true,
  17.  
  18. tip_delay_time:90,
  19.  
  20. tip_fade_speed:600,
  21.  
  22. attribute:"title"
  23.  
  24. });
  25.  
  26. });
  27.  
  28. })(jQuery);
  29.  
  30. </script>
  31. <!--basic tooltip from tutorial-baby! Enjoy-->
  32. <style>
  33. .tooltip{
  34. display: inline;
  35. position: relative;
  36. }
  37. #s-m-t-tooltip {
  38. max-width:300px; /*how big the tooltip can be at most*/
  39. border-radius: 5px; /*change your border radius*/
  40. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  41. margin:20px 7px -2px 20px; /*distance from word*/
  42. background-color:#fff5f7; /*background color*/
  43. border:1px dotted #ffe3e9; /*border info*/
  44. font-family:calibri; /*tooltip font*/
  45. font-size:9px; /*tooltip font size*/
  46. letter-spacing:2px; /*tooltip letter spacing*/
  47. text-transform:uppercase; /*makes the tooltip title uppercase*/
  48. color:#ff9eb1; /*tooltip font color*/
  49. z-index:999999999999999999999999999999999999;
  50. }
  51. </style>
  52. <script type="text/javascript"
  53. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  54. <script>
  55. $(document).ready(function() {
  56. //
  57. $('a.poplight[href^=#]').click(function() {
  58. var popID = $(this).attr('rel'); //Get Popup Name
  59. var popURL = $(this).attr('href'); //Get Popup href to define size
  60. var query= popURL.split('?');
  61. var dim= query[1].split('&');
  62. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  63. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  64. var popMargTop = ($('#' + popID).height() + 80) / 2;
  65. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  66. //Apply Margin to Popup
  67. $('#' + popID).css({
  68. 'margin-top' : -popMargTop,
  69. 'margin-left' : -popMargLeft
  70. });
  71. $('body').append('<div id="fade"></div>');
  72. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  73. return false;
  74. });
  75. $('a.close, #fade').live('click', function() {
  76. $('#fade , .popup_block').fadeOut(function() {
  77. $('#fade, a.close').remove(); //fade them both out
  78. });
  79. return false;
  80. });
  81. });
  82. </script><title>{Title}</title>
  83. <link rel="shortcut icon" href="http://40.media.tumblr.com/1e75038150557f7d3967d5386f61c8a2/tumblr_nla404ox3s1swyyfwo1_75sq.png">
  84. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  85. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  86.  
  87. <!---- this is theme 30 by Hollywhood
  88. please don't remove the credit
  89. thank yo
  90. --->
  91.  
  92. <meta name="color:Background" content="#ffffff"/>
  93. <meta name="color:Text" content="#9B9B9B"/>
  94. <meta name="color:Link" content="#b8b8b8"/>
  95. <meta name="color:border" content="#F2F2F2"/>
  96. <meta name="color:" content="#D6D5D5">
  97. <meta name="color:Link Hover" content="#eeeeee"/>
  98.  
  99. <meta name="image:sidebar" content=""/>
  100.  
  101. <meta name="text:link 1" content="Link 1"/>
  102. <meta name="text:link 1 url" content="/"/>
  103. <meta name="text:link 2" content="Link 2"/>
  104. <meta name="text:link 2 url" content="/"/>
  105. <meta name="text:link 3" content="Link 3"/>
  106. <meta name="text:link 3 url" content="/"/>
  107. <meta name="text:link 4" content="Link 4"/>
  108. <meta name="text:link 4 url" content="/"/>
  109. <meta name="text:link 5" content="Link 3"/>
  110. <meta name="text:link 5 url" content="/"/>
  111. <meta name="text:link 6" content="Link 4"/>
  112. <meta name="text:link 6 url" content="/"/>
  113. <style type="text/css">
  114.  
  115. ::-webkit-scrollbar-thumb{
  116. background-color: #ffadc7;
  117. border: 3px solid transparent;
  118. border-radius:5px;
  119. height:auto;
  120. }
  121.  
  122. ::-webkit-scrollbar {
  123. height:auto;
  124. width:2px;
  125. border-radius:5px;
  126. background-color: #transparent;
  127. border:2px solid transparent;
  128. }
  129.  
  130. iframe#tumblr_controls {
  131. white-space:nowrap;
  132. -webkit-filter: invert(100%);
  133. -moz-filter: invert(100%);
  134. -o-filter: invert(100%);
  135. -ms-filter: invert(100%);
  136. filter: invert(100%);
  137. opacity:.2;transition: .8s ease-in-out;
  138. -webkit-transition: .8s ease-in-out;
  139. -moz-transition: .8s ease-in-out;
  140. -o-transition: .8s ease-in-out;
  141. }
  142.  
  143. h1 {
  144. font-weight:normal;
  145. font-size:13px;
  146. text-align:center;
  147. font-style:normal;
  148. line-height:100%;
  149. letter-spacing:1px;
  150. text-transform:normal;
  151. color:{color:text};
  152. }
  153.  
  154. h2 {
  155. font-size:10px;
  156. text-align:center;
  157. line-height:100%;
  158. letter-spacing:-0.5px;
  159. color:{color:text};
  160. font-weight:bold;
  161. text-transform:uppercase;
  162. padding:5px;
  163. padding-bottom:2px;
  164. }
  165.  
  166.  
  167. blockquote {
  168. border-left:2px solid {color:text};
  169. padding-left:5px;
  170. margin:5px;
  171. }
  172.  
  173.  
  174. body {
  175. background:{color:background};
  176. margin:0px;
  177. color:{color:text};
  178. font-family:times;
  179. font-size:12px;
  180. line-height:120%;
  181. background-image:url("http://40.media.tumblr.com/f8c361ae1d9e32e296ac9e139db7a88d/tumblr_nmd5efo3hD1u7iifpo1_1280.png");
  182. background-attachment: fixed;
  183. background-image:stretch;
  184. background-repeat: no-repeat;
  185. background-image:cover;
  186. background-position:left top;
  187. }
  188.  
  189. a {
  190. text-decoration:none;
  191. outline:none;
  192. -moz-outline-style:none;
  193. color:{color:link};
  194. -moz-transition-duration:0.5s;
  195. -webkit-transition-duration:0.5s;
  196. -o-transition-duration:0.5s;
  197. }
  198.  
  199. a:hover {
  200. text-decoration:none;
  201. outline:none;
  202. -moz-outline-style:none;
  203. color:{color:link hover};
  204. }
  205.  
  206. img {
  207. border:none;
  208. }
  209.  
  210. blockquote {
  211. padding-left:5px;
  212. border-left:2px dotted;
  213. border-radius:5px;
  214. }
  215.  
  216. blockquote blockquote {
  217. padding-left:5px;
  218. border-left:2px solid;
  219. }
  220.  
  221.  
  222. #post {
  223. width:250px;
  224. padding-bottom:30px;
  225. margin-top:-7px;
  226. opacity:0.8;
  227. -webkit-transition: all 0.6s ease-in-out;
  228. -moz-transition: all 0.6s ease-in-out;
  229. -o-transition: all 0.6s ease-in-out;
  230. -ms-transition: all 0.6s ease-in-out;
  231. transition: all 0.6s ease-in-out;
  232. }
  233. #post:hover {
  234.  
  235. opacity:1;
  236. -webkit-transition: all 0.6s ease-in-out;
  237. -moz-transition: all 0.6s ease-in-out;
  238. -o-transition: all 0.6s ease-in-out;
  239. -ms-transition: all 0.6s ease-in-out;
  240. transition: all 0.6s ease-in-out;
  241. }
  242.  
  243.  
  244.  
  245.  
  246. #entries {
  247. padding:10px;
  248. left:282px;
  249. top:50px;
  250. position:fixed;
  251. background-color:transparent;
  252. width:243px;
  253. height:105px;
  254. top:228px;
  255. padding: 20px;
  256. overflow-x:scroll;
  257. scroll:left;
  258. overflow-x:hidden;
  259. }
  260.  
  261. #sidebar {
  262. color:{color:text};
  263. position:fixed;
  264. width:91px;
  265. height:auto;
  266. margin-top:200px;
  267. margin-left:-70px;
  268. text-align:left;
  269. }
  270.  
  271. #sidebarimage img {
  272. width:100px;
  273. margin-top:0px;
  274. margin-bottom:5px;
  275. padding:-1px;
  276. outline-offset:4px;
  277. }
  278.  
  279. #links {
  280. color:#fac3ce
  281. position:fixed;
  282. font-family:cambria;
  283. width:150px;
  284. margin-top:67px;
  285. margin-left:435px;
  286. font-size:28px;
  287. text-transform:lowercase;
  288. text-align:center;
  289. line-height:170%;
  290. }
  291.  
  292. #links a{
  293. line-height:170%;
  294. padding:1px;
  295. margin-top:1px;
  296. margin-left:2px;
  297. color:#fac3ce;
  298. -moz-transition-duration:.7s;
  299. -webkit-transition-duration:.7s;
  300. -o-transition-duration:.7s;
  301. }
  302.  
  303. #links a:hover {
  304. color: {color:link hover};
  305. -moz-transition-duration:.4s;
  306. -webkit-transition-duration:.4s;
  307. -o-transition-duration:.4s;
  308.  
  309. }
  310.  
  311.  
  312. #description {
  313. width:103px;
  314. font-family:times;
  315. margin-bottom:0px;
  316. margin-top:20px;
  317. margin-left:-2px;
  318. text-align:justify;
  319. font-size:80%;
  320. color: {color:text};
  321. letter-spacing:1px;
  322. line-height:115%;
  323. }
  324.  
  325. #description a {
  326. color:{color:link};
  327. }
  328.  
  329. #description a:hover {
  330. color:{color:link hover};
  331. }
  332.  
  333. #pagination {
  334. font-family:cambria;
  335. width:403px;
  336. font-size:13px;
  337. text-transform:normal;
  338. margin-top:-20px;
  339. margin-left:340px;
  340. padding-top:25px;
  341. letter-spacing:1px;
  342. font-style:normal;
  343. text-align:center;
  344. }
  345.  
  346. #pagination a {
  347. color:{color:link};
  348. }
  349. #pagination a hover {
  350. color:{color:link hover};
  351. -moz-transition-duration:.4s;
  352. -webkit-transition-duration:.4s;
  353. -o-transition-duration:.4s;
  354. }
  355. #info {
  356. font-family:cambria;
  357. width:248px;
  358. margin-top:-13px;
  359. padding-top:1px;
  360. font-size:8px;
  361. letter-spacing:1px;
  362. color:{color:text};
  363. text-transform:lowercase;
  364. opacity:0;
  365. text-align:left;
  366. -moz-transition-duration:.7s;
  367. -webkit-transition-duration:.7s;
  368. -o-transition-duration:.7s;
  369. }
  370.  
  371. #info a {
  372. color:{color:link};
  373. text-align:right;
  374. }
  375.  
  376. #info a:hover {
  377. color:{color:link hover};
  378. }
  379. #post:hover #info {
  380. margin-top:3px;
  381. opacity:1;
  382. -moz-transition-duration:1.2s;
  383. -webkit-transition-duration:1.2s;
  384. -o-transition-duration:1.2s;
  385. }
  386.  
  387. .tags {
  388. font-family:cambria;
  389. font-style:normal;
  390. width:258px;
  391. text-transform:italic;
  392. color:{color:link};
  393. line-height:120%;
  394. opacity:0;
  395. font-size:8px;
  396. text-align:left;
  397. padding-top:7px;
  398. -moz-transition-duration:0.4s;
  399. -webkit-transition-duration:0.4s;
  400. -o-transition-duration:0.4s;
  401. }
  402.  
  403. #post:hover .tags {
  404. opacity:1;
  405. -moz-transition-duration:0.4s;
  406. -webkit-transition-duration:0.4s;
  407. -o-transition-duration:0.4s;
  408. }
  409.  
  410. .audio{
  411. background-color:#e5e5e5;
  412. height:70px;
  413. overflow:hidden;
  414. }
  415.  
  416. #ask {
  417. float:left;
  418. margin-left:10px;}
  419.  
  420. #credit {
  421. font-size:9px;
  422. font-family:cambria;
  423. font-style:italic;
  424. letter-spacing:1px;
  425. -moz-transition-duration:0.5s;
  426. -webkit-transition-duration:0.5s;
  427. -o-transition-duration:0.5s;
  428. }
  429.  
  430. #credit a {
  431. background-color:#fff;
  432. padding:5px;
  433. border:1px solid #e9e9e9;
  434. position:fixed;
  435. right:15px;
  436. bottom:10px
  437. }
  438.  
  439. #credit a:hover {
  440. color:#fff;
  441. background-color:#191919;
  442. }
  443.  
  444.  
  445. {CustomCSS}
  446.  
  447. #editthis{
  448. /* EDIT THIS STUFF TO POSITION YOUR MUSIC PLAYER */
  449. position:fixed;
  450. top:110px; /* YOU CAN CHANGE THIS TO BOTTOM */
  451. left:200px; /* YOU CAN CHANGE THIS TO RIGHT */
  452. z-index:99;}
  453.  
  454. /* I DON'T RECOMMEND TOUCHING THIS STUFF */
  455. #music1{
  456. position:fixed;
  457. padding:2px;
  458. -webkit-transition: all 0.5s ease-in-out;
  459. -moz-transition: all 0.5s ease-in-out;
  460. -o-transition: all 0.5s ease-in-out;}
  461.  
  462. #music1:hover #music2{
  463. opacity:0;
  464. margin-top:-25px;
  465. z-index:-1;}
  466.  
  467. #music1:hover #music3{
  468. opacity:1;
  469. margin-top:-5px;
  470. z-index:99;}
  471.  
  472. #music1:hover #musiclist{
  473. opacity:1;}
  474.  
  475. #music2{
  476. /* THIS IS THE GIF DIV */
  477. opacity:1;
  478. background-color:#fff;
  479. border:1px dotted #ccc;
  480. padding:6px;
  481. -webkit-transition: all 0.5s ease-in-out;
  482. -moz-transition: all 0.5s ease-in-out;
  483. -o-transition: all 0.5s ease-in-out;}
  484.  
  485. #music3{
  486. /* THIS IS THE ACTUAL MUSIC PLAYER DIV */
  487. opacity:0;
  488. position:fixed;
  489. background-color:#fff;
  490. border:1px dashed #ccc;
  491. width:55px;
  492. height:20px;
  493. z-index:99;
  494. margin-left:-5px;
  495. overflow:hidden;
  496. -webkit-transition: all 0.5s ease-in-out;
  497. -moz-transition: all 0.5s ease-in-out;
  498. -o-transition: all 0.5s ease-in-out;}
  499.  
  500. #musiclist{
  501. /* THIS IS THE PLAYLIST DIV */
  502. opacity:0;
  503. position:fixed;
  504. padding:6px;
  505. border:1px dashed #ccc;
  506. margin-left:10px;
  507. margin-top:10px;
  508. font-family:consolas;
  509. font-size:8px;
  510. background-color:#fff;
  511. width:120px;
  512. color:#999;
  513. text-transform:uppercase;
  514. -webkit-transition: all 0.5s ease-in-out;
  515. -moz-transition: all 0.5s ease-in-out;
  516. -o-transition: all 0.5s ease-in-out;}
  517.  
  518. #musiclist h1{
  519. /*THIS IS THE PLAYLIST TITLE SETTINGS*/
  520. font-family:consolas;
  521. font-size:11px;
  522. margin-top:0px;
  523. margin-bottom:2px;
  524. font-style:normal;
  525. font-weight:normal;
  526. color:#1bbafc; /*THIS IS THE PLAYLIST TITLE COLOR*/
  527. border-bottom:1px dotted #ccc;
  528. text-align:left;
  529. text-transform:uppercase;}
  530.  
  531. .popup_block{
  532. display:none;
  533. height:250px;
  534. background:#fff5f7;
  535. padding:20px;
  536. overflow-x:scroll;
  537. scroll:left;
  538. overflow-x:hidden;
  539. border:2px dotted #facdd6; /* if you want a solid white pop-up, delete this */
  540. border-radius:5px;
  541. float:left;
  542. position:fixed;
  543. top:50%;left:50%;
  544. z-index: 99999;
  545.  
  546. }
  547.  
  548. *html #fade {position: absolute;}
  549. *html .popup_block {position: absolute;}
  550. #fade {
  551. display:none;
  552. position:fixed;
  553. left:0px;
  554. bottom:0px;
  555. width:100%;
  556. height:100%;
  557. z-index:9999;
  558. background:#000; /* change to #fff for solid white */
  559. opacity:0; /* change to opacity:1; */
  560. }
  561.  
  562.  
  563. #ireverent2 {
  564. position:fixed;
  565. z-index:999;
  566. padding:13px;
  567. background:#fff0f6;
  568. position:fixed;
  569. font-family:corbel;
  570. font-size:11px;
  571. text-align:left;
  572. line-height:12px;
  573. position:fixed;
  574. margin-left:20px;
  575. margin-top:-7px;
  576. color:#ff9dba;
  577. width:26px;
  578. height:25px;
  579. text-transform:none;
  580. border:1px dashed #ffd9e2;
  581. overflow:hidden;
  582. transition: all 0.6s ease-out;
  583. -o-transition-transition: all 0.6s ease-out;
  584. -webkit-transition: all 0.6s ease-out;
  585. -moz-transition: all 0.6s ease-out;
  586. }
  587.  
  588. #ireverent2:hover{
  589. width:124px;
  590. height:auto;
  591. border:1px dashed #ffd9e2;
  592. transition: all 0.6s ease-out;
  593. -o-transition-transition: all 0.6s ease-out;
  594. -webkit-transition: all 0.6s ease-out;
  595. -moz-transition: all 0.6s ease-out;
  596. }
  597.  
  598. b, strong {
  599. color:#fa8cab;
  600. font-size:13px;
  601. font:times;
  602. text-shadow: 1px 2px 9px #ff708a;
  603. }
  604.  
  605. </style></head><body>
  606. <div id="editthis">
  607. <div id="music1">
  608. <div id="music2">
  609.  
  610. <!-- YOU CAN CHANGE THE MUSIC GIF BELOW. -->
  611. <img src="http://media.tumblr.com/tumblr_m7vzw2cqLS1r6o8v2.gif"></div>
  612.  
  613. <div id="music3">
  614. <Div style="margin-top:4px;">
  615. <!-- YOUR MUSIC CODE GOES HERE, RIGHT AFTER THIS LINE. -->
  616. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k003.kiwi6.com/hotlink/fpxodyompi/ToraDora_Lost_My_Pieces_Music_Box_Version_.mp3&t0=Lost My Pieces&f1=http://k003.kiwi6.com/hotlink/sh0by362vy/Panic_At_The_Disco_and_Fun.-_C_mon_Audio_.mp3&t1=C'mon&f2=http://k003.kiwi6.com/hotlink/fjvrik3lrp/1AM_-_Animal_Crossing-_New_Leaf_Music.mp3&t2=New Leaf&total=3" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  617. </div>
  618. </div>
  619.  
  620. <div id="musiclist">
  621. <h1>Playlist</h1>
  622. <!-- PUT YOUR MUSIC TITLES HERE. BE SURE TO ADD A BREAK AFTER EACH ONE. -->
  623. 01. LOST MY PIECES — MUSIC BOX ; TORADORA! <br>
  624. 02. C'MON — PANIC AT THE DISCO <br>
  625. 03. 1 AM — ANIMAL CROSSING <br>
  626. </div>
  627.  
  628. </div>
  629. </div>
  630.  
  631.  
  632. <div id="ireverent2">
  633. <center><img src="http://cdn.bulbagarden.net/upload/c/c2/DawnContestwalkdown.png" style="opacity: 1;"> </center>
  634. <br>
  635. <center><div style="background: #ffebef; padding: 3px;font-size: 12px;"><b>INFORMATION</b></div><p>
  636.  
  637.  
  638. <b><i>INDEPENDENT</i></b></big> &nbsp;semi-canon divergent hikari<br>merged timelines with extra events <big><b>&&.</b></big> story<br>highly selective <b>&&.</b> exclusive<br>selective singleship — <big><b>taken by <a title="Hugh" href="http://unovanger.tumblr.com/">this dork</a></b></big>
  639.  
  640. <div style="background: #ffebef; padding: 3px;font-size: 12px;"><b>STATUS</b></div><p>
  641.  
  642. currently accepting threads — large or small from any mutual pokemon rpers<br>theme requests for mutual <b>pokemon rpers</b> are <big><b>OPEN.</b><br><script language="JavaScript">
  643. var ref = (''+document.referrer+'');
  644. var w_h = window.screen.width + " x " + window.screen.height;
  645. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4817531&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  646. </script> <b><i>;</i></b> <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2879091&name="></script>
  647.  
  648.  
  649. </p>
  650. <div style="background: #ffebef; padding: 3px;font-size: 12px;"><b>WRITER</b></div><p>
  651.  
  652. written by <big><b><i>DAWN !</i></b></big>
  653. <div style="background: #ffebef; padding: 3px;font-size: 12px;"><b>OTHER BLOGS</b></div><p>
  654. <a href="http://toughclawed.tumblr.com/">Alain</a> of the Pokemon Mega Evolution Specials
  655. <br>
  656. <a href="http://matierror.tumblr.com/">Emma</a> of the Pokemon XY games
  657.  
  658. <div style="background: #ffebef; padding: 3px;font-size: 12px;"><b><I>&&.</I></b></b></div><p>
  659. <a href="http://dim.ukime.org/poke/log_16.html">sidebar credit <b><i>!</i></b></a><br><a href="http://geno2925.tumblr.com/post/113740309604/here-are-some-custom-edited-pokemon-xy-oras-styled">fav icon credit <b><i>!</i></b></a><br><a href="http://drawr.net/show.php?id=1483020#rid1525278">icon credit <b><i>!</i></b></a>
  660. </center>
  661. </div>
  662.  
  663. <div id="rules" class="popup_block">
  664. <center><img src="https://40.media.tumblr.com/84e7594fe451658a685916e589fb74be/tumblr_nm7o4wwQXX1u7iifpo1_400.png"></center>
  665. <center><blockquote>
  666. <p><b>CHARACTER INFORMATION</b></p>
  667. </blockquote>
  668. <p>This blog is for Trainer Hikari of &nbsp;the Pokemon Diamond/Pearl and Platinum Games. The majority of interactions will strictly be post-Platinum or Post-BW2. She's canon divergent in the way that the Diamond and Pearl games come strictly first chronologically, with her being the player character, but skip two years later and she is the NPC lab assistant for Professor Rowan in the Pokemon Patinum Games. Later on, I do make her the Champion of the games a few years after the end of Platinum, but for the most part, she will simply be a lab assistant as a verse for BW / Platinum, though Post-BW2 is the main and default verse.</p>
  669. <p>I do take elements from anime and manga verse as well, but keep in mind it is never that specific verse.</p>
  670. <p>This blog is singleship with <strong><a href="unovanger.tumblr.com" target="_blank">unovanger</a>,</strong> but canon to <a href="contortvm.tumblr.com" target="_blank"><strong>contortvm</strong></a>.<br /></span></p>
  671. <p >Don&rsquo;t tell me how to play my character&nbsp;; I&rsquo;m perfectly cool with anyone telling me areas of improvement, but for the love of Arceus, do not just leave a message in my inbox just saying &ldquo;ur character sux&rdquo; without any explanation for it.</span></p>
  672. <blockquote>
  673. <p><b>BASIC RULES</b></p>
  674. </blockquote>
  675. <p>I won&rsquo;t follow everyone back ;&nbsp;I&rsquo;ll take a look at your blog before following or not, and while I&rsquo;m cool with your character not having an about, if you don&rsquo;t have rules, there&rsquo;s a low chance of me following you.</span></p>
  676. <p>That said, I will only accept asks from mutuals in any situation. Enough said. No magic anons. I&rsquo;m lazy as heck, so it&rsquo;s hard for me to keep up, plus I don&rsquo;t see too much point to them.</p>
  677. <p>In regards to plotting: I am always open to mutuals asking to plot, as long as it&rsquo;s in reason. I have every right to choose whether or not I thread with you, regardless of plotting, and regarding crossover threads, while I am not too selective of following non-Pokemon RPers as long as you have good information on your character, I will not plot with non-Pokemon RPers or self inserts, and like I said about M!As, end of story.</span></p>
  678. <p>I&rsquo;m really selective in terms of who I follow. Do not pester me at all if I do not follow you, and that said, if I don&rsquo;t follow you within two days, I&rsquo;m not following you.</p>
  679. <blockquote>
  680. <p><b>ROLEPLAYING INFORMATION</b></p>
  681. </blockquote>
  682. <p>I post way too many starter calls (which are for mutuals only) but, regardless if you like it or not, I still got a choice in whether I should make it or not.</p>
  683. <p>Please let me know if I&rsquo;ve forgotten a reply! I try to keep track of things, but I&rsquo;m very sorry if I don&rsquo;t see it! That noted, please don&rsquo;t pester me for it, but a reminder now and then is perfectly fine!</p>
  684. <p><strong>I will only roleplay with mutuals.</strong></p>
  685. <p>Please be somewhat eligible in terms of spelling, grammar, and punctuation. I understand if English isn&rsquo;t your first language, but at the very least please let me be able to read it. That is, unless it&rsquo;s crack.</p>
  686. <p>That said, I love crack roleplay. Having fun with your character is seriously encouraged, and I never unfollow for that sort of thing.</p>
  687. <blockquote>
  688. <p><b>ANONS AND DRAMA</b></p>
  689. </blockquote>
  690. <p>Anon hate will not be tolerated at all. It&rsquo;s gonna be deleted immediately.</p>
  691. <p>Any anonymous messages &ldquo;warning&rdquo; me about other users aren&rsquo;t going to be taken into much consideration. If you got something to say to me about someone do it off anon.</p>
  692. <p>No drama, please. I get enough of it just watching the dashboard, so please don&rsquo;t involve me in it when I&rsquo;m not supposed to be, especially on anon.</p>
  693. <blockquote>
  694. <p>ASKS</p>
  695. </blockquote>
  696. <p>Ask meme karma isn&rsquo;t necessary at all. I&rsquo;ll try my best myself to follow so in some circumstances, but for the most part, followers aren&rsquo;t required to do so.</span></p>
  697. <blockquote>
  698. <p><b>UNFOLLOWING</b></p>
  699. </blockquote>
  700. <p>I don&rsquo;t unfollow too often, to be honest? But, uh, here are some reasons why I might&nbsp;; half the time it&rsquo;s nothing personal, but one thing you don&rsquo;t have to worry about is OOC. I never unfollow for excessive OOC posts, aside from completely unrelated things, but anywho, here are the reasons:</span></p>
  701. <ul>
  702. <li>Not being mutuals with me for more than two weeks.</li>
  703. <li>Drama.</li>
  704. <li>LOADS OF SELF PITY. Don&rsquo;t get me wrong, I do see that some people aren&rsquo;t the most confident? but please, do not constantly be a self-matyr and pity yourself 24/7.</li>
  705. <li>If you, or your posts irritate me&nbsp;; this could happen for loads of reasons. First, the above, and second, if?? I don&rsquo;t enjoy your character, or if you just post smut (I&rsquo;m cool if it&rsquo;s tagged, but if not, no) constantly.</li>
  706. <li>STEALING.</li>
  707. <li>Hate.</li>
  708. <li>If you unfollow me first.</li>
  709. </ul></center>
  710. </div>
  711.  
  712. </div></div></div></div></div></div></div></div></div></div>
  713.  
  714. <div id="stats" class="popup_block">
  715. <p><center><img src="https://36.media.tumblr.com/0159ec59b15416731368ada086d4bff1/tumblr_nm7o4wwQXX1u7iifpo2_400.png"></center>
  716. <p><center><img src="https://40.media.tumblr.com/4dc01781894e39a7b9b9b89d7f12386d/tumblr_inline_nm1qopgKtw1t8zc0m_500.png" />&nbsp;<img src="https://41.media.tumblr.com/16c6be6d31e1565c42ac8075c161566a/tumblr_inline_nm1qoyZ70U1t8zc0m_500.png" />&nbsp;<img src="https://36.media.tumblr.com/7e6b3b29e10fbc379dd6352d2bcc6388/tumblr_inline_nm1qpbthSV1t8zc0m_500.png" /></p>
  717. <p><strong>Birth-given Name: </strong>Hikari Kyoko Kimura<br /><strong>Date of Birth:</strong> November 19th<br /></span><strong>Age:&nbsp;</strong>16 yrs. post-Platinum, 20 yrs. post-BW2<br /><strong>Height:&nbsp;</strong>5&rsquo;<br /><strong>Weight:&nbsp;</strong>91&nbsp;lb.<br /><strong>Species:&nbsp;</strong>Human<br /><strong>Gender:&nbsp;</strong>Demigirl<br /><strong>Sexual | Romantic orientation: </strong>Asexual | Demi-panromantic<strong><br />Occupation:</strong> Certified&nbsp;<span style="line-height: 1.4;">ᴾᴷᴹᴺ Trainer&nbsp;; research assistant at the Sandgem Town&rsquo;s Pokemon Lab&nbsp;; one of two DexHolders for the Sinnoh region &mdash; SinnohDex is complete, NationalDex incomplete<br /><strong>Ethnicity:</strong> Sinnohan &amp;&amp; Kantonese<br /><strong>Family:&nbsp;</strong>Hiroki &amp;&amp; Momoko Kimura (parents) ;; Hitomi Kimura (younger sister)<br /><strong>Spoken language(s):</strong>&nbsp;fully fluent Japanese, rough English, &amp;&amp; very basic Kalosian<br /><strong>Voice claim(s):</strong> <a href="https://www.youtube.com/watch?v=oRixOWMH0LU" target="_blank">Risa Taneda</a>&nbsp;(Japanese)&nbsp;; <a href="https://youtu.be/7_CvVf9yflU?t=33s" target="_blank">Jennifer Paz</a> (Lapis Lazuli; Steven Universe)<p/><p><strong>TROPES</p></strong>Action Girl, Adorbaly Precious Child, Adorkable, Anti-Hero, Awesome Backpack, Back-to-Back Badasses, Beware the Nice Ones, Cute Bruiser, Dangerously Short Skirt, Deadpan Snarker, Exposed To The Elements, Fire&mdash;forged Friends, Genki Girl, Good Is Not Nice/Soft, Good With Numbers, Guile Hero, Hair Decorations, Kid Hero, Large Ham, Little Miss Badass, Mini Dress of Power, Nice Hat, Platonic Life Partners, Socially Awkward Hero, The Leader, The Heroine, The Smart Girl, The Straight Man, Took a Level in Badass, Tsundere, Wise Beyond Their Years<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</p><p><strong><center>PERSONALITY</center></strong></p> a relatively calm and collected girl, Hikari&rsquo;s always seeking an answer, and chances are, she&rsquo;ll find it in given time. But, unfortunately, with such a curious attitude comes with pride, and when there&rsquo;s something to be said, she&rsquo;ll say it, with some unnecessary sass included. Her usual attitude is quite friendly, being open to most people and conversations, but say something wrong or act hostile, she can make a complete 180. Keep in mind that this girl is one of the&nbsp;<strong>best</strong> in the region &mdash; second to only Cynthia and a few select others, Hikari is a skilled battler with a mind as strong as her will and emotions. She&rsquo;s definitely not afraid to let a person have it, with her normal method of vengeance coming in many verbal and snarky remarks &mdash; all of which can sound very underhanded and passive aggressive. Yet, despite her numerous flaws, Hikari is a person with heart; she knows what to do, even if she doesn&rsquo;t know how to get there, and is still pushing through as strong as she can.<br /></span><span style="line-height: 1.4;"><p><strong> CANON EVENTS&nbsp;</strong></p><p>born to two caring parents by the names of Hiroki and Momoko Kimura, Hikari has always been a girl who&rsquo;s up on her feet, always seeking answers; a trait that has shone through even in her childhood. She had attended school with a young boy named Barry at the time, the two both being enthusiastic for their future as Trainers. There had been another around at the time, Koki. Her eyes never stayed focused on the boy for too long, only knowing of his presence and nothing more, and it had always been that way. The years went by, with the regular ups and downs, and on another day with another adventure, the hyperactive blonde had dragged the girl to the lake near their home, and after a failed legendary-search, the two left, only to be attacked by a herd of Starlies. The two immediately grabbed PokeBalls out of a stray pack left by a certain Professor, and emerged victorious from the battle. It was then that she had gotten her first Pokemon (after a small talk with the Professor, of course) and began her Pokemon journey. It was as normal as one could get with its regular ups and downs, up until Hikari met Galactic.</span></p>
  718. <p><span style="line-height: 1.4;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; As one would think of such a group, the organization never stuck in her mind with too much importance, with her primary feelings toward the group only being irritation. The Trainer only continued, earning badges up until Snowpoint, where her entire world was thrown out of balance, quite literally. The group that she had run into had started a disaster completely unprepared for, by kidnapping the Lake Spirits and extracting the Red Chain, Galactic began to alter the dimensions and timelines right before her using the Pokemon Palkia and Dialga. Hikari battled Jupiter and Mars alongside her friend, triumphing above them as always, only to face Cyrus next. It was a battle that ended in her favor, but next came her final challenges: Dialga and Palkia. Catching the deity was completely against her desires, and defeating the Legends, the chaos ended. But, the journey wasn&rsquo;t. Hikari still had one badge to go, and earn it she did, only to face the Pokemon League soon after. All four of the Elites had been&nbsp;<em><strong>tough,</strong>&nbsp;</em>but soon after the Champion came: Cynthia. Hikari had met the woman multiple times during her journey, growing to admire her power and skill on the battle field, but now she was facing&nbsp;<strong>her.</strong> The battle was long and hard, ending with their Garchomps battling each other, with the younger&nbsp;<strong>surprisingly</strong> emerging victorious. Was she proud? Very much so. But&hellip;&nbsp;<br><center><strong>Did she accept the position?</strong><br> No. </center></p><p>During those past few years, Hikari had learned that her own ideology was not to fight for reputation or anything trivial - it was to fight for what you believed, and for the ultimate good, as vague as that was.&nbsp;<strong>That</strong> was what she learned to understand.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Of course, this decision did come with some backlash from the media, knocking down her popularity with other Trainers quite a bit, but it didn&rsquo;t matter. Battling was never truly her forte, something that never had as much interest to it as simply learning from them did. She wanted to learn more about the world, and the Pokemon that roamed it, and that desire pushed her to become Professor Rowan&rsquo;s assistant in Sandgem within time. It was around then that Koki had started his journey, and taking a newly hatched Chimchar along with her, she taught him the basics of battling along with capturing Pokemon. <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; After that incident, Hikari had met the boy multiple times along his journey, along with a group that was forever a thorn at her side: Galactic. Several times had they come across her mind, filling her with anger and worry at why they had come back after this long, only to be answered with the entrance of the Distortion World. It had been Koki that had saved the day, that time, but the fact that Cyrus was stuck in that literal hellhole didn&rsquo;t sit well with her, nor Koki&rsquo;s reaction. He had come back terrified, with the experience of what had happened back there unknown to her, but evoking worry from both her and Barry. It had been a memory that stuck with her, that will never be forgotten, but now comes the present. Now, things are at peace. Galactic is nowhere to be seen, and the region is recovering with remarkable progress.&nbsp;</span></p>
  719. <p><span style="line-height: 1.4;"><strong>POST-GAME BUT CANON DIVERGENT EVENTS</strong></span></p>
  720. <p><span style="line-height: 1.4;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Somewhere along the way, the girl had come across a previously unknown Pokemon - Shaymin, who had gotten her into quite a few adventures involving some ruins of her past, leading her to the Distortion World. It was an area otherwise unknown to her, but unlike Koki, the researcher had proper knowledge before such events, so it ended up not as traumatizing as one would think.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;It should be known that due to past events that Hikari has had a lot of exposure to the Distortion World and its matter, but as far as she knows such exposure doesn&rsquo;t cause anything negative nor positive.</span></p>
  721. </div>
  722.  
  723. </div></div></div></div></div></div></div></div></div></div>
  724.  
  725. <div id="verses" class="popup_block">
  726. <center><img src="https://41.media.tumblr.com/29138ce6d82b46e53e1eda2375b3f2b8/tumblr_nm7o4wwQXX1u7iifpo3_400.png"></center>
  727. <center>
  728. <strong>MAIN VERSE: CANON TIMELINE <br>DIAMOND &amp;&amp; PEARL&nbsp;&raquo; PLATINUM</blockquote></strong><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; You know the regular story of the hero; defeating the villain and bringing peace to the world - but what you don&rsquo;t know is that there were actually&nbsp;<strong>two.</strong> Hikari and Koki were there names, with Hikari as the first, and Koki as the second; just as always. Hikari and Barry left first, with no knowledge of what was yet to come, but with every encounter with the group only came with more mysteries, all leading up to Spear Pillar. It had ended in a more-or-less good way, with Hikari defeating the boss of Team Galactic and moving on, only to have this story&nbsp;<strong>repeat,</strong> this time with Koki as the hero.</blockquote>
  729. <p><img src="https://40.media.tumblr.com/9327320c3505026c0c46a8ee22f24202/tumblr_inline_nlj20ipf601t8zc0m_500.png" /></p>
  730. <p><strong>V: LADY CHAMP.<br /></strong>&nbsp; &nbsp; &nbsp;Post-BW2 verse.<br />&nbsp; &nbsp; &nbsp;Age: 20<br />&nbsp; &nbsp; &nbsp;Badges: 8</p>
  731. <p></p>
  732. <p><img src="https://31.media.tumblr.com/9b2e7cd010e198a344d9720638da1905/tumblr_inline_nk4xca1fnF1t8zc0m.png" /></p>
  733. <p><strong>V: ETERNALLY GRATEFUL.</strong><br />&nbsp; &nbsp; Post-Platinum verse.<br />&nbsp; &nbsp; Age: 16<br />&nbsp; &nbsp; Badges: 8</p>
  734. <p><img src="https://31.media.tumblr.com/454c45702186a1a2a778664bef9e09ca/tumblr_inline_nk4xckbEPT1t8zc0m.png" /></p>
  735. <p><strong>V: DISTORTION.<br /></strong>&nbsp; &nbsp; Takes place during Platinum.<br />&nbsp; &nbsp; Age: 14-15<br />&nbsp; &nbsp; Badges: 8<br />&nbsp; &nbsp; Region-locked.</p>
  736. <p><img src="https://31.media.tumblr.com/9367fdf1ac36d07aff5e953ba6616a48/tumblr_inline_nk4xctoIdO1t8zc0m.png" /></p>
  737. <p><strong>V: FOOLISH CHILD.</strong><br />&nbsp; &nbsp; &nbsp;Post-Diamond &amp;&amp; Pearl verse.<br />&nbsp; &nbsp; &nbsp;Age: 12<br />&nbsp; &nbsp; &nbsp;Badges: 8<br />&nbsp; &nbsp; &nbsp;Region-locked.</p>
  738. <p><img src="https://31.media.tumblr.com/789527562256fbdc71f49038be1d2da0/tumblr_inline_nk4xd2OHJ31t8zc0m.png" /></p>
  739. <p><strong>V: SPACIAL RIFT.</strong><br />&nbsp; &nbsp; &nbsp;Takes place during Diamond &amp;&amp; Pearl.<br />&nbsp; &nbsp; &nbsp;Age: 11-12<br />&nbsp; &nbsp; &nbsp;Badges: 5<br />&nbsp; &nbsp; &nbsp;Region-locked.</p>
  740. <p><img src="https://31.media.tumblr.com/f03e5b5d7ddfed7c5b16fddfee4ede44/tumblr_inline_njgtngvn0Q1t8zc0m.png" /></p>
  741. <p><strong>V: PRECIOUS TREASURE.</strong><br />&nbsp; &nbsp; &nbsp; &nbsp; Reincarnation verse, with Hikari&rsquo;s previous life being known as Takara Satou. When she was alive, Takara was known for being quite the skilled Trainer, with many badges and titles under her belt, but ultimately had the occupation of helping to protect the temple of Regigigas in Snowpoint City. Her method of death is still unknown to the public, but in reality she had died in a battle near Snowpoint - exactly sixteen years ago.<br />&nbsp; &nbsp; &nbsp; &nbsp; Age: 21, up until her death<br />&nbsp; &nbsp; &nbsp; &nbsp; Badges: 8<br />&nbsp; &nbsp; &nbsp; &nbsp; Region-locked.<br />&nbsp; &nbsp; &nbsp;</p>
  742. <p><strong>WRONG TURN: CANON TIMELINE WITH CHANGES MADE.<br /></strong><blockquote>The resolution of the Galactic incident still remains as something that ended well, but with these verses, Hikari has made different choices, and in some her involvement might be less or more deeply rooted with Galactic and Interpol.</p>
  743. </blockquote>
  744. <p><img src="https://31.media.tumblr.com/3422cf4ef805667d32c2090d26a1d6c3/tumblr_inline_njqinvkrcF1t8zc0m.png" /></p>
  745. <p><strong>V: COORDINATION.<br /></strong> &nbsp; &nbsp; &nbsp;Coordinator verse. Not anime, but is inspired and heavily based on it.<br />&nbsp; &nbsp; &nbsp;Age: 15<br />&nbsp; &nbsp; &nbsp;Badges: 1<br />&nbsp; &nbsp; &nbsp;Ribbons: 4<br />&nbsp; &nbsp; &nbsp;Region-locked.</p>
  746. <p><img src="https://31.media.tumblr.com/c8a3f4fe13d2f02d9ba10e6ea83f884b/tumblr_inline_njqinp1GqG1t8zc0m.png" /></p>
  747. <p><strong>V: UNDERCOVER.<br /></strong> &nbsp; &nbsp;Galactic Spy verse where Hikari is infiltrating the Galatctic HQ to get information. Her involvement with Interpol is much more clear and rooted in this verse, and while there isn&rsquo;t too much divergence from the actual timeline, her personality is more hardened and distant.<br />&nbsp; &nbsp; &nbsp; Age: 14-15<br />&nbsp; &nbsp; &nbsp; Badges: 6<br />&nbsp; &nbsp; &nbsp; Region locked.</p>
  748. <p><strong>AND NOW FOR SOMETHING COMPLETELY DIFFERENT:<blockquote>IMELINES IN WHICH THERE IS NO INVOLVEMENT WITH THE CANON TIMELINE.</strong></p>
  749. </blockquote>
  750. <p><img src="https://31.media.tumblr.com/e8afbe2907b10c8979afdd9377e51717/tumblr_inline_njqnixWWc11t8zc0m.png" /></p>
  751. <p><strong>V: ARTISTIC.<br /></strong> &nbsp; &nbsp; &nbsp;Manga artist/high-school timeline slightly inspired by the anime Gekkan Shoujo Nozaki-kun. Hikari is a manga artist under the name Kyou Hayashi, working on her shoujo manga in her free time after school. She shows clear dislike of the many restrictions placed on her writing and plots, but ultimately she tries to write and draw stories that people will like, rather than the stereotypical. Her personality is definitely much more eccentric but still rather introverted and awkward, often showing her many odd habits to her assistants and classmates.<br />&nbsp; &nbsp; &nbsp; &nbsp;Age: 17<br />&nbsp; &nbsp; &nbsp; &nbsp;Occupation: manga artist and high-school student.</p>
  752. <p><img src="https://31.media.tumblr.com/710da6dd29c9758de0fe21ff8c7b7d4d/tumblr_inline_nk4x8e43i41t8zc0m.png" /></p>
  753. <p><strong>V: TOP COORDINATOR.<br /></strong>&nbsp; &nbsp; PokeAni verse; post-Best Wishes.<br />&nbsp; &nbsp; Age: 16<br />&nbsp; &nbsp; Occupation: coordinator</p>
  754. <p><img src="https://31.media.tumblr.com/223c4058c591f8e872a7aa1cf3f9f92d/tumblr_inline_nk4xafZvKO1t8zc0m.png" /></p>
  755. <p><strong>V: INCOMPLETE HEARTS.<br /></strong>&nbsp; &nbsp; &nbsp;Pokemon Special verse.<br />&nbsp; &nbsp; &nbsp;Name: Platinum Berlitz<br />&nbsp; &nbsp; &nbsp;Age: 15<br />&nbsp; &nbsp; &nbsp;Occupation: trainer</p>
  756. </center>
  757. </div>
  758.  
  759. </div></div></div></div></div></div></div></div></div></div>
  760.  
  761. <div id="navi" class="popup_block">
  762. <center><img src="https://40.media.tumblr.com/c4550459b451cb3cd09c37b22176dbe4/tumblr_nm7o4wwQXX1u7iifpo4_250.png"> </center>
  763. <b><big><big><center>NAVIGATION.</center></big></big></b><P><center><a href="/s">STATISTICS.</a><br><a href="#?w=350" rel="pkmn" class="poplight">POKEMON.</a><br><a href="/v">TIMELINES.</a><br><a href="/r">RULES.</a><br><a href="#?w=350" rel="mun" class="poplight">WRITER.</a><br><a href="/blogroll"/>BLOGROLL.</a><br><a href="http://trainerhikari.co.vu/sources">SOURCES.</a><br><a href="http://trainerhikari.co.vu/tagged/%E2%98%86-%3B%3B-headcanon.">HEADCANON.</a><br><a href="http://trainerhikari.co.vu/m">OTHER BLOGS.</a> <p><big><big><b>CANONS.</b></big></big><p><a href="http://trainerkoki.co.vu"/>KOKI.</a><br><a href="http://thortonite.tumblr.com/">THORTON.</a><br><a href="http://distorsixne.tumblr.com/">GIRATINA.</a><br><a href="http://flintage.tumblr.com/">FLINT.</a><br><a href="https://wavebombs.tumblr.com"/>RILEY.</a><br><a href="http://desoque.tumblr.com/">CAITLIN.</a><br><a href="http://airbliss.tumblr.com/">LEAF.</a><br><br><big><big><b>EXCLUSIVES.</b></big></big><p> <a href="http://heroistics.tumblr.com/">AYANO.</a><br><a href="http://airbliss.tumblr.com">LEAF.</a> </center>
  764. </div>
  765.  
  766. </div></div></div></div></div></div></div></div></div></div>
  767.  
  768. <div id="pkmn" class="popup_block">
  769. <center>
  770. <blockquote>
  771. <p><strong>{ HALL OF FAME PARTY }</strong></p>
  772. </blockquote>
  773. <p><img src="https://31.media.tumblr.com/17526ebcea33b51b32f52009dd702c7b/tumblr_inline_nkrigi7iRK1t8zc0m.png" /></p>
  774. <p><strong>[&nbsp;♀ INFERNAPE | #392 | LV. 93 ] </strong><br />&nbsp; &nbsp; ► ABILITY: BLAZE<strong><br /></strong>&nbsp; &nbsp;&nbsp;► NATURE: ADAMANT<br />&nbsp; &nbsp;&nbsp;► NOTES: QUICK TEMPERED.<br />FLARE BLITZ | CLOSE COMBAT | ROCK CLIMB | BLAST BURN</p>
  775. <p><img src="https://31.media.tumblr.com/8c541475c1d9819067296ef99e986cd6/tumblr_inline_nhxvoxAPdh1t8zc0m.png" /></p>
  776. <p><strong>[&nbsp;</strong><span>♂&nbsp;<strong>AMBIPOM | #424 | LV. 88 ]</strong></span></p>
  777. <p><span style="color: #545454; font-family: arial, sans-serif; font-size: small; line-height: 18.2000007629395px;">&nbsp; &nbsp;</span><span style="line-height: 1.4;">► ABILITY: TECHNICHIAN<br /></span><span style="line-height: 1.4;">&nbsp; &nbsp; ► NATURE: RELAXED<br /></span><span style="line-height: 1.4;">&nbsp; &nbsp; ► NOTES: MISCHEVIOUS<br />&nbsp; &nbsp;DOUBLE HIT | RETURN | RETALIATE | AGILITY</span></p>
  778. <p><img src="https://31.media.tumblr.com/d3edd464a457b54b24b9466c0ecff0af/tumblr_inline_nhxvp4hxrq1t8zc0m.png" /></p>
  779. <p><strong>[&nbsp;</strong>♂&nbsp;<strong style="line-height: 1.4;">STARAPTOR | #398 | LV. 91 ]<br /></strong> &nbsp; &nbsp;&nbsp;► ABILITY: INTIMIDATE<br />&nbsp; &nbsp;&nbsp;► NATURE: DOCILE<br />&nbsp; &nbsp;&nbsp;► NOTES: A LITTLE QUICK TEMPERED&nbsp;<br />&nbsp; &nbsp;BRAVE BIRD | ROOST | CLOSE COMBAT | STEEL WING</p>
  780. <p><img src="https://31.media.tumblr.com/b04224a320a87e6814da16e11635703b/tumblr_inline_nhxvpcm3881t8zc0m.png" /></p>
  781. <p><strong>[ ROTOM | #479 | LV. 89 ]<br /></strong> &nbsp; &nbsp;&nbsp;► ABILITY: LEVITATE<br />&nbsp; &nbsp;&nbsp;► NATURE: RASH<br />&nbsp; &nbsp;&nbsp;► NOTES: NODS OFF A LOT<br />&nbsp; &nbsp;DISCHARGE | SHADOW BALL | THUNDER WAVE | SUBSTITUTE</p>
  782. <p><img src="https://31.media.tumblr.com/fc2dbce80e866cfca085ac53afb0e4cf/tumblr_inline_nhxvpp0Gtz1t8zc0m.png" /></p>
  783. <p><strong>[&nbsp;</strong>♂ LUCARIO | #448 | LV. 91 ]<br />&nbsp; &nbsp; ► ABILITY: INNER FOCUS<br />&nbsp; &nbsp;&nbsp;► NATURE: SERIOUS<br />&nbsp; &nbsp;&nbsp;► NOTES: HIGHLY PERSISTENT<br />&nbsp; &nbsp;AURA SPHERE | CLOSE COMBAT | DIG | BONE RUSH</p>
  784. <p style="line-height: 19.6000003814697px;"><img src="https://31.media.tumblr.com/72e546611f397c5d9269b67685496382/tumblr_inline_nhxvorK8op1t8zc0m.png" /></p>
  785. <p style="line-height: 19.6000003814697px;"><strong>[&nbsp;</strong>♀<strong style="line-height: 1.4;">&nbsp;GARCHOMP | #445 | LV. 90 ]</strong>&nbsp;<br /><span style="line-height: 1.4;">&nbsp; &nbsp; &nbsp;► ABILITY: SAND VEIL<br />&nbsp; &nbsp; &nbsp;</span><span style="line-height: 1.4;">► NATURE: ADAMANT<br />&nbsp; &nbsp; &nbsp;</span><span style="line-height: 1.4;">► NOTES: LIKES TO FIGHT<br />&nbsp; DIG | DRAGON TAIL | POISON JAB | STONE EDGE</span></p>
  786. <blockquote>
  787. <p><strong>{ SWTICH-INS / OTHER PKMN }</strong></p>
  788. </blockquote>
  789. <p><img src="https://31.media.tumblr.com/d81ccfbdb87119d3203a64e1057e4f4a/tumblr_inline_nkriphJyCh1t8zc0m.png" /></p>
  790. <p><strong>[&nbsp;<span>♂ CHIMCHAR | #390 | LV. 34 ]<br /></span></strong><span>&nbsp; &nbsp; &nbsp; ► ABILITY: BLAZE<br />&nbsp; &nbsp; &nbsp; </span><span>► NATURE: BASHFUL.<br />&nbsp; &nbsp; &nbsp;&nbsp;</span><span>► NOTES: HIGHLY CURIOUS<br />&nbsp; &nbsp;FLAMETHROWER | FLAME WHEEL | DIG | ROCK SMASH</span></p>
  791. <p><img src="https://31.media.tumblr.com/dbe7e803f6c0ac1c9b895704d8ae383d/tumblr_inline_nic4tpZick1t8zc0m.png" /></p>
  792. <p><strong>[&nbsp;♀ TOGEKISS | #468 | LV. 83 ]<br /></strong><span style="line-height: 19.6000003814697px;">&nbsp; &nbsp; &nbsp;► ABILITY: SERENE GRACE<br />&nbsp; &nbsp; &nbsp;</span><span style="line-height: 19.6000003814697px;">► NATURE: GENTLE<br />&nbsp; &nbsp; &nbsp;</span><span style="line-height: 19.6000003814697px;">► NOTES: OFTEN LOST IN THOUGHT<br />&nbsp; &nbsp; &nbsp; AIR SLASH | ANCIENT POWER | THUNDER WAVE | SKY ATTACK</span></p>
  793. <p><span style="line-height: 19.6000003814697px;"><img src="https://31.media.tumblr.com/8e29aff419dfe0e78ed1dcd5f8732679/tumblr_inline_nic506m9WT1t8zc0m.png" /></span></p>
  794. <p><strong>[&nbsp;</strong><strong style="line-height: 19.6000003814697px;">♀&nbsp;</strong><strong style="line-height: 1.4;">LOPUNNY | #428 | LV. 68 ]</strong></p>
  795. <p>&nbsp; &nbsp; &nbsp;<span style="line-height: 19.6000003814697px;">► ABILITY: CUTE CHARM<br />&nbsp; &nbsp; &nbsp;</span><span style="line-height: 19.6000003814697px;">► NATURE: SASSY<br />&nbsp; &nbsp; &nbsp;</span><span style="line-height: 19.6000003814697px;">► NOTES: STRONG WILLED<br />&nbsp; &nbsp; HI JUMP KICK | BOUNCE | DIZZY PUNCH | HEALING WISH</span></p>
  796. <p><span style="line-height: 19.6000003814697px;"><img src="https://40.media.tumblr.com/01e02cc82332b5df308ebab60ddf112f/tumblr_inline_nlshgvBODq1t8zc0m_500.png" /></span></p>
  797. <p><strong style="line-height: 19.6000003814697px;">[&nbsp;</strong><strong style="line-height: 19.6000003814697px;">♀&nbsp;</strong><strong style="line-height: 1.4;">CLEFABLE | #036 | LV. 57 ]</strong></p>
  798. <p>&nbsp; &nbsp;&nbsp;<span style="line-height: 19.6000003814697px;">► ABILITY: UNAWARE<br />&nbsp; &nbsp;&nbsp;</span><span style="line-height: 19.6000003814697px;">► NATURE: DOCILE<br />&nbsp; &nbsp;&nbsp;</span><span style="line-height: 19.6000003814697px;">► NOTES: NODS OFF A LOT<br />&nbsp; &nbsp;METEOR MASH | STORED POWER | COSMIC POWER | WISH</span></p>
  799. <p><span style="line-height: 19.6000003814697px;"><img src="https://41.media.tumblr.com/eb81c794e5f72675770e344c8b675cbb/tumblr_inline_nlshmbDfx71t8zc0m_500.png" /></span></p>
  800. <p><strong>[&nbsp;♂&nbsp;ALAKAZAM | #065 | LV. 53 ]</strong></p>
  801. <p><span style="line-height: 19.6000003814697px;">&nbsp; &nbsp; &nbsp;► ABILITY: INNER FOCUS<br />&nbsp; &nbsp; &nbsp;</span>► NATURE: BOLD<br />&nbsp; &nbsp; &nbsp;<span style="line-height: 19.6000003814697px;">► NOTES: HIGHLY CURIOUS<br />&nbsp; &nbsp; PSYCHIC | CALM MIND | RECOVER | EMBARGO<br /><br /></span></p>
  802. <blockquote>
  803. <p><strong><span style="line-height: 19.6000003814697px;">{ GIVEN/GIFTED POKEMON }</span></strong></p>
  804. </blockquote>
  805. <p style="line-height: 19.6000003814697px;"><strong><img src="https://31.media.tumblr.com/c35c7e8dbecfe970e5c4c3b6a82fdf7a/tumblr_inline_nhxx30efMK1t8zc0m.png" /></strong></p>
  806. <p style="line-height: 19.6000003814697px;"><strong>[&nbsp;</strong>♀&nbsp;<strong style="line-height: 1.4;">PIPLUP | #393 | LV. 48 ]<br /></strong>&nbsp; &nbsp; ► ABILITY: DEFIANT<br />&nbsp; &nbsp;&nbsp;► NATURE: QUIRKY<br />&nbsp; &nbsp;&nbsp;► NOTES: SCATTERS THINGS OFTEN. RECEIVED FROM BARRY.<br />&nbsp; &nbsp;DRILL PECK | BUBBLEBEAM | HYDRO PUMP | AQUA RING</p>
  807. <blockquote>
  808. <p><span style="line-height: 19.6000003814697px;"><strong>{ BEFRIENDED POKEMON }</strong><br /></span></p>
  809. </blockquote>
  810. <p><span style="line-height: 19.6000003814697px;"><strong><img src="https://31.media.tumblr.com/815e3667a69eb131058656de30012add/tumblr_inline_njh7uu0l0l1t8zc0m.png" /></strong></span></p>
  811. <p><strong>[ SHAYMIN | #492 | LV. 50 ]<br /></strong><span style="line-height: 19.6000003814697px;">&nbsp; &nbsp; &nbsp;► ABILITY: NATURAL CURE / SERENE GRACE<br /></span><span style="line-height: 19.6000003814697px;">&nbsp; &nbsp; &nbsp;► NATURE: &nbsp;GENTLE<br />&nbsp; &nbsp; &nbsp;</span><span style="line-height: 19.6000003814697px;">► NOTES: LOVES TO EAT&nbsp;; WAS MET DUE TO AN INCIDENT IN THE DISTORTION WORLD</span></p>
  812. <p><img src="https://31.media.tumblr.com/83a531b82c066229b9f5be6165417eb9/tumblr_inline_njh7uzMe0s1t8zc0m.png" /></p>
  813. <p><strong>[ UXIE | #480 | LV. 50 ]<br /></strong><span style="line-height: 19.6000003814697px;">&nbsp; &nbsp; &nbsp;► ABILITY: LEVITATE<br />&nbsp; &nbsp; &nbsp;</span><span style="line-height: 19.6000003814697px;">► NATURE: MILD<br />&nbsp; &nbsp; &nbsp;</span><span style="line-height: 19.6000003814697px;">► NOTES: CAPABLE OF TAKING HITS</span></p>
  814. </center>
  815. </div>
  816.  
  817. </div></div></div></div></div></div></div></div></div></div>
  818.  
  819. <div id="mun" class="popup_block">
  820. <center>
  821. <p><img src="https://40.media.tumblr.com/4061e8d57d3194021d9a094a7b8c78ce/tumblr_inline_nm5p39Cjrd1t8zc0m_500.png" /></p>
  822. <p><strong>Name:</strong>&nbsp;Dawn (lol the meaning behind it&rsquo;s not &lsquo;cause of the Pokemon character, though)<br /><strong>FC:</strong> Ruby Rose (RWBY)<br /><strong>Gender:</strong> idk right now I just know I'm a girl lel<br /><strong>Characters:</strong>&nbsp;<a href="http://matierror.tumblr.com" title="Emma from the Pokemon X &amp;&amp;. Y games" target="_blank">Emma</a>, <a href="http://toughclawed.tumblr.com/" title="Trainer Alain from the Pokemon Mega Evolution Specials" target="_blank">Alain</a><strong><br /></strong><strong>Fandoms:</strong> Pokemon Adventures/Special (duh), Kagerou Project, Gekkan Shoujo Nozaki-kun, Ace Attorney, Heroes of Olympous, Puella Magi Madoka Magica, Toradora!, Nisekoi, Sailor Moon, No Game No Life, Free!, Haikyuu, etc.</p>
  823. </center>
  824. </div>
  825.  
  826. </div></div></div></div></div></div></div></div></div></div>
  827.  
  828. <div id="theme">
  829.  
  830. <div id="sidebar">
  831.  
  832. <div id="sidebarimage">
  833. <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
  834.  
  835. <div id="links">
  836. <a title="▶ clear save data ? ;" href="{text:link 1 url}">▪</a>
  837. <a title="▶ message ;" href="{text:link 2 url}">▪</a>
  838. <a title="▶ adventure rules ;" href="#?w=350" rel="rules" class="poplight">▪</a>
  839. <a title="▶ statistics ;" href="#?w=350" rel="stats" class="poplight">▪</a>
  840. <a title="▶ timelines ;" href="#?w=350" rel="verses" class="poplight">▪</a>
  841. <a title="▶ town map ;" href="#?w=350" rel="navi" class="poplight">▪</a>
  842. </div>
  843.  
  844. <div id="description">
  845. {Description}</div>
  846. <div id="pagination">
  847. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">retreat</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp;— {block:NextPage}<a href="{NextPage}">advance</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  848. </div></div></div>
  849.  
  850. <div id="entries">{block:Posts}<div id="post">
  851.  
  852. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  853.  
  854. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  855.  
  856. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  857.  
  858. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  859.  
  860. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  861.  
  862. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  863.  
  864. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  865. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  866.  
  867. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  868.  
  869. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="border-radius:90px; opacity:.9;margin-left:3px;"></div> &nbsp;<em>{Asker}:<br> &nbsp; <big>"{Question}"</big></em><br><br>{Answer}{/block:Answer}
  870.  
  871. {block:Date}<div id="info"><a href="{Permalink}" style="background-color:#999;padding:3px;color:#fff;">{TimeAgo}</a> {block:NoteCount} with <font color=#999><big>♥</big></font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom} — <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  872. {block:ContentSource} , <a title="{SourceTitle}" href="{SourceURL}">source</a> {/block:ContentSource}{/block:Date}</div>
  873. {block:HasTags}
  874. <div class="tags">
  875. {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  876. {/block:HasTags}
  877. <div class="postnote">
  878. {block:PostNotes}{PostNotes}{/block:PostNotes}
  879. </div>
  880. </div>
  881. {/block:Posts}
  882.  
  883. </div>
  884. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div></div>
  885.  
  886. </body>
  887.  
  888. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement