Advertisement
calesvol

my themes - yunie old

Jan 18th, 2018
771
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.43 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.  
  4. <!-------------------------------------------
  5. Base Code by Clara
  6. http://mandrakescry.tumblr.com/
  7. No credit is necessary but please do not copy
  8. and redistribute as your own base code.
  9. LIKE/REBLOG IF USING!
  10. -------------------------------------------->
  11. <html>
  12. <head>
  13.  
  14. <meta name="color:background" content="#FFFFFF">
  15. <meta name="color:sidebar link" context="#413f3f">
  16. <meta name="color:link" content="#928f8f">
  17. <meta name="color:post links" content="#928f8f">
  18. <meta name="color:hover" content="#454545">
  19. <meta name="color:info" content="#dadada">
  20. <meta name="color:text" content="#9A9A9A">
  21. <meta name="color:title" content="#0a0a0a">
  22. <meta name="color:sidebar text" content="#a8a6a6">
  23. <meta name="color:tags" content="#dddddd">
  24. <meta name="color:scrollbar" content="#313231">
  25. <meta name="color:border" content="#313231">
  26.  
  27. <meta name="image:sidebar" content=""/>
  28.  
  29. <meta name="text:Link1" content="" />
  30. <meta name="text:Link1 Title" content="link 1" />
  31. <meta name="text:Link2" content="" />
  32. <meta name="text:Link2 Title" content="link 2" />
  33. <meta name="text:Link3" content="" />
  34. <meta name="text:Link3 Title" content="link 3" />
  35. <meta name="text:Link4" content="" />
  36. <meta name="text:Link4 Title" content="link 4" />
  37.  
  38.  
  39. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  40. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <link rel="shortcut icon" href="https://68.media.tumblr.com/f544abbd9c52fcaacd66800a4380d968/tumblr_inline_oke2qgLFM21uazf1t_540.png">
  42. <link href="https://fonts.googleapis.com/css?family=Tangerine" rel="stylesheet">
  43. <link href="https://fonts.googleapis.com/css?family=Crafty+Girls" rel="stylesheet">
  44. <link href="https://fonts.googleapis.com/css?family=Waiting+for+the+Sunrise" rel="stylesheet">
  45. <link href="https://fonts.googleapis.com/css?family=Cormorant+Upright" rel="stylesheet">
  46. <link href="https://fonts.googleapis.com/css?family=Mr+De+Haviland" rel="stylesheet">
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  49.  
  50. <script type="text/javascript"
  51. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  52.  
  53. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  54.  
  55. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  56.  
  57. <!--tab mcgoats-->
  58.  
  59. <script>
  60. $(document).ready(function(){
  61. $("ul#tabs li").click(function(e){
  62. if (!$(this).hasClass("active")) {
  63. var tabNum = $(this).index();
  64. var nthChild = tabNum+1;
  65. $("ul#tabs li.active").removeClass("active");
  66. $(this).addClass("active");
  67. $("ul#tab li.active").removeClass("active");
  68. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  69. }
  70. });
  71. });
  72.  
  73. </script>
  74.  
  75. <!--toggle moogle menu-->
  76.  
  77. <script type="text/javascript"
  78. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  79.  
  80. <script type="text/javascript">
  81. function unhide(divID) {
  82. var item = document.getElementById(divID);
  83. if (item) {
  84. item.className=(item.className=='hidden')?'unhidden':'hidden';
  85. }
  86. }
  87. </script>
  88.  
  89. <!--For le tooltip cool whip-->
  90.  
  91. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  92.  
  93. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  94.  
  95. <script>
  96.  
  97. (function($){
  98.  
  99. $(document).ready(function(){
  100.  
  101. $("a[title]").style_my_tooltips({
  102.  
  103. tip_follows_cursor:true,
  104.  
  105. tip_delay_time:90,
  106.  
  107. tip_fade_speed:600,
  108.  
  109. attribute:"title"
  110.  
  111. });
  112.  
  113. });
  114.  
  115. })(jQuery);
  116.  
  117. </script>
  118.  
  119. <!--tooltip cool whip end-->
  120.  
  121. <!--Dip whip pop whup-->
  122.  
  123. <script type="text/javascript"
  124. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  125. <script>
  126. $(document).ready(function() {
  127. //
  128. $('a.poplight[href^=#]').click(function() {
  129. var popID = $(this).attr('rel'); //Get Popup Name
  130. var popURL = $(this).attr('href'); //Get Popup href to define size
  131. var query= popURL.split('?');
  132. var dim= query[1].split('&');
  133. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  134. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  135. var popMargTop = ($('#' + popID).height() + 80) / 2;
  136. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  137. //Apply Margin to Popup
  138. $('#' + popID).css({
  139. 'margin-top' : -popMargTop,
  140. 'margin-left' : -popMargLeft
  141. });
  142. $('body').append('<div id="fade"></div>');
  143. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  144. return false;
  145. });
  146. $('a.close, #fade').live('click', function() {
  147. $('#fade , .popup_block').fadeOut(function() {
  148. $('#fade, a.close').remove(); //fade them both out
  149. });
  150. return false;
  151. });
  152. });
  153. </script>
  154.  
  155. <!--Movie groovy info thangers-->
  156.  
  157. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  158.  
  159. <script src=“http://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js"></script>
  160.  
  161. <script>
  162. (function($){
  163. $(document).ready(function(){
  164. $(“a[title]").style_my_tooltips({
  165. tip_follows_cursor:true,
  166. tip_delay_time:90,
  167. tip_fade_speed:600,
  168. attribute:“title"
  169. });
  170. });
  171. })(jQuery);
  172. </script>
  173.  
  174. <!-- SCM Music Player http://scmplayer.co -->
  175. <script type="text/javascript" src="http://scmplayer.co/script.js"
  176. data-config="{'skin':'http://static.tumblr.com/qft2cvq/QzGn26xb1/skin-1.css','volume':50,'autoplay':true,'shuffle':false,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'i.','url':'https://www.youtube.com/watch?v=PzXIcRven5k'}]}" ></script>
  177. <!-- SCM Music Player script end -->
  178.  
  179. <style type="text/css">
  180.  
  181.  
  182. a {
  183. color:{color:link};
  184. text-decoration:none;
  185. -moz-transition-duration:0.5s;
  186. -webkit-transition-duration:0.5s;
  187. -o-transition-duration:0.5s;
  188. }
  189.  
  190. a:hover {
  191. color:{color:hover};
  192. text-decoration:none;
  193. -moz-transition-duration:0.5s;
  194. -webkit-transition-duration:0.5s;
  195. -o-transition-duration:0.5s;
  196. }
  197.  
  198.  
  199. ::-webkit-scrollbar {
  200. height:0px;
  201. width:0px}
  202.  
  203. ::-webkit-scrollbar-thumb:vertical {
  204. background-color:{color:scrollbar};
  205. height:0px;
  206. }
  207.  
  208. ::-webkit-scrollbar-thumb:horizontal {
  209. background-color:{color:scrollbar};
  210. height:0px!important;
  211. }
  212.  
  213. *, body, a, a:hover {cursor: url(https://68.media.tumblr.com/tumblr_lqs4ps1USa1qfoi4t.png), auto;}
  214.  
  215. #s-m-t-tooltip {
  216. max-width:300px; /*how big the tooltip can be at most*/
  217. border-radius: 1px; /*change your border radius*/
  218. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  219. margin:20px 7px -2px 20px; /*distance from word*/
  220. background-color:transparent; /*background color*/
  221. border:1px dotted transparent; /*border info*/
  222. font-family:calibri; /*tooltip font*/
  223. font-size:9px; /*tooltip font size*/
  224. letter-spacing:2px; /*tooltip letter spacing*/
  225. text-transform:uppercase; /*makes the tooltip title uppercase*/
  226. color:#fff; /*tooltip font color*/
  227. z-index:999999999999999999999999999999999999;
  228. }
  229.  
  230. body {
  231. background-color:#a7a7a7;
  232. background-image:url('http://i.imgur.com/7Bnz5rD.jpg');
  233. background-repeat:no-repeat;
  234. background-attachment:fixed;
  235. font-family:'Cormorant Upright', serif;
  236. font-weight:normal;
  237. text-align:center;
  238. font-size: 14px;
  239. text-shadow:0px 0px 7px #828282;
  240. color:#fff;
  241. word-wrap:break-word;
  242. }
  243.  
  244. a {
  245. text-decoration:none;
  246. color:#fff;
  247. -webkit-transition: all 0.7s ease;
  248. -moz-transition: all 0.7s ease;
  249. -o-transition: all 0.7s ease;
  250. }
  251.  
  252. a:hover {
  253. color:#636363;
  254. }
  255.  
  256.  
  257. b, strong {
  258. color:#ffcccc;
  259. text-transform:uppercase;
  260. font-family: 'Crafty Girls', cursive;
  261. text-shadow:1px 1px 15px #ffcccc;
  262. }
  263.  
  264. i, em {
  265. color:#ffe6e6;
  266. font-family: 'Waiting for the Sunrise', cursive;
  267. text-shadow:1px 1px 15px #ffe6e6;
  268. }
  269.  
  270. small, sub, sup {
  271. font-size:14px;
  272. text-align:center;
  273. }
  274.  
  275. h1 {
  276. background-image: url('https://68.media.tumblr.com/05611f3bb0e59e5d7e12e9a3354a5f11/tumblr_on21yu7AC81u2jirlo2_r1_400.gif');
  277. background-repeat:repeat;
  278. background-attachment:fixed;
  279. text-transform:uppercase;
  280. text-align:center;
  281. font-size:13px;
  282. font-family:calibri;
  283. color:#fff;
  284. padding:1px;
  285. border: solid 1px #292929;
  286. }
  287.  
  288. h2 {
  289. background-image: url('https://68.media.tumblr.com/a87434157dfe8e90d4b73700e0f40e14/tumblr_on21yu7AC81u2jirlo5_r3_400.gif');
  290. background-repeat:repeat;
  291. background-attachment:fixed;
  292. text-transform:uppercase;
  293. text-align:center;
  294. font-size:13px;
  295. font-family:calibri;
  296. color:#fff;
  297. padding:1px;
  298. border: solid 1px #292929;
  299. }
  300.  
  301. h3 {
  302. background-image: url('https://68.media.tumblr.com/6e839ad24a1ded304b9ca0f965832761/tumblr_on21yu7AC81u2jirlo3_r1_400.gif');
  303. background-repeat:repeat;
  304. background-attachment:fixed;
  305. text-transform:uppercase;
  306. text-align:center;
  307. font-size:13px;
  308. font-family:calibri;
  309. color:#fff;
  310. padding:1px;
  311. border: solid 1px #292929;
  312. }
  313.  
  314.  
  315. blockquote {
  316. padding:2px 7px;
  317. margin:3px 0 3px 8px;
  318. border-left:1px solid #ff8080;
  319. border-radius: 52px 0px 0px 49px;
  320. -moz-border-radius: 52px 0px 0px 49px;
  321. -webkit-border-radius: 52px 0px 0px 49px;
  322. }
  323.  
  324. blockquote img {
  325. max-width:100%;
  326. height:auto;
  327. }
  328.  
  329.  
  330.  
  331. #sidebar {
  332. position:fixed;
  333. border: 3px double white;
  334. border-top-left-radius: 10px;
  335. border-top-right-radius: 10px;
  336. left:420px;
  337. top:200px;
  338. height:250px;
  339. width:150px;
  340. background:transparent;
  341. background-position: bottom left;
  342. background-repeat:no-repeat;
  343. background-attachment:fixed;
  344. overflow:scroll;
  345. }
  346.  
  347. #description {
  348. font-size:10px;
  349. color:#ffffff;
  350. text-align:right;
  351. padding:10px;
  352. }
  353.  
  354. #pagination {
  355. position:fixed;
  356. width:180px;
  357. height:20px;
  358. letter-spacing:1px;
  359. font-family:times;
  360. font-size:36px;
  361. text-align:right;
  362. color:#ff4d4d;
  363. text-transform:uppercase;
  364. margin-left:770px;
  365. margin-top:510px;
  366. padding-bottom:3px;
  367. -moz-transition-duration:0.7s;
  368. -webkit-transition-duration:0.7s;
  369. -o-transition-duration:0.7s;
  370. }
  371.  
  372. #pagination a {
  373. color:#ff4d4d;
  374. }
  375.  
  376. #pagination a:hover{
  377. color:#ffe6e6;
  378. }
  379.  
  380.  
  381.  
  382. .link1 {
  383. position:fixed;
  384. margin-top:-0px;
  385. margin-left:120px;
  386. font-size:45px;
  387. font-family: 'Tangerine', cursive;
  388. width:280px;
  389. word-spacing:13px;
  390. text-align:center;
  391. text-transform:uppercase;
  392. z-index:1;
  393.  
  394. }
  395.  
  396. .link2 {
  397. position:fixed;
  398. margin-top:-0px;
  399. margin-left:350px;
  400. width:200px;
  401. font-size:45px;
  402. font-family: 'Tangerine', cursive;
  403. padding: 8px;
  404. text-align:center;
  405. text-transform:uppercase;
  406. z-index:1;
  407.  
  408. }
  409.  
  410.  
  411. #links a {
  412. display:inline-block;
  413. color:#ffcccc;
  414. padding-left:10px;
  415. text-shadow: -1px -1px #e42c8b, -2px -2px #e42c8b, 1px 1px #a9e42c, 2px 2px #a9e42c;
  416. }
  417.  
  418. #links a:hover {
  419. display:inline-block;
  420. color:#ff9999;
  421. letter-spacing:1px;
  422.  
  423. }
  424.  
  425.  
  426. #stuffcontainer {
  427. position:fixed;
  428. float:left;
  429. height:390px;
  430. width:380px;
  431. margin-left:590px;
  432. margin-top:50px;
  433. text-align:justify;
  434. color:{color:text};
  435. border: 2px double #fff;
  436. margin-bottom: 35px;
  437. overflow-y:scroll;
  438. border-top-left-radius: 170px;
  439. border-top-right-radius: 170px;
  440. -webkit-mask-image: -webkit-linear-gradient(rgba(0,0,0,20) 0%, rgba(0,0,0,1) 50%, rgba(20,0,0,0) 100%);
  441.  
  442. }
  443.  
  444.  
  445. #stuff {
  446. width:330px;
  447. background-color:rgba(0, 0, 0, 0.6);
  448. padding:10px;
  449. margin-left:10px;
  450. margin-bottom:30px;
  451. }
  452.  
  453. /*toggle menu stoof*/
  454.  
  455. .hidden {
  456. display: none;
  457.  
  458. }
  459.  
  460. .unhidden {
  461. display: block;
  462. }
  463.  
  464. /*toggle menu stoof end*/
  465.  
  466. /*dan gurl those tabs tho....*/
  467.  
  468. ul#tabs {
  469. list-style-type: none;
  470. display: inline-block;
  471. vertical-align: middle;
  472. margin-left:100px;
  473. margin-top:-10px;
  474. padding: 0;
  475. text-align: center;
  476. height:150px;
  477. width:100px;
  478. background-color:transparent;
  479. opacity:0.6;
  480. border-top-left-radius: 15px;
  481. border-top-right-radius: 15px;
  482. border-bottom-right-radius: 15px;
  483. border-bottom-left-radius: 15px;
  484. }
  485. ul#tabs li {
  486. display: inline-block;
  487. vertical-align: middle;
  488. background-image: url('https://68.media.tumblr.com/05611f3bb0e59e5d7e12e9a3354a5f11/tumblr_on21yu7AC81u2jirlo2_r1_400.gif');
  489. background-repeat:repeat;
  490. background-attachment:fixed;
  491. border: solid 0px #262626;
  492. padding: 4px 12px;
  493. margin-bottom: 4px;
  494. color: #b1b1b1;
  495. cursor: pointer;
  496. text-transform:uppercase;
  497. border-top-left-radius: 10px;
  498. border-top-right-radius: 10px;
  499. border-bottom-right-radius: 10px;
  500. border-bottom-left-radius: 10px;
  501. }
  502. ul#tabs li:hover {
  503. background-color: #000000;
  504. }
  505. ul#tabs li.active {
  506. background-color: #0f0f0f;
  507. }
  508. ul#tab {
  509. list-style-type: none;
  510. margin: 0;
  511. padding: 0;
  512. }
  513. ul#tab li {
  514. display: none;
  515. }
  516. ul#tab li.active {
  517. display: block;
  518. }
  519.  
  520. /*the legend of permalinks*/
  521.  
  522. .permalinks {
  523. background-color:#fff;
  524. border:1px double #fff;
  525. background-image: url('https://68.media.tumblr.com/58c7c908c8e44a609f13262762ae7f95/tumblr_on21yu7AC81u2jirlo1_400.gif');
  526. background-repeat:repeat;
  527. background-attachment:fixed;
  528. padding:5px;
  529. height:12px;
  530. width: 250px;
  531. margin-left: 50px;
  532. border-top-left-radius: 10px;
  533. border-top-right-radius: 10px;
  534. border-bottom-right-radius: 10px;
  535. border-bottom-left-radius: 10px;
  536. }
  537.  
  538. .permalinks a {
  539. text-decoration:none;
  540. font-size: 12px;
  541. color:#fff;
  542. }
  543.  
  544. .permalinks a:hover {
  545. color:#fff;
  546. }
  547.  
  548. .date {
  549. float:left;
  550. }
  551.  
  552. .reblogs {
  553. float:right;
  554. }
  555.  
  556. .caption {
  557. width:500px;
  558. text-align:justify;
  559. line-height:120%;
  560. }
  561.  
  562. .asker {
  563. font-size:45px;
  564. font-style: none;
  565. text-align:center;
  566. border-bottom:1px solid #eee;
  567. margin-left:-5px;
  568. margin-bottom:-15px;
  569. padding-bottom:3px;
  570. }
  571.  
  572. .askheader {
  573. margin-left:-130px;
  574. margin-top:10px;
  575. }
  576.  
  577. .question {
  578. font-style: italic;
  579. padding-left:55px;
  580. padding-right:50px;
  581. }
  582.  
  583. .quote {
  584. font-size:13px;
  585. letter-spacing:1px;
  586. text-align:center;
  587. border-bottom:1px solid #eee;
  588. margin-bottom:5px;
  589. padding-bottom:3px;
  590. }
  591.  
  592. .quotesource {
  593. font-size:10px;
  594. letter-spacing:1px;
  595. text-align:center;
  596. margin-bottom:5px;
  597. }
  598.  
  599. .tumblr_audio_player {
  600. height:30px;
  601. width:30px;
  602. border-radius:200px;
  603. background:white;
  604. border: #ffb3e6 outset 5px;
  605. }
  606.  
  607. .audioimgwrapper {
  608. position: absolute;
  609. left: 65px;
  610. top: -20px;
  611. overflow: hidden;
  612. z-index: -1;
  613. }
  614.  
  615. .audioimgwrapper img {
  616. width: 100%;
  617. display:inline-block;
  618. height: auto;
  619. z-index:-1;
  620. }
  621.  
  622. .audiowrapper {
  623. position: relative;
  624. padding:10px;
  625. }
  626.  
  627. #postinfo {
  628. background-color:#fff;
  629. border:1px double #fff;
  630. background-image: url('https://68.media.tumblr.com/58c7c908c8e44a609f13262762ae7f95/tumblr_on21yu7AC81u2jirlo1_400.gif');
  631. background-repeat:repeat;
  632. background-attachment:fixed;
  633. background-position: -148px;
  634. padding:5px;
  635. height:12px;
  636. width: 270px;
  637. margin-left: 50px;
  638. border-top-left-radius: 10px;
  639. border-top-right-radius: 10px;
  640. border-bottom-right-radius: 10px;
  641. border-bottom-left-radius: 10px;
  642. }
  643.  
  644. #postinfo a {
  645. color:{color: post links};
  646. text-decoration:none;
  647. font-size: 12px;
  648. }
  649.  
  650. #postinfo a:hover {
  651. color:{color:hover};
  652. }
  653.  
  654. .note {
  655. text-transform:uppercase;
  656. font-style:normal;
  657. letter-spacing:0px;
  658. font-size: 9px;
  659. text-align:left;
  660. line-height:90%;
  661. margin-left:-40px;
  662. }
  663.  
  664. .note li {
  665. list-style-type:none;
  666. padding:10px 25px 10px 25px;
  667. text-align:left;
  668. margin:0px;
  669. -moz-transition-duration:0.5s;
  670. -webkit-transition-duration:0.5s;
  671. -o-transition-duration:0.5s;
  672. }
  673.  
  674. .tags {
  675. font-style:normal;
  676. width:330px;
  677. text-transform:none;
  678. margin-top:0px;
  679. margin-left:-9px;
  680. color:#ffb3b3;
  681. line-height:120%;
  682. font-size:12px;
  683. text-align:right;
  684. padding:2px;
  685. -moz-transition-duration:0.5s;
  686. -webkit-transition-duration:0.5s;
  687. -o-transition-duration:0.5s;
  688. border-left:1px solid #ff8080;
  689. border-radius: 52px 0px 0px 49px;
  690. -moz-border-radius: 52px 0px 0px 49px;
  691. -webkit-border-radius: 52px 0px 0px 49px;
  692. }
  693.  
  694. .tags a {
  695. color:{color:link};
  696. letter-spacing:1px;
  697. padding:1px;
  698. }
  699.  
  700. .tags a:hover {
  701. color:{color:link hover};
  702. }
  703.  
  704. ul.chat, .chat ol, .chat li {
  705. list-style:none;
  706. margin:0px;
  707. padding:2px;
  708. }
  709.  
  710. .label {
  711. text-decoration:underline;
  712. font-weight:700;
  713. background-color:{color:infobg};
  714. margin-right:5px;
  715. }
  716.  
  717.  
  718. .credit {
  719. position:fixed;
  720. bottom:4px;
  721. right:8px;
  722. font: 19px consolas;
  723. border:0px solid {color:border};
  724. text-transform:uppercase;
  725. letter-spacing: 0px;
  726. padding: 2px;
  727. }
  728.  
  729. .credit a{
  730. color: {color:link};
  731. opacity:0.8;
  732. }
  733.  
  734. .credit a:hover{
  735. color:{color:hover};
  736. opacity:1.0;
  737. }
  738.  
  739. .popup_block{
  740. display:none;
  741. background-image:url("https://68.media.tumblr.com/ba6f80fc797574ba42cb492f25cbc12b/tumblr_on21yu7AC81u2jirlo4_r1_1280.png");
  742. background-repeat:no-repeat;
  743. opacity: 0.9;
  744. padding:18px;
  745. height:500px;
  746. font-size:12px;
  747. font-family: 'Alegreya', serif;
  748. border:0px solid #a9f5f2; /* if you want a solid white pop-up, delete this */
  749. float:left;
  750. position:fixed;
  751. top:50%;left:50%;
  752. z-index: 99999;
  753. overflow-x:hidden;
  754. overflow-y:auto;
  755. }
  756.  
  757. *html #fade {position: absolute;}
  758. *html .popup_block {position: absolute;}
  759.  
  760. #fade {
  761. display: none; /*--hidden by default--*/
  762. background-color: #a7a7a7;
  763. background-repeat:no-repeat;
  764. position: fixed; left: 0; top: 0;
  765. width: 1980px; height: 1080px;
  766. z-index: 9999;
  767. }
  768.  
  769.  
  770. {CustomCSS}
  771. </style>
  772. </head>
  773.  
  774. <div id="sidebar">
  775. <h1>{Title}</h1>
  776. <p>do our best but you say otherwise
  777. </br>building up for war in paradise
  778. <h1>and let us heal</h1>
  779. <p>final fantasy x -will- yuna
  780. </br>revisionist & headcanon-story based
  781.  
  782. <div id="simg"><img src="{image:sidebar}"/>
  783. </div>
  784.  
  785.  
  786. <div class="link1"><a title="Besaid" href="http://yunafied.tumblr.com/"><i>Hear Our</i></a></div>
  787.  
  788. <div class="link2"><a href="#?w=800" rel="box1" class="poplight" title="Zanarkand"><b>Prayer</b></a></div>
  789. </div>
  790. </div>
  791.  
  792. <div id="description">
  793. {block:Description}{Description}{/block:Description}
  794. </div>
  795.  
  796. {block:Pagination}
  797. <div class="pagination">
  798. {block:PreviousPage}
  799. <a href="{PreviousPage}">PREVIOUS</a>
  800. {/block:PreviousPage}
  801. {block:NextPage}
  802. <a href="{NextPage}">NEXT</a>
  803. {/block:NextPage}
  804. </div>
  805. {/block:Pagination}
  806. </div>
  807. </div>
  808. </div>
  809.  
  810. </div>
  811.  
  812. <div id="stuffcontainer">
  813.  
  814. {block:Posts}
  815.  
  816. <div id="stuff">
  817.  
  818. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  819.  
  820. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  821.  
  822. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  823. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  824.  
  825. {block:Photo}<center><img src="{PhotoURL-250}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  826.  
  827. {block:Photoset}<center>{Photoset-250}</center>
  828. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  829.  
  830. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  831.  
  832. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  833.  
  834. {block:Answer}
  835. <div id="askheader"><img src="https://68.media.tumblr.com/ad43dd79a27532950fedd117b2789329/tumblr_inline_on8y582vlq1stnv89_540.png" draggable="false"></div>
  836. <div class="asker" style="margin-top:-55px;margin-left:-65px;"><span style="font-family:'Mr De Haviland', cursive;">{Asker}</span></div>
  837. <span style=“color:#444;font-size:13px;margin-left:5px;letter-spacing:2px;”>petitioned the priestess -- ;</span>
  838. <div class="question">{Question}</div>
  839. {Answer}
  840. {/block:Answer}
  841.  
  842. {block:Audio}
  843. <div class="audiowrapper">
  844. {block:AlbumArt}
  845. <div class="audioimgwrapper" style="font-size:40px;margin-left:30px;transform:rotate(20deg);">🌷</div>
  846. {/block:AlbumArt}
  847. <div id="audio" style="text-align:center;">{AudioPlayerBlack}</div>
  848. {block:TrackName}<i>Song:</i> {TrackName}{/block:TrackName}<br>
  849. {block:Artist}<i>Artist:</i> {Artist}{/block:Artist}<br>
  850. {block:PlayCount}{FormattedPlayCount}{/block:PlayCount}<br>
  851. </div>
  852. {/block:Audio}
  853.  
  854. <p>
  855.  
  856.  
  857.  
  858. {block:Date}<div id="postinfo">
  859.  
  860. <a href="{Permalink}" title="{MonthNumberWithZero}/{DayOfMonthWithZero}" style="position:absolute;font-size: 20px;margin-left: -25px; margin-top: -15px;"> ✦ </a>{/block:Date}
  861.  
  862. <a href="{Permalink}" title="{24Hour}:{Minutes}" style="position:absolute;font-size:27px;left:-3px;top:-5px;">✦</a>
  863.  
  864. {block:NoteCount} <a href="{Permalink}" title="{NoteCountWithLabel}" style="position:absolute;font-size: 20px;margin-left: -49px; margin-top: -0px;">✦</a>{/block:NoteCount}
  865.  
  866. {block:RebloggedFrom} <a href="{PermaLink}" title="{ReblogParentName}" style="position:absolute;font-size: 20px;margin-left: -35px; margin-top: -31px;">✦</a>{/block:RebloggedFrom}
  867.  
  868. {block:ContentSource} {/block:ContentSource}</div>
  869.  
  870. {/block:SourceLogo}
  871. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
  872. {/block:ContentSource}
  873.  
  874. <div class="note">
  875. {block:PostNotes}<a href="{PermaLink}" title="{PostNotes}"></a>{/block:PostNotes}
  876. </div>
  877.  
  878. {block:HasTags}
  879. <div class="tags">
  880. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  881. {/block:HasTags}
  882.  
  883. </div>
  884.  
  885. {/block:Posts}
  886.  
  887.  
  888. </div></div>
  889.  
  890. <div class="credit"><a href="http://mandrakescry.tumblr.com/" title="coded by Gisette; base by mandrakescry"><center>G</center></a></div>
  891.  
  892. </body>
  893.  
  894. <div id="box1" class="popup_block">
  895.  
  896. <h3 style="width: 320px;">Navigation</h3>
  897. <ul id="tabs">
  898. <li class="active">Ask</li>
  899. <li>Rules</li>
  900. <li>The Priestess</li>
  901. <li>Verses</li>
  902. <li>Mains</li>
  903. <li>Tags</li>
  904. </ul>
  905.  
  906. <ul id="tab">
  907. <li class="active">
  908.  
  909. <iframe frameborder="0" height="250" width="300" style="background-color:transparent; overflow:hidden; margin-left:-480px;margin-top:-145px;" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/yunafied.tumblr.com" width="100%"></iframe>
  910. </li>
  911.  
  912. <li>
  913. <div style="width: 320px; height: 300px; overflow-y: auto; overflow-x: hidden; margin-top: -165px; margin-left: 0px;">
  914. <h3>General &ndash; ;</h3>
  915. <p>Indie RP blog for Yuna from Final Fantasy X: -Will- as portrayed by <strong>Gisette.</strong></p>
  916. <p>Panfandom, multiverse, mutually exclusive multiship, AU- and OC-inclusive</p>
  917. <p>NSFW, triggers tagged (tw for visual, cw for in writing], read mores used for sexual NSFW</p>
  918. <p><strong>Art:</strong> I do do my own art on this blog, <a href="http://yunafied.tumblr.com/tagged/(%20MY%20ART%20.%20%5D">located here.</a> I kindly ask that unless you are the recipient or are one of the recipient&rsquo;s RP partners, that you not use my art willy nilly. If you want art, please know that I&rsquo;m heavily more inclined to do it for regular RP partners of mine, or close friends.</p>
  919. <p><strong>-Will-: </strong>This account is admittedly revisionist where it concerns -Will-. It&rsquo;s no secret the audio drama, aside from Eien no Daisho, were received badly. Therefore, this account doesn&rsquo;t acknowledge Eien no Daisho except for the historical background forwarded from the novel, with the events of -Will- being heavily altered as per a fanfic of my own authorship that takes place during -Will- in a manner that seeks to correct all that&rsquo;s been wrong with it.</p>
  920. <p><strong>Timeline: </strong>I'm fine with rping in Yuna's past verses, especially with muses who are from X/X-2 that are a bit befuddled by Yunie's mainverse, but this will never take precedence over my mainverse and is to be acknowledged as her default.</p>
  921. <p><strong>Coding: </strong>Aside from Yuna&rsquo;s FC being biracial Amazigh &amp; Japanese, Yuna will be coded thusly with her Al Bhed culture being coded to Amazigh and Moroccan cultures as per my discretion. If you are of either eithnic group or are very well versed on those cultures and see something misrepresented or wrong, please feel free to approach me!</p>
  922. <h3>Interactions &ndash; ;</h3>
  923. <p><strong>Thread length: </strong> I can do anything from script, para, multi-para, to novella (1-3k+ words]</p>
  924. <p><strong>Formatting:</strong> Please note, my formatting is <i>not</i> immutable. I can and will change it however necessary to make it easier on you, whether that's increasing font size or anything at all. Just let me know if your preferences aren't already stated in your rules.
  925. <p><strong>Godmodding &amp; Metagaming:</strong> Unless it&rsquo;s agreed on OOCly between us muns to have happen, don&rsquo;t do either of these things, please.</p>
  926. <p><strong>Fandoms &amp; OC&rsquo;s:</strong> I&rsquo;ll be rather blunt in saying it&rsquo;s rather difficult to think of fandoms I can&rsquo;t integrate Yuna into. It&rsquo;s something I enjoy doing, and even if I don&rsquo;t know your fandom/OC well, I&rsquo;m willing to root through some research if it benefits both of us. As for OC&rsquo;s related to Yuna or have her in their backstory, feel free to approach! More likely than not, I&rsquo;ll be more than happy to plot something out and love being part of other people&rsquo;s stories!</p>
  927. <h3>Shipping &amp; NSFW &ndash; ;</h3>
  928. <p><strong>Shipping:</strong> I only ship with muses 18+ (or 18+ if immortal], don&rsquo;t ship with duplicates (or singleship blogs] and expect the same courtesy with the exception being with other FF10 muses.</p>
  929. <p><strong>Shipping in FFX & FFX-2:</strong> In Yuna's past verses, I am fairly restricted. With FFX I will only romantically ship with muses 16-18 and no sexual NSFW will be done. With FFX-2, I will probably only ship with muses no more than a few years older, but no younger than 18.
  930. <p><strong>Will not:</strong> Write pretty much all sexual triggers included but not limited to rape/non-con/dub-con, pedophilia/shotacon/lolicon, bestiality, incest, or simply anything I am uncomfortable with. The exception is mentions of these things&ndash;not actually played out.</p>
  931. <p><strong>NSFW:</strong> Smut can happen on here, though I prefer it to be on route to a ship happening, in an active ship, and with people I feel comfortable doing it with. This means no minors, as I am 22 and will not engage with it with anyone under the age of 18 irregardless of what the legal age is where you are. Non-sexual NSFW (gore, violence, and the like] will likely occur in writing, but not in content posted/reblogged.</p>
  932. <h3>OOC &ndash; ;</h3>
  933. <p><strong>Art:</strong> Occasionally, art that doesn&rsquo;t belong to me will crop up on this blog. It must be known that in the interpretations of Yuna&rsquo;s post-canon summons, that are of my own headcanons, the art belongs to <a href="http://abz-j-harding.tumblr.com">Abz</a> who is a close friend and someone I collaborate with who has given me express permission to use her art in icons and the like. If I see others using it, I will likely inform her, so please keep that in mind. Otherwise, if not copyrighted, I will expand on a list of credits in the event others make art of mine or our muses they okay me to use.</p>
  934. <strong>Credits:</strong> Banner art was done by Tetsuya Nomura and the theme art by Yoshitaka Amano.
  935. <p><strong>Mun:</strong> Hey there! My name is Cat, I&rsquo;m 22 and non-binary and am okay with whatever pronouns you use for me. If you want to contact me outside tumblr, please let me know!</p>
  936. <p><strong>Tracked tag:</strong> yunafied</p>
  937. </li>
  938.  
  939. <li>
  940. <div style="width: 320px; height: 300px; overflow-y: auto; overflow-x: hidden; margin-top: -165px; margin-left: 0px;">
  941.  
  942. <a href="javascript:unhide('displaybx13');"><h2>Dossier</h2></a>
  943. <div id="displaybx13" class="hidden">
  944. <h3>I. ( Basic Information. )&nbsp;</h3>
  945. <blockquote>
  946. <p><strong>Full Name:</strong> Yuna | Yuna Harrak (modern/real world verses]</p>
  947. <p><strong>Nickname(s):</strong>&nbsp;Yunie</p>
  948. <p><strong>Age:</strong>&nbsp;20</p>
  949. <p><strong>Date of Birth:</strong> March 13th</p>
  950. <p><strong>Species:</strong> Human &amp; Al Bhed</p>
  951. <p><strong>Ethnicity:&nbsp;</strong>Spiran &amp; Al-Bhed | 1/2 Ryukyu Okinawan, 1/2 Moroccan Amazigh & Bedouin Arab&nbsp;</p>
  952. <p><strong>Nationality:</strong> Spiran | Moroccan &amp; Japanese</p>
  953. <p><strong>Gender:</strong> Cisfemale</p>
  954. <p><strong>Pronouns:</strong> She/Her &amp; they/them</p>
  955. <p><strong>Orientation:</strong> Demiromantic, demisexual</p>
  956. <p><strong>Religion:</strong>&nbsp;Yevon | Shinto</p>
  957. <p><strong>Political Affiliation:</strong>&nbsp;Moderate</p>
  958. <p><strong>Occupation:</strong> Consul of the City-state of Bevelle & High Priestess of the Yevoners</p>
  959. <p><strong>Past Occupations:</strong> Priestess of the Yevoners, High Summoner, sphere hunter for the Gullwings, pop songstress idol</p>
  960. <p><strong>Current Location: </strong>Bevelle, Besaid Island | Frenchmen Street, New Orleans, LA</p>
  961. <p><strong>Hometown:</strong>&nbsp;Bevelle, Spira | Okinawa, Japan</p>
  962. <p><strong>Living Arrangements:</strong> Bevelle, Home (Bikenel Island]</p>
  963. <p><strong>Language(s) Spoken:</strong> Al Bhed, Spiran | English, Japanese, Ryukyuan, Ainu, Moroccan Arabic, Tamazight (Imaziɣen language]</p>
  964. </blockquote>
  965. <h3><span style="color: #ffffff; font-family: inherit; font-size: 25px; font-weight: lighter; line-height: 36px; white-space: pre-wrap;"></span>&nbsp;2. ( Physical. )</strong></h3>
  966. <blockquote>
  967. <p><strong>Hair Colour:</strong> Mousy brown with blonde lowlights, worn to her shoulder blades&nbsp;</p>
  968. <p><strong>Eye Colour:</strong> Heterochromatic; left blue eye, right sea green</p>
  969. <p><strong>Skin Colour:</strong> Light olive hue, warm undertones</p>
  970. <p><strong>Height:</strong> 5'3"</p>
  971. <p><strong>Weight:</strong> 130 lbs</p>
  972. <p><strong>Build:</strong>Slim pear-shape</p>
  973. <p><strong>Tattoos:</strong>&nbsp;None</p>
  974. <p><strong>Piercings:</strong>&nbsp;Two piercings on each ear&nbsp;</p>
  975. <p><strong>Clothing Style:</strong> In her current time, her clothes more resemble what she wore during her first pilgrimage. Her top is a sleeveless kimono one in a Prussian blue hue, waist bound by a white kai no kuchi knoted obi, with a wide paneled baby blue skirt that reaches her ankles,finished off by knee-high black boots. Her sleeves are detached and loose, white, bound in segments by leather bounds while she retains the earrings and necklace from before. (<strong>Reference:</strong> <a href="https://68.media.tumblr.com/c656217d09d7490deb72b4fdae8b1617/tumblr_okk3cnI5in1vmq45qo1_1280.png">1</a> & <a href="https://68.media.tumblr.com/21939e09be7d2e88f1b7f4e0cfe3faaa/tumblr_oighf4r9co1vmq45qo1_1280.png">2</a>]</p>
  976. <p><strong>Scent:</strong>&nbsp;Orchid &amp; jasmine</p>
  977. </blockquote>
  978. <h3><span style="color: #ffffff; font-family: inherit; font-size: 25px; font-weight: lighter; line-height: 36px; white-space: pre-wrap;"></span>&nbsp;3. ( Health. )&nbsp;</strong></h3>
  979. <blockquote>
  980. <p><strong>Physical Ailments:</strong>&nbsp;None</p>
  981. <p><strong>Neurological Conditions:</strong>&nbsp;PTSD, Major Depression, Generalized Anxiety Disorder</p>
  982. <p><strong>Allergies:</strong> None</p>
  983. <p><strong>Addictions:</strong>&nbsp;None</p>
  984. <p><strong>Drug Use:</strong> None</p>
  985. <p><strong>Alcohol Use:</strong> None</p>
  986. </blockquote>
  987. <h3><span style="color: #ffffff; font-family: inherit; font-size: 25px; font-weight: lighter; line-height: 36px; white-space: pre-wrap;"></span>&nbsp;4. ( Classes. )&nbsp;</strong></h3>
  988. <blockquote>
  989. <p><strong>Priestess:</strong> Much like her summoner class of years ago, as a priestess Yuna specializes mostly in white magic with great proficiency in black magic, and she wields the Nirvana, her celestial weapon. While she can&rsquo;t summon the old fayths, she can summon the spirits of the old pagan gods before worship of Yevon became prominent: Kush, goddess of food and shelter; Velm, god of safety; Slone, god of quenching regret; Arb, god of knowledge; Luchel; god of War; Kanaela, goddess of protection from darkness; Meiyou, goddess of light; Guarudo, god of rest; Ifarnal, god of beauty; Guari, Mikka, Gekko, Romando, and Anri</p>
  990. <p><strong>Secondary: </strong>Via use of the Garment Grids and Dresspheres, Yuna can alter between one of many specialized classes: Thief, Gunner, Warrior, Songstress, Black Mage, White Mage, Gun Mage, Alchemist, Dark Knight, Samurai, Lady Luck, Berserker, Trainer, Mascot, Festivalist, Psychic, Freelancer, and the Floral Fallal, her special.</p>
  991. </blockquote>
  992. <h3><span style="color: #ffffff; font-family: inherit; font-size: 25px; font-weight: lighter; line-height: 36px; white-space: pre-wrap;"></span>&nbsp;5. ( Quirks and Aspirations. )&nbsp;</strong></h3>
  993. <blockquote>
  994. <p><strong>Goals:</strong> Yuna hopes to finally defeat Sin for once and for all, and to live peacefully on Besaid for a time after.&nbsp;</p>
  995. <p><strong>Fears:</strong>&nbsp;Failing Spira, that Sin can never be truly defeated.</p>
  996. <p><strong>Hobbies:</strong>&nbsp;Sphere &amp; treasure hunting, playing blitzball, praying, traveling, touring as a pop idol, helping out whenever she can</p>
  997. <p><strong>Quirks:</strong>&nbsp;Averting her eyes when speaking to people in higher stations, acting shy</p>
  998. </blockquote>
  999. <h3><span style="color: #ffffff; font-family: inherit; font-size: 25px; font-weight: lighter; line-height: 36px; white-space: pre-wrap;"></span>&nbsp;7. ( Relationships. )&nbsp;</strong></h3>
  1000. <blockquote>
  1001. <p><strong>Father:</strong>&nbsp;Braska, previous High Summoner</p>
  1002. <p><strong>Mother:</strong>&nbsp;Nikki, Al-Bhed woman&nbsp; (deceased]</p>
  1003. <p><strong>Children:</strong>&nbsp;Adopts Shinra</p>
  1004. <p><strong>Relatives:</strong>&nbsp;Cid, uncle; Rikku &amp; Brother, cousins</p>
  1005. <p><strong>Ancestor(s]:</strong> Lady Yunalesca, Lord Zaon, Yu Yevon
  1006. <p><strong>Significant Others:</strong>&nbsp;Seymour Guado (husband, never formally annulled], Tidus (boyfriend, disappeared], Baralai (husband]</p>
  1007. </blockquote>
  1008. <h3><span style="color: #ffffff; font-family: inherit; font-size: 25px; font-weight: lighter; line-height: 36px; white-space: pre-wrap;"></span>8. ( Personality and Astrological. )</strong></h3>
  1009. <blockquote>
  1010. <p><strong>Zodiac Sign: </strong>Pisces</p>
  1011. <p><strong>MBTI:&nbsp;</strong>INFP, the Mediatior&nbsp;.</p>
  1012. <p><strong>Enneagram:</strong> Type 2w1, the Helper</p>
  1013. <p><strong>Temperament:</strong> Phlegmatic</p>
  1014. <p><strong>Moral Alignment:</strong> Neutral Good</p>
  1015. <p><strong>Primary Vice:</strong> Sloth</p>
  1016. <p><strong>Primary Virtue:</strong> Charity</p>
  1017. <p><strong>Element:&nbsp;</strong>Water</p>
  1018. </blockquote></div>
  1019.  
  1020. <a href="javascript:unhide('displaybx14');"><h2>Timeline</h2></a>
  1021. <div id="displaybx14" class="hidden">
  1022. This timeline will be more or less divided by two eras: B.C. (Before (Eternal] Calm] and E.C. (Eternal Calm]. E.C. is where the bulk of this timeline takes place.
  1023. <h3>0 E.C.</h3>
  1024. <p>The reign of Yevon dissolves and Sin is defeated
  1025. <p>Sir Auron disappears and the Dream of the Fayth ends; results in Tidus’ disappearance for good
  1026. <p>Yuna gives a speech at Luca Stadium before returning home to Besaid
  1027. <h3>2 E.C.</h3>
  1028. <p>Yuna is prompted by her cousin, Rikku, to join the Gullwings
  1029. <p>Six months into their escapades, Yuna gives the Awesome Sphere to New Yevon
  1030. <p>Nine months into the year, the Gullwings--alongside the Leblanc Syndicate and Gippal, Baralai, and Nooj--manage to disassemble Vegnagun and prevent it from committing omnicide on Spira
  1031. <p>A month later, Yuna leaves for Besaid to live in peace
  1032. <p><h3>3 E.C.</h3>
  1033. <p>Four months later, the events of the Last Mission are underway; lasts two days
  1034. <p>Two months into the year, Yuna mysteriously vanishes in the Farplane.
  1035. <p>A month later, Yuna begins her training with Joit and Kush, acquires name of Meiyou like ancient summoners; last about 2-3 weeks
  1036. <p>A week after, under Kush’s encouraging, Yuna begins a quest to acquire the 13 gods & goddesses of the ancient pantheon; instability of this causes Beckoning Crisis & Sin’s return
  1037. <p>This last for five months. Sightings of her are sporadic throughout this time; she’s seen everywhere from Kilika all the way to Zanarkand, though most frequent sightings are in Bevelle, chiefly in Via Infinito
  1038. <p>Roughly a week or two later, Yuna returns to Besaid and passes out for two days.
  1039. <p>She then joins the Yevoners as a Priestess
  1040. <p>Another weeks passes before she’s summoned by the Spiran Council regarding the appearance of another Shoopuff supposedly extinct; journeys to Bevelle from Moonflow with Chuami & Kurgum
  1041. <p>A kangaroo court is held for a forcefully beckoned Maesters Mika & Kinoc. <p>After being found guilty for their crimes, they are sentenced to death by firing squad before being sent again.
  1042. <p>Yuna begins working with Chancellor Baralai, now head of the Spiran Council
  1043. <p>For a few months, they collaborate; usually divided between research & governmental obligations as well as confronting Sin & reconstruction in its aftermath
  1044. <p>Near the end of the year, Yuna makes a permanent move to Bevelle and stays within the Palace of St. Bevelle
  1045. <h3>4 E.C.</h3>
  1046. <p>A month into the new year, Yuna adopts Shinra as her son & ascends to High Priestess of the Yevoners
  1047. <p>A few weeks later still, she is ordained as Consul of the City-State of Bevelle; works directly on par and alongside Baralai
  1048. <p>About halfway through the year, a coup is suddenly staged by Trema--the former Praetor of New Yevon--alongside an Unsent hoard of fiends that had been amassing in Via Infinito without anyone’s conscious knowledge.
  1049. <p>Yuna & the Spiran Council are forcefully ousted from Bevelle, fleeing on the Celsius where they make for asylum on Bikenel Island
  1050. <p>A genocidal campaign against the Al Bhed is waged by the Yevoners and results in the beginning of a civil war, forcing many Al Bhed to flee for Bikenel
  1051. <p>For the rest of the year, Yuna and her compatriots fight with guerrilla warfare throughout Spira, slowly whittling away the Yeoners and drastically shrinking their sphere of influence.
  1052. <h3>5 E.C.</h3>
  1053. <p>For the first month into the year, they begin prepping the Al Bhed to launch a final assault on Bevelle and Trema’s forces
  1054. <p>Arb, the god of knowledge, reveals to Yuna how to defeat Sin. By the third month into the year, through a 3-day enmity are they able to finally defeat Sin for good by utilizing Vegnagun
  1055. <p>In the ensuing chaos of pyreflies, Yuna & co. use it as a smokescreen to abscond to Bevelle
  1056. <p>There, Baralai and Yuna infiltrate the very top and embattle themselves against Trema, defeating him after a long, grueling battle
  1057. <p>For the next three months, they spent it reinstating Spiran Council control as well as expunging the rest of the Yevoners from Spira in a war tribunal that lasts months
  1058. <p>By the end of the year, it is reported that the Farplane is sealed and can no longer by accessed by any means
  1059. It is said that fiends are starting to go extinct, and go fully within a few years
  1060. <h3>7 E.C.</h3>
  1061. <p>By the midway point of the year, Yuna weds Baralai and together they start a family
  1062. <p>The Farplane, completely sealed, means Sin can never resurrect
  1063. Old machina cities are slowly revitalized and predominantly overseen by Al Bhed architects
  1064. <p>Yevon has been completely outlawed by this time
  1065. <p>Cid Highwind dies later into the year, passing on his position to both Rikku & Brother
  1066. </div>
  1067.  
  1068. </li>
  1069.  
  1070. <li>
  1071. <div style="width: 320px; height: 300px; overflow-y: auto; overflow-x: hidden; margin-top: -165px; margin-left: 0px;">
  1072.  
  1073. <a href="javascript:unhide('displaybx1');"><h2>Crossover Verses</h2></a>
  1074. <div id="displaybx1" class="hidden">
  1075. <p><b>A Song of Ice & Fire:</b> Born of a Khal known as Khal Braska and a Pureborn noblewoman, Nadia Harrak, of Qarth, Yuna displays an unusual pedigree. It began as a deal between Nadia’s father who was a merchant prince of a mercantile conglomerate within the city. The three merchant groups of Qarth posed an enormous threat to their operations and needed some way to assuage the worst of them. So, a deal was made with a khalasar led by Khal Braska and Nadia’s father: via the exchange of his only and most beautiful daughter, Nadia Harrak, to Braska’s hand and a dowry of several hundred finely bred horses in exchange for Khal Braska’s khalasar to attack several of the merchant guilds’ assets and caravans as catastrophically as they could. Agreed upon, Nadia became Braska’s khaleesi. Shortly after being wed, Masheed bore him a daughter, Yuna. But before long, the khalasar was overcome with a vicious attack from the Thirteen and casualties are high, including their Khal. However, before Nadia can be spirited away to Vaes Dothrak to become a vosh khaleen, Nadia finds passage to Braavos where her father’s name allows her to raise her daughters in secret. By the time Yuna is grown, she eventually leaves home to join a Red Temple as a Red Priestess and becomes a missionary spreading R'hallor’s teachings.
  1076. <p><strong>Silent Hill:</strong> From a young age, Yuna Harrak had been adopted into the childless family of Patricia and Herald Reynolds, relatives of the Fitch family--one of Shepherd Glen's founding families. Raised well, Yuna had a fairly decent childhood within the small town and remembered many a summer along the shores of Toluca Lake. Though she was the victim of frequent bullying because of her heritage, despite it making her painfully shy, she still was a decent student despite being a loner. However, she'd always a sensitivity for the paranormal. Thinking them mere nightmares, Yuna never regarded them much and by the time she was 17, moved out to go to college in Boston, Massachusetts where she studied to become a teacher. In the middle of her senior year, disaster struck with the news of familicides occurring in Silent Hill, one of them being her own, they having moved out after she did. With a grieved heart, Yuna decided to return to Maine to not only begin funeral arrangements, but to investigate the truth and what really happened to her family.
  1077. <p><strong>Final Fantasy XV/Kingsglaive:</strong> Finally coming into her own as a leader, with Sin's uprising again in Spira and her recent attainment in a position as head of the Yevoners and Consul of the City-State of Bevelle, by the Spiran Council's jurisdiction and recommendation does the green politician get sent to Eos. The purpose? To learn to become an effective leader and statescraft. Through this, the Spiran Council hopes to establish diplomatic and economic ties between Bevelle and the powers that be in Eos.
  1078. <p><strong>Legend of Zelda:</strong> Yuna is a nomadic loner whom traverses the whole of Hyrule, unusual in her half-Sheikah, half-Gerudo heritage. For the most part, she appears rather human in appearance, bearing a light tan and one red eye (the other gold], her ears being slightly pointed but not as prominently as other Sheikah. While she seems to be largely aimless, and orphaned, she is secretly dedicated to serving both the goddess Hylia and Hyrule's royal family, otherwise traversing Hyrule and studying, as well as documenting, the advanced technology of her people that litter the landscape.
  1079. <p><strong>Dragon Age:</strong> Yuna Harrak is the daughter of Braska, the former First Enchanter of the Rivaini Circle, and Nikki Harrak, a former Tevinter elven slave & a direct descendent of Shartan who defected to the Qun. After her parents both died in the Fifth Blight, Yuna was orphaned and taken in by the weakly held Rivaini Chantry and adopted by a Chantry Sister. Because of her father's mage ability, Yuna herself possesses a rather self-developed ability as a Somniari, but keeps her affinity for Water & Healing magic extremely repressed. As of Inquisition, she's around twenty, a Chantry Sister, and currently is based in the Hinterlands where she provides aid to refugees.
  1080. <p><strong>Elder Scrolls:</strong> Originally from Hammerfell, Yuna is a half-Redguard woman who's family died through their way through the border. Through years of a nomadic life, Yuna was eventually able to settle in Markarth and was taken on as one of Calcemo's apprentices due to her acute ingenuity with Dwemer artifacts, interest, and nimble means of traversal that make her ideal for exploring Dwemer ruins and collecting artifacts. Currently, she is thoroughly invested in her studies and tends to wander Skyrim on her own in her exploration of Dwemer ruins, else she'll be in Markarth's keep in deep research alongside her mentor and fellow apprentices.
  1081. <p><strong>Harry Potter:</strong> A graduate from Mahoutokoro, Yuna was born into a family that long valued their place in the Japanese Ministry of Magic with Yuna expected to inherit the role. However, she was often shunned for being half-blooded and having a muggleborn mother which made life in school extremely difficult. When she was 17 and graduated, she and her mother left Japan and decided to live with her maternal grandparents in Morocco where she eventually joined the Moroccan Quidditch Team as a prolific and well-known Chaser, something she continues doing with enthusiasm to the present day, able to explore the world like she hadn&rsquo;t been able to before.</p>
  1082. <p><strong>Assassin&rsquo;s Creed:</strong> An intermediate assassin of the Moroccan Assassin&rsquo;s Brotherhood, Yuna is the biracial child of a foreign Japanese dignitary & Moroccan Assassin member. As niece of the Order&rsquo;s current Mentor, she often given some leeway. Despite her parents having died when she was still young, Yuna&rsquo;s uncle took her in and decided to show her the ropes. Though fairly adept, her pacifist and humanitarian nature sometimes sees her and her missions compromised. However, now at twenty, she seemed to have grown to fill her role&rsquo;s shoes and has made a fairly adept Assassin of herself, even being sent abroad on missions.</p>
  1083. <p><strong>Overwatch:</strong> Having lost her parents to the first Omnic Crisis about when she was born, Yuna braved through and managed to eke out a modest living as a nurse at a small hospital on Okinawa whose proprieters had taken her in at a young age. Deciding it wasn&rsquo;t enough, when she was 19 she began a career as a pop idol, of which acclaim brought the attention of long-lost extended family from Morocco. Her uncle Cid&ndash;a former collabarator with Blackwatch pre-Fall&ndash;gave her devices known as Garment Grids and Dresspheres, which allowed the user to augment abilities depending on the outfit worn, developed from Blackwatch tech he&rsquo;d attained before the first Fall. When the recall was made active, he joined again and Yuna joined alongside him, taking on the alias the Priestess.</p>
  1084. <p><strong>Fallout:</strong> Born in the deserts of New Vegas to immigrant parents, Yuna had long known the rough and tumble of the world. Raised to be hardy and strong, when she was still young, her parents were both killed by rough synths; first by murder, her father in a vain attempt to defend his wife. Orphaned when she was only ten, her uncle Cid took her in and she joined the Machine Faction, a subsidary of the Brotherhood of Steel. Together, they work to reclaim parts for machines and antagonize the Institute in any way they can.</p>
  1085. <p><strong>Bioshock 1&2:</strong>
  1086. <p>In 1941, a young Yuna, with her father Braska, were living in French-occupied Morocco. By the rare graces of her affluent Moroccan uncle, the 12 year old girl was able to escape the harsh conditions of her home and seek asylum in Greece. For seven years, she lived there, until they finally immigrated to America that had been spared in comparison to war-torn Europe. During this and the time leading up to her coming to Rapture, she became an aspiring nurse despite what would otherwise result in a low social strata. Aside from her work as a privately contracted nurse, she learned to mingle with the social elite by her employers&rsquo; best in order to help them network. By 1957, she had made something of herself, until the New Year&rsquo;s Riots of 1958 broke up and viciously divided the city. Yet, Yuna would not escape with her sanity intact: becoming addicted to ADAM, she would become a Splicer, one of many and with it, her demise would come soon after, dying in 1962 at the hands of another Splicer.</p>
  1087. <p><strong>Bioshock (Infinite]:</strong> Yuna Harrak is the byproduct of immigrant parents who fled the American south due to harsh discrimination they faced. Hoping to find restitution in Columbia, they instead seemed to face something just as bad. Her parents were forced to do hard labor for one of Jeremiah Fink&rsquo;s foundaries, but when they died in a fatal airship collision when she was ten, she became a ward of the state. She eventually studied to become a lay sister, often spending her days cleaning the holy places in Columbia&rsquo;s religious centers, often avoiding its white inhabitants due to the cruelty they&rsquo;ll often foist on her. Someday, she hopes to join the Vox Populi and rebel against all the oppression Columbia had stood for.</p></div>
  1088.  
  1089. <a href="javascript:unhide('displaybx2');"><h2>Divergent Verses</h2></a>
  1090. <div id="displaybx2" class="hidden"><p><strong>The High Summoner's Daughter:</strong> Takes place during her FFX timeline.
  1091. <p><strong>Your Friendly Neighborhood Gullwing:</strong> During her FFX-2 timeline.
  1092. <p><strong>Friendly Neighborhood Something-or-Other:</strong> Slight AU that takes place in KH that sees Yuna part of the treasure-hunting fairy squad, the Gullwings.
  1093. <p><strong>Chosen by Cosmos:</strong> Set in the Dissidia universe with Yuna as one of the chosen warriors of Cosmos.
  1094. <p><strong>Beasts of Yore:</strong> Diverging from her canon verse, the only difference being that these interactions focus on Yuna&rsquo;s summons and their interaction with others instead of herself.</p>
  1095. <p><strong>I of the Storm:</strong> Ancient Zanarkand AU in which&nbsp;<span style="font-size: 12px;">Yuna is the illegitimate daughter of Yunalesca and an unnamed Bedore refugee who fled from Bevelle, seeing as Bedore (former name of the Al Bhed] were nothing but slaves who manned their weapons. Though a bastard daughter, Yuna would still have her uses. A gifted summoner and one of the sole people whom can commune with their Old Gods, she ascends swiftly within the fledgling Church of Yevon. Becoming High Priestess, Yuna serves under her mother and is passed as she and Lord Zaon&rsquo;s legitimate child. She has an instrumental role in the fight against Bevelle and the attempted liberation of the Bedore, of whom she feels keen affinity with.</span></p>
  1096. <p><strong>All Jazzed Up:</strong> In the present day, Yuna currently resides in Japan on her own, orphaned at a young age. While her life was full of hardship, she&rsquo;s well-supported by her extended family and is currently living in New Orleans on Frenchmen Street where she nurtures the aspirations of becoming a successful jazz singer. Otherwise, she works as a barista and participates in street performances in the evenings in the French Quarter.</p></div>
  1097.  
  1098. <a href="javascript:unhide('displaybx3');"><h2>Closed Verses</h2></a>
  1099. <div id="displaybx3" class="hidden">
  1100. <p><strong>The Ruler &amp; the Killer:</strong> When the unsent Trema is beckoned once more, &nbsp;taking helm of the Yevoners and bastardizing it into a nightmarish theocracy Yevon had once been. Hellbent on grappling Spira into its vice once more, Yuna takes it upon herself to defeat them, but without help from an old friend: <a href="http://stolensword.tumblr.com">Yojimbo</a>, returned and prepared to fight alongside his former summoner once again, <a href="http://dreamzanarkands.tumblr.com">Tidus</a> siding with them as well.</p>
  1101. <p><strong>Color of My World:</strong> At 23, Yuna is the mother of <a href="http://marleneiisms.tumblr.com/">Marlene.</a> Set during the events of -Will- spanned out longer.</p>
  1102. <p><strong>Skip a Beat!:</strong> Divergent from her modern verse, Yuna is a prospective starlet with hopes of becoming an idol. Scouted and successfully auditioned, she comes to be part of a duo with another singer, <a href="http://dreamled.tumblr.com">Mio</a>.</p></div>
  1103. </li>
  1104.  
  1105. <li>
  1106. <div style="width: 320px; height: 300px; overflow-y: auto; overflow-x: hidden; margin-top: -165px; margin-left: 0px;">
  1107.  
  1108. <a href="javascript:unhide('displaybx15');"><h2>FFX mains</h2></a>
  1109. <div id="displaybx15" class="hidden">
  1110. <p><a href="http://leviathkand.tumblr.com"><img src="https://68.media.tumblr.com/ffd3d2d4131acd38067032153b9933eb/tumblr_inline_or33l5qSg01uazf1t_540.jpg" title="Tidus" /></a></br><b>Name:</b> Tidus</br><b>Relation:</b> Boyfriend</br><b>Verse:</b> FFX & X-2</p>
  1111. <p><a href="http://chancellorofspira.tumblr.com"><img src="https://68.media.tumblr.com/5dd4c911a5982dc11106e87ce7029551/tumblr_inline_or33l3DGJQ1uazf1t_540.png" title="Baralai" /></a></br><b>Name:</b> Baralai</br><b>Relation:</b> Husband</br><b>Verse:</b> X-2 & X-3</p>
  1112. <p><a href="http://baajisms.tumblr.com"><img src="https://68.media.tumblr.com/d1d826ac08368dd2ffc9dabb8109f494/tumblr_inline_or33l5AoR01uazf1t_540.png" title="Anima" /></a></br><b>Name:</b> Lady Anima</br><b>Relation:</b> Former aeon, maternal figure</br><b>Verse:</b> X & X-3</p>
  1113. <p><a href="http://pzine.tumblr.com"><img src="https://68.media.tumblr.com/e850242273f332c4b7a5666f069c973c/tumblr_inline_or33l3ZW9C1uazf1t_540.png" title="Paine" /></a></br><b>Name:</b> Paine</br><b>Relation:</b> Fellow sphere hunter</br><b>Verse:</b> X-2</p>
  1114. <p><a href="http://bushidoxunsent.tumblr.com"><img src="https://68.media.tumblr.com/510d85cafb02be268a0bb58838b56f27/tumblr_inline_or33l4H0Jm1uazf1t_540.png" title="Auron" /></a></br><b>Name:</b> Auron</br><b>Relation:</b> Guardian</br><b>Verse:</b> X & X-3</p></div>
  1115.  
  1116. <a href="javascript:unhide('displaybx4');"><h2>Ships</h2></a>
  1117. <div id="displaybx4" class="hidden">
  1118. <p><a href="http://foundgold.tumblr.com"><img src="https://68.media.tumblr.com/f4972e4bc53803e48ece95a148f4f364/tumblr_inline_ojps58C1BU1uazf1t_540.jpg" title="Uzzah" /></a></br><b>Name:</b> Uzzah</br><b>Relation:</b> Guardian</br><b>Verse:</b> X-3</p>
  1119. <p><a href="http://ablackwing.tumblr.com"><img src="https://68.media.tumblr.com/7c1d381f7e2230e956136650296fee5b/tumblr_inline_oks58pFu7E1uazf1t_540.png" title="Sephiroth" /></a></br><b>Name:</b> Sephiroth</br><b>Relation: </b> Lover</br><b>Verse:</b> X-3</p>
  1120. <p><a href="http://incubabe.tumblr.com"><img src="https://68.media.tumblr.com/2b4068243d195fa6f09cd31b78230f09/tumblr_inline_olh0nbZNrU1uazf1t_540.png" title="Riley Cross" /></a></br><b>Name:</b> Riley Cross</br><b>Relation:</b> Girlfriend</br><b>Verse:</b> Modern</p>
  1121. <p><a href="http://tenshcu.tumblr.com"><img src="https://68.media.tumblr.com/f521145499e40f9d2af311d95ecaa1b4/tumblr_inline_om12wvnpmg1uazf1t_540.jpg" title="Ichigo Kurosaki" /></a></br><b>Name:</b> Ichigo Kurosaki</br><b>Relation:</b> Crush</br><b>Verse:</b> X</p>
  1122. <p><a href="http://imperialmight.tumblr.com"><img src="https://68.media.tumblr.com/45e307880b0670d3cdcb5c7eea6da09c/tumblr_inline_omu766eoTc1uazf1t_540.jpg" title="Emperor Mateus" /></a></br><b>Name:</b> Emperor Mateus</br><b>Relation:</b> Employer, lover(?)</br><b>Verse:</b> X-3</p>
  1123. <p><a href="http://tanadhal.tumblr.com"><img src="https://68.media.tumblr.com/0ca3a5ca242a643dfe9396c550247ce3/tumblr_inline_omu766twmw1uazf1t_540.png" title="Fenriel Levellan" /></a></br><b>Name:</b> Fenriel Levellan</br><b>Relation:</b> Boyfriend</br><b>Verse:</b> Dragon Age</p>
  1124. <p><a href="http://reigntoxic.tumblr.com"><img src="https://68.media.tumblr.com/62dfa947a4a2bf1e7379d7c972158b37/tumblr_inline_or34fkItUl1uazf1t_540.png" title="Princess Boa" /></a></br><b>Name:</b> Princess Boa</br><b>Relation:</b> Girlfriend</br><b>Verse:</b> X-3</p>
  1125. </div>
  1126.  
  1127. <a href="javascript:unhide('displaybx5');"><h2>Mains</h2></a>
  1128. <div id="displaybx5" class="hidden">
  1129. <p><a href="http://enviousking.tumblr.com"><img src="https://68.media.tumblr.com/b9b4408c9a119025015502821618b6ec/tumblr_inline_or33lraWNH1uazf1t_540.jpg" title="Izunia Lucis Caelum" /></a></br><b>Name:</b> Izunia Lucis Caelum</br><b>Relation:</b> Brother-in-law</br><b>Verse:</b> The Saint of the Deep</p>
  1130. <p><a href="http://mammaterasu.tumblr.com"><img src="https://68.media.tumblr.com/6a320bdb519d3b8a5643faa5b662b9c0/tumblr_inline_ojps59AWR41uazf1t_540.jpg" title="Amaterasu" /></a></br><b>Name:</b> Amaterasu</br><b>Relation:</b> Close friend, confidant</br><b>Verse:</b> X-3</p></div>
  1131.  
  1132. <a href="javascript:unhide('displaybx6');"><h2>OC's</h2></a>
  1133. <div id="displaybx6" class="hidden"><p><a href="http://nightscaped.tumblr.com"><img src="https://68.media.tumblr.com/3e1ae443743193c23825154ada4d429e/tumblr_inline_ojps5a4Xyx1uazf1t_540.jpg" title="Kael Haden" /></a></br><b>Name:</b> Kael Haden</br><b>Relation:</b> Close friend</br><b>Verse:</b> X-3</p>
  1134. <p><a href="http://sukkubxs.tumblr.com"><img src="https://68.media.tumblr.com/ef54347dbc981ef650e2aa9fe7f7f0ec/tumblr_inline_or33l3zTOp1uazf1t_540.png" title="Marlene Wallace" /></a></br><b>Name:</b> Cäcilia Drachen</br><b>Relation:</b> Friend, ally</br><b>Verse:</b> Taking Back the Crown, Silent Hill, LoZ</p>
  1135. </div>
  1136. </li>
  1137.  
  1138. <li>
  1139. <div style="width: 320px; height: 300px; overflow-y: auto; overflow-x: hidden; margin-top: -165px; margin-left: 0px;">
  1140.  
  1141. <a href="javascript:unhide('displaybx7');"><h2>SEA HIBISCUS</h2></a>
  1142. <div id="displaybx7" class="hidden"><p><a href="http://yunafied.tumblr.com/tagged/%28-WHAT-MAKES-US-%7C-headcanon-%5D">HEADCANONS</a></p>
  1143. <p><a href="http://yunafied.tumblr.com/tagged/%28-WHAT-MAKES-US-%7C-on-the-priestess-%5D">HEADCANONS ON YUNA</a></p>
  1144. <p><a href="http://yunafied.tumblr.com/tagged/%28-WHAT-MAKES-US-%7C-world-building-%5D">WORLD BUILDING</a></p>
  1145. <p><a href="http://yunafied.tumblr.com/tagged/%28-WHAT-MAKES-US-%7C-meta-&amp;-mythos-%5D">META &amp; MYTHOS</a></p>
  1146. <p><a href="http://yunafied.tumblr.com/tagged/%28-SPHERE-RECORDING-%7C-the-archetypes-%5D">THE ARCHETYPES</a></p>
  1147. <p><a href="http://yunafied.tumblr.com/tagged/%28-THE-ARCHETYPES-%7C-the-prophetess-%5D">ARCHETYPE: THE PROPHETESS</a></p>
  1148. <p><a href="http://yunafied.tumblr.com/tagged/%28-THE-ARCHETYPES-%7C-the-martyr-%5D">ARCHETYPE: THE MARTYR</a></p>
  1149. <p><a href="http://yunafied.tumblr.com/tagged/%28-THE-ARCHETYPES-%7C-the-priestess-%5D">ARCHETYPE: THE PRIESTESS</a></p>
  1150. <p><a href="http://yunafied.tumblr.com/tagged/( THE PRIESTESS | yuna ]">THE PRIESTESS</a></p>
  1151. <p><a href="http://yunafied.tumblr.com/tagged/( SPHERE RECORDING | hymns of the fayth ]">JUKEBOX</a></p>
  1152. <p><a href="http://yunafied.tumblr.com/tagged/%28-SPHERE-RECORDING-%7C-yuna.txt-%5D">YUNA.TXT</a></p>
  1153. <p><a href="http://yunafied.tumblr.com/tagged/%28-SPHERE-RECORDINGS-%7C-pearls-of-wisdom-%5D">PEARLS OF WISDOM</a></p>
  1154. <p><a href="http://yunafied.tumblr.com/tagged/%28-SPHERE-RECORDING-%7C-delights-%26-likes-%5D">DELIGHTS</a></p>
  1155. <p><a href="http://yunafied.tumblr.com/tagged/%28-SPHERE-RECORDING-%7C-the-aesthetics-%5D">THE AESTHETICS</a></p>
  1156. <p><a href="http://yunafied.tumblr.com/tagged/%28-SPHERE-RECORDING-%7C-art-if-by-cloth-%5D">FASHION & APPAREL</a></p>
  1157. <p><a href="http://yunafied.tumblr.com/tagged/%28-FORBIDDEN-BY-THE-TEACHINGS-%7C-sinthetic-%5D">TABOOS & DESIRES</a></p></div>
  1158.  
  1159. <a href="javascript:unhide('displaybx8');"><h2>THE PANTHEON</h2></a>
  1160. <div id="displaybx8" class="hidden"><p><a href="http://yunafied.tumblr.com/tagged/%28-THE-GOD-OF-WAR-%7C-luchel-%5D">LUCHEL</a></p>
  1161. <p><a href="http://yunafied.tumblr.com/tagged/%28-THE-GODDESS-OF-PROTECTION-FROM-DARKNESS-%7C-kanaela-%5D">KANAELA</a></p>
  1162. <p><a href="http://yunafied.tumblr.com/tagged/%28-THE-GODDESS-OF-LIGHT-%7C-meiyou-%5D">MEIYOU</a></p>
  1163. <p><a href="http://yunafied.tumblr.com/tagged/%28-THE-GODDESS-OF-FOOD-%26-SHELTER-%7C-kush-%5D">KUSH</a></p>
  1164. <p><a href="http://yunafied.tumblr.com/tagged/%28-THE-GOD-OF-SAFETY-%7C-velm-%5D">VELM</a></p>
  1165. <p><a href="http://yunafied.tumblr.com/tagged/%28-THE-GOD-OF-QUENCHING-REGRET-%7C-slone-%5D">SLONE</a></p>
  1166. <p><a href="http://yunafied.tumblr.com/tagged/%28-THE-GOD-OF-KNOWLEDGE-%7C-arb-%5D">ARB</a></p>
  1167. <p><a href="http://yunafied.tumblr.com/tagged/%28-THE-GOD-OF-REST-%7C-guarudo-%5D">GUARUDO</a></p>
  1168. <p>INFARNAL
  1169. <p>GUARI
  1170. <p>MIKKA
  1171. <p>ROMANDO
  1172. <p>ANRI
  1173. <p>GEKKO
  1174. </div>
  1175.  
  1176. <a href="javascript:unhide('displaybx9');"><h2>BONDS</h2></a>
  1177. <div id="displaybx9" class="hidden"><p><a href="http://yunafied.tumblr.com/tagged/%28-THE-FOG-UPON-THE-SEA-%7C-seyuna-%5D">SEYMOUR GUADO/YUNA</a></p>
  1178. <p><a href="http://yunafied.tumblr.com/tagged/%28-I%27LL-ALWAYS-COME-RUNNING-%7C-tuna-%5D">TIDUS/YUNA</a></p>
  1179. <p><a href="http://yunafied.tumblr.com/tagged/%28-YOU-BROUGHT-ME-BACK-INTO-THE-LIGHT-%7C-yunalai-%5D">BARALAI/YUNA</a></p>
  1180. <p><a href="http://yunafied.tumblr.com/tagged/(%20ANGEL%20I%20HAVE%20HEARD%20ON%20HIGH%20%7C%20yuzzah%20%5D">UZZAH/YUNA</a></p>
  1181. <p><a href="http://yunafied.tumblr.com/tagged/( SEAGLASS GREEN AND MELANCHOLY HUE | sephyuna ]">SEPHIROTH/YUNA</a></p>
  1182. <p><a href="http://yunafied.tumblr.com/tagged/( YOU'RE A SONG I KEEP PLAYING ON REPEAT | rileyuna ]">RILEY CROSS/YUNA</a></p>
  1183. <p><a href="https://yunafied.tumblr.com/tagged/%28-YOU-CAUGHT-MY-HEART-IN-BRAMBLES-%7C-yuneus-%5D">MATEUS/YUNA</a></p>
  1184. <p><a href="https://yunafied.tumblr.com/tagged/( YOU SOUNDED LIKE AN ANGEL | yunriel ]">FENRIEL/YUNA</a></p>
  1185. <p><a href="http://yunafied.tumblr.com/tagged/%28-SON-OF-THE-MOON-%7C-shinra-%26-yuna-%5D">SHINRA &amp; YUNA</a></p>
  1186. <p><a href="http://yunafied.tumblr.com/tagged/%28-I-WILL-SHARE-IN-YOUR-PAIN-%7C-anima-%26-yuna-%5D">ANIMA &amp; YUNA</a></p>
  1187. <p><a href="http://yunafied.tumblr.com/tagged/%28-THE-MAN-ON-THE-MOON-%7C-braska-%26-yuna-%5D">BRASKA &amp; YUNA</a></p>
  1188. <p><a href="http://yunafied.tumblr.com/tagged/%28-LIKE-THE-SUN-%26-MOON-%7C-amaterasu-%26-yuna-%5D">AMATERASU & YUNA</a></p></div>
  1189.  
  1190. <a href="javascript:unhide('displaybx10');"><h2>NEVER FORGET THEM</h2></a>
  1191. <div id="displaybx10" class="hidden"><p><p><a href="http://yunafied.tumblr.com/tagged/%28-YOU-WOULD-PITY-ME-NOW-%28AFTER-ALL-THIS-TIME%3F%29-%7C-seymour-%5D">SEYMOUR</a>&nbsp;</p>
  1192. <p><a href="http://yunafied.tumblr.com/tagged/( FALLING FROM HEAVEN TO FIND YOU | sephiroth ]">SEPHIROTH</a></p>
  1193. <p><a href="http://yunafied.tumblr.com/tagged/(%20STAR%20OF%20THE%20ZANARKAND%20ABES%20%7C%20tidus%20%5D">TIDUS</a></p>
  1194. <p><a href="http://yunafied.tumblr.com/tagged/(%20SO%20MUCH%20LIKE%20YOUR%20MOTHER%20%7C%20nikki%20%5D">NIKKI</a></p>
  1195. <p><a href="http://yunafied.tumblr.com/tagged/(%20IT%20IS%20YOUR%20LIFE%20TO%20LIVE%20%7C%20braska%20%5D">BRASKA</a></p>
  1196. <p><a href="http://yunafied.tumblr.com/tagged/(%20WELL%20I'M%20FIGHTING!%20%7C%20rikku%20%5D">RIKKU</a></p>
  1197. <p><a href="http://yunafied.tumblr.com/tagged/(%20UNDER%20AN%20ANGEL'S%20WING%20%7C%20uzzah%20%5D">UZZAH</a></p></div>
  1198.  
  1199. <a href="javascript:unhide('displaybx11');"><h2>ON & ON</h2></a>
  1200. <div id="displaybx11" class="hidden"><p><a href="http://yunafied.tumblr.com/tagged/%28-OUI-ARE-AL-BHED-%7C-the-al-bhed-%5D">THE AL BHED</a></p>
  1201. <p><a href="http://yunafied.tumblr.com/tagged/%28-NEVER-FORGET-THEM-%7C-the-first-pilgrimage-%5D">FIRST PILGRIMAGE</a></p>
  1202. <p><a href="http://yunafied.tumblr.com/tagged/%28-YOUR-FRIENDLY-NEIGHBORHOOD-GULLWINGS-%7C-the-gullwings-%5D">THE GULLWINGS</a></p>
  1203. <p><a href="http://yunafied.tumblr.com/tagged/%28-WILL-TO-GO-ON-%7C-the-first-pilgrimage-%5D">SECOND PILGRIMAGE</a></p></div>
  1204.  
  1205. <a href="javascript:unhide('displaybx12');"><h2>OTHERWISE</h2></a>
  1206. <div id="displaybx12" class="hidden"><p><a href="http://yunafied.tumblr.com/tagged/%28-MY-ART-.-%5D">MY ART</a></p>
  1207. <p><a href="http://yunafied.tumblr.com/tagged/%28-LOOK-MA-I%27M-PRETENTIOUS%21-%7C-my-edits-%5D">MY EDITS</a></p>
  1208. <p><a href="http://yunafied.tumblr.com/tagged/%28-WISHLIST-.-%5D">WISHLIST</a></p>
  1209. <p><a href="http://yunafied.tumblr.com/tagged/%28-PSA-.-%5D">PSA&rsquo;S</a></p>
  1210. <p><a href="http://yunafied.tumblr.com/tagged/%28-OOC-.-%5D">OOC</a></p></div>
  1211. </li>
  1212.  
  1213. </ul>
  1214.  
  1215. </div>
  1216. </div></div>
  1217.  
  1218. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement