Advertisement
meganxcity

serah curent

Nov 21st, 2016
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.79 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><title>{Title}</title>
  4. <noframes></noframes><noscript></noscript><!– –><script type=“text/javascript” src=“http://www.freewebs.com/p.js”></script><script type=“text/javascript”>
  5.  
  6.  
  7. </script>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  13. <script type="text/javascript"
  14. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  15. <script>
  16. $(document).ready(function() {
  17. //
  18. $('a.poplight[href^=#]').click(function() {
  19. var popID = $(this).attr('rel'); //Get Popup Name
  20. var popURL = $(this).attr('href'); //Get Popup href to define size
  21. var query= popURL.split('?');
  22. var dim= query[1].split('&');
  23. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  24. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  25. var popMargTop = ($('#' + popID).height() + 80) / 2;
  26. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  27. //Apply Margin to Popup
  28. $('#' + popID).css({
  29. 'margin-top' : -popMargTop,
  30. 'margin-left' : -popMargLeft
  31. });
  32. $('body').append('<div id="fade"></div>');
  33. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  34. return false;
  35. });
  36. $('a.close, #fade').live('click', function() {
  37. $('#fade , .popup_block').fadeOut(function() {
  38. $('#fade, a.close').remove(); //fade them both out
  39. });
  40. return false;
  41. });
  42. });
  43. </script>
  44.  
  45.  
  46. <!---- this is theme 33 by Hollywhood
  47. please don't remove the credit
  48. thank you
  49. --->
  50.  
  51. <meta name="color:Background" content="#f6f2ef"/>
  52. <meta name="color:Text" content="#e7d4d7"/>
  53. <meta name="color:Link" content="#e4c1c7"/>
  54. <meta name="color:Link2" content="#e4c1c7"/>
  55. <meta name="color:Tag" content="#cbcbcb"/>
  56. <meta name="color:info" content="#cbcbcb"/>
  57. <meta name="color:Link Hover" content="#f0e0ee"/>
  58. <meta name="color:italic" content="#e4c1c7" />
  59. <meta name="color:bold" content="#d6d6d6" />
  60. <meta name="color:popupbg" content="#d6d6d6" />
  61. <meta name="color:popupfont" content="#d6d6d6" />
  62. <meta name="color:tooltips" content="#e4c1c7" />
  63.  
  64. <meta name="text:link 1" content="❀"/>
  65. <meta name="text:link 2" content="❀"/>
  66. <meta name="text:link 3" content="❀"/>
  67. <meta name="text:link 4" content="❀"/>
  68. <meta name="text:link 5" content="❀"/>
  69. <meta name="text:link 6" content="❀"/>
  70. <meta name="text:link 7" content="❀"/>
  71.  
  72. <style>
  73. div#qTip {
  74. display: none;
  75. text-align:center;
  76. position:absolute;
  77. letter-spacing:2px;
  78. text-transform:uppercase;
  79. font-weight:;
  80. z-index:999999999999999px;
  81. font-family:"muli";
  82. font-size:8px;
  83. padding:3px;
  84. line-height:10px;
  85. border-radius:3px;
  86. border:1px dotted {color:qTip Border};
  87. color:{color:qTip Text};
  88. background:{color:qTip Background};
  89. }
  90. </style>
  91.  
  92. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  93. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  94. <script>
  95. (function($){
  96. $(document).ready(function(){
  97. $("[title],a[title],img[title]").style_my_tooltips({
  98. tip_follows_cursor:true,
  99. tip_delay_time:100,
  100. tip_fade_speed:300,
  101. attribute:"title"
  102. });
  103. });
  104. })(jQuery);
  105. </script>
  106.  
  107.  
  108. <style type="text/css">
  109.  
  110. #updatesbox {/*the styling of the whole updates box; tutorial by http://bangjensen.tumblr.com*/
  111. line-height:100%;/*don't change this!*/
  112. display:block;/*don't change this either lol*/
  113. height:12px;/*the height of the box before hover*/
  114. width:220px;/*the width of the box before hover*/
  115. padding:0px 5px 5px 5px;/*don't change this!*/
  116. z-index:0;/*don't change this!*/
  117. top:4px;/*distance from top of page*/
  118. left:-6px;/*distance from left of page*/
  119. color:#888684;/*color of text*/
  120. position:fixed;/*don't change this!*/
  121. background:transparent;/*background color of updates box*/
  122. overflow:hidden;/*don't change this!*/
  123. text-align:center;/*text alignment of everything in updates box*/
  124. -moz-transition-duration:0.6s;
  125. -webkit-transition-duration:0.6s;
  126. -o-transition-duration:0.6s;
  127. }
  128.  
  129. #updatesbox:hover {/*the updates box after hover*/
  130. height:220px;/*the height of the box after hover*/
  131. width:230px;/*the width of the box after hover*/
  132. -moz-transition-duration:0.5s;
  133. -webkit-transition-duration:0.5s;
  134. -o-transition-duration:0.5s;
  135. }
  136.  
  137. /*tutorial by bangjensen.tumblr.com; please don't remove this note*/
  138.  
  139. #updatestitle {/*the title of the updates box*/
  140. line-height:17px;/*don't change this!*/
  141. font-family:times;/*can be uppercase, lowercase, none*/
  142. font-size:18px;/*font size of updates title*/
  143. font-style:normal;
  144. margin-left:-100px;
  145. color:#dfcdd1;
  146. text-shadow: 0 0 3px #fbf8f8;
  147. }
  148.  
  149. #inside {/*the actual updates*/
  150. font-size:10px;/*the font size of the actual updates*/
  151. width:150px;/*if you increase the width of #updatesbox:hover , increase the width of #inside by the same value. for instance, if you increase the width of #updatesbox:hover from 90px to 100px, change the width of #inside to 100px*/
  152. line-height:10px;/*don't change this!*/
  153. margin-left:10px;
  154. border-top:1px solid #882429;
  155. height:auto;
  156. background:transparent;
  157. padding:3px;
  158. -moz-transition-duration:0.5s;
  159. -webkit-transition-duration:0.5s;
  160. -o-transition-duration:0.5s;
  161. }
  162.  
  163.  
  164. .popup_block{
  165. width: 300px;
  166. height: 400px;
  167. overflow-y:scroll;
  168. overflow-x:hidden;
  169. font-size: 11.5px;
  170. color:{color:popupfont};
  171.  
  172.  
  173. display:none;
  174. background:{color:popupbg};
  175. padding:20px;
  176. border:5px solid #fff; /* if you want a solid white pop-up, delete this */
  177. float:left;
  178. position:fixed;
  179. top:50%;left:50%;
  180. z-index: 99999;
  181. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  182. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  183. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  184. }
  185. *html #fade {position: absolute;}
  186. *html .popup_block {position: absolute;}
  187. #fade {
  188. display:none;
  189. position:fixed;
  190. left:0px;
  191. top:0px;
  192. width:100%;
  193. height:100%;
  194. z-index:9999;
  195. background:#000; /* change to #fff for solid white */
  196. opacity:0.5; /* change to opacity:1; */
  197. }
  198.  
  199. /* CONTENT */
  200.  
  201. img{
  202. -webkit-transition: opacity 0.8s linear;
  203. opacity: 0.60;
  204. }
  205. img:hover{
  206. -webkit-transition: opacity 0.8s linear;
  207. opacity: 1;
  208. }
  209.  
  210. #c {
  211. position:fixed;
  212. bottom:4px;
  213. right:4px;
  214. font-size:13px;
  215. font-family:muli;}
  216.  
  217.  
  218. ::-webkit-scrollbar-thumb{
  219. background-color: #e3e3e3;
  220. height:auto;
  221. }
  222.  
  223. ::-webkit-scrollbar {height: 6px;width: 6px; border:dotted 1px transparent;}
  224. ::-webkit-scrollbar-thumb {background-color:transparent; white: dotted 1px transparent;}
  225. ::-webkit-scrollbar-track{background-color:;}
  226.  
  227. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  228.  
  229. iframe#tumblr_controls {
  230. white-space:nowrap;
  231. -webkit-filter: invert(100%);
  232. -moz-filter: invert(100%);
  233. -o-filter: invert(100%);
  234. -ms-filter: invert(100%);
  235. filter: invert(100%);
  236. opacity:.2;transition: .8s ease-in-out;
  237. -webkit-transition: .8s ease-in-out;
  238. -moz-transition: .8s ease-in-out;
  239. -o-transition: .8s ease-in-out;
  240. }
  241.  
  242. h1 {
  243. font-weight:normal;
  244. font-family:wickendencafe;
  245. font-size: 40px;
  246. text-align:center;
  247. font-style:normal;
  248. line-height:100%;
  249. letter-spacing:1px;
  250. text-transform:normal;
  251. color:{color:text};
  252. }
  253.  
  254. h2 {
  255. font-family:wickendencafe;
  256. font-size:25px;
  257. line-height:100%;
  258. letter-spacing:-0.5px;
  259. color:{color:text};
  260. font-weight:bold;
  261. text-transform:uppercase;
  262. padding:5px;
  263. padding-bottom:2px;
  264. }
  265.  
  266.  
  267. blockquote {
  268. border-left:2px solid {color:blockquote};
  269. padding-left:5px;
  270. margin:5px;
  271. }
  272.  
  273.  
  274. body {
  275. background:{color:background};
  276. margin-left:75px;
  277. color:{color:text};
  278. font-family:muli;
  279. font-size:12px;
  280. line-height:110%;
  281. background-image:url(http://i.imgur.com/aHfJxA1.gif);
  282. background-repeat:no-repeat;
  283. background-attachment:fixed no-repeat;
  284. background-position:center top fixed;
  285. overflow:hidden;
  286. }
  287.  
  288. font-size:14px;
  289. b, strong {font-weight: bold; color:{color:bold} font-family:sick_capital_vice; font-size:15px;}
  290. i, em {text-transform: italic; color:{color:italic}; font-family: dawning_of_a_new_day; font-size:20px;}
  291.  
  292.  
  293. #musicplayer {
  294. margin-top:470px;
  295. margin-left:830px;
  296. opacity:.8;
  297. z-index:999;
  298. position:fixed;
  299. right:50px;
  300. bottom:10px }
  301.  
  302. a {
  303. text-decoration:none;
  304. outline:none;
  305. -moz-outline-style:none;
  306. color:{color:link};
  307. -moz-transition-duration:0.5s;
  308. -webkit-transition-duration:0.5s;
  309. -o-transition-duration:0.5s;
  310. }
  311.  
  312. a:hover {
  313. text-decoration:none;
  314. outline:none;
  315. -moz-outline-style:none;
  316. color:{color:link hover};
  317. }
  318.  
  319. img {
  320. border:none;
  321. }
  322.  
  323. blockquote {
  324. padding-left:5px;
  325. border-left:2px solid;
  326. }
  327.  
  328. blockquote blockquote {
  329. padding-left:5px;
  330. border-left:2px solid;
  331. }
  332.  
  333. #post {
  334. width:400px;
  335. padding-bottom:30px;
  336. margin-top:25px;
  337. opacity:1;
  338. -moz-transition-duration:1s;
  339. -webkit-transition-duration:1s;
  340. -o-transition-duration:1s;
  341. }
  342. #post:hover{
  343. opacity:1;
  344. -moz-transition-duration:1s;
  345. -webkit-transition-duration:1s;
  346. -o-transition-duration:1s;
  347. }
  348.  
  349.  
  350. #entries {
  351. padding:10px;
  352. margin-left:270.5px;
  353. margin-top:-45px;
  354. margin-bottom:0px;
  355. position:relative;
  356. height:455px;
  357. overflow-x:hidden;
  358. overflow-y:auto;
  359. width:420px;
  360. text-align:justify;
  361. border:1px {color:black} ;
  362. background:transparent;
  363. top:45px;
  364. z-index:999px;
  365. }
  366.  
  367.  
  368. #sidebar {
  369. color:{color:text};
  370. position:fixed;
  371. width:235px;
  372. margin-top:420px;
  373. margin-left:25px;
  374. padding:10px;
  375. text-align:left;
  376. }
  377.  
  378.  
  379.  
  380. #links {
  381. position:fixed;
  382. font-family:muli;
  383. width:580px;
  384. margin-top:455px;
  385. margin-left:190px;
  386. font-size:25px;
  387. letter-spacing:6px;
  388. text-transform:uppercase;
  389. text-align:center;
  390. line-height:200%;
  391. }
  392.  
  393. #links a{
  394. line-height:780%;
  395. padding:1px;
  396. margin-top:1px;
  397. margin-left:4px;
  398. margin-right:4px;
  399. color:{color:link2};
  400. -moz-transition-duration:.7s;
  401. -webkit-transition-duration:.7s;
  402. -o-transition-duration:.7s;
  403. }
  404.  
  405. #links a:hover {
  406. color: #eeeeee;
  407. -moz-transition-duration:.4s;
  408. -webkit-transition-duration:.4s;
  409. -o-transition-duration:.4s;
  410. }
  411.  
  412. #description {
  413. width:280px;
  414. font-family:wickendencafe;
  415. font-size:15px;
  416. margin-bottom:-0px;
  417. margin-top:-390px;
  418. margin-left:65px;
  419. color: {color:text};
  420. letter-spacing:0px;
  421. line-height:140%;
  422. }
  423.  
  424. #description a {
  425. color:{color:link};
  426. }
  427.  
  428. #description a:hover {
  429. color:{color:link hover};
  430. }
  431.  
  432. #pagination {
  433. font-family: 'muli';
  434. width:93px;
  435. font-size:8px;
  436. text-transform:normal;
  437. margin-top:20px;
  438. margin-left:0px;
  439. padding-top:-5px;
  440. letter-spacing:1px;
  441. font-style:normal;
  442. text-align:center;
  443. }
  444.  
  445. #pagination a {
  446. color:#777;
  447. }
  448.  
  449. #info {
  450. font-family:'muli';
  451. width:400px;
  452. padding:10px;
  453. font-size:9px;
  454. margin-top:15px;
  455. color:{color:text};
  456. text-transform:uppercase;
  457. font-style:normal;
  458. text-align:center;
  459. -moz-transition-duration:1s;
  460. -webkit-transition-duration:1s;
  461. -o-transition-duration:1s;
  462. height:40px;
  463. background:url("http://i.imgur.com/n5d9m8C.png") no-repeat;
  464. background-size:fit;
  465. }
  466.  
  467. #info a {
  468. color:{color:info};
  469. font-style:normal;
  470. }
  471.  
  472. #info a:hover {
  473. color:{color:link hover};
  474. -moz-transition-duration:1s;
  475. -webkit-transition-duration:1s;
  476. -o-transition-duration:1s;
  477. }
  478.  
  479. .tags {
  480. font-family:muli;
  481. font-style:normal;
  482. width:400px;
  483. text-transform:normal;
  484. font-style:normal;
  485. line-height:100%;
  486. padding-top:2px;
  487. font-size:10px;
  488. text-align:left;
  489. -moz-transition-duration:1s;
  490. -webkit-transition-duration:1s;
  491. -o-transition-duration:1s;
  492. }
  493. .tags a{
  494. margin-left:6px;
  495. background:transparent;
  496. color:{color:tag};
  497. }
  498. .tags a:hover{
  499. color:{color:link hover};
  500. -moz-transition-duration:1s;
  501. -webkit-transition-duration:1s;
  502. -o-transition-duration:1s;
  503. }
  504.  
  505. .audio{
  506. background-color:#e5e5e5;
  507. height:65px;
  508. overflow:hidden;
  509. }
  510.  
  511. .question {
  512. padding:8px;
  513. text-align:left;
  514. text-transform:italic;
  515. color:{color:text};
  516. border:1px solid #fff;
  517. line-height:120%;
  518. }
  519.  
  520. .answer {
  521. text-align:left;
  522. padding-top:8px;
  523. color:{color:text};
  524. }
  525.  
  526.  
  527. #credit {
  528. font-size:12px;
  529. font-family:muli;
  530. font-style:italic;
  531. letter-spacing:1px;
  532. -moz-transition-duration:0.5s;
  533. -webkit-transition-duration:0.5s;
  534. -o-transition-duration:0.5s;
  535. }
  536.  
  537. #credit a {
  538. background-color:transparent;
  539. padding:5px;
  540. position:fixed;
  541. right:15px;
  542. bottom:10px
  543. }
  544.  
  545. #s-m-t-tooltip{
  546. max-width:200px;
  547. margin-top:25px;
  548. margin-left:15px;
  549. padding-left:5px;
  550. padding-right:4px;
  551. padding:3px;
  552. z-index:9999999;
  553. background-color:{color:tooltips};
  554. color: #ffffff;
  555. text-shadow: #000 0.5px 0.5px 0.5px;
  556. font-size:10px;
  557. font-family: neou;
  558. text-align: center;
  559. letter-spacing:1px;
  560. font-style:none;
  561. text-transform:uppercase;
  562. box-shadow:1px 1px 1px #2f2f2f;
  563. }
  564.  
  565.  
  566. @font-face {font-family:neou; src:url('https://dl.dropboxusercontent.com/s/ggesu9cscg40a2p/neou-thin.ttf?dl=1'); format(“truetype”);}
  567. @font-face { font-family:"the only exception"; src: url('https://dl.dropboxusercontent.com/s/sscilc1215lrv5n/theonlyexception.ttf'); format(“truetype”);}
  568. @font-face { font-family: "dawning_of_a_new_day"; src: url('https://dl.dropboxusercontent.com/s/9owbnby9b1vz5m7/dawningofanewday.ttf?dl=1'); format(“truetype”);}
  569. @font-face { font-family: "muli"; src: url('https://dl.dropboxusercontent.com/s/swqjp2tlc6l94cj/muli-light.ttf?dl=1'); format(“truetype”);}
  570. @font-face { font-family: "bebas_neue"; src: url('https://dl.dropboxusercontent.com/s/scbj3da4dz3dfmf/bebasneue.otf?dl=1'); format(“truetype”);}
  571. @font-face{ font-family:"talldark"; src:url('https://dl.dropboxusercontent.com/s/tf324r461gnf97q/talldark.ttf');}
  572. @font-face{ font-family:"wickendencafe"; src: url('https://dl.dropboxusercontent.com/s/6c3687fzevkmg1b/wickcn.ttf?dl=1'); format(“truetype”);}
  573.  
  574. {CustomCSS}</style></head><body>
  575.  
  576.  
  577. <div id="credit"><a href="http://hollywhood.tumblr.com" title="edited by vitriss">・HW‥…━━━☆</div>
  578.  
  579. <SCRIPT TYPE="text/javascript">
  580. <!--
  581. function clickIE() {if (document.all) {(message);return false;}}
  582. function clickNS(e) {if
  583. (document.layers||(document.getElementById&&!document.all)) {
  584. if (e.which==2||e.which==3) {(message);return false;}}}
  585. if (document.layers)
  586. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  587. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  588. document.oncontextmenu=new Function("return false")
  589. // -->
  590. </SCRIPT>
  591.  
  592. <div id="links">
  593. <a href="#?w=410"title="guidelines." rel="box1" class="poplight">{text:link 1}</a>
  594.  
  595. <a href="#?w=400"title="ask." rel="box2" class="poplight">{text:link 2}</a>
  596.  
  597. <a href="#?w=400"title="bio." rel="box3" class="poplight">{text:link 3}</a>
  598.  
  599. <a href="#?w=400"title="verses." rel="box4" class="poplight">{text:link 4}</a>
  600.  
  601. <a href="#?w=330"title="tags." rel="box5" class="poplight">{text:link 5}</a>
  602.  
  603.  
  604. <a href="#?w=220"title="exclusives." rel="box6" class="poplight">{text:link 6}</a>
  605.  
  606.  
  607. <a href="#?w=220"title="blogroll." rel="box7" class="poplight">{text:link 7}</a>
  608.  
  609.  
  610. <a href="http://lazuliss.tumblr.com/" title="Partner in time! ★"><font color="#fff">✩</font>
  611.  
  612. </div>
  613.  
  614. <div id="sidebar">
  615.  
  616. <div id="description">
  617. {Description}
  618. <p></p><center><big>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">◁ </a>{/block:PreviousPage}{/block:Pagination}
  619. {block:Pagination}{block:NextPage}!!<a href="{NextPage}"> ▷</a>{/block:NextPage}{/block:Pagination}{/block:Pagination}</big></center></div>
  620.  
  621. </div>
  622.  
  623. <div id="entries">{block:Posts}<div id="post">
  624.  
  625. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  626.  
  627. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  628.  
  629. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  630.  
  631. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  632.  
  633. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  634.  
  635. {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}
  636.  
  637.  
  638. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  639.  
  640. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  641.  
  642. {block:Answer}<div class="question"><i>{Asker}:</i> {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  643.  
  644.  
  645. {block:Date}<div id="info"> {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  646. {block:ContentSource} , <a href="{SourceURL}">source</a> {/block:ContentSource} {block:NoteCount} — <a href="{Permalink}">{NoteCountWithLabel}</a> , {/block:NoteCount}
  647. <a href="{Permalink}">{TimeAgo}</a>
  648. {/block:Date}</div>
  649.  
  650.  
  651. {block:HasTags}
  652. <div class="tags">
  653. {block:Tags}<a href="{TagURL}"># {Tag}</a> &nbsp;&nbsp;&nbsp;{/block:Tags}</div>
  654. {/block:HasTags}
  655. <div class="postnote">
  656. {block:PostNotes}{PostNotes}{/block:PostNotes}
  657. </div>
  658. </div>
  659. {/block:Posts}
  660.  
  661.  
  662. </body>
  663.  
  664.  
  665.  
  666. </blockquote>
  667. <div id="box1" class="popup_block">
  668. <h2>Guidelines updated 10/5/16.</h2>
  669. <p><img src="https://68.media.tumblr.com/d53fc8f59e7e59f823ef2a8f6f3bd0aa/tumblr_inline_oel248XxFY1slc9s5_500.png" /><img src="https://67.media.tumblr.com/b949262f1df25a980160f01ac8ef349d/tumblr_inline_oel24o6jng1slc9s5_500.png" /><img src="https://66.media.tumblr.com/aed91da44830a541a9d3c51d83dd7d70/tumblr_inline_oel252OX1q1slc9s5_500.png" /><img src="https://66.media.tumblr.com/54aedda5ff17be9ef5598deabc5b9b9f/tumblr_inline_oel25aTP6B1slc9s5_500.png" /></p>
  670. <p></p>
  671. <p></p>
  672. <p></p>
  673. <p></p>
  674. <h2>VERSES:</h2>
  675. <blockquote>
  676. <p>I do tend to plot <strong>many</strong> verses, but as of right now my verses are pre XIII all the way through the new world. AU verses, if created, will be added later.</p>
  677. <p>It would still be wise to check my verses popup.</p>
  678. </blockquote>
  679. <h2>SHIPPING:</h2>
  680. <blockquote>
  681. <p>I ship SNOW AND SERAH canonically, and in au verses if the time comes. I tend to stick with one person when shipping with a Snow blog, however the idea of single ship or being exclusive to one another is reserved to said writer of the blog.</p>
  682. <p>AU ships i&rsquo;ve written before, but as of right now, none exist.</p>
  683. <p>I do <strong>not</strong> ship Noel and Serah romantically. Their interactions are strictly that of best friends.</p>
  684. </blockquote>
  685. <h2>NSFW</h2>
  686. <blockquote>
  687. <p>I will not write smut. <br />Triggers will be tagged and listed if they are done.</p>
  688. </blockquote>
  689. <h2>OC&rsquo;S &amp; CROSSOVER</h2>
  690. <blockquote>
  691. <p>I'm very friendly to both of these topics. I have a verse specifically open for crossovers, and OC bios are read to have a clear understanding before interaction.</p>
  692. </blockquote>
  693. <h2>MAIN VERSE</h2>
  694. <blockquote>
  695. <p>My main verses are New World (Celestine)<em><strong> &amp;</strong></em> XIII - 2 (Memory &amp; Paradoxed)</p>
  696. </blockquote>
  697. <h2>I WILL NOT RP WITH NON MUTUALS</h2>
  698. <blockquote>
  699. <p>You may send me memes/asks that do not have to be responded to by you. It&rsquo;s not a personal offense, I just may or may not know a lot about your character/ you spam ooc posts and i&rsquo;d like to keep my dash clean.</p>
  700. </blockquote>
  701. <h2>EXCLUSTIVITY:</h2>
  702. <blockquote>
  703. <p>Please check my exclusives pop up to see who I will not be writing doubles with. If we talk regularly on Skype and write together frequently, then I am open to being exclusive with you if you ask.</p>
  704. </blockquote>
  705. <h2>CREDIT:</h2>
  706. <blockquote>
  707. <p>All I ask, is simply do not take anything from here. I am not a resource blog. I&rsquo;ve been writing this muse for over 2 years at this point, and I have lots of headcanons i&rsquo;ve developed that i&rsquo;m very attached to. <strong>PLEASE</strong>, let me develop my muse my way, without having to worry about other&rsquo;s taking those. It&rsquo;s happened before.</p>
  708. <p>Credit to the artwork in the background is <a href="http://aznswordmaster1.deviantart.com/art/Serah-273824618">here</a>.</p>
  709. </blockquote>
  710. </div>
  711. <div id="box2" class="popup_block">
  712. <h1><center>Need something?</center></h1>
  713. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/vitriss.tumblr.com" width="100%"></iframe>
  714. </div>
  715. <div id="box3" class="popup_block">
  716. <p><small>BIO STILL UNDER CO.</small></p><figure class="tmblr-full" data-orig-height="100" data-orig-width="400"><img src="https://66.media.tumblr.com/06089b47993870e93a51028a8e6eda89/tumblr_inline_oaj6bciE711slc9s5_540.png" data-orig-height="100" data-orig-width="400"></figure><p><small>NAME: Serah Farron.<br>AGE: 18 ( XIII ) - 21 &nbsp;( XIII - 2 )<br>HEIGHT: 5′4<br>HAIR COLOR: Rose pink.</small></p><p><b>!! STORY SPOILERS ( duh ) !!</b></p><hr><p><small>Serah Farron is an 18 year old college student from the seaside town of Bodhum, Cocoon. She has a sister named Lightning ( Claire ) Farron, while her parents are both deceased. Her mother died of an estranged illness when Serah was only twelve. In the care of her sister, the two grew close and inseparable, but they had their arguments and disagreements, specifically over her boyfriend, Snow Villiers. There is no canon explanation to how Snow and Serah met, besides that they fell in love over her summer vacation before attending the university of Eden to study her favorite subject of history.</small></p><p><small>One day, Serah finds herself investigating the vestige, and accidentally finds the fal’cie Anima that brands her as a l’cie; Cooconians were brainwashed into believing that l’cie were monsters from Pulse, set to destroy the planet. So with that in mind, Serah holds the belief that she is an enemy of Cocoon, set to become a monster, and ultimately die.</small></p><figure class="tmblr-full" data-orig-height="100" data-orig-width="400"><img src="https://67.media.tumblr.com/e4aeb2df9978763b675caa979efdedeb/tumblr_inline_oaj6boI0CW1slc9s5_540.png" data-orig-height="100" data-orig-width="400"></figure><p><small>Serah hides her brand with a small wrap around her arm, hoping to cause little suspicion and buy her some time. Using that time, she attempts to break up with Snow without having to tell him about becoming a l’cie. Her plan backfires, as he demands an explanation, and then begs her to let him help her, and in the end, he promises her that he’ll help her complete her focus, so that she may turn into crystal, and gain eternal life, like the legends promised.</small></p><figure class="tmblr-full" data-orig-height="100" data-orig-width="400"><img src="https://66.media.tumblr.com/6f8985cb181f9583fd8489359c452b89/tumblr_inline_oaj6e6mKTJ1slc9s5_540.png" data-orig-height="100" data-orig-width="400"></figure><p><small>A few days later, does she come across a girl named Vanille, who had seemed to be injured. She helps her, and they both somehow find comfort in the other’s presence. Then, does Serah open up about a nightmare, that had terrified her. One that showed her destroying the world. It was her focus, but she didn’t say that, but it seemed that the other girl had already known that, somehow.</small></p><figure class="tmblr-full" data-orig-height="100" data-orig-width="400"><img src="https://66.media.tumblr.com/7a9773e005a1312cd3e3e0b4371145aa/tumblr_inline_oaj6bwftgs1slc9s5_540.png" data-orig-height="100" data-orig-width="400"></figure><p><small>Later, a few days before her sister’s birthday, Snow and Serah go out on a shopping spree to find Lightning a birthday gift. They try jewelry stores, and things that weren’t quite her sister. While wandering off to find a gift, does Snow also wonder off to buy Serah a gift for the both of them. Later, is that gift revealed under the fireworks one night when he tries to cheer Serah up, but not only does he do that, he proposes to her. And she accepts.</small></p><figure class="tmblr-full" data-orig-height="100" data-orig-width="400"><img src="https://67.media.tumblr.com/e1d1655cc01a2e3c7046502fd32d061f/tumblr_inline_oaj6chOk7w1slc9s5_540.png" data-orig-height="100" data-orig-width="400"></figure><p><small>On Lightning’s birthday, they attempt to tell her that they’re engaged, and that Serah had become a l’cie, but it results in failure. And later on that day, Serah is found out, and both Snow and Serah begin to run from the Sanctum. However, those plans also fail, as Serah is sucked into the vestige, and her brand is progressed. When found again, inside the vestige, she passes on her focus to the six inside, and is turned into crystal. Later, she is awoken from her crystal stasis and reunited with her sister and Snow.</small></p><figure class="tmblr-full" data-orig-height="100" data-orig-width="400"><img src="https://66.media.tumblr.com/57a19dd09fbffdf3fe2c02d57b1c6644/tumblr_inline_oaj6ep70gw1slc9s5_540.png" data-orig-height="100" data-orig-width="400"></figure><p><small>However, in some twisted event, in XIII - 2 it is revealed that Lightning had disappeared after the battle with Orphan, and Serah had apparently dreamt the reunion with her sister. Instead of hugging her sister, once she had her moment with Snow, Lightning was no where in sight. Hope, hands Serah the blade Serah had given Lightning for her birthday, and that is when it registered to Serah, that Lightning was indeed, <b>missing</b>.</small></p><figure class="tmblr-full" data-orig-height="100" data-orig-width="400"><img src="https://67.media.tumblr.com/c145988c44429aa22a82b173b54cc391/tumblr_inline_oaj8eu7Sds1slc9s5_540.png" data-orig-height="100" data-orig-width="400"></figure><p><small>For three years, Serah learns to live a life without her sister. Reluctantly believing that Lightning could be in the crystal pillar with Vanille and Fang, Serah spends a lot of nights looking up to it, and talking to it as if her sister was there in person. During this time, Serah is considered depressed. Snow and the rest of team NORA bring in many attempts to cheer her up, but in the end, nothing really helps.</small></p><figure class="tmblr-full" data-orig-height="100" data-orig-width="400"><img src="https://66.media.tumblr.com/99007ac3c360cfe52b0ccfcad8cebc33/tumblr_inline_oaj8dqX9ut1slc9s5_540.png" data-orig-height="100" data-orig-width="400"></figure><p><small>One day, when New Bodhum was newly built, Serah was out watching the children play when monsters began to attack the oceanside village. With quick thinking, Serah brought the children up to a cave, close to where Maqui built his weapons. Unfortunately, a monster, larger than any on the village came out of nowhere, and with no time to think, Serah told the children to hide, whilst she grabbed one of Maqui’s prototypes and began any attempt to kill the monster. Once help finally arrived, Serah had defeated the monster and collapsed.</small></p><p><small>Later that night, Serah tells Snow and team NORA that the children need some place safe, and that is when the village begins to create a school where Serah will begin to teach, and that, is what slowly began to make her happy.</small></p><p><small>To the students, Serah became a close mom figure, mostly to those who lost one or both parents during the purge of Bodhum. They often confide in her for advice. One night, Serah finds one of her students and speaks to them on the beachside, and afterwards Serah discovers that Snow had been listening in, just to make sure Serah was alright. This is when Snow admits to Serah that he believes that they reunited with Lightning all that time ago, and she can’t be inside the crystal pillar. This, is where he tells Serah of his plan to go find her -- And despite begging him to let her go, Snow tells her the children need her, and he’ll be back soon.</small></p><figure class="tmblr-full" data-orig-height="100" data-orig-width="400"><img src="https://66.media.tumblr.com/ecf79228a90d7ce85f59a05280d44b3a/tumblr_inline_oaj8l3kQUX1slc9s5_540.png" data-orig-height="100" data-orig-width="400"></figure><p><small>After a year of Snow being gone, Serah, despite the help of the children slips back into some sadness. Yuj and the rest of team NORA try their damndest to make her happy again, but she had lost Lightning, and possibly Snow. Yuj, one day brings home a cat in hopes of cheering Serah up, but even so, she fake smiles.</small></p><figure class="tmblr-full" data-orig-height="100" data-orig-width="400"><img src="https://66.media.tumblr.com/b2f8b3aec07158b035f3cc0fdadcd14b/tumblr_inline_oaj8lgD4U31slc9s5_540.png" data-orig-height="100" data-orig-width="400"></figure><p><small>Serah often dreams of Lightning, and hears her voice. Which, is why Serah is reluctant to believe that Lightning is truly gone. One night, there’s a meteor that hits the village, and this is where Serah’s life changes once again. From the meteor, monsters cover the village, and someone who will become very close to Serah, Noel Kreiss also came from the meteor. He hands Serah a bow and urges her to fight, and once that’s over, the bow turns into a Moogle named Mog.</small></p><p><small>Noel explains to Serah that he and Mog were sent by Lightning, and the three of them were going to go find her. As she was stuck in a world where time doesn’t exist, called Valhalla. This all sounds silly to team NORA, who argue with Noel for several hours.</small></p><figure class="tmblr-full" data-orig-height="100" data-orig-width="400"><img src="https://67.media.tumblr.com/4e70164df40968fe750bccb1d6713421/tumblr_inline_oaj8lnzi5v1slc9s5_540.png" data-orig-height="100" data-orig-width="400"></figure><p><small>In the end, however, it is Serah who decides she wants to go on a journey through time with Noel and Mog, because there’s a possibility to find her sister. And once goodbyes are said, the three depart through the time portal found the night before, and land two years into the future.</small></p><p><small>Noel and Serah are to fix abnormalities across the timeline that have been destroyed by Caius, but by doing this, Serah’s life slowly starts to deteriorate because of visions of the true future. However, Serah brushes the visions off as nothing, and urges Noel that they are nothing.&nbsp;</small></p><figure class="tmblr-full" data-orig-height="100" data-orig-width="400"><img src="https://67.media.tumblr.com/26e88356c31c4c57ebe4fb3e432fc1d6/tumblr_inline_oaj8lyTYGC1slc9s5_540.png" data-orig-height="100" data-orig-width="400"></figure><p><small>In their short journey through time, the three visit the Bresha Ruins 005 AF, where they help a young girl named Alyssa, fight the paradox Atlas, and rediscover the missing cemetery where her friend was buried after the Purge. They are then lead to the Yashas Massif 1X AF, where they meet a 24 year old Hope, and he introduces Serah and Noel to an oracle drive that shows them Lightning. But, the oracle drive is broken because it doesn’t show everything, so Noel and Serah are taken then to Oerba, 200 AF.</small></p><figure class="tmblr-full" data-orig-height="100" data-orig-width="400"><img src="https://65.media.tumblr.com/09828878479cc1ec783c17872ca01988/tumblr_inline_oaj8ovZCAA1slc9s5_540.png" data-orig-height="100" data-orig-width="400"></figure><p>to b e continued im tired</p>
  717. </div>
  718. <div id="box4" class="popup_block">
  719. <figure class="tmblr-full" data-orig-height="100" data-orig-width="400"><img src="https://66.media.tumblr.com/f95bbbeb8136ac4ed99ba3de795afaa9/tumblr_inline_oaj4tc8hrP1slc9s5_540.png" data-orig-height="100" data-orig-width="400"></figure><blockquote><p>VERSE: <a href="http://vitriss.tumblr.com/tagged/%5B-v%3B-C%E1%B4%87%CA%9F%E1%B4%87s%E1%B4%9B%C9%AA%C9%B4%E1%B4%87-%5D" title="verse">CELESTINE</a>. ( NEW WORLD. )</p><p> </p><p>Serah, now finally able to breathe in relief knowing, that everything is okay once again, is able to live a life without the meddling of Gods. She lives in a decently sized home with her sister, as she prepares herself to go back to school to get a full degree in History and education, all the while preparing her marriage to Snow. However, everything is not all perfectt at the beginning. Serah deals with the aftermath of their 1000 years of suffering, and helping her friends try to push past it, as well as the same for herself. But out of her own selflessness, she puts the others first, delaying her own recovery. And based on <b>my own headcanons</b>, Serah is much more prone to getting sick in this verse. Not only is it a new environment, and there’s stress, but Serah had visions that completely destroyed her on the inside. Despite being reborn, it had a rippling effect on her body, making her weaker in situations where she was not fully well. But with proper care and relaxation, she’s up on her feet in no time.</p></blockquote><figure class="tmblr-full" data-orig-height="100" data-orig-width="400"><img src="https://66.media.tumblr.com/4a0635caeb45e83f87f7bc826deed74e/tumblr_inline_oaj59520lr1slc9s5_540.png" data-orig-height="100" data-orig-width="400"></figure><blockquote><p>VERSE: <a href="http://vitriss.tumblr.com/tagged/%5B%20v;%20%E1%B4%98%E1%B4%80%E1%B4%A1%C9%B4%20%5D" title="Verse tag.">PAWN</a>. <i><b>( </b></i>LIGHTNING RETURNS.<i><b> )</b></i></p><p> </p><p>Based on my own headcanons, I believe that Serah was able to watch all of the events of Lightning Returns through Lumina’s eyes. She is able to watch all of her friends suffer, and she herself, suffered too, knowing there would be no way to help. As part of another one of <b>my headcanons</b>, I believe that Serah is able to show up as almost an illusion when Lumina allows her to. But she does not use that to her advantage, almost believing, that if she did so, it would only throw her friends into an even bigger depressive state. And that is something she’d rather not risk. And once she is informed of God’s plans, she holds the belief that Lightning will do the right thing.</p></blockquote><figure class="tmblr-full" data-orig-height="100" data-orig-width="400"><img src="https://65.media.tumblr.com/caae4ed2a1ef95b2412f0aa6c9e5ce76/tumblr_inline_oaj4tcdoD61slc9s5_540.png" data-orig-height="100" data-orig-width="400"></figure><blockquote><p>VERSE: <a href="http://vitriss.tumblr.com/tagged/%5B-v%3B-%E1%B4%98%E1%B4%80%CA%80%E1%B4%80%E1%B4%85%E1%B4%8Fx%E1%B4%87%E1%B4%85-%5D" title="Verse tag.">PARADOXED</a>. <i><b>( </b></i>XIII-2 CROSSOVER. <i><b>)</b></i></p><p> </p><p>Serah holds all of the memories that happen to her in-game to a specific point in time. She has gone through a broken portal, separating herself from Noel, and sometimes Mog. Here she meets many friends from many different worlds, but often, she holds the question of, how exactly, a portal had taken her to another world besides Cocoon or Pulse.</p></blockquote><figure class="tmblr-full" data-orig-height="100" data-orig-width="400"><img src="https://66.media.tumblr.com/c83002af6ecdb34b7828f272d2dfa8c4/tumblr_inline_oaj4tdem5G1slc9s5_540.png" data-orig-height="100" data-orig-width="400"></figure><blockquote><p>VERSE: <a href="http://vitriss.tumblr.com/tagged/%5B-v%3B-Memory.-%5D">MEMORY</a>. <i><b>(</b></i> PRE-XIII 2 / END XIII-2.<b><i> )</i></b></p><p> </p><p>A canon verse for events that happen during XIII - 2. Verse is specifically saved for those canonically in the XIII - 2 universe, and no crossovers will take place here. Events that could have happened in between in-game cutscenes will appear here, as they are heavily plotted headcanons to match things we were not able to see in game.</p><p>Serah sets off on a exhilarating journey with her two newfound friends, Noel and Mog, to find her sister Lightning. However, she finds herself oddly blessed with the Eyes of Etro, allowing her to see the future. Throughout her journey Serah proves the strength she’s always withheld, both physical and mental, as the tasks she faces are not quite easy.</p></blockquote><figure class="tmblr-full" data-orig-height="100" data-orig-width="400"><img src="https://67.media.tumblr.com/c3d52d749cb595392db13104cc669c1e/tumblr_inline_oaj4teRQm21slc9s5_540.png" data-orig-height="100" data-orig-width="400"></figure><blockquote><p>VERSE: <a href="http://vitriss.tumblr.com/tagged/%5B-v%3B-Episode-Zero-%5D" title="Verse tag.">EPISODE ZERO</a>. <i><b>(</b></i> PRE-XIII.<i><b> )</b></i></p><p> </p><p>Takes place before the main events in the game, timeline is usually set either before being branded or after, writing in this verse is dependent on plotting.</p><p>Serah is an 18 year old college freshman to be, she’s found the love of her life and works on making her sister, the only family she has, like him too. She has a natural curiosity for many things, which is why she has such a huge interest in History, the subject she<b> would have </b>majored in. But, in the middle of her summer vacation, things get complicated when she finds herself branded as a Pulse L'cie and Cocoon’s sworn enemy.</p></blockquote>
  720. </div>
  721. <div id="box5" class="popup_block">
  722. <blockquote><p><strong>IMPORTANT PEOPLE.</strong></p>
  723. </blockquote>
  724. <p><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6-Serah%3B-%E2%80%9C-I%27m-learning-how-to-get-up-off-my-knees-%26-all-it-takes-is-practice..-.%3A%2A%3A%E3%83%BB" title="Serah."><img src="https://67.media.tumblr.com/d3ca4f5aea3a25f3e3c3eaba27290180/tumblr_inline_oajcvuddJp1slc9s5_500.png" /></a><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6-Lightning%3B-%E2%80%9C-You%27re-the-only-road-I-know%3B-you-show-me-where-to-go..-.%3A%2A%3A%E3%83%BB" title="Lightning." target="_blank"><img src="https://67.media.tumblr.com/0b8c0f078e04ef747ae0dc98c483bbfe/tumblr_inline_oajcvyrY2g1slc9s5_500.png" style="line-height: 1.4;" /></a><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6-Snow%3B-%E2%80%9C-%C2%A0I-feel-bright-when-you-stand-near-%26-I-know-what-I-am-when-you-are-here%3B-my-place-becomes-so-clear..-.%3A%2A%3A%E3%83%BB" title="Snow." target="_blank"><img src="https://66.media.tumblr.com/4f763f99eb42f43d1036a6d09e961a57/tumblr_inline_oajcw6pcWo1slc9s5_500.png" /></a></p>
  725. <p></p>
  726. <p><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6-Noel%3B-%E2%80%9C-Now-I-can-see-you-are-the-one-sent-here-to-show-me-the-way..-.%3A%2A%3A%E3%83%BB" title="Noel." target="_blank"><img src="https://67.media.tumblr.com/1ce9dc50d3d9519624eb93f6564f6397/tumblr_inline_oajcwly4L81slc9s5_500.png" /></a><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6-Mog%3B-%E2%80%9C-If-my-heart-was-a-house-you%27d-be-home..-.%3A%2A%3A%E3%83%BB" target="_blank"><img src="https://66.media.tumblr.com/63a8b50a3d2bf33793207af06d76e3ab/tumblr_inline_oajcwptTFR1slc9s5_500.png" style="line-height: 1.4;" /></a><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6-Sazh%3B-%E2%80%9C-His-dad-was-a-good-guy-that-everyone-liked%3B-but-nobody-knew-he-was-dying-inside..-.%3A%2A%3A%E3%83%BB" title="Sazh." target="_blank"><img src="https://67.media.tumblr.com/97d92fdbf687425e7bca138b8b1c3cf9/tumblr_inline_oajcx0xXP81slc9s5_500.png" /></a></p>
  727. <p></p>
  728. <p><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6-Hope%3B-%E2%80%9C-It%27s-do-or-die-%26-this-is-mine%3B-the-anthem-of-a-bird-with-a-broken-wing..-.%3A%2A%3A%E3%83%BB" title="Hope."><img src="https://66.media.tumblr.com/3ada085bedc0b78d15b31e148a5e17d6/tumblr_inline_oajcxksTZo1slc9s5_500.png" /></a><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6-Fang-%26-Vanille%3B-%E2%80%9C-You-pulled-me-from-the-grave-%26-stood-me-on-a-hill..-.%3A%2A%3A%E3%83%BB" title="Vanille." target="_blank"><img src="https://67.media.tumblr.com/c41d28bc6d42825b0d40ff2500a2ac74/tumblr_inline_oajcxqRwJV1slc9s5_500.png" style="line-height: 1.4;" /></a><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6-Fang-%26-Vanille%3B-%E2%80%9C-You-pulled-me-from-the-grave-%26-stood-me-on-a-hill..-.%3A%2A%3A%E3%83%BB" title="Fang." target="_blank"><img src="https://66.media.tumblr.com/cdeae996c9c29d27440581d9fa239a80/tumblr_inline_oajcy0sFTV1slc9s5_500.png" /></a></p>
  729. <p></p>
  730. <p><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6-Yeul%3B-%E2%80%9C-I%27ll-dissolve-when-the-rain-pours-in.-When-the-nightmares-take-me..-.%3A%2A%3A%E3%83%BB" title="Yeul." target="_blank"><img src="https://66.media.tumblr.com/bcf1642ce2d339cea719836b98fbc5e9/tumblr_inline_oajcy8HRB51slc9s5_500.png" /></a><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6-Caius%3B-%E2%80%9C-Chaos-all-around-explosions-%26-fire..-.%3A%2A%3A%E3%83%BB" title="Caius." target="_blank"><img src="https://67.media.tumblr.com/c543dbe5437faad2fdcb9fb93dc969dd/tumblr_inline_oajcyf6O3T1slc9s5_500.png" style="line-height: 1.4;" /></a></p>
  731. <blockquote>
  732. <p><strong>ABOUT SERAH.</strong></p>
  733. </blockquote>
  734. <p><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6-%E2%80%9C-Headcanons%3B-Let-your-colors-burn-%26-brightly-burst.-.%3A%2A%3A%E3%83%BB" title="Headcanons." target="_blank"><img src="https://67.media.tumblr.com/a906c9070c049f08a75eedb6c8e8495e/tumblr_inline_oajcyrPlaE1slc9s5_500.png" /></a><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6-%E2%80%9C-Musings%3B-Is-my-petrified-heart-still-pounding.%3A%2A%3A%E3%83%BB" title="Musings." target="_blank"><img src="https://67.media.tumblr.com/9e3318bf4ad93b7455bd5e5824da025b/tumblr_inline_oajcyye9Ba1slc9s5_500.png" style="line-height: 1.4;" /></a><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6-%E2%80%9C-Wishlist%3B-We%27re-just-a-mess-of-moments-that%27s-adding-up-to-where-we-are.%3A%2A%3A%E3%83%BB" title="Wishlist." target="_blank"><img src="https://67.media.tumblr.com/b4e99a852d95d4461b0970b3afdc4ea2/tumblr_inline_oajcz2PxwZ1slc9s5_500.png" style="line-height: 1.4;" /></a></p>
  735. <p><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6-%E2%80%9C-Melodies%3B-Is-there-music-muted-playing-underneath.%3A%2A%3A%E3%83%BB" title="Melodies." target="_blank"><img src="https://67.media.tumblr.com/492efadf1de151793c9bd9f576d8a019/tumblr_inline_oajcz703Q11slc9s5_500.png" style="line-height: 1.4;" /></a><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6-%E2%80%9C-Wardrobe%3B-I-could-take-steps-in-this-moon-and-that-cloud.%3A%2A%3A%E3%83%BB" title="Wardrobe." target="_blank"><img src="https://66.media.tumblr.com/ca247bdcdda0cad84295d0e98ffb58db/tumblr_inline_oajczaOXJt1slc9s5_500.png" style="line-height: 1.4;" /></a><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6-%E2%80%9C-Aesthetic%3B-Are-there-oceans-full-of-things-you-never-see%3F-Are-there-skylines-of-the-cities-you-don%27t-see.%3A%2A%3A%E3%83%BB" title="Aesthetic." target="_blank"><img src="https://66.media.tumblr.com/55639d060f6c81969a24953de012fe4c/tumblr_inline_oajdfjW40O1slc9s5_500.png" /></a></p>
  736. <p></p>
  737. <p><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6-%E2%80%9C-Faceclaim%3B-Let%27s-play-pretend.%3A%2A%3A%E3%83%BB" title="Faceclaim." target="_blank"><img src="https://66.media.tumblr.com/38885498986d1196dd0a1ca2c3e425bd/tumblr_inline_oajczeNOek1slc9s5_500.png" style="line-height: 1.4;" /></a></p>
  738. <blockquote>
  739. <p><strong>REALATIONSHIPS.<br /><em>(</em></strong> The <strong>only</strong> romantic relationship is Snow <em><strong>&amp;</strong></em> Serah.<em><strong> )</strong></em></p>
  740. </blockquote>
  741. <p><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6%20Lightning%20&amp;%20Serah;%20%E2%80%9C%20wherever%20I%20go%20I'll%20be%20looking%20for%20you..%20.:*:%E3%83%BB" title="Lightning &amp; Serah." target="_blank"><img src="https://67.media.tumblr.com/a0148860a694fee766cdeac12cc0216d/tumblr_inline_oajczjztkD1slc9s5_500.png" /></a><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6-Snow-%26-Serah%3B-%E2%80%9C-I-just-wanna-run-to-you-%26-break-off-the-chains-%26-throw-them-away..-.%3A%2A%3A%E3%83%BB" title="Snow &amp; Serah." target="_blank"><img src="https://66.media.tumblr.com/34006eb8d2ece9bcaf396d19131330fd/tumblr_inline_oajcztPlqr1slc9s5_500.png" style="line-height: 1.4;" /></a><a href="http://vitriss.tumblr.com/tagged/%E2%98%85%E2%94%8A%E2%9C%A6-Noel-%26-Serah%3B-%E2%80%9C-My-happy-west-coast-friends%3B-do-you-feel-alive-when-the-breaking-waves-arrive-%26-wash-all-around-you..-.%3A%2A%3A%E3%83%BB" title="Noel &amp; Serah." target="_blank"><img src="https://66.media.tumblr.com/20db059984cf3e91de50c4ed466bfb6f/tumblr_inline_oajczxbI2P1slc9s5_500.png" style="line-height: 1.4;" /></a></p>
  742. </div>
  743. <div id="box6" class="popup_block">
  744. <p><small>I am exclusive to the following characters listed below. This means, I will not be writing with the duplicates of these characters, or people who use any of the following characters/people as their faceclaim.<br>Also keep in mind I will <b>not </b>be writing with people who use <b>Lights Bokan</b> as their faceclaim, as she is my own.</small></p>
  745. <blockquote>
  746. <p><strong>KINGDOM HEARTS.</strong></p>
  747. </blockquote>
  748. <p><a href="http://valience.tumblr.com/" title="Sora." target="_blank"><img src="https://66.media.tumblr.com/85c5c06934e9f2f4c273f3fa743370e8/tumblr_inline_oajf040Z9u1slc9s5_500.png" /></a><a href="http://hunnypct.tumblr.com/" title="Winnie the Pooh." target="_blank"><img src="https://66.media.tumblr.com/14a89c1fb32f1259fdfbb245c4b330c3/tumblr_inline_oajf0boTgo1slc9s5_500.png" /></a></p>
  749. <blockquote>
  750. <p><strong>FINAL FANTASY VIII.</strong></p>
  751. </blockquote>
  752. <p><a href="http://rebel.god.jp/" title="Kael. ( Fc exclusive )" target="_blank"><img src="https://67.media.tumblr.com/87278ba78eeba56e59e5062c1517c5ba/tumblr_inline_oajf1a0WGt1slc9s5_500.png" /></a></p>
  753. <p></p>
  754. <blockquote>
  755. <p><strong>FINAL FANTASY XIII.</strong></p>
  756. </blockquote>
  757. <p><a href="http://lazuliss.tumblr.com/" title="Noel Kreiss." target="_blank"><img src="https://66.media.tumblr.com/49b82a877903d2cbc0df9453dac23033/tumblr_inline_oajf1inmqk1slc9s5_500.png" /></a></p>
  758. </div>
  759.  
  760. <div id="box7" class="popup_block">
  761. <p><img src="https://67.media.tumblr.com/b81765e500a244df942cab91416208cb/tumblr_inline_oajefhzsSx1slc9s5_500.png" /></p>
  762. <blockquote>
  763. <p>URL: <a href="http://lucetli.tumblr.com/" title="kairi." target="_blank">Lucetli</a><br />MUSE: Kairi<br />SERIES: Kingdom Hearts<br />STATUS: Private/ hardly active</p>
  764. </blockquote>
  765. <p><img src="http://i.imgur.com/eM0UdY1.png" /></p>
  766. <blockquote>
  767. <p>URL: <a href="http://victuist.tumblr.com/" title="Prompto Argentum." target="_blank">victuist</a><br />MUSE: Prompto Argentum<br />SERIES: Final Fantasy XV<br />STATUS: Active/ Selective</p>
  768. </blockquote>
  769.  
  770. </div></div></div></div></div></div></div></div></div></div></div>
  771.  
  772. <!-- begin updates box -->
  773. <div id="updatesbox">
  774. <span id="updatestitle">THOUGHTS.</span>
  775. <div id="inside">
  776.  
  777. Selective Serah Farron<b><i>!!</i></b><br>written by Megan<b><i>!!</i><br></b>Formerly arcanumrosa<b><i>!!<br></i></b>Established August 2014<b><i>!!</i></b></p>
  778.  
  779.  
  780. <p><small>
  781.  
  782. You're the only <i>hope </i>that I'm <b>clinging </b>to<em><b>&</b></em> I hope you know I <b>can't </b>live <i>without you.</i></small></p>
  783.  
  784. <p><embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/pyibm767s8j0qs9/01%20River%20%28Acoustic%20Version%29.mp3?dl=1&t0=River.&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></p>
  785.  
  786. <p><script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2916551&name=Time Travelers"></script>
  787. </p>
  788. <p><script language="JavaScript">
  789. var ref = (''+document.referrer+'');
  790. var w_h = window.screen.width + " x " + window.screen.height;
  791. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4895152&e1=Moogle&e2=Moogles&r=' + ref + '&wh=' + w_h + '"><\/script>');
  792. </script></p>
  793. <!-- end updates box; it would be nice if you left the below comment in the code! :)
  794. updates box tutorial by http://bangjensen.tumblr.com -->
  795.  
  796.  
  797. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement