Advertisement
calesvol

luner theme

Apr 25th, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.47 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. theme by jenesis aka vielenes - made from a base code by neonbikethemes.
  8.  
  9. -->
  10.  
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14. <meta charset="utf-8">
  15. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  16. <title>{Title}{block:TagPage} - {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19.  
  20.  
  21.  
  22. <meta name="color:Background" content="#ffffff" />
  23. <meta name="color:Selection" content="#000000" />
  24. <meta name="color:Scrollbar" content="#947979" />
  25. <meta name="color:Text" content="#555" />
  26. <meta name="color:Bold" content="#947979" />
  27. <meta name="color:Italic" content="#947979" />
  28. <meta name="color:Header" content="#947979" />
  29. <meta name="color:Blockquote" content="#555" />
  30. <meta name="color:PostInfoText" content="#555" />
  31. <meta name="color:Tags" content="#555" />
  32. <meta name="color:Active Tab" content="#947979" />
  33. <meta name="color:Active Tab Text" content="#ffffff" />
  34.  
  35.  
  36. <meta name="image:sidepic" content=""/>
  37.  
  38.  
  39. <!-- FONT SCRIPTS -->
  40.  
  41. <link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. <!-- IMPORTANT SCRIPTS - DO NOT REMOVE -->
  49.  
  50. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  51.  
  52. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  53.  
  54. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  55.  
  56. <script>
  57.  
  58. $(document).ready(function(){
  59. $("ul#tabs li").click(function(e){
  60. if (!$(this).hasClass("active")) {
  61. var tabNum = $(this).index();
  62. var nthChild = tabNum+1;
  63. $("ul#tabs li.active").removeClass("active");
  64. $(this).addClass("active");
  65. $("ul#tab li.active").removeClass("active");
  66. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  67. }
  68. });
  69. });
  70. </script>
  71.  
  72. <!-- TOOLTIP SCRIPT -->
  73.  
  74. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  75. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  76. <script>
  77. (function($){
  78. $(document).ready(function(){
  79. $("a[title]").style_my_tooltips({
  80. tip_follows_cursor:true,
  81. tip_delay_time:90,
  82. tip_fade_speed:600,
  83. attribute:"title"
  84. });
  85. });
  86. })(jQuery);
  87. </script>
  88.  
  89.  
  90.  
  91. <style type="text/css">
  92.  
  93.  
  94. /* -------- SELECTION COLOR ------- */
  95.  
  96. ::-moz-selection {
  97. background: {color:selection};
  98. color: #ffffff;
  99. }
  100.  
  101. ::selection {
  102. background: {color:selection};
  103. color: #ffffff;
  104. }
  105.  
  106. /* -------- SCROLLBAR ------- */
  107.  
  108. ::-webkit-scrollbar {
  109. width: 4px;
  110. }
  111.  
  112. /* Track */
  113. ::-webkit-scrollbar-track {
  114. background:transparent;
  115. }
  116.  
  117. /* Handle */
  118. ::-webkit-scrollbar-thumb {
  119. background:{color:Scrollbar};
  120. }
  121. ::-webkit-scrollbar-thumb:window-inactive {
  122. background: transparent;
  123. }
  124.  
  125. /* ------- TOOLTIP ------ */
  126.  
  127. #s-m-t-tooltip {
  128. max-width:300px;
  129. margin:22px 20px 0px 10px;
  130. background:url('https://i.imgur.com/THPu8o7.png');
  131. background-repeat:repeat;
  132. background-attachment:fixed;
  133. border:1px solid #ffffff;
  134. border-radius:10px;
  135. padding:5px;
  136. font-family: 'Playfair Display', serif;
  137. font-size: 10px;
  138. letter-spacing: 1px;
  139. text-transform: uppercase;
  140. color:#ffffff;
  141. font-weight:bold;
  142. text-shadow: 1px 1px 1px #000000;
  143. text-shadow: -1px -1px -1px #000000;
  144. z-index:999999999999999999999999999999999999;
  145. }
  146.  
  147.  
  148. /* -------- BODY STYLING ------- */
  149.  
  150. body {
  151. color:{color:text};
  152. background-color:{color:background};
  153. font-style:normal;
  154. font-family:'arial';
  155. font-size:12px;
  156. letter-spacing:1px;
  157. text-decoration:none;
  158. line-height:18px;
  159. text-align:justify;
  160.  
  161. }
  162.  
  163. small, sub,sup {
  164. font-size:12px;
  165. }
  166.  
  167. /* -------- BOLD, ITALIC, LINK, H1, H2 STYLING ------- */
  168.  
  169. b,bold,strong {
  170. font-family: 'Playfair Display', serif;
  171. font-size: 10px;
  172. letter-spacing: 1px;
  173. text-transform: uppercase;
  174. color:{color:bold};
  175. font-weight:bold;
  176. text-shadow: 1px 1px 1px #ddd;
  177. text-shadow: -1px -1px -1px #ddd;
  178. }
  179.  
  180. i,italic,em {
  181. color:{color:italic};
  182. font-family: 'Playfair Display', serif;
  183. font-size: 10px;
  184. letter-spacing: 1px;
  185. text-transform: uppercase;
  186. font-weight:bold;
  187. text-shadow: 1px 1px 1px #ddd;
  188. text-shadow: -1px -1px -1px #ddd;
  189. }
  190.  
  191. a {
  192. color: #555;
  193. text-decoration: none;
  194. -moz-transition-duration:.6s;
  195. -webkit-transition-duration:.6s;
  196. -o-transition-duration:.6s;
  197. -webkit-filter: blur(0px);
  198.  
  199. }
  200.  
  201. a:hover{
  202. color:none;
  203. -moz-transition-duration:.6s;
  204. -webkit-transition-duration:.6s;
  205. -o-transition-duration:.6s;
  206. -webkit-filter: blur(1px);
  207.  
  208.  
  209. }
  210.  
  211. small,s,sup{
  212. font-size:12px;
  213. }
  214.  
  215. blockquote {
  216. border-left:1px solid {color:blockquote};
  217. padding-left:10px;
  218. padding-right:25px;
  219. margin:5px 5px 5px 10px;
  220. line-height:auto;
  221.  
  222. }
  223.  
  224. iframe, img, embed, object, video {
  225. max-width: 100%;
  226. }
  227.  
  228. p{
  229. margin-bottom:10px;
  230. }
  231.  
  232. img {
  233. height: auto;
  234. width:auto;
  235. max-width:100%;
  236. }
  237.  
  238. h1{
  239. font-family: 'Playfair Display', serif;
  240. font-size: 10px;
  241. letter-spacing: 1px;
  242. text-transform: uppercase;
  243. color:{color:header};
  244. font-weight:bold;
  245. text-shadow: 1px 1px 1px #ddd;
  246. text-shadow: -1px -1px -1px #ddd;
  247. }
  248.  
  249. h2{
  250. font-family: 'Playfair Display', serif;
  251. font-size: 10px;
  252. letter-spacing: 1px;
  253. text-transform: uppercase;
  254. color:{color:header};
  255. font-weight:bold;
  256. text-shadow: 1px 1px 1px #ddd;
  257. text-shadow: -1px -1px -1px #ddd;
  258. }
  259.  
  260. ul{
  261. list-style-type:square;
  262. }
  263.  
  264. ol{
  265. list-style-type:;
  266. }
  267.  
  268. #bigcon{
  269. width:520px;
  270. margin-left:auto;
  271. margin-right:auto;
  272. }
  273.  
  274. /* -------- TABBED CONTENT ------- */
  275.  
  276. .tabcontent {
  277. position:static;
  278. margin-left:auto;
  279. margin-right:auto;
  280. margin-left:160px;
  281. padding:20px;
  282. width: 300px;
  283. padding-top:20px;
  284. text-align:justify;
  285. margin-bottom:50px;
  286. }
  287.  
  288. /* -------- POSTS CONTAINER ------- */
  289.  
  290. #postcontainer {
  291. position:static;
  292. margin-right:auto;
  293. width: 320px;
  294. overflow:hidden;
  295. margin-top:40px;
  296. margin-left:160px;
  297. margin-bottom:50px;
  298. }
  299.  
  300.  
  301. /* -------- TOP IMAGE - 200px wide ------- */
  302.  
  303. #sidepic img {
  304. position:fixed;
  305. width:170px;
  306. margin-left:-40px;
  307. margin-top:75px;
  308. border-radius:20px;
  309.  
  310.  
  311. }
  312.  
  313. /* -------- DESCRIPTION - keep the same length as icons for aesthetic!! ------- */
  314.  
  315. #description{
  316. opacity:0;
  317. -webkit-transition: all 0.6s ease-in-out;
  318. -moz-transition: all 0.6s ease-in-out;
  319. -o-transition: all 0.6s ease-in-out;
  320. -ms-transition: all 0.6s ease-in-out;
  321. transition: all 0.6s ease-in-out;
  322. position:fixed;
  323. width:150px;
  324. height:590px;
  325. overflow-x:;
  326. line-height:16px;
  327. text-align:justify;
  328. margin-left:-40px;
  329. margin-top:75px;
  330. padding:10px;
  331. overflow-y:scroll;
  332. overflow-x:hidden;
  333.  
  334. }
  335.  
  336. #description:hover {
  337. opacity:0.9;
  338. background-color:#ffffff;
  339. -webkit-transition: all 0.6s ease-in-out;
  340. -moz-transition: all 0.6s ease-in-out;
  341. -o-transition: all 0.6s ease-in-out;
  342. -ms-transition: all 0.6s ease-in-out;
  343. transition: all 0.6s ease-in-out;
  344.  
  345. }
  346.  
  347. /* -------- LINKS STYLING ( icons ) ------- */
  348.  
  349. #navbar{
  350. margin-left:-45px;
  351. width:200px;
  352. display:inline-block;
  353. text-align:center;
  354.  
  355.  
  356. }
  357.  
  358.  
  359.  
  360. /* -------- HEADER STYLING ------- */
  361.  
  362. #header{
  363. background:url('https://i.imgur.com/h9eVUug.jpg');
  364. background-repeat:repeat;
  365. background-attachment:fixed;
  366. border-radius:10px;
  367. text-align:center;
  368. padding:8px;
  369. font-family: 'Playfair Display', serif;
  370. font-size: 10px;
  371. letter-spacing: 1px;
  372. text-transform: uppercase;
  373. font-weight:bold;
  374. color:#ffffff;
  375. text-shadow: 1px 1px 1px #000000;
  376. text-shadow: -1px -1px -1px #000000;
  377. }
  378.  
  379. /* -------- TAB STYLING ( do not touch unless you're confident, it gets sticky ) ------- */
  380.  
  381. .tabs {
  382.  
  383. width:100%;
  384. margin-left:0px;
  385. display:inline-block;
  386. }
  387.  
  388. /* -------- TAB LINKS ------- */
  389.  
  390. /* Clearfix */
  391. .tab-links:after {
  392. display:block;
  393. clear:both;
  394. content:'';
  395. }
  396.  
  397. .tab-links li {
  398.  
  399. margin-right:0px;
  400. display:inline-block;
  401. list-style:none;
  402. text-transform:uppercase;
  403. }
  404.  
  405. .tab-links a {
  406. font-family:'Playfair Display';
  407. border:1px solid #555;
  408. width:50px;
  409. padding:6px;
  410. border-radius:10px;
  411. font-weight:bold;
  412. font-size:8px;
  413. display:inline-block;
  414. transition:all linear 0.15s;
  415. }
  416.  
  417. /* -------- TAB LINKS HOVER STYLING ------- */
  418.  
  419. .tab-links a:hover {
  420. text-decoration:none;
  421. }
  422.  
  423. li.active a, li.active a:hover {
  424. background:{color:Active Tab};
  425. color:{color:Active Tab Text};
  426. font-family: 'Playfair Display', serif;
  427. font-size: 8px;
  428. letter-spacing: 1px;
  429. text-transform: uppercase;
  430. font-weight:bold;
  431. background:url('https://i.imgur.com/h9eVUug.jpg');
  432. background-repeat:repeat;
  433. background-attachment:fixed;
  434. text-shadow: 1px 1px 1px #000000;
  435. text-shadow: -1px -1px -1px #000000;
  436. -webkit-transition: all .3s;
  437. -moz-transition: all .3s;
  438. -o-transition: all .3s;
  439. -ms-transition: all .3s;
  440. transition: all .3s;
  441. }
  442.  
  443.  
  444. /* -------- TAB CONTENT ( do not touch ) ------- */
  445.  
  446. .tab-content {
  447. }
  448.  
  449. .tab {
  450. display:none;
  451. }
  452.  
  453. .tab.active {
  454. display:block;
  455. }
  456.  
  457. /* -------- POST STYLING ( article contains your individual post styling ) ------- */
  458.  
  459. article {
  460. float:left;
  461. background:transparent;
  462. padding: 20px;
  463. width: 300px;
  464. text-align:justify;
  465. margin-bottom:80px;
  466.  
  467. }
  468.  
  469.  
  470. #borders {
  471. width:300px;
  472. border-top:1px solid #ededed;
  473. margin-top:0px;
  474. margin-left:0px;
  475. margin-bottom:-9px;
  476. }
  477.  
  478. /* -------- POST INFO STYLING ------- */
  479.  
  480. .postinfo{
  481. background-color:transparent;
  482. width:280px;
  483. padding:5px;
  484. margin-top:10px;
  485. text-align:center;
  486. border-radius:10px
  487. font-family: 'Playfair Display', serif;
  488. font-size: 8px;
  489. letter-spacing: 1px;
  490. text-transform: uppercase;
  491. font-weight:bold;
  492. background:url('https://i.imgur.com/h9eVUug.jpg');
  493. background-repeat:repeat;
  494. background-attachment:fixed;
  495. text-shadow: 1px 1px 1px #ddd;
  496. text-shadow: -1px -1px -1px #ddd;
  497. }
  498.  
  499. .postinfo a{
  500. color:{color:PostInfoText};
  501. }
  502.  
  503. /* -------- TAGS ------- */
  504.  
  505. .tags {
  506. margin-top:5px;
  507. font-weight:normal;
  508. }
  509.  
  510. .tags a{
  511. color:{color:tags};
  512. }
  513.  
  514. /* -------- POST NOTES ------- */
  515.  
  516. ol.notes {
  517. display:block;
  518. text-align:left;
  519. list-style-type:none;
  520. margin-left:-40px;
  521. }
  522.  
  523. ol.notes li.note{
  524. margin-bottom:5px;
  525. }
  526.  
  527. .pagenotes {
  528. text-align:left;
  529. margin-top:15px;
  530. }
  531.  
  532. .pagenotes img{
  533. padding-right:5px;
  534. padding-top:5px;
  535. margin-bottom:-5px;
  536. }
  537.  
  538.  
  539. /* -------- CHAT POST ------- */
  540.  
  541. ul.chat{
  542. list-style:none;
  543. margin-left:-40px;
  544. }
  545.  
  546. .chat span {
  547. float: left;
  548. }
  549.  
  550. /* -------- QUOTE POST ------- */
  551.  
  552. .quote{
  553. font-family:'Playfair Display', serif;
  554. font-size:12px;
  555. line-height:150%;
  556. }
  557.  
  558. .quotesource{
  559. text-align:right;
  560. margin-bottom:10px;
  561. }
  562.  
  563. /* -------- ASK POST ------- */
  564.  
  565. .question{
  566. margin-bottom:15px;
  567. padding:15px;
  568. border-bottom:1px solid #ededed;
  569. }
  570.  
  571. .answer {
  572. font-size:11px;
  573. }
  574.  
  575.  
  576.  
  577. /* -------- AUDIO POST ------- */
  578.  
  579. .songart{
  580. float:left;
  581. margin-right:10px;
  582. }
  583.  
  584. .songart img{
  585. width:80px;
  586. height:80px;
  587. }
  588.  
  589. .songtitle{
  590. margin-bottom:10px;
  591. margin-left:90px;
  592. }
  593.  
  594. .songauthor{
  595. margin-bottom:10px;
  596. font-size:8px;
  597. margin-left:90px;
  598. }
  599.  
  600. .tumblr_audio_player {
  601. height: 50px;
  602. }
  603.  
  604. /* -------- PAGINATION ------- */
  605.  
  606. #pagination{
  607. position:static;
  608. margin-top:30px;
  609. text-align:center;
  610. }
  611.  
  612. .pagibutton{
  613. font-family:'Playfair Display', serif;
  614. font-weight:bold;
  615. position:relative;
  616. display:inline-block;
  617. background:transparent;
  618. padding:15px;
  619. }
  620.  
  621. /* -------- JUMP CODE ( coding for the click and jump feature in verses / bio ) ------- */
  622.  
  623. .jump {
  624. display:inline-block;
  625. background-color:#b7b6b5;
  626. width:132px;
  627. text-align:center;
  628. padding:8px;
  629. font-family: 'Playfair Display', serif;
  630. font-size: 10px;
  631. letter-spacing: 1px;
  632. text-transform: uppercase;
  633. color:#ffffff;
  634. font-weight:bold;
  635. text-shadow: 1px 1px 1px #000000;
  636. text-shadow: -1px -1px -1px #000000;
  637.  
  638. }
  639.  
  640. .jump2 {
  641. display:inline-block;
  642. background-color:#b7b6b5;
  643. width:284px;
  644. text-align:center;
  645. padding:8px;
  646. font-family: 'Playfair Display', serif;
  647. font-size: 10px;
  648. letter-spacing: 1px;
  649. text-transform: uppercase;
  650. color:#ffffff;
  651. font-weight:bold;
  652. text-shadow: 1px 1px 1px #000000;
  653. text-shadow: -1px -1px -1px #000000;
  654.  
  655. }
  656.  
  657.  
  658.  
  659. .navigationlink {
  660. color:#ffffff;
  661. display:inline-block;
  662. background-color:{color:navigation link};
  663. width:132px;
  664. text-align:center;
  665. padding:8px;
  666. font-family: 'Playfair Display', serif;
  667. font-size: 10px;
  668. letter-spacing: 1px;
  669. text-transform: uppercase;
  670. font-weight:bold;
  671. text-shadow: 1px 1px 1px #000000;
  672. text-shadow: -1px -1px -1px #000000;
  673.  
  674. }
  675.  
  676. .navigationlink2 {
  677. display:inline-block;
  678. background-color:{color:navigation link};
  679. width:284px;
  680. text-align:center;
  681. padding:8px;
  682. font-family: 'Playfair Display', serif;
  683. font-size: 10px;
  684. letter-spacing: 1px;
  685. text-transform: uppercase;
  686. color:#ffffff;
  687. font-weight:bold;
  688. text-shadow: 1px 1px 1px #000000;
  689. text-shadow: -1px -1px -1px #000000;
  690.  
  691. }
  692.  
  693. .hover-animation{
  694. position:fixed;
  695. margin-left:-195px;
  696. margin-top:-20px;
  697. z-index:1;
  698. /* Safari 4+, Android, Chrome */
  699. -webkit-animation: bbounce linear 2.5s;
  700. -webkit-animation-iteration-count: infinite;
  701. -webkit-transform-origin: 50% 50%;
  702.  
  703. /* Fx 5+ */
  704. -moz-animation: bbounce linear 2.5s;
  705. -moz-animation-iteration-count: infinite;
  706. -moz-transform-origin: 50% 50%;
  707.  
  708. /* Opera 12+ */
  709. -o-animation: bbounce linear 2.5s;
  710. -o-animation-iteration-count: infinite;
  711. -o-transform-origin: 50% 50%;
  712.  
  713. /* IE 10+, Fx 29+ */
  714. -ms-animation: bbounce linear 2.5s;
  715. -ms-animation-iteration-count: infinite;
  716. -ms-transform-origin: 50% 50%;}
  717. }
  718.  
  719. @keyframes bbounce{
  720. 0% {transform:translate(0px,0px);}
  721. 50% {transform:translate(0px,10px);}
  722. 100% {transform:translate(0px, 0px);}
  723. }
  724.  
  725. @-moz-keyframes bbounce{
  726. 0% {-moz-transform:translate(0px,0px);}
  727. 50% {-moz-transform:translate(0px,10px);}
  728. 100% {-moz-transform:translate(0px,0px);}
  729. }
  730.  
  731. @-webkit-keyframes bbounce {
  732. 0% {-webkit-transform:translate(0px,0px);}
  733. 50% {-webkit-transform:translate(0px,10px);}
  734. 100% {-webkit-transform:translate(0px,0px);}
  735. }
  736.  
  737. @-o-keyframes bbounce {
  738. 0% {-o-transform:translate(0px,0px);}
  739. 50% {-o-transform:translate(0px,10px);}
  740. 100% {-o-transform:translate(0px,0px);}
  741. }
  742.  
  743. @-ms-keyframes bbounce {
  744. 0% {-ms-transform:translate(0px,0px);}
  745. 50% {-ms-transform:translate(0px,10px);}
  746. 100% {-ms-transform:translate(0px,0px);}
  747. }
  748.  
  749. /* -------- CREDIT ( do NOT touch otherwise I will send fire-breathing worms after you ) ------- */
  750.  
  751. .credit {
  752. font-family:'Playfair Display', serif;
  753. font-size:15px;
  754. position:fixed;
  755. right:15px;
  756. bottom:15px;
  757. opacity:1;
  758.  
  759. }
  760.  
  761.  
  762.  
  763. /* --------------------------- Custom CSS -------------------------- */
  764. {CustomCSS}
  765. </style>
  766. </head>
  767. <body>
  768.  
  769.  
  770.  
  771. <div id="bigcon">
  772.  
  773.  
  774. <!--TOPBAR-->
  775.  
  776.  
  777.  
  778. <div id="sidepic">
  779. <img src="{image:sidepic}" draggable="false">
  780. </div>
  781.  
  782. <div class="hover-animation"><img src="http://dl.glitter-graphics.com/pub/875/875025hhhzvfaz16.gif" draggable="false"></div>
  783.  
  784.  
  785.  
  786. <div id="description">
  787.  
  788. Indie <b>Lunafreya Nox Fleuret</b> of FFXV
  789. <p><embed src="https://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=http://k007.kiwi6.com/hotlink/y3oyrkggtt/Professor_Layton_and_the_Last_Time_Travel_OST_01_-_Theme_of_the_Last_Time_Travel_Live_Version_.mp3&t0=&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  790.  
  791. <br>
  792.  
  793.  
  794.  
  795. <div id="navbar">
  796. <div class="tabs">
  797. <ul class="tab-links">
  798. <li class="active" >
  799. <a href="#tab1" title="index">one</a></li> &nbsp;
  800. <li><a href="#tab2" title="contact">two</a></li>
  801. <p><li><a href="#tab3" title="rules">three</a></li> &nbsp;
  802. <li><a href="#tab4" title="biography">four</a></li>
  803. <p> <li><a href="#tab5" title="verses">five</a></li> &nbsp;
  804. <li><a href="#tab6" title="links">six</a></li>
  805. </ul>
  806. </div>
  807. </div>
  808.  
  809. </div>
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818. <div class="credit">
  819. <a href="http://vielenes.tumblr.com/" title="theme made by jenesis!">J</a>
  820. </div>
  821.  
  822.  
  823. <!-- --------------------------- TABS -------------------------- -->
  824.  
  825.  
  826. <div class="tabs">
  827.  
  828.  
  829. <!-- --------------------------- TAB 1 -------------------------- -->
  830.  
  831. <div class="tab-content">
  832. <div id="tab1" class="tab active">
  833.  
  834. <div id="postcontainer">
  835.  
  836. {block:Posts}
  837. <article>
  838.  
  839. <!--TEXT POST-->
  840. {block:Text}
  841. {block:Title}
  842. <h1 class="title">
  843. <a href="{Permalink}">{Title}</a></h1>
  844. {/block:Title}
  845. {Body}
  846. {/block:Text}
  847.  
  848.  
  849. <!--PHOTO POST-->
  850. {block:Photo}
  851. {block:IndexPage}
  852. {LinkOpenTag}
  853. <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
  854. {LinkCloseTag}
  855. {/block:IndexPage}
  856. {block:PermalinkPage}
  857. {LinkOpenTag}
  858. <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
  859. {LinkCloseTag}{/block:PermalinkPage}
  860. <div class="text">{Caption}</div>{/block:Caption}
  861. {/block:Photo}
  862.  
  863.  
  864. <!--PHOTOSET POST-->
  865. {block:Photoset}
  866. {block:IndexPage}{Photoset-500}{/block:IndexPage}
  867. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  868. <div class="text">{Caption}</div>{/block:Caption}
  869. {/block:Photoset}
  870.  
  871.  
  872.  
  873. <!--QUOTE POST-->
  874. {block:Quote}
  875. <div class="quote">❝ {Quote} ❞</div>
  876. {block:Source}
  877. <div class="quotesource">{Source}</div>
  878. {/block:Source}
  879. {/block:Quote}
  880.  
  881.  
  882. <!--LINK POST-->
  883. {block:Link}
  884. <h1 class="title"><a href="{URL}">{Name}</a></h1>
  885. {block:Description}{Description}{/block:Description}
  886. {/block:Link}
  887.  
  888.  
  889. <!--CHAT POST-->
  890. {block:Chat}
  891. <ul class="chat">
  892. {block:Lines}<li class="{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}<p> {Line} </p></li>{/block:Lines}
  893. </ul>
  894. {/block:Chat}
  895.  
  896.  
  897. <!--AUDIO POST-->
  898. {block:Audio}
  899. {block:AlbumArt}
  900. <div class="songart">
  901. <img src="{AlbumArtURL}">
  902. </div>
  903. {/block:AlbumArt}
  904. <div class="songtitle">
  905. {block:TrackName}
  906. {TrackName}
  907. {/block:TrackName}
  908. </div>
  909. <div class="songauthor">
  910. By
  911. {block:Artist}
  912. {Artist}
  913. {/block:Artist}
  914. </div>
  915. {AudioPlayerWhite}
  916. <div class="text">{Caption}</div>{/block:Caption}
  917. {/block:Audio}
  918.  
  919.  
  920. <!--VIDEO POST-->
  921. {block:Video}
  922. <div class="video">
  923. <div class="video-player">{Video-500}</div>
  924. <div class="text">{Caption}</div>{/block:Caption}
  925. {/block:Video}
  926.  
  927.  
  928. <!--ANSWER POST-->
  929. {block:Answer}
  930.  
  931. <center><b>{Asker} asked:</b>
  932. <div class="question">{Question}</div></center>
  933. <br>
  934. <p><div class="answer">{Answer}</div>
  935. {/block:Answer}
  936.  
  937.  
  938.  
  939. <!--POST INFORMATION-->
  940.  
  941. <div id="borders"></div>
  942. <div class="postinfo">
  943.  
  944. <!--PERMALINK-->
  945. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}">
  946. {block:Date}
  947. 🕒 {ShortMonth} {DayOfMonth}
  948. {/block:Date}
  949. </a>
  950.  
  951.  
  952. <!--NOTES-->
  953. {block:NoteCount}
  954. &nbsp; <a href="{Permalink}" title="{NoteCount} notes">❤ {NoteCount} notes </a>
  955. {/block:NoteCount}
  956.  
  957.  
  958. &nbsp;
  959.  
  960.  
  961. <a href="{ReblogURL}"target="_blank" title="reblog">↻ reblog</a>
  962.  
  963.  
  964.  
  965.  
  966. </div>
  967.  
  968. <!--TAGS-->
  969. {block:HasTags}
  970. <div class="tags">
  971. {block:Tags}
  972. <a href="{TagURL}">#{Tag},</a>
  973. {/block:Tags}
  974. </div>
  975. {/block:HasTags}
  976.  
  977. <!--POST NOTES-->
  978. {block:PostNotes}
  979. <div class="pagenotes">{PostNotes-16}</div>
  980. {/block:PostNotes}
  981.  
  982.  
  983. </article>
  984. {/block:Posts}
  985. <!--Close of article-->
  986.  
  987.  
  988. <!--PAGINATION-->
  989. {block:Pagination}
  990. <div class="pagination">
  991. {block:PreviousPage}
  992. <a href="{PreviousPage}">
  993. <div class="pagibutton" style="float:left">PREVIOUS</div></a>
  994. {/block:PreviousPage}
  995. {block:NextPage}
  996. <a href="{NextPage}">
  997. <div class="pagibutton" style="float:right">NEXT</div></a>
  998. {/block:NextPage}
  999. </div>
  1000. {/block:Pagination}
  1001.  
  1002. </div>
  1003.  
  1004. </div>
  1005.  
  1006. <!-- -------------------------- TAB 2 -------------------------- -->
  1007.  
  1008. <div id="tab2" class="tab">
  1009. <div class="tabcontent">
  1010.  
  1011. <div id="header">
  1012. ask
  1013. </div>
  1014.  
  1015. <center>
  1016. <p><iframe frameborder="0" border="0" scrolling="no" width="290" height="300" allowtransparency="true" src="http://www.tumblr.com/ask_form/{yoururlhere}.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>
  1017. </center>
  1018.  
  1019. <div id="header">
  1020. submit
  1021. </div>
  1022.  
  1023. <center>
  1024. <p><iframe frameborder="0" border="0" scrolling="no" width="290" height="400" allowtransparency="true" src="http://www.tumblr.com/submit_form/{yoururlhere}.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>
  1025. </center>
  1026.  
  1027. </div>
  1028. </div>
  1029.  
  1030.  
  1031. <!-- -------------------------- TAB 3 -------------------------- -->
  1032.  
  1033. <div id="tab3" class="tab">
  1034. <div class="tabcontent">
  1035.  
  1036. <div id="header">
  1037. rules
  1038. </div>
  1039.  
  1040. <ul>
  1041. <li>
  1042. <p>Indie Lunafreya Nox fleuret of Final Fantasy XV &amp; Kingsglaive, <em>French-based portrayal</em>, semi-selective and private, panfandom and OC-friendly, multiverse &amp; selective multiship.&nbsp;<strong><br /></strong></p>
  1043. </li>
  1044. <li><strong>My Luna is mostly Kingsglaive character based, but uses the game render for appearances. </strong>Because, well&ndash;I like in-game Luna&rsquo;s looks better but prefer her Kingsglaive characterization since that&rsquo;s where we see her the most.</li>
  1045. <li>
  1046. <p><strong>Please expect a lot of heavy themes here.</strong>&nbsp;These are but not limited to: past child abuse, war, abuse, manipulation, and other dark themes FFXV is replete with. Therefore, I will tag things as necessary, but please blacklist what you don&rsquo;t want to see.</p>
  1047. </li>
  1048. <li><strong>I am critical of the game, Luna&rsquo;s portrayal and have read almost all anti-Luna/Noctluna content out there</strong>. So no, you not liking her or the canon ship will not phase me, but baseless hatred will probably result in a block. I&rsquo;ve read it all, including that infamous anti-Noctluna meta (I happen to be friends with the OP, to boot), and I&rsquo;ve wanked endlessly with friends in private or in my own metas. I&rsquo;ll happily explain any motivations, but if you&rsquo;re expecting an apologist mun or portrayal, look elsewhere.</li>
  1049. <li>
  1050. <p><strong>I will not autoship no matter how popular the pairing</strong>. Even if Noctluna is canon, by default I see it more as a political arrangement with Luna&rsquo;s feelings being complicated and leaning towards platonic, but I&rsquo;d love to rebuild it with any interested Noctis&rsquo;.&nbsp;<strong>I&rsquo;ll only ship with muses 18+</strong>.</p>
  1051. </li>
  1052. <li>
  1053. <p><strong>I do happily ship outside the canon pairing.</strong>&nbsp;This means shipping with others that are adults (18+) will occur. I am multiship, and all that noise. <strong>If there&rsquo;s a pairing I ship that you don&rsquo;t like, block/unfollow/blacklist and move along.&nbsp;</strong></p>
  1054. </li>
  1055. <li>
  1056. <p><strong>As I rule of thumb, I won&rsquo;t RP most if not all sexual triggers</strong>: rape/non-con/dub-con, bestaility, shotacon/lolicon/pedophilia, incest (no Fleuretcest here), minor/adult ships, shipping with aged up minors (who don&rsquo;t age to be 18+ in their canon material), and so on.&nbsp;<strong>The only exception I make is for victims of the former discussing traumas/experiencing flashbacks/being triggered, etc.</strong></p>
  1057. </li>
  1058. <li><strong>On &ldquo;Genderbends&rdquo;. </strong>I&rsquo;m admittedly not the biggest fan of them and prefer not to RP with genderbends.&nbsp; <em>However, I will wholeheartedly accept transcanon muses (people with verses or portrayals where their muse falls anywhere under the trans umbrella) and happily adapt my portrayal to accommodate these kinds of muses.&nbsp;</em></li>
  1059. <li>
  1060. <p><strong>Otherwise, standard rp etiquette applies here</strong>.</p>
  1061. </li>
  1062. <li>
  1063. <p><strong>Mun:</strong>&nbsp;Calis, NB, 23, any pronouns</p>
  1064. </li>
  1065. </ul>
  1066.  
  1067. </div>
  1068. </div>
  1069.  
  1070.  
  1071.  
  1072. <!-- -------------------------- TAB 4 -------------------------- -->
  1073.  
  1074. <div id="tab4" class="tab">
  1075. <div class="tabcontent">
  1076.  
  1077. <div id="header">
  1078. biography
  1079. </div>
  1080.  
  1081. <img src="https://i.imgur.com/HCJVUTU.png">
  1082. <a name="generalstats" style="color:#ffffff"><div id="header">general stats</div></a>
  1083.  
  1084. <ul>
  1085. <li>
  1086. <p><em>Name:&nbsp;</em>Lunafreya Nox Fleuret</p>
  1087. </li>
  1088. <li>
  1089. <p><em>Etymology: </em>Luna&nbsp;(<em>Moon</em>, Romanian, Italian, Russian); Freya (Norse goddess); Nox (<em>Night</em>, Latin), Fleuret (<em>Flower&rsquo;s blossom</em>, French)</p>
  1090. </li>
  1091. <li>
  1092. <p><em>Titles:&nbsp;</em>Princess of Tenebrae, Oracle of Eos, Lady Lunafreya, Her/Your Highness</p>
  1093. </li>
  1094. <li><em>Nicknames</em>: Luna, Freya, Freyja</li>
  1095. <li>
  1096. <p><em>Age:&nbsp;</em>24</p>
  1097. </li>
  1098. <li>
  1099. <p><em>Species:</em>&nbsp;Oracle-blooded human</p>
  1100. </li>
  1101. <li>
  1102. <p><em>Ethnicity:</em>&nbsp;Tenebraen, Altissian &amp; Niflheimian</p>
  1103. </li>
  1104. <li>
  1105. <p><em>Nationality:&nbsp;</em>Tenebraen</p>
  1106. </li>
  1107. <li>
  1108. <p><em>DOB:</em>&nbsp;September 4th, 731 M.E.</p>
  1109. </li>
  1110. <li>
  1111. <p><em>Zodiac:</em>&nbsp;Virgo</p>
  1112. </li>
  1113. <li>
  1114. <p><em>Orientation:&nbsp;</em>Demiromantic, demisexual (leans more towards women/femmes)</p>
  1115. </li>
  1116. <li>
  1117. <p><em>Gender:&nbsp;</em>Cisfemale</p>
  1118. </li>
  1119. <li>
  1120. <p><em>Marital Status:</em>&nbsp;Engaged to Noctis Lucis Caelum</p>
  1121. </li>
  1122. <li>
  1123. <p><em>Political Alignment:&nbsp;</em>Moderate</p>
  1124. </li>
  1125. <li>
  1126. <p><em>Moral Alignment:</em>&nbsp;Neutral Good</p>
  1127. </li>
  1128. <li>
  1129. <p><em>Religion:&nbsp;</em>Hexatheon, Shiva is her patron goddess</p>
  1130. </li>
  1131. <li>
  1132. <p><em>Languages:&nbsp;</em>Lucian, Altissian, Tenebraen, Galahdian (conversational)</p>
  1133. </li>
  1134. </ul>
  1135.  
  1136. <p><a name="appearance" style="color:#ffffff"><div id="header">appearance</div></a>
  1137.  
  1138. <ul>
  1139. <li>
  1140. <p><em>Height:</em>&nbsp;5'6"</p>
  1141. </li>
  1142. <li>
  1143. <p><em>Weight:</em>&nbsp;140 lbs.</p>
  1144. </li>
  1145. <li>
  1146. <p><em>Build: </em>Hourglass, toned muscle</p>
  1147. </li>
  1148. <li>
  1149. <p><em>Eyes:&nbsp;</em>Blue-violet</p>
  1150. </li>
  1151. <li>
  1152. <p><em>Hair:</em>&nbsp;Maize blonde</p>
  1153. </li>
  1154. <li>
  1155. <p><em>Complexion:</em>&nbsp;Light beige</p>
  1156. </li>
  1157. <li>
  1158. <p><em>Appearance:&nbsp;</em>Luna has long blond hair styled in side-swept bangs with a double braid going across her crown and the rest twisted and pinned up. She has blue-violet eyes.</p>
  1159. </li>
  1160. <li>
  1161. <p><em>Attire:&nbsp;</em>She usually wears a more casual knee-length white dress that has a single lace sleeve. Around the lace sleeve is a black strap with an intricate design and studs. A metal patch of Tenebrae&rsquo;s insignia is worn over her left breast. With this outfit, she wears white high-heeled sandals. Her more formal wear that appears in her official renders, is an elegant long white dress that she wears with heels. Luna's&nbsp;wedding&nbsp;dress is&nbsp;designed by real-life designer, Vivienne Westwood. It is a sleeveless floor-length gown with twin tail lapels that flare out on the sides from the waistline. A half skirt partially covers the front of the main skirt midway down. The bust is asymmetrical. The gown comes with a pair of matching fingerless evening gloves.&nbsp;</p>
  1162. </li>
  1163. <li><em>Accessories</em>: She wears the hair pin&nbsp;Nyx Ulric&nbsp;had given to her, courtesy of&nbsp;Crowe Altius, from the events of&nbsp;Kingsglaive, and a necklace that features a star on either side of a crescent moon pendant inherited from her mother.</li>
  1164. </ul>
  1165.  
  1166. <p><a name="family" style="color:#ffffff"><div id="header">family</div></a>
  1167.  
  1168. <ul>
  1169. <li>
  1170. <p><em>Parents:</em>&nbsp;Queen Sylva Via Fleuret of Tenebrae &amp; Imperial General Safay Roth of Niflheim</p>
  1171. </li>
  1172. <li>
  1173. <p><em>Relatives:&nbsp;</em>Iedolas Aldercapt (Paternal Grandfather), Camelia Claustra (Paternal Grandmother), Sofia Sol Fleuret (Maternal Grandmother)</p>
  1174. </li>
  1175. <li>
  1176. <p><em>Guardian:&nbsp;</em>Gentiana, High Messenger, Maria, governess of Fenestala</p>
  1177. </li>
  1178. <li>
  1179. <p><em>Siblings:&nbsp;</em>Ravus &amp; Stella Nox Fleuret</p>
  1180. </li>
  1181. <li>
  1182. <p><em>Significant Other:&nbsp;</em>Noctis Lucis Caelum, fiance&nbsp;</p>
  1183. </li>
  1184. <li>
  1185. <p><em>Children:&nbsp;</em>A daughter and son (verse dependent)</p>
  1186. </li>
  1187. <li><em>Pets:</em> Pryna &amp; Umbra, messengers of the gods</li>
  1188. <li>
  1189. <p><em>Ancestry:&nbsp;</em>Related to the Nox Fleuret and Aldercapt dynasties, as well as the Claustra line of Altissian Doges &amp; Dogeressas</p>
  1190. </li>
  1191. </ul>
  1192.  
  1193. <p><a name="psychologicalevaluation" style="color:#ffffff"><div id="header">psych & occupational</div></a>
  1194.  
  1195. <ul>
  1196. <li>
  1197. <p><em>Neurodivergencies:</em>&nbsp;C-PTSD, Dysthymia, OCD</p>
  1198. </li>
  1199. <li>
  1200. <p><em>Illnesses: </em>Starscourge (manifests as chronic fatigue, weakness, inky blood)</p>
  1201. </li>
  1202. <li>
  1203. <p><em>Addictions:&nbsp;</em>None</p>
  1204. </li>
  1205. <li>
  1206. <p><em>MBTI:</em>&nbsp;INFP, the Mediator</p>
  1207. </li>
  1208. <li>
  1209. <p><em>Enneagram: </em>2w4, the Helper</p>
  1210. </li>
  1211. <li>
  1212. <p><em>Temperament: </em>Phlegmatic&nbsp;</p>
  1213. </li>
  1214. <li>
  1215. <p><em>Positive personality traits:&nbsp;</em>Noble, dutiful, has initiative, cordial, polite, strategic, altruistic, compassionate, resilient, brave, superbly intelligent</p>
  1216. </li>
  1217. <li>
  1218. <p><em>Negative personality traits:&nbsp;</em>Self-sacrificing, secretive, manipulative, headstrong, stubborn, obsessive</p>
  1219. </li>
  1220. </ul>
  1221.  
  1222. <h3>occupational</h3>
  1223. <ul>
  1224. <li>
  1225. <p><em>Weapon:</em>&nbsp;Trident of the Oracle, hereditary Fleuret trident</p>
  1226. </li>
  1227. <li>
  1228. <p><em>Occupation:&nbsp;</em>Oracle of Eos, fugitive</p>
  1229. </li>
  1230. <li>
  1231. <p><em>Past occupation:</em>&nbsp;Princess of Tenebrae, political hostage of Niflheim</p>
  1232. </li>
  1233. </ul>
  1234.  
  1235. <a name="skills" style="color:#ffffff"><div id="header">skills</div></a>
  1236.  
  1237. <ul>
  1238. <li>
  1239. <p><em>Oracle-blood</em>:&nbsp;A type of human unique from others of Eos, holy elements naturally course through her veins and offer a certain degree of immunity from status ailments, resistance to the Starscourge, and some resistance to dark-element attacks.&nbsp;</p>
  1240. </li>
  1241. <li>
  1242. <p><em>Healing</em>:&nbsp;Luna possesses the ability to heal people via white magic, as well as absorbing the Starscourge into herself</p>
  1243. </li>
  1244. <li>
  1245. <p><em>White Magic</em>: Luna possesses a powerful arsenal of white magic&nbsp;</p>
  1246. </li>
  1247. <li>
  1248. <p><em>Commune:</em>&nbsp;She can commune with and speak with the gods of Eos, and forge covenants for Noctis to acquire on his behalf.</p>
  1249. </li>
  1250. <li>
  1251. <p><em>Light Sustenance</em>:&nbsp;It is by her power that the Havens throughout Eos are able to channel holy energy to be active. She, too, keeps the world from plunging into eternal night.</p>
  1252. </li>
  1253. </ul>
  1254.  
  1255. <p><a name="overview" style="color:#ffffff"><div id="header">trivia</div></a>
  1256.  
  1257. <ul>
  1258. <li>
  1259. <p><em>Safay Roth:</em> Imperial General Safay Roth was wedded to Sylva roughly two years prior to Ravus&rsquo; birth and was the son of Iedolas Aldercapt. He was the most decorated army official in Niflheim and was the one directly responsible for the take-down of Shiva. Though he perished in that assault, his initials remain on the sides of many of Niflheim&rsquo;s dropships.&nbsp;</p>
  1260. </li>
  1261. <li><em>Noctis</em>: Luna has very complicated feelings for Noctis. By and large, due to years of imprisonment and abuse at the hands of Niflheim officials, she idealized him to cope. She fell in love with the idea of him, of the True King and Oracle working together to poetically rid the world of darkness like in a fairy tale. In essence, she loves the idea of him, of their destiny, even if she only knows Noctis from childhood and not really as he is presently. Even so, she withholds the truth of the prophecy&rsquo;s toll from him just as Regis did. Lunafreya is the one who leads Noctis unknowingly to his death, for a sacrifice he is unaware of until it&rsquo;s too late.</li>
  1262. </ul>
  1263.  
  1264.  
  1265. <br>
  1266. <br>
  1267. <br>
  1268. <br>
  1269. <br>
  1270.  
  1271.  
  1272. </div>
  1273. </div>
  1274.  
  1275.  
  1276. <!-- -------------------------- TAB 5 -------------------------- -->
  1277.  
  1278. <div id="tab5" class="tab">
  1279. <div class="tabcontent">
  1280.  
  1281.  
  1282. <div id="header">
  1283. verses
  1284. </div>
  1285.  
  1286.  
  1287. <p><center><a name="verse1"><h2><a href="/tagged/">timeline</a></h2></center></a>
  1288.  
  1289.  
  1290. <ul>
  1291. <li><strong>Childhood:</strong> This era is from Lunafreya birth to the time before the invasion, when Gentiana reveals the prophecy at four, meeting Noctis at 12, and the time leading to the invasion.</li>
  1292. <li><strong>Brotherhood</strong>: Mainly dealing with her young teenage years, this would be around the time when they begin exchanging letters and Lunafreya&rsquo;s correspondence with Prompto.</li>
  1293. <li><strong>Prisoner of War</strong>: The time after her capture in Tenebrae where Lunafreya first becomes subject to physical and emotional abuse at the hands of her captors and leading to her appointment as Oracle at 16.</li>
  1294. <li><strong>Oracle of Eos:</strong> The time between her formative years at 16 to adulthood before the events of Kingsglaive.</li>
  1295. <li><strong>Kingsglaive:</strong> In a secret compact with King Regis, Luna absconds to Insomnia the day before the attacks and becomes involved with a chaotic chain of events with Nyx Ulric that ultimately lead to Lucis&rsquo; demise under Niflheim&rsquo;s control.</li>
  1296. <li><strong>XV:</strong> Lunafreya in the events of the game, revolving around her being a fugitive from the empire and awakening gods for the covenants, leading to her untimely death after the Trial of Leviathan.</li>
  1297. </ul>
  1298.  
  1299.  
  1300.  
  1301. <p><center><a name="verse2"><h2><a href="/tagged/">au</a></h2></center></a>
  1302.  
  1303.  
  1304. <ul>
  1305. <li><strong>Verse 2: </strong>Lunafreya is brought back by unknown means after assisting and healing Ignis in spirit form, and reunites with Noctis to help defeat Ardyn and usher back in the light&ndash;without it costing Noctis&rsquo; life.&nbsp;</li>
  1306. <li><strong>The Choice of Freedom</strong>: Based another alternative ending, several of the cast work together to fight their fates, which resolves as an ending wherein everyone lives, Noctis and Luna consummate their relationship with a marriage on their own terms, and eventually have a daughter and son together.</li>
  1307. <li><strong>Omen:</strong> When Noctis departs from the Crown City on his own, Luna ultimately dies by his hand&ndash;but not before a fierce contention where she seeks to sway Noctis from the dark path he has been led astray upon.</li>
  1308. <li><strong>Queen of the Damned</strong>: In a fashion similar to Ardyn, after attempting to subvert her fate to seek another means of bringing the dawn with Noctis, Lunafreya absorbs too much of the Starscourge and it starts to corrupt her. After so long, she becomes cursed, the gods&rsquo; light fleeing from her: a woman of the night cursed with long life and black magic, no longer able to be redeemed.</li>
  1309. <li><strong>Fateswap:</strong> Wherein Noctis is the Oracle and Lunafreya is the Queen of Light. She sets forth with her Queensguard&ndash;Aranea, Crowe, Cindy, and Sania&ndash;and her Shield, Ravus, to collect glaives across Eos while Noctis awakens the gods for her to forge Covenants with.</li>
  1310. <li><strong>Saved:</strong> A verse in which both Lunafreya and Ravus are saved with Noctis and are raised in Insomnia as political refugees alongside the prince.</li>
  1311. <li><strong>Roadtrip:</strong> Slight alteration in canon continuity wherein Lunafreya meets with the Chocobros shortly after escaping Insomnia and joining them on their journey hence.</li>
  1312. <li><strong>A New Empire</strong>: Iedolas dies in the wake of the invasion and conquest of Lucis, resulting in an enormous power vacuum in his wake as kingsdoms under their rule struggle for autonomy and asserting themselves in a chaotic time. Putting the prophecy on hold, the Chosen King and Oracle instead join forces to help bring the world peace before they even think of ending the tyranny of darkness&rsquo; blight.</li>
  1313. <li><strong>Dark Oracle</strong>: After becoming a ward of the empire, Luna was conditioned to become a deadly sleeper agent alongside being the Oracle. In this, she moonlights as an assassin that goes after enemies of the Emperor and assassinates them.</li>
  1314. <li><strong>Omegaverse</strong>: Where everything is very much the same, only Lunafreya is an Alpha.</li>
  1315. </ul>
  1316.  
  1317.  
  1318.  
  1319. <p><center><a name="verse3"><h2><a href="/tagged/">crossover</a></h2></center></a>
  1320.  
  1321.  
  1322. <ul>
  1323. <li><strong>The Witcher: </strong>Daughter of the Countess of Tenebrae, House Fleuret had been a cadet branch of Toussaint&rsquo;s dukedom since times high ancient. However, her father&ndash;a decorated general in Niflgaard&rsquo;s armies&ndash;perishes and a dread disease took Sylva&rsquo;s life. Left with nothing, and in peril of being taken by Niflgaard, Lunafreya fled Tenebrae when she was young and became a prolific witch-doctor nomadic throughout the kingdoms. Highly sought after, she acquired the epithet of the Oracle due to her gift of premonition.&nbsp;</li>
  1324. <li><strong>Legend of Zelda</strong>: House Fleuret has always been a loyal Hylian vassal house of the crown, with Lunafreya serving as one of Princess Zelda&rsquo;s ladies-in-waiting. After darkness takes Hyrule, Lunafreya stops at nothing to find and see that the princess is safe and sound, no matter what.</li>
  1325. <li><strong>Final Fantasy VII: </strong>Fluid throughout the compilation, Lunafreya decides to turn to desperate measures when she realizes her body is growing weaker by the day. Desperate for some means in which she could extend her life long enough to fulfill her duty in its entirety, she voluntarily submits herself to Deepground&ndash;ShinRa&rsquo;s medical arm&ndash;and hopes for the best; despite being unaware of the nightmare her life would become under their care.</li>
  1326. </ul>
  1327.  
  1328.  
  1329. <p><center><a name="verse4"><h2><a href="/tagged/">closed</a></h2></center></a>
  1330.  
  1331.  
  1332. <ul>
  1333. <li><strong>Past Life</strong>: Closed ship verse with <em>starscovrged</em>&nbsp;played out as Luna&rsquo;s past life, a woman named Eleta of Tenebrae who was Ardyn&rsquo;s wife.</li>
  1334. </ul>
  1335.  
  1336.  
  1337.  
  1338.  
  1339.  
  1340. </div>
  1341. </div>
  1342.  
  1343.  
  1344. <!-- -------------------------- TAB 6 -------------------------- -->
  1345.  
  1346. <div id="tab6" class="tab">
  1347. <div class="tabcontent">
  1348.  
  1349. <div id="header">
  1350. la lune
  1351. </div>
  1352. <p><a href="/tagged/A-LOVER%27S-NOTEBOOK-%7C-musing" class="navigationlink2" style="color:#ffffff; background-color:#b7b6b5">Musing</a>
  1353.  
  1354. <p><a href="/tagged/THE-SONG-OF-THE-STARS-%7C-harmonies" class="navigationlink2" style="color:#ffffff; background-color:#b7b6b5">Music</a>
  1355.  
  1356. <p><a href="/tagged/FLOWERS-OF-TENEBRAE-%7C-aesthetic" class="navigationlink2" style="color:#ffffff; background-color:#b7b6b5">Aesthetic</a>
  1357.  
  1358. <p><a href="/tagged/GOWNS-OF-WHITE-AND-SILK-%7C-wardrobe" class="navigationlink2" style="color:#ffffff; background-color:#b7b6b5">Wardrobe</a>
  1359.  
  1360. <p><a href="/tagged/THE-STARS-SHINE-FOR-YOU-%7C-headcanon" class="navigationlink2" style="color:#ffffff; background-color:#b7b6b5">Headcanon</a>
  1361.  
  1362. <p><a href="/tagged/AMID-A-LIGHTLESS-PLACE-%7C-minicanon" class="navigationlink2" style="color:#ffffff; background-color:#b7b6b5">Minicanon</a>
  1363.  
  1364. <div id="header">Bonds</div>
  1365.  
  1366. <p><a href="/tagged/I-COULD-SLEEP-INSIDE-THE-COLD-OF-YOU-%7C-starscovrged" class="navigationlink2" style="color:#ffffff; background-color:#b7b6b5">starscovrged</a>
  1367.  
  1368. <p><a href="/tagged/THE-LION-AND-MAIDEN-FAIR-%7C-ofimmortal" class="navigationlink2" style="color:#ffffff; background-color:#b7b6b5">ofimmortal</a>
  1369.  
  1370. <p><a href="/tagged/YOU'RE%20THE%20HOLIEST%20THING%20I%20KNOW%20%7C%20astralxking" class="navigationlink2" style="color:#ffffff; background-color:#b7b6b5">astralxking</a>
  1371.  
  1372. <p><a href="/tagged/THE%20LIGHT%20OF%20ALL%20LIGHTS%20%7C%20nimblsouled" class="navigationlink2" style="color:#ffffff; background-color:#b7b6b5">nimblsouled</a>
  1373.  
  1374. <p><a href="/tagged/I'LL%20BE%20YOUR%20ALTAS%20%7C%20shieldiisms" class="navigationlink2" style="color:#ffffff; background-color:#b7b6b5">shieldiisms</a>
  1375.  
  1376. <p><a href="/tagged/LIFE CUTS ACROSS TIME | bxstiarius" class="navigationlink2" style="color:#ffffff; background-color:#b7b6b5">bxstiarius</a>
  1377.  
  1378. <p><a href="/tagged/MY JOB IS TO CRAFT YOUR DOOM | massadamnata" class="navigationlink2" style="color:#ffffff; background-color:#b7b6b5">massadamnata</a>
  1379.  
  1380. </div>
  1381. </div>
  1382.  
  1383.  
  1384. <!-- END OF TABS -->
  1385.  
  1386. </div>
  1387. </div>
  1388. </div>
  1389. </div>
  1390. </div>
  1391.  
  1392.  
  1393. <!-- TABS/ALL-INN-ONE SCRIPTS DO NOT REMOVE!!! -->
  1394.  
  1395. <script>
  1396. $(document).ready(function() {
  1397. $('.tabs .tab-links a').on('click', function(e) {
  1398. var currentAttrValue = $(this).attr('href');
  1399.  
  1400. // Show/Hide Tabs
  1401. $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
  1402.  
  1403. // Change/remove current tab to active
  1404. $(this).parent('li').addClass('active').siblings().removeClass('active');
  1405.  
  1406. e.preventDefault();
  1407. });
  1408. });
  1409. </script>
  1410.  
  1411. <script>
  1412. $(document).ready(function() {
  1413. $('#filterOptions li a').click(function() {
  1414. // fetch the class of the clicked item
  1415. var ourClass = $(this).attr('class');
  1416.  
  1417. // reset the active class on all the buttons
  1418. $('#filterOptions li').removeClass('active');
  1419. // update the active state on our clicked button
  1420. $(this).parent().addClass('active');
  1421.  
  1422. if(ourClass == 'all') {
  1423. // show all our items
  1424. $('#ourHolder').children('div.item').show();
  1425. }
  1426. else {
  1427. // hide all elements that don't share ourClass
  1428. $('#ourHolder').children('div:not(.' + ourClass + ')').hide();
  1429. // show all elements that do share ourClass
  1430. $('#ourHolder').children('div.' + ourClass).show();
  1431. }
  1432. return false;
  1433. });
  1434. });
  1435. </script>
  1436.  
  1437.  
  1438.  
  1439.  
  1440. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement