Advertisement
littlemisswhoever

Theme: armorscale (3 column)

Sep 11th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.05 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!-- (BASE) THEME BY INIZIARE (LUMENRECTIS / KHRUSEOS) -->
  4.  
  5.  
  6.  
  7.  
  8. <html>
  9. <head>
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16. </head>
  17.  
  18.  
  19. <!-- SCRIPT: TOOLTIP -->
  20.  
  21.  
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  24. <script>
  25. (function($){
  26. $(document).ready(function(){
  27. $("a[title]").style_my_tooltips({
  28. tip_follows_cursor:true,
  29. tip_delay_time:90,
  30. tip_fade_speed:600,
  31. attribute:"title"
  32. });
  33. });
  34. })(jQuery);
  35. </script>
  36.  
  37.  
  38.  
  39.  
  40. <!-- SCRIPT: EXPAND -->
  41.  
  42. <script>
  43. $(document).ready(function(){
  44. $(".tags").hide();
  45. $(".hide").show();$('.hide').toggle(function(){
  46. $(".tags").slideDown(function(){});
  47. },function(){
  48. $(".tags").slideUp(function(){});
  49. });
  50. });
  51. </script>
  52.  
  53.  
  54.  
  55.  
  56.  
  57. <!-- SCRIPT: POPUPS -->
  58.  
  59. <script type="text/javascript"
  60. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  61. <script>
  62. $(document).ready(function() {
  63. //
  64. $('a.poplight[href^=#]').click(function() {
  65. var popID = $(this).attr('rel'); //Get Popup Name
  66. var popURL = $(this).attr('href'); //Get Popup href to define size
  67. var query= popURL.split('?');
  68. var dim= query[1].split('&');
  69. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  70. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  71. var popMargTop = ($('#' + popID).height() + 80) / 2;
  72. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  73. //Apply Margin to Popup
  74. $('#' + popID).css({
  75. 'margin-top' : -popMargTop,
  76. 'margin-left' : -popMargLeft
  77. });
  78. $('body').append('<div id="fade"></div>');
  79. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  80. return false;
  81. });
  82. $('a.close, #fade').live('click', function() {
  83. $('#fade , .popup_block').fadeOut(function() {
  84. $('#fade, a.close').remove(); //fade them both out
  85. });
  86. return false;
  87. });
  88. });
  89. </script>
  90.  
  91.  
  92. <!-- SCRIPT: jQuery -->
  93.  
  94. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  95.  
  96.  
  97.  
  98. <!-- SCRIPT: AUDIO PLAYER -->
  99.  
  100. <script>
  101. $(document).ready(function() {
  102. $('iframe.tumblr_audio_player').load( function() {
  103. $('iframe.tumblr_audio_player').contents().find("head")
  104. .append($("<style type='text/css'> .audio-player{background:transparent !important; color:#3b4e2b !important;} </style>"));
  105. });
  106. });
  107. </script>
  108.  
  109.  
  110.  
  111. <!-- SCRIPT: POPUP TABS -->
  112.  
  113. <script>$(document).ready(function(){
  114. $("ul#tabs li").click(function(e){
  115. if (!$(this).hasClass("active")) {
  116. var tabNum = $(this).index();
  117. var nthChild = tabNum+1;
  118. $("ul#tabs li.active").removeClass("active");
  119. $(this).addClass("active");
  120. $("ul#tab li.active").removeClass("active");
  121. $("ul#tab li:nth-child("+nthChild+")").addClass("active");}});});</script>
  122.  
  123.  
  124.  
  125.  
  126.  
  127. <!-- CUSTOM FONTS -->
  128.  
  129. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
  130.  
  131.  
  132. <link rel="stylesheet" href="https://static.tumblr.com/8rqi4zd/Ldipc2gaa/jace1.css">
  133.  
  134.  
  135. <link rel="stylesheet" href="https://static.tumblr.com/8rqi4zd/JDOpb0bk5/regular.css">
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143. <!-- META LINES -->
  144.  
  145.  
  146.  
  147.  
  148. <meta name="if:Text Wrapping" content="1"/>
  149.  
  150.  
  151.  
  152. <style type="text/css">
  153.  
  154.  
  155.  
  156.  
  157. /* SCROLLBAR */
  158.  
  159. ::-webkit-scrollbar {
  160. background:transparent;
  161. height: 0px;
  162. display:none;
  163. width: 0px; /* remove scrollbar space */
  164. -ms-overflow-style: none; // IE 10+
  165. overflow: -moz-scrollbars-none; // Firefox
  166. }
  167.  
  168.  
  169. ::-webkit-scrollbar-thumb {
  170. background:transparent;
  171. }
  172.  
  173.  
  174.  
  175.  
  176. /* TEXT SELECTION */
  177.  
  178. ::selection {background: #000000; color:#ffffff;}
  179. ::-moz-selection {background: #000000; color:#ffffff;}
  180.  
  181.  
  182.  
  183.  
  184.  
  185. /* TOOLTIP */
  186.  
  187.  
  188. #s-m-t-tooltip {
  189. z-index:9999999999999999999;
  190. max-width:350px;
  191. margin-left:10px;
  192. margin-top:10px;
  193. font-weight:lighter;
  194. background-color:#000000;
  195. background:rgba(0,0,0,1);
  196. border:1px solid #151515;
  197. padding-top:6px;
  198. padding-bottom:6px;
  199. padding-left:16px;
  200. padding-right:16px;
  201. font-family:calibri;
  202. font-style:normal;
  203. font-weight:700;
  204. font-size:10px;
  205. color: #e8e8e8;
  206. text-transform:uppercase;
  207. letter-spacing:0px;
  208. -webkit-box-shadow: 0px 1px 20px 4px rgba(0,0,0,0.50);
  209. -moz-box-shadow: 0px 1px 20px 4px rgba(0,0,0,0.50);
  210. box-shadow: 0px 1px 20px 4px rgba(0,0,0,0.50);
  211. }
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218. /* FOUNDATION */
  219.  
  220.  
  221. body {
  222. background-image:url('https://static.tumblr.com/8rqi4zd/gB7peur87/background.png');
  223. background-attachment:fixed;
  224. background-repeat:no-repeat;
  225. background-position:top left;
  226. background-color:#000000;
  227. color:#c6c6c6;
  228. font-size:10px;
  229. line-height:14px;
  230. word-spacing:-0.5px;
  231. color:#c6c6c6;
  232. font-family:'Frank Ruhl Libre', serif;
  233. word-wrap: break-word;
  234. }
  235.  
  236.  
  237. body a {
  238. font-size:12px;
  239. color:#9a7e6a;
  240. font-weight:bold;
  241. text-decoration:none!important;
  242. -moz-transition-duration:2s;
  243. -webkit-transition-duration:2s;
  244. -o-transition-duration:2s;
  245. }
  246.  
  247. body a:hover {
  248. color:#ffffff;
  249. -moz-transition-duration:2s;
  250. -webkit-transition-duration:2s;
  251. -o-transition-duration:2s;
  252. }
  253.  
  254.  
  255.  
  256.  
  257.  
  258. /* BLOCKQUOTES */
  259.  
  260.  
  261. blockquote {
  262. background-color:#000000!important;
  263. padding-left:24px;
  264. padding-right:24px;
  265. padding-top:12px;
  266. padding-bottom:12px;
  267. margin-top:16px;
  268. margin-bottom:16px;
  269. text-align:justify;
  270. margin-left:0px;
  271. margin-right:0px;
  272. border:1px solid #151515;
  273. word-wrap: break-word!important;
  274. }
  275.  
  276.  
  277.  
  278. blockquote blockquote {
  279. border-left:1px solid #151515!important;
  280. border-top:0px!important;
  281. border-bottom:0px!important;
  282. border-right:0px!important;
  283. outline:0px solid transparent;
  284. padding-left:24px;
  285. padding-right:0px;
  286. padding-top:0px;
  287. padding-bottom:0px;
  288. margin-top:12px!important;
  289. margin-bottom:0px!important;
  290. }
  291.  
  292.  
  293.  
  294. .stretch {
  295. margin-left:-25px;
  296. margin-right:-25px;
  297. margin-top:-27px;
  298. margin-bottom:25px;
  299. }
  300.  
  301.  
  302.  
  303.  
  304.  
  305. /* TEXT-WRAPPING AROUND ICONS/IMAGES */
  306.  
  307.  
  308. #wrap img {
  309. margin-top:2px!important;
  310. margin-bottom:0px!important;
  311. padding-right:3px;
  312. padding-bottom:3px;
  313. {block:IfTextWrapping}
  314. float:left;
  315. margin-right:14px;
  316. {/block:IfTextWrapping}
  317. padding:9px;
  318. border:1px solid #151515;
  319. -webkit-filter: brightness(1) contrast(1) saturate(1);
  320. }
  321.  
  322.  
  323. {block:IfTextWrapping}
  324. #wrap blockquote img {
  325. clear:both!important;
  326. margin-top:11px!important;
  327. margin-bottom:0px!important;
  328. margin-left:14px;
  329. margin-right:0px!important;
  330. float:right;
  331. }
  332. {/block:IfTextWrapping}
  333.  
  334.  
  335.  
  336.  
  337.  
  338. /* FONT-RELATED */
  339.  
  340.  
  341. small, sub, sup {
  342. font-size:10px;
  343. }
  344.  
  345.  
  346. big {
  347. font-size:120%;
  348. }
  349.  
  350.  
  351. b, bold, strong {
  352. font-size:9.5px;
  353. font-family: calibri;
  354. text-transform:uppercase;
  355. letter-spacing:-0.05px;
  356. font-weight:bold;
  357. color:#3b4e2b;
  358. padding-right:0px;
  359. padding-left:0px;
  360. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.45);
  361. }
  362.  
  363. em, i, italic {
  364. font-family:calibri;
  365. font-style:normal;
  366. font-weight:700;
  367. font-size:10px;
  368. line-height:10px;
  369. text-shadow: 0px 0px 1px #000;
  370. color: #ffffff;
  371. text-transform:uppercase;
  372. }
  373.  
  374.  
  375. u, u a {
  376. background-color: #000000;
  377. border: 1px solid #151515;
  378. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  379. color:#151515;!important;
  380. text-decoration:none!important;
  381. font-style:normal!important;
  382. font-weight:lighter!important;
  383. text-transform:uppercase!important;
  384. float:left;
  385. margin-top:2px;
  386. height:57px;
  387. width:57px;
  388. font-size: 40px;
  389. margin-right: 11px;
  390. position: relative;
  391. text-align: center;
  392. vertical-align: middle;
  393. line-height: 57px;
  394. }
  395.  
  396.  
  397.  
  398. pre {
  399. padding-top:8px;
  400. padding-bottom:8px;
  401. font-weight:lighter;
  402. text-transform:uppercase;
  403. color: #d1d1d1;
  404. line-height:155%;
  405. font-weight:lighter!important;
  406. color:#e6e6e6;
  407. font-size:8.4px;
  408. letter-spacing:0.6px;
  409. white-space: pre-wrap;
  410. white-space: -moz-pre-wrap;
  411. white-space: -pre-wrap;
  412. white-space: -o-pre-wrap;
  413. word-wrap: break-word;
  414. }
  415.  
  416.  
  417. pre a {
  418. color:#9a7e6a;
  419. -moz-transition-duration:2s;
  420. -webkit-transition-duration:2s;
  421. -o-transition-duration:2s;
  422. }
  423.  
  424.  
  425.  
  426. h1 {
  427. word-spacing:-0.5px;
  428. font-size:12px;
  429. color: #ffffff;
  430. font-weight:bold;
  431. font-family:calibri;
  432. text-align:left!important;
  433. text-transform:uppercase;
  434. }
  435.  
  436.  
  437.  
  438. h1 a {
  439. font-weight:bold;
  440. color: #d1d1d1!important;
  441. }
  442.  
  443.  
  444.  
  445. h2 {
  446. font-family: calibri, sans-serif;
  447. font-size:13.4px;
  448. text-transform:uppercase!important;
  449. color:#3b4e2b;
  450. letter-spacing:-0.4px;
  451. }
  452.  
  453.  
  454.  
  455. h2 a {
  456. font-family: calibri, sans-serif;
  457. font-size:13.4px!important;
  458. text-transform:uppercase!important;
  459. color:#9a7e6a;
  460. letter-spacing:-0.4px;
  461. }
  462.  
  463.  
  464.  
  465. h3 {
  466. font-family: calibri, sans-serif;
  467. font-size:13.4px;
  468. text-transform:uppercase!important;
  469. color:#3b4e2b;
  470. letter-spacing:-0.4px;
  471. }
  472.  
  473.  
  474.  
  475. h3 a {
  476. font-family: calibri, sans-serif;
  477. font-size:13.4px!important;
  478. text-transform:uppercase!important;
  479. color:#9a7e6a;
  480. letter-spacing:-0.4px;
  481. }
  482.  
  483.  
  484.  
  485. h4 {
  486. background-image:url('');
  487. background-repeat:repeat;
  488. background-attachment:fixed;
  489. background-color:#030303;
  490. border:1px solid #151515;
  491. margin-bottom:24px;
  492. margin-top:24px;
  493. width:479px;
  494. height:24px;
  495. margin-left:-25px;
  496. text-align:center;
  497. font-family:calibri;
  498. font-style:normal;
  499. font-weight:bold!important;
  500. font-size:10px;
  501. line-height:23px;
  502. color:#151515!important;
  503. text-transform:uppercase;
  504. text-shadow: 0px 0px 1px rgba(11, 11, 11, 0.2);
  505. }
  506.  
  507.  
  508.  
  509. h4 a {
  510. font-family:calibri;
  511. font-style:normal;
  512. font-weight:700;
  513. font-size:10px!important;
  514. line-height:10px;
  515. text-shadow: 0px 0px 1px #000;
  516. color: #e8e8e8;
  517. }
  518.  
  519.  
  520.  
  521. ul {
  522. list-style-position: inside;
  523. padding-left: 1.2em;
  524. }
  525.  
  526.  
  527.  
  528. ol {
  529. list-style-position: inside;
  530. padding-left: 1.2em;
  531. }
  532.  
  533.  
  534.  
  535. /* SIDEBAR */
  536.  
  537.  
  538. #sidebar {
  539. position: fixed;
  540. line-height:165%;
  541. background:transparent;
  542. width:125px;
  543. left: 74px;
  544. top: 93px;
  545. }
  546.  
  547.  
  548. .sideheadertop {
  549. width:160px;
  550. height:24px;
  551. background-color:#030303;
  552. outline:1px solid #151515;
  553. text-align: center;
  554. margin-left:-6px;
  555. margin-top:-8px;
  556. }
  557.  
  558.  
  559.  
  560. .sideheaderbottom {
  561. width:160px;
  562. height:24px;
  563. background-color:#030303;
  564. outline:1px solid #151515;
  565. margin-top: 29px;
  566. text-align: center;
  567. margin-left:-6px;
  568. }
  569.  
  570.  
  571.  
  572.  
  573. #sidetext {
  574. height:451px;
  575. width:114px;
  576. margin-top:24px;
  577. margin-left:17px;
  578. background-color:#000000;
  579. text-align:justify;
  580. overflow:scroll;
  581. line-height:14px;
  582. text-align-last: center;
  583. }
  584.  
  585.  
  586. #sidetext a {
  587. font-size:9.5px;
  588. font-family: calibri;
  589. text-transform:uppercase;
  590. letter-spacing:-0.05px;
  591. font-weight:bold;
  592. color:#9a7e6a;
  593. padding-right:0px;
  594. padding-left:0px;
  595. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.45);
  596. }
  597.  
  598.  
  599.  
  600. /* DESCRIPTION */
  601.  
  602.  
  603.  
  604. .bottombox {
  605. position:fixed;
  606. width:478px;
  607. left:253px;
  608. top:478px;
  609. border:1px solid #151515;
  610. background-color:#000000;
  611. }
  612.  
  613.  
  614. .description {
  615. height:61px;
  616. max-height:61px;
  617. padding-left:24px;
  618. padding-right:24px;
  619. border-top:24px solid #000000;
  620. border-bottom:24px solid #000000;
  621. line-height:14px;
  622. text-align:justify;
  623. overflow-y:scroll;
  624. }
  625.  
  626.  
  627.  
  628. .description a {
  629. font-family: calibri;
  630. text-transform:uppercase;
  631. font-size:9px;
  632. font-weight:bold!important;
  633. -moz-transition-duration:2s;
  634. -webkit-transition-duration:2s;
  635. -o-transition-duration:2s;
  636. }
  637.  
  638.  
  639.  
  640. #navi {
  641. width:478px;
  642. height:24px;
  643. border-top:1px solid #151515;
  644. border-bottom:1px solid #151515;
  645. border-left:1px solid #151515;
  646. border-right:1px solid #151515;
  647. background-color:#000000;
  648. text-align: center;
  649. line-height:23px;
  650. margin-left:-1px;
  651. margin-top:-2px!important;
  652. overflow:hidden;
  653. font-family:calibri!important;
  654. text-shadow: 0px 0px 1px rgba(11, 11, 11, 0.2);
  655. -webkit-user-select: none; /* Chrome all / Safari all */
  656. -moz-user-select: none; /* Firefox all */
  657. -ms-user-select: none; /* IE 10+ */
  658. user-select: none; /* Likely future */
  659. }
  660.  
  661.  
  662. #navi b {
  663. color:#151515;
  664. text-shadow: 0px 0px 1px rgba(11, 11, 11, 0.2);
  665. }
  666.  
  667.  
  668.  
  669. #navi a {
  670. font-family:calibri;
  671. font-size:9.5px;
  672. letter-spacing:0px;
  673. margin-right:26.7px;
  674. color:#151515!important;
  675. }
  676.  
  677.  
  678. #navi a:last-child {
  679. margin-right:0px!important;
  680. }
  681.  
  682.  
  683. #navi a:hover {
  684. background-color:#000000!important;
  685. font-weight:bold!important;
  686. color:#9a7e6a!important;
  687. -moz-transition-duration:2s;
  688. -webkit-transition-duration:2s;
  689. -o-transition-duration:2s;
  690. }
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698. /* POSTS: GENERAL */
  699.  
  700.  
  701. #container {
  702. position:fixed;
  703. height:552px;
  704. width:430px;
  705. left:757px;
  706. top:84px;
  707. background-color:#000000;
  708. overflow-y:scroll;
  709. padding-left:24px;
  710. padding-right:24px;
  711. z-index:9999;
  712. border:1px solid #151515!important;
  713. }
  714.  
  715.  
  716.  
  717. .containerheadertop {
  718. position:fixed;
  719. width:478px;
  720. height:24px;
  721. background-color:#030303;
  722. border:1px solid #151515;
  723. text-align: center;
  724. margin-left:-25px;
  725. margin-top:-1px;
  726. z-index:99999;
  727. }
  728.  
  729.  
  730.  
  731. #containertopspace {
  732. position:fixed;
  733. width:478px;
  734. height:24px;
  735. background-color:transparent;
  736. margin-left:-24px;
  737. border-bottom:24px solid #000000;
  738. margin-top:-1px;
  739. z-index:999;
  740. }
  741.  
  742.  
  743.  
  744. .containerheaderbottom {
  745. position:fixed;
  746. width:478px;
  747. height:24px;
  748. background-color:#030303;
  749. border:1px solid #151515;
  750. text-align: center;
  751. left:758px;
  752. top:612px;
  753. margin-left:-1px;
  754. z-index:9999999;
  755. }
  756.  
  757.  
  758.  
  759. #containerbottomspace {
  760. position:fixed;
  761. left:782px;
  762. top:582px;
  763. width:478px;
  764. height:24px;
  765. background-color:#000000;
  766. text-align: center;
  767. margin-left:-24px;
  768. margin-top:6px;
  769. z-index:999999;
  770. }
  771.  
  772.  
  773.  
  774. .posts {
  775. width:430px;
  776. padding-right:25px;
  777. padding-left:25px;
  778. margin-left:-25px;
  779. word-wrap: break-word;
  780. text-align:justify;
  781. line-height:14px;
  782. margin-bottom:84px;
  783. }
  784.  
  785.  
  786.  
  787.  
  788. .posts a {
  789. font-family: calibri;
  790. text-transform:uppercase;
  791. font-size:9px;
  792. font-weight:bold!important;
  793. -moz-transition-duration:2s;
  794. -webkit-transition-duration:2s;
  795. -o-transition-duration:2s;
  796. }
  797.  
  798.  
  799. .posts a:hover {
  800. color:#ffffff;
  801. -moz-transition-duration:2s;
  802. -webkit-transition-duration:2s;
  803. -o-transition-duration:2s;
  804. }
  805.  
  806.  
  807. .posts img {
  808. max-width: -webkit-calc(100% - 22px);
  809. max-width: -moz-calc(100% - 22px);
  810. max-width: calc(100% - 22px);
  811. height:auto;
  812. }
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819. /* POSTS: TEXT */
  820.  
  821.  
  822. #text {
  823. border:1px solid #151515;
  824. margin-left:-25px;
  825. margin-right:-25px;
  826. margin-bottom:-27px;
  827. margin-top:26px;
  828. padding-left:24px;
  829. padding-right:24px;
  830. padding-top:14px;
  831. padding-bottom:14px;
  832. }
  833.  
  834.  
  835. #textbody {
  836. {block:permalinkpage}
  837. margin-top:-24px;
  838. padding-top:0px;
  839. {/block:permalinkpage}
  840. margin-top:3px;
  841. }
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849. /* POSTS: PHOTO/PHOTOSETS */
  850.  
  851.  
  852. #psingle {
  853. position:relative;
  854. z-index:99999999!important;
  855. margin-top:-1px;
  856. margin-bottom:-28px;
  857. margin-left:-26px;
  858. margin-right:-25px;
  859. border-top:1px solid #2e2e2e;
  860. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.55);
  861. -webkit-transition: all 0.9s ease-in-out;
  862. -moz-transition: all 0.9s ease-in-out;
  863. -o-transition: all 0.9s ease-in-out;
  864. -ms-transition: all 0.9s ease-in-out;
  865. transition: all 0.9s ease-in-out;
  866. }
  867.  
  868.  
  869.  
  870. #psingle:hover {
  871. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.55);
  872. -webkit-transition: all 0.9s ease-in-out;
  873. -moz-transition: all 0.9s ease-in-out;
  874. -o-transition: all 0.9s ease-in-out;
  875. -ms-transition: all 0.9s ease-in-out;
  876. transition: all 0.9s ease-in-out;
  877. }
  878.  
  879.  
  880.  
  881. #pset {
  882. position:relative;
  883. z-index:99999999!important;
  884. width: 480px;
  885. margin-top:-1px!important;
  886. margin-bottom:-30px;
  887. margin-left:-24px;
  888. border-top:1px solid #2e2e2e;
  889. background-color:#000000;
  890. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.55);
  891. -webkit-transition: all 0.9s ease-in-out;
  892. -moz-transition: all 0.9s ease-in-out;
  893. -o-transition: all 0.9s ease-in-out;
  894. -ms-transition: all 0.9s ease-in-out;
  895. transition: all 0.9s ease-in-out;
  896. }
  897.  
  898.  
  899.  
  900. #pset:hover {
  901. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.55);
  902. -webkit-transition: all 0.9s ease-in-out;
  903. -moz-transition: all 0.9s ease-in-out;
  904. -o-transition: all 0.9s ease-in-out;
  905. -ms-transition: all 0.9s ease-in-out;
  906. transition: all 0.9s ease-in-out;
  907. }
  908.  
  909.  
  910.  
  911.  
  912. #pcaption {
  913. border-top:1px solid #151515;
  914. margin-top:26px;
  915. margin-left:-24px;
  916. margin-right:-24px;
  917. padding-left:24px;
  918. padding-right:24px;
  919. }
  920.  
  921.  
  922. #pcaption a {
  923. font-size:10px;
  924. }
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932. /* POSTS: QUOTE */
  933.  
  934. #quotebox {
  935. border-top:1px solid #151515;
  936. padding-left:24px;
  937. padding-right:24px;
  938. padding-top:24px;
  939. padding-bottom:0px;
  940. margin-left:-25px;
  941. margin-right:-25px;
  942. margin-bottom:-27px;
  943. margin-top:30px;
  944. }
  945.  
  946.  
  947.  
  948. #quote {
  949. font-size:12px;
  950. text-align:left;
  951. padding-top:0px;
  952. padding-bottom:24px;
  953. letter-spacing:-0.5px;
  954. line-height:16px;
  955. }
  956.  
  957.  
  958.  
  959.  
  960. .source {
  961. font-family:calibri;
  962. font-weight:bold;
  963. text-align:left;
  964. font-size:10px;
  965. color: #e8e8e8;
  966. text-transform:uppercase;
  967. border:1px solid #151515;
  968. margin-top:-1px;
  969. padding-top:8px;
  970. padding-bottom:8px;
  971. padding-right:24px;
  972. padding-left:24px;
  973. margin-bottom:-24px;
  974. margin-top:24px;
  975. margin-left:-25px;
  976. margin-right:-25px;
  977. background-color:#030303;
  978. }
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987. /* POSTS: LINK */
  988.  
  989. #linkpost {
  990. margin-right:-25px;
  991. margin-left:-25px!important;
  992. {block:permalinkpage}
  993. margin-top:0px;
  994. {/block:permalinkpage}
  995. padding-top:0px;
  996. margin-bottom:-25px;
  997. }
  998.  
  999.  
  1000.  
  1001. #link {
  1002. margin-top:32px;
  1003. border:1px solid #151515;
  1004. padding:24px;
  1005. }
  1006.  
  1007.  
  1008. #link a {
  1009. font-size:12px;
  1010. }
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019. /* POSTS: CHAT */
  1020.  
  1021. #chatbox {
  1022. margin-right:-25px;
  1023. margin-left:-25px!important;
  1024. padding-bottom:0px!important;
  1025. }
  1026.  
  1027.  
  1028.  
  1029. #chat {
  1030. margin-top:25px;
  1031. border-top:1px solid #151515;
  1032. padding-top:27px;
  1033. padding-left:24px;
  1034. padding-right:24px;
  1035. }
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044. /* POSTS: AUDIO */
  1045.  
  1046. #audiobox {
  1047. {block:permalinkpage}
  1048. margin-top:0px;
  1049. {/block:permalinkpage}
  1050. padding-left:24px;
  1051. padding-right:24px;
  1052. padding-bottom:0px;
  1053. padding-top:24px;
  1054. margin-left:-25px;
  1055. margin-right:-25px;
  1056. margin-bottom:-1px;
  1057. }
  1058.  
  1059.  
  1060.  
  1061. .player {
  1062. opacity: 1;
  1063. position: absolute;
  1064. z-index: 1;
  1065. line-height:33px;
  1066. margin-left: -12px;
  1067. margin-top:29px;
  1068. display: block;
  1069. }
  1070.  
  1071. .audioplayer {
  1072. width: 24px;
  1073. height: 24px;
  1074. margin-left: 0px;
  1075. overflow: hidden;
  1076. padding: 0px;
  1077. }
  1078.  
  1079.  
  1080.  
  1081. .audioinfo {
  1082. border:1px solid #151515;
  1083. margin-left: -25px;
  1084. margin-right: -25px;
  1085. padding-left:50px;
  1086. margin-top:30px;
  1087. height:24px;
  1088. line-height:23px;
  1089. display: block;
  1090. font-family:calibri;
  1091. font-weight:bold;
  1092. text-transform: uppercase;
  1093. text-align: left;
  1094. letter-spacing:-0.08px;
  1095. word-spacing:-0.5px;
  1096. font-size:10px;
  1097. color:#c6c6c6;
  1098. background: transparent;
  1099. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.45);
  1100. }
  1101.  
  1102.  
  1103. #acaption {
  1104. border-top:1px solid #151515;
  1105. width:455px;
  1106. padding-top:4px;
  1107. margin-left:-24px;
  1108. padding-left:24px;
  1109. }
  1110.  
  1111. #acaption a {
  1112. font-size:10px;
  1113. }
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120. /* POSTS: VIDEO */
  1121.  
  1122. .video-container {
  1123. margin-top:46px;
  1124. position: relative;
  1125. padding-bottom: 56.25%;
  1126. height: 0;
  1127. overflow: hidden;
  1128. margin-left:-24px;
  1129. width: 480px;
  1130. margin-bottom:-24px;
  1131. }
  1132.  
  1133.  
  1134. .video-container iframe,
  1135. .video-container object,
  1136. .video-container embed {
  1137. position: absolute;
  1138. top: 0;
  1139. left: 0;
  1140. height: 100%;
  1141. width:100%;
  1142. }
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148. /* POSTS: ASK */
  1149.  
  1150. #answer {
  1151. padding-left:24px;
  1152. padding-right:24px;
  1153. margin-left:-25px;
  1154. margin-right:-25px;
  1155. margin-top:0px;
  1156. }
  1157.  
  1158.  
  1159. #question {
  1160. border-top:0px solid #151515;
  1161. width: 80%;
  1162. margin-top:32px;
  1163. height:70px;
  1164. width:447px;
  1165. margin-left:-25px;
  1166. }
  1167.  
  1168.  
  1169.  
  1170. #ask {
  1171. float:left;
  1172. font-family:calibri, sans-serif;
  1173. text-transform:uppercase;
  1174. position: absolute;
  1175. font-weight:bold;
  1176. background-color:#000000;
  1177. font-size:9px;
  1178. line-height:12px!important;
  1179. width:365px;
  1180. min-height:21px;
  1181. max-height:21px;
  1182. overflow:scroll;
  1183. margin-top:0px;
  1184. margin-left:1px;
  1185. margin-bottom:0px;
  1186. padding-left:24px;
  1187. padding-right:24px;
  1188. outline:solid 1px #151515;
  1189. border-top:22px solid #000000;
  1190. border-bottom:22px solid #000000;
  1191. -moz-transition-duration:1.5s;
  1192. -webkit-transition-duration:1.5s;
  1193. -o-transition-duration:1.5s;
  1194. }
  1195.  
  1196.  
  1197.  
  1198. #ask:hover {
  1199. max-height:46px!important;
  1200. -moz-transition-duration:1.5s;
  1201. -webkit-transition-duration:1.5s;
  1202. -o-transition-duration:1.5s;
  1203. }
  1204.  
  1205.  
  1206. #ask a {
  1207. font-weight:lighter;
  1208. color:#9a7e6a;
  1209. font-size:9px;
  1210. text-decoration:none;
  1211. }
  1212.  
  1213.  
  1214. #ask b {
  1215. color:#3b4e2b;
  1216. font-size:9px;
  1217. line-height:11px;
  1218. font-family:calibri!important;
  1219. }
  1220.  
  1221.  
  1222.  
  1223. #ask img {
  1224. -webkit-filter:grayscale(1);
  1225. }
  1226.  
  1227.  
  1228.  
  1229. .letterask {
  1230. position:relative;
  1231. z-index:9999!important;
  1232. position:absolute;
  1233. text-align:center;
  1234. font-size:44px;
  1235. margin-left:415px;
  1236. outline:1px solid #151515;
  1237. padding-top:25px;
  1238. padding-bottom:26px;
  1239. padding-left:17px;
  1240. padding-right:17px;
  1241. color:#151515;
  1242. -webkit-user-select: none; /* Chrome all / Safari all */
  1243. -moz-user-select: none; /* Firefox all */
  1244. -ms-user-select: none; /* IE 10+ */
  1245. user-select: none; /* Likely future */
  1246. }
  1247.  
  1248.  
  1249.  
  1250.  
  1251. #response {
  1252. margin-top:24px;
  1253. padding-top:0px;
  1254. padding-bottom:0px;
  1255. }
  1256.  
  1257.  
  1258. #response blockquote {
  1259. margin-top:15px;
  1260. margin-bottom:24px;
  1261. margin-left:-25px;
  1262. margin-right:-25px;
  1263. padding-top:12px;
  1264. padding-left:25px;
  1265. padding-right:25px;
  1266. padding-bottom:12px;
  1267. border-left:1px solid #151515;
  1268. border-right:1px solid #151515;
  1269. border-bottom:1px solid #151515;
  1270. border-top:1px solid #151515;
  1271. background-color:#030303;
  1272. }
  1273.  
  1274.  
  1275. #response img {
  1276. float:left;
  1277. position:relative;
  1278. margin-left:-1px!important;
  1279. margin-right:13px;
  1280. margin-top:2px;
  1281. margin-bottom:5px;
  1282. padding:8px;
  1283. border:1px solid #151515;
  1284. -webkit-filter: brightness(1) contrast(1) saturate(1);
  1285. }
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292.  
  1293.  
  1294. /* POPUPS: GENERAL */
  1295.  
  1296.  
  1297. .popupheadertop {
  1298. position:fixed;
  1299. width:478px;
  1300. height:24px;
  1301. background-color:#030303;
  1302. outline:1px solid #151515;
  1303. text-align: center;
  1304. margin-left:-24px;
  1305. margin-top:-49px;
  1306. }
  1307.  
  1308.  
  1309. .popup_block {
  1310. display:none;
  1311. background-color:#000000;
  1312. height:320px!important;
  1313. top:310px;
  1314. left:509px!important;
  1315. opacity:1;
  1316. position:fixed;
  1317. z-index:9999999;
  1318. padding-left:24px!important;
  1319. padding-right:24px!important;
  1320. outline:1px solid #151515;
  1321. border-bottom:24px solid #000000;
  1322. border-top:24px solid #000000;
  1323. overflow-y:scroll;
  1324. text-align:justify;
  1325. overflow-x:hidden;
  1326. }
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332. .popup_block a {
  1333. font-family: calibri;
  1334. text-transform:uppercase;
  1335. font-size:9px;
  1336. font-weight:bold!important;
  1337. -moz-transition-duration:2s;
  1338. -webkit-transition-duration:2s;
  1339. -o-transition-duration:2s;
  1340. }
  1341.  
  1342.  
  1343.  
  1344. *html #fade {
  1345. position: absolute;
  1346. }
  1347.  
  1348.  
  1349.  
  1350. *html .popup_block {
  1351. position: absolute;
  1352. }
  1353.  
  1354.  
  1355.  
  1356. #fade {
  1357. display:none;
  1358. position:fixed;
  1359. left:0px;
  1360. top:0px;
  1361. width:100%;
  1362. height:100%;
  1363. z-index:9;
  1364. background:#000;
  1365. opacity:0;
  1366. }
  1367.  
  1368.  
  1369. #intro {
  1370. margin-top:4px;
  1371. margin-bottom:24px;
  1372. border:1px solid #151515;
  1373. padding-left:24px;
  1374. padding-right:24px;
  1375. padding-top:24px;
  1376. padding-bottom:24px;
  1377. }
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387. /* POPUPS: TABS */
  1388.  
  1389.  
  1390. #tabbar{
  1391. left:50%;
  1392. top:50%;
  1393. margin-left:
  1394. overflow: scroll;
  1395. text-align:justify;
  1396. color:#222;
  1397. font-family:calibri;
  1398. font-size:12px;
  1399. }
  1400.  
  1401. ul#tabs {
  1402. text-align: center;
  1403. }
  1404.  
  1405.  
  1406. ul#tabs li {
  1407. display: inline-block;
  1408. background-repeat:repeat;
  1409. background-attachment:fixed;
  1410. border:1px solid #151515; /* INACTIVE TAB */
  1411. width: 210px;
  1412. height:24px;
  1413. line-height:23px;
  1414. font-weight:bold;
  1415. text-align:center;
  1416. font-family:calibri;
  1417. font-style:normal;
  1418. font-size:10px;
  1419. margin-bottom: 20px;
  1420. cursor:pointer;
  1421. color:#3b4e2b;
  1422. }
  1423.  
  1424. ul#tabs li.active {
  1425. display: inline-block;
  1426. height:24px;
  1427. line-height:23px;
  1428. text-align:center;
  1429. font-family:calibri;
  1430. font-style:normal;
  1431. font-weight:700;
  1432. font-size:10px;
  1433. text-shadow: 0px 0px 1px #000;
  1434. background:#000000;
  1435. font-weight:bold;
  1436. font-size:10px;
  1437. border:1px solid #151515; /* ACTIVE TAB */
  1438. color:#e6e6e6;
  1439. cursor:pointer;
  1440. }
  1441.  
  1442. ul#tab, ul#tabs{
  1443. list-style-type:none;
  1444. margin:0px;padding:0px;
  1445. }
  1446.  
  1447. ul#tab li.active {
  1448. display: block;
  1449. }
  1450.  
  1451. ul#tab li {
  1452. display: none;
  1453. }
  1454.  
  1455.  
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461.  
  1462.  
  1463. /* POPUPS: NAVIGATION */
  1464.  
  1465.  
  1466. #nvbar {
  1467. width:434px;
  1468. }
  1469.  
  1470.  
  1471.  
  1472. .nvlinks {
  1473. margin-left:0px;
  1474. padding-top:0px;
  1475. padding-bottom:0px;
  1476. text-align:center;
  1477. }
  1478.  
  1479.  
  1480.  
  1481. .nvlinks a {
  1482. display:inline-block;
  1483. font-family: calibri, sans-serif;
  1484. font-weight:lighter!important;
  1485. width: 210px;
  1486. height:21px!important;
  1487. line-height:23px;
  1488. margin-right:3px;
  1489. margin-bottom:6px;
  1490. text-align:center;
  1491. background:#000000;
  1492. border: 1px solid #151515;
  1493. color:#e6e6e6;
  1494. font-size:8.6px;
  1495. letter-spacing:0.6px;
  1496. cursor: pointer;
  1497. z-index:2;
  1498. -moz-transition-duration:1s;
  1499. -webkit-transition-duration:1s;
  1500. -o-transition-duration:1s;
  1501. }
  1502.  
  1503.  
  1504. .nvlinks a:nth-last-child(2) {
  1505. margin-bottom:0px!important;
  1506. }
  1507.  
  1508.  
  1509. .nvlinks a:last-child {
  1510. margin-bottom:0px!important;
  1511. }
  1512.  
  1513.  
  1514. .nvlinks a:hover {
  1515. background-color: rgba(59, 78, 43, .12)!important;
  1516. -moz-transition-duration:1s;
  1517. -webkit-transition-duration:1s;
  1518. -o-transition-duration:1s;
  1519. }
  1520.  
  1521.  
  1522.  
  1523.  
  1524.  
  1525.  
  1526. /* POST INFORMATION */
  1527.  
  1528.  
  1529. .permalinkbar {
  1530. width:480px;
  1531. margin-top:26px!important;
  1532. margin-left:-25px;
  1533. margin-right:-25px;
  1534. color:#151515!important;
  1535. }
  1536.  
  1537.  
  1538. .permalinkbuttons {
  1539. height:24px;
  1540. background-color:#000000;
  1541. font-weight:bold!important;
  1542. padding-left:24px;
  1543. padding-right:24px;
  1544. line-height:23px;
  1545. letter-spacing:-0.2px;
  1546. margin-left:0px!important;
  1547. margin-bottom:1px!important;
  1548. border-top:1px solid #151515;
  1549. border-bottom:1px solid #151515;
  1550. color:#151515!important;
  1551. }
  1552.  
  1553.  
  1554. .permalinkbuttons a {
  1555. font-family:calibri;
  1556. background-color:transparent;
  1557. font-weight:bold!important;
  1558. color:#151515;
  1559. font-size:9.5px;
  1560. letter-spacing:-0.2px;
  1561. text-shadow: 0px 0px 1px rgba(11, 11, 11, 0.2);
  1562. -moz-transition-duration:2s;
  1563. -webkit-transition-duration:2s;
  1564. -o-transition-duration:2s;
  1565. -webkit-user-select: none; /* Chrome all / Safari all */
  1566. -moz-user-select: none; /* Firefox all */
  1567. -ms-user-select: none; /* IE 10+ */
  1568. user-select: none; /* Likely future */
  1569. }
  1570.  
  1571.  
  1572. .permalinkbuttons a:hover {
  1573. background-color:#000000!important;
  1574. font-weight:bold!important;
  1575. color:#9a7e6a;
  1576. -moz-transition-duration:2s;
  1577. -webkit-transition-duration:2s;
  1578. -o-transition-duration:2s;
  1579. }
  1580.  
  1581.  
  1582.  
  1583.  
  1584.  
  1585. .tags {
  1586. font-family: calibri!important;
  1587. font-weight:bold!important;
  1588. background-color:#000000;
  1589. border-bottom:1px solid #151515;
  1590. padding-top:12px;
  1591. padding-bottom:12px;
  1592. padding-left:24px;
  1593. padding-right:24px;
  1594. margin-left:-25px;
  1595. margin-right:-25px;
  1596. margin-bottom:-1px;
  1597. margin-top:0px;
  1598. color:#151515!important;
  1599. text-transform:uppercase!important;
  1600. font-style:normal;
  1601. line-height:150%;
  1602. font-size:8.5px;
  1603. text-align:justify;
  1604. -moz-text-align-last: center; /* Code for Firefox */
  1605. text-align-last: center;
  1606. }
  1607.  
  1608.  
  1609.  
  1610. .tags a {
  1611. text-decoration:none!important;
  1612. font-weight:bold!important;
  1613. font-size:8.5px;
  1614. margin-right:1px;
  1615. text-transform:uppercase!important;
  1616. font-family: calibri!important;
  1617. color:#151515!important;
  1618. }
  1619.  
  1620.  
  1621. .tags a:hover {
  1622. color:#ffffff!important;
  1623. -moz-transition-duration:1s;
  1624. -webkit-transition-duration:1s;
  1625. -o-transition-duration:1s;
  1626. {block:ifBiggerTagsonHover}
  1627. font-size:10px!important;
  1628. {block:ifBiggerTagsonHover}
  1629. }
  1630.  
  1631.  
  1632.  
  1633. .permatags {
  1634. font-family: calibri!important;
  1635. font-weight:bold!important;
  1636. background-color:#000000;
  1637. border-bottom:1px solid #151515;
  1638. padding-top:12px;
  1639. padding-bottom:12px;
  1640. padding-left:24px;
  1641. padding-right:24px;
  1642. margin-left:-25px;
  1643. margin-right:-25px;
  1644. margin-bottom:-1px;
  1645. margin-top:0px;
  1646. color:#2c2c2c;
  1647. text-transform:uppercase!important;
  1648. font-style:normal;
  1649. line-height:150%;
  1650. font-size:8.5px;
  1651. text-align:justify;
  1652. -moz-text-align-last: center; /* Code for Firefox */
  1653. text-align-last: center;
  1654. }
  1655.  
  1656.  
  1657.  
  1658. .permatags a {
  1659. text-decoration:none!important;
  1660. font-weight:bold!important;
  1661. font-size:8.5px;
  1662. margin-right:1px;
  1663. text-transform:uppercase!important;
  1664. font-family: calibri!important;
  1665. color:#151515!important;
  1666. }
  1667.  
  1668.  
  1669. .permatags a:hover {
  1670. color:#ffffff!important;
  1671. -moz-transition-duration:1s;
  1672. -webkit-transition-duration:1s;
  1673. -o-transition-duration:1s;
  1674. {block:ifBiggerTagsonHover}
  1675. font-size:10px!important;
  1676. {block:ifBiggerTagsonHover}
  1677. }
  1678.  
  1679.  
  1680.  
  1681.  
  1682.  
  1683.  
  1684.  
  1685. /* NOTES */
  1686.  
  1687.  
  1688. #notes {
  1689. margin-bottom:62px;
  1690. margin-top:75px;
  1691. margin-left:-36px;
  1692. margin-right:-25px;
  1693. }
  1694.  
  1695.  
  1696.  
  1697. .note li {
  1698. list-style-type:none;
  1699. padding-top:12px;
  1700. padding-bottom:12px;
  1701. padding-left:24px;
  1702. padding-right:25px;
  1703. border-bottom:1px solid #151515;
  1704. border-top:1px solid #151515;
  1705. margin-bottom:-1px;
  1706. text-align:left;
  1707. -moz-transition-duration:0.5s;
  1708. -webkit-transition-duration:0.5s;
  1709. -o-transition-duration:0.5s;
  1710. font-family:calibri!important;
  1711. font-size:9px!important;
  1712. font-weight:bold;
  1713. text-transform:uppercase;
  1714. color: #c6c6c6;
  1715. }
  1716.  
  1717.  
  1718. .note li a {
  1719. font-family:calibri!important;
  1720. font-size:10px!important;
  1721. padding-right:2px;
  1722. font-weight:bold;
  1723. text-transform:uppercase;
  1724. letter-spacing:0px;
  1725. color: #3b4e2b;
  1726. }
  1727.  
  1728.  
  1729.  
  1730. .note blockquote {
  1731. padding-top:12px;
  1732. padding-bottom:12px;
  1733. padding-left:24px;
  1734. padding-right:24px;
  1735. margin-top:12px;
  1736. margin-bottom:12px;
  1737. margin-left:0px;
  1738. margin-right:0px;
  1739. color:#9a7e6a;
  1740. }
  1741.  
  1742.  
  1743. .note img.avatar {
  1744. display:none;
  1745. width: 0px;
  1746. height: 0px;
  1747. }
  1748.  
  1749.  
  1750.  
  1751.  
  1752.  
  1753. /* CREDIT */
  1754.  
  1755. #credit {
  1756. z-index:999;
  1757. position:fixed;
  1758. bottom:5px;
  1759. right:5px;
  1760. width:10px;
  1761. height:13px;
  1762. word-wrap:break-word;
  1763. overflow:hidden;
  1764. -webkit-transition:all 1s ease;
  1765. -moz-transition:all 1s ease;
  1766. -o-transition:all 1s ease;
  1767. transition:all 1s ease-in-out;
  1768. }
  1769.  
  1770. #credit a {
  1771. color:#c6c6c6;
  1772. text-transform:uppercase;
  1773. font-size:10px;
  1774. }
  1775.  
  1776. #credit:hover {width:84px;}
  1777.  
  1778. #credit span {
  1779. text-shadow:1px 1px .2px #000;
  1780. color:#c6c6c6;
  1781. margin-right:5px;
  1782. font-size:11px;
  1783. }
  1784.  
  1785.  
  1786.  
  1787.  
  1788.  
  1789. </style>
  1790.  
  1791. </head>
  1792.  
  1793. <body>
  1794.  
  1795.  
  1796. <!-- SIDEBAR -->
  1797.  
  1798.  
  1799. <div id ="sidebar"><div class="sideheadertop"></div>
  1800. <div id="sidetext">
  1801.  
  1802. <u>A</u> bench ran around the inside of a small circular room and a man sat there, leaning his elbows on a stone table. <a href="/"He had >long black hair tied back,</a> a scar or mark in the shape of a leaf on one cheek, and his <i>eyes were as green as grass.</i> He wore a white suit, and a hankerchief, <b>embroidery of a green leaf</b> peeking from one pocket——
  1803.  
  1804. <p style="margin-top:63px;"><u>"I</u> ——have <i>always</i> presumed the race of <b>humans would end themselves.</b> Through a thousand years I have prophesied that you would be your own deaths. <i>But I did not expect the end to come like this."</i>
  1805.  
  1806. </div id="sidetext">
  1807. <div class="sideheaderbottom"></div>
  1808. </div id ="sidebar">
  1809.  
  1810.  
  1811.  
  1812.  
  1813. <!-- DESCRIPTION + NAVIGATION BAR -->
  1814.  
  1815.  
  1816.  
  1817. <div class="bottombox">
  1818.  
  1819. <div id="navi" style="margin-top:0px;">
  1820. <a href="/" title="Refresh">REFRESH</a>
  1821. <a href="#?w=430" rel="pageMSG" class="poplight" title="Inquiries">INQUIRE</a>
  1822. <a href="#?w=430" rel="pageGDL" class="poplight" title="The Accords">ACCORDS</a>
  1823. <a href="#?w=430" rel="pageABT" class="poplight" title="Biography">CLAVE / VERSES</a>
  1824. <a href="#?w=430" rel="pageNAV" class="poplight" title="Navigation">NAVIGATION</a>
  1825.  
  1826.  
  1827. {block:IndexPage}
  1828. <a href="{PreviousPage}" title="Previous Page">BACK</a>
  1829.  
  1830.  
  1831. {block:NextPage}
  1832. <a href="{NextPage}" title="Next Page">NEXT</a>
  1833. {/block:NextPage}
  1834. {/block:IndexPage}
  1835.  
  1836.  
  1837. {block:PermalinkPagination}
  1838. <a href="{PreviousPost}" title="Previous Post">BACK</a>
  1839.  
  1840.  
  1841. <a href="{NextPost}" title="Next Post">NEXT</a>
  1842. {/block:PermalinkPagination}
  1843.  
  1844. </div id="navi">
  1845.  
  1846.  
  1847. <div class="description">
  1848.  
  1849. <u>D</u><b>oubt truth to be a liar."</b> This is a semi-private portrayal of the character <b>Meliorn</b> from Cassandra Clare's <a href="/">The SHADOWHUNTER CHRONICLES,</a> and Freeform's adaptation <i>Shadowhunters.</i> However, this portrayal is canon divergent from both, taking bits from both and sometimes I run off in my own direction. <b>// Written by Portia.</b>
  1850.  
  1851. </div class="description">
  1852.  
  1853.  
  1854.  
  1855.  
  1856. <div class="sideheaderbottom" style="width:478px; margin-top:1px; margin-left:0px;"></div>
  1857.  
  1858. </div class="bottombox">
  1859.  
  1860.  
  1861.  
  1862.  
  1863.  
  1864. <!-- POSTS -->
  1865.  
  1866.  
  1867.  
  1868. <div id="container">
  1869.  
  1870. <div class="containerheadertop"></div>
  1871. <div id="containertopspace"></div>
  1872.  
  1873. {block:Posts}
  1874. <div class="posts">
  1875.  
  1876.  
  1877.  
  1878.  
  1879.  
  1880. <!-- POSTS: TEXT -->
  1881.  
  1882.  
  1883. {block:Text}
  1884. <div id="text">
  1885.  
  1886.  
  1887.  
  1888. <div id="textbody">
  1889. {block:Title}
  1890. <h1>{Title}</a></h1>
  1891. {/block:Title}
  1892. <div id="wrap">
  1893. {Body}
  1894. <div style="clear:both">
  1895. </div style="clear:both">
  1896. </div id="wrap">
  1897. </div>
  1898.  
  1899. </div id="text">
  1900.  
  1901. {/block:Text}
  1902.  
  1903.  
  1904.  
  1905.  
  1906.  
  1907. <!-- POSTS: PHOTO/SET -->
  1908.  
  1909. {block:Photo}
  1910. <div id="psingle">
  1911. {LinkOpenTag}
  1912. <img src="{PhotoURL-HighRes}" style="min-width:480px!important; width:480px!important; margin-top:0px;">
  1913. {LinkCloseTag}
  1914. </div id="psingle">
  1915.  
  1916. {block:Caption}
  1917. <div id="pcaption">
  1918. {Caption}
  1919. </div id="pcaption">
  1920. {/block:Caption}
  1921. {/block:Photo}
  1922.  
  1923.  
  1924. {block:Photoset}
  1925. <div id="pset">
  1926. {Photoset}
  1927. </div id="pset">
  1928.  
  1929. {block:Caption}
  1930. <div id="pcaption">
  1931. {Caption}
  1932. </div id="pcaption">
  1933. {/block:Caption}
  1934. {/block:Photoset}
  1935.  
  1936.  
  1937.  
  1938.  
  1939.  
  1940. <!-- POSTS: QUOTE -->
  1941.  
  1942. {block:Quote}
  1943. <div id="quotebox">
  1944. <div id="quote">
  1945. {Quote}
  1946. <div class="source">
  1947. —{Source}
  1948. </div>
  1949. </div id="quote">
  1950.  
  1951. </div>
  1952. {/block:Quote}
  1953.  
  1954.  
  1955.  
  1956.  
  1957.  
  1958. <!-- POSTS: LINK -->
  1959.  
  1960. {block:Link}
  1961. <div id="linkpost">
  1962. <div id="link">
  1963. <a href="{URL}" {Target}>{Name}&nbsp;&nbsp; ►</a>
  1964. </div id="link">
  1965. </div id="linkpost">
  1966. {/block:Link}
  1967.  
  1968.  
  1969.  
  1970.  
  1971.  
  1972. <!-- POSTS: CHAT -->
  1973.  
  1974.  
  1975. {block:Chat}
  1976.  
  1977. <div id="chatbox">
  1978. <div id="chat">
  1979. {block:Lines}
  1980. <div id="{Alt}">
  1981. {block:Label}<i>{Label}</i>{/block:Label} {Line}
  1982. </div id="{Alt}">
  1983. {/block:Lines}
  1984. </div id="chat">
  1985. </div id="chatbox">
  1986.  
  1987. {/block:Chat}
  1988.  
  1989.  
  1990.  
  1991.  
  1992.  
  1993. <!-- POSTS: AUDIO -->
  1994.  
  1995. {block:Audio}
  1996. <div id="audiobox">
  1997.  
  1998.  
  1999. <div class="player">
  2000. <div class="audioplayer">
  2001.  
  2002. {AudioPlayerBlack}
  2003.  
  2004. </div class="audioplayer">
  2005. </div class="player">
  2006.  
  2007. <div class="audioinfo">
  2008. {block:Artist}Artist: {Artist}{/block:Artist} — {block:TrackName}Track name: {TrackName}{/block:TrackName}
  2009. </div class="audioinfo">
  2010.  
  2011.  
  2012. {block:Caption}
  2013. <div id="acaption">
  2014. {Caption}
  2015. </div id="acaption">
  2016. {/block:Caption}
  2017.  
  2018. </div id="audiobox">
  2019. {/block:Audio}
  2020.  
  2021.  
  2022.  
  2023.  
  2024.  
  2025. <!-- POSTS: VIDEO -->
  2026.  
  2027. {block:Video}
  2028. <div class="video-container">
  2029. {Video-400}
  2030. {block:Caption}{Caption}{/block:Caption}
  2031. </div class="video-container">
  2032. {/block:Video}
  2033.  
  2034.  
  2035.  
  2036.  
  2037.  
  2038. <!-- POSTS: ASK -->
  2039.  
  2040. {block:Answer}
  2041. <div id="answer">
  2042.  
  2043. <div id="question"><div id="ask"><b>{Asker} is inquiring for information from the faerie knight:</b>
  2044. <br>{Question}</div><div class="letterask">Q</div></div>
  2045.  
  2046.  
  2047. <h4 style="margin-top:-5px; padding:0px!important; width:480px; height:24px; background-color:#030303!important;"></h4>
  2048.  
  2049.  
  2050. <div id="response">{Answer}<div style="clear:both; margin-bottom:-5px;"></div>
  2051. </div id="response">
  2052.  
  2053. </div id="answer">
  2054. {/block:Answer}
  2055.  
  2056.  
  2057.  
  2058.  
  2059.  
  2060. <!-- POST INFORMATION -->
  2061.  
  2062.  
  2063. {block:Date}
  2064. {block:indexpage}
  2065.  
  2066. <div class="permalinkbar">
  2067. <div class="permalinkbuttons">
  2068. <a href="{Permalink}" title="{12Hour}:{Minutes}{CapitalAmPm} / {NoteCountWithLabel}" style="float:left; text-align:left!important; margin-right:0px!important;">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  2069. &nbsp;&nbsp; / &nbsp;
  2070. <a href="#" class="hide">CLICK HERE FOR TAGS </a>
  2071. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">CLICK HERE TO REBLOG THIS POST</a>
  2072. </div class="permalinkbuttons">
  2073.  
  2074.  
  2075. </div class="permalinkbar">
  2076.  
  2077. <div class="tags">
  2078. {block:HasTags}
  2079. Tagged with:
  2080. {block:Tags}
  2081. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2082. {/block:Tags}
  2083. {/block:HasTags}
  2084.  
  2085. </div class="tags">
  2086. {/block:indexpage}
  2087.  
  2088.  
  2089.  
  2090.  
  2091. {block:permalinkpage}
  2092. <div class="permalinkbar">
  2093. <div class="permalinkbuttons">
  2094. {block:RebloggedFrom}
  2095. <a href="{ReblogParentURL}">REBLOGGED FROM / VIA / SOURCE</a>
  2096. {/block:RebloggedFrom}
  2097.  
  2098. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">CLICK HERE TO REBLOG THIS POST</a>
  2099. </div class="permalinkbuttons">
  2100.  
  2101.  
  2102. </div class="permalinkbar">
  2103.  
  2104. <div class="permatags">
  2105. {block:HasTags}
  2106. {block:Tags}
  2107. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2108. {/block:Tags}
  2109. {/block:HasTags}
  2110.  
  2111. </div class="permatags">
  2112. {/block:permalinkpage}
  2113.  
  2114.  
  2115. {/block:Date}
  2116.  
  2117.  
  2118.  
  2119.  
  2120.  
  2121. <!-- NOTES -->
  2122.  
  2123. {block:PostNotes}
  2124. <div id="notes">
  2125. <div class="note">
  2126. {PostNotes}
  2127. </div class="note">
  2128. </div id="notes">
  2129. {/block:PostNotes}
  2130.  
  2131.  
  2132.  
  2133.  
  2134. <!-- HIDE VIA/SOURCE IN POSTS -->
  2135.  
  2136.  
  2137. {block:ContentSource}<!-- {SourceURL}
  2138. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  2139. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  2140. {/block:ContentSource}
  2141.  
  2142.  
  2143. <!-- {block:NoRebloggedFrom}
  2144. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  2145. {/block:NoRebloggedFrom} -->
  2146.  
  2147.  
  2148.  
  2149.  
  2150. </div class="posts">
  2151.  
  2152. {/block:Posts}
  2153.  
  2154.  
  2155. <div class="containerheaderbottom">
  2156. <div id="containerbottomspace"></div>
  2157. </div class="containerheaderbottom">
  2158.  
  2159.  
  2160. </div id="container">
  2161.  
  2162.  
  2163.  
  2164. <!-- POPUP PAGES. -->
  2165.  
  2166.  
  2167.  
  2168. <!-- POPUP PAGE MSG. -->
  2169.  
  2170. <div id="pageMSG" class="popup_block"><div class="popupheadertop"></div>
  2171.  
  2172.  
  2173. <ul id="tabs">
  2174. <div id="sae" style="margin-top:0px;"><li class="active">INQUIRIES</li>
  2175. &nbsp;&nbsp;<li>SUBMISSIONS</li></div>
  2176. </ul>
  2177. <ul id="tab">
  2178. <li class="active">
  2179.  
  2180. <div id="intro">
  2181.  
  2182. <u>"M</u>eliorn?” said Clary. “I’ve met you, haven’t I? <i>You used to go out with Isabelle Lightwood.”</i> Meliorn was almost expressionless, but Clary could have sworn he looked ever so slightly uncomfortable. Luke shook his head. “Clary, <b>Meliorn is a knight of the Seelie Court.</b> It’s very unlikely that he – “ —— “He was totally dating Isabelle,” Simon said, “and she dumped him too. At least she said she was going to. <i>Tough break, man."</i></div>
  2183.  
  2184. <h4 style="margin-top:5px;">THE ASKBOX / INQUIRIES</h4>
  2185.  
  2186.  
  2187. <iframe frameborder="0" allowtransparency="true" scrolling="no" width="404px" height="200px" src="http://www.tumblr.com/ask_form/armorscale.tumblr.com/" style="background-color:#000000!important; padding:12px; overflow:hidden;border:1px solid #151515;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--><p style="margin-bottom:8px;">
  2188.  
  2189. </li>
  2190. <li>
  2191.  
  2192. <h4 style="margin-top:5px;">SUBMISSIONS</h4>
  2193.  
  2194. <iframe frameborder="0" scrolling="no" width="404px" height="300px" id="submit_form" src="http://www.tumblr.com/submit_form/armorscale.tumblr.com" style="background-color:#000000!important; padding:12px; overflow:hidden;border:1px solid #151515;"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('submit_form').allowTransparency=true;</script><![endif]--></p><p>
  2195.  
  2196.  
  2197. </li>
  2198. </ul>
  2199.  
  2200.  
  2201. <div class="popupheaderbottom"></div>
  2202. </div>
  2203.  
  2204.  
  2205.  
  2206.  
  2207.  
  2208. <!-- POPUP PAGE: GDL. -->
  2209.  
  2210.  
  2211. <div id="pageGDL" class="popup_block"><div class="popupheadertop"></div>
  2212.  
  2213.  
  2214. <div id="intro">
  2215.  
  2216. <u>"I</u>t would be a grave mistake to think of the Seelie Court as <b>a safe ground where we can rest.</b> There is an old saying that the only difference between Seelie and Unseelie is that <a href="/">the Unseelie do evil in the open, and the Seelie hide it."</a>
  2217.  
  2218. </div>
  2219.  
  2220.  
  2221. <h4 style="margin-top:0px;">On Interaction</h4>
  2222.  
  2223. <u>i.</u> I’m mutuals only, but, like most, <i>I only follow people I want to interact with,</i> so if I follow you, I want to write with you!
  2224. <br><b>ii.</b> If we follow each other you can send me any meme, any time, tag me in a starter, ask me for a starter, ask for my discord, demand my firstborn bear your name, etc.
  2225. <br><b>iii.</b> <i>I am super slow, but I will get to you.</i> So consider this an advance apology for the slowness and/or occasional shoddy activity.
  2226. <br><b>iv.</b> I am 22. While I’ll gladly write with anyone of any age, no younglings (here: people below the age of 18) may interact with or send me any nsfw posts. Violating this will get you blocked.
  2227.  
  2228.  
  2229.  
  2230. <h4>On Etiquette</h4>
  2231.  
  2232. <u>i.</u> While like most I don’t like godmodding, more importantly, <i>do not metagame.</i> This matters a lot re: Meliorn in particlar. He’s a deceptive guy.
  2233. <br><b>ii.</b> Standard etiquette. Don’t send me rude things, or I block you, be respectful/kind.
  2234. <br><b>iii.</b> Muse hard feelings =/= mun hard feelings. Meliorn is a little shit quite often, and if he’s unpleasant or if your muse doesn’t like him, I promise, I still probably adore you with all of my heart!
  2235. <br><b>iv.</b> I am not normally one to take exclusives, but I will honor it if you take them.
  2236.  
  2237.  
  2238. <h4>On Meliorn</h4>
  2239.  
  2240. <u>i.</u> I don’t own him. That should be obvious, but here’s my disclaimer. I’m not affiliated with Cassandra Clare, Shadowhunters, or Jade Jassoune.
  2241. <br><b>ii.</b> My Meliorn is canon divergent <i>from both canons.</i> I use a lot of headcanon, lore and literature when I write him that is divergent.
  2242. <br><b>iii.</b> Some things from the book that I keep include Meliorn being technically only half-faerie and <i>thus able to lie,</i> being very formal, having ultimate loyalty to the queen, becoming the faerie representative to the Clave and fleeing England in the 1800s, when he pissed literally everyone off.
  2243. <br><b>iv.</b> Some show aspects I use include a genuine affection for Isabelle, and a punishment for having helped the queen, a rapport with vampires.
  2244. <br><b>v.</b> As such, because my Meliorn is a bastardization, I’ll RP with people based in either the book or a show, and will either slide into the plot structure of either. I’m aware the plotlines differ more than anything else, and I don’t mind tipping him into whichever.
  2245. <br><b>vi.</b> In my default blog canon, <a href="/">I headcanon that he managed to survive his book-death.</a> However, if you don’t wish to interact with that aspect of canon divergence, we can simply decline to.
  2246.  
  2247.  
  2248. <h4>On Ships</h4>
  2249.  
  2250. <u>i.</u> I’m open to any ship involving <i>Meliorn x Chemistry.</i> He has no preferences as to the gender of his partners, and I don’t have one with ships either. If you ship something, let me know in messages and we can work it out!
  2251. <br><b>ii.</b> I do like Izzy/Meliorn, but I won’t force or assume. If you’re an Isabelle writer and you don’t feel like doing something romantic, then we can go with that, I respect it. If you do, however, then that’s great, too.
  2252.  
  2253.  
  2254. <p>
  2255.  
  2256. <div class="popupheaderbottom" style="margin-top:-625px;"></div>
  2257. </div id="pageGDL" class="popup_block">
  2258.  
  2259.  
  2260.  
  2261.  
  2262.  
  2263.  
  2264. <!-- POPUP PAGE: BIO. -->
  2265.  
  2266. <div id="pageABT" class="popup_block"><div class="popupheadertop"></div>
  2267.  
  2268.  
  2269. <ul id="tabs">
  2270. <div id="sae" style="margin-top:0px;"><li class="active">CLAVE FILE</li>
  2271. &nbsp;&nbsp;<li>UNIVERSES</li></div>
  2272. </ul>
  2273.  
  2274.  
  2275. <ul id="tab">
  2276. <li class="active">
  2277.  
  2278.  
  2279. <div id="intro">
  2280.  
  2281. <u>M</u><i></i>ost half-faeries <i>do live among</i> mundanes or Shadowhunters, and that separation from the Courts is part of what makes them less faerie-like. Meliorn had stronger faerie aspects than many half-faeries do. He had a powerful faerie for a parent, and his parent kept him in the Court from the time he was very young <b>(and spoiled him, which is probably why he was such a worthless pest).</b> Being present in the Courts would have brought out more of his Faerie qualities, too — and don’t forget time runs differently in Faerie, for humans and faeries alike, which is why Meliorn lived so long.
  2282.  
  2283. </div>
  2284.  
  2285.  
  2286. <h4>BASIC INFORMATION</h4>
  2287.  
  2288. <i>Full name:</i> Meliorn. <i>Date of Birth:</i> May 1st, 1734. <i>Gender:</i> None/Man-ish. <i>Pronouns:</i> He/him/his. <i>Sexuality:</i> Pansexual. <i>Species:</i> Half-Faerie. <i>Court:</i> Seelie. <i>Profession:</i> Knight.
  2289.  
  2290.  
  2291.  
  2292. <h4>In The Beginning</h4>
  2293.  
  2294. <u>M</u>eliorn was born in a port town in <i>England</i> to a traveling merchant and a mysterious woman he met one day while walking the moors. She was a lady of faerie gentry, who bore her son at home in the hills of Faerie. When her boy was two, she brought him to his father for a while. He learned a bit about the human world, but when his father had to sail away to sell his wares, she took Meliorn back to Faerie. There, he learned to sing, to deceive without lying, to fight, and all the other things a proper gentry Fey must learn. He fell in love with their light, their nature, their songs and their rules. <b>Though half his blood was human,</b> <a href="/">his heart was all fey.</a>
  2295.  
  2296.  
  2297. <h4>The Wandering Years</h4>
  2298.  
  2299. <u>S</u>till too young to join the queen’s ranks as a night, Meliorn spent his adolescence in the human realm. He thought he’d have some Puckish fun, see what fools these mortals be. And so he made his way around London, gambling well, fooling all, falling in love and breaking hearts, scamming fools and avoiding debts. He offered services as an informant at the Shadow Market, too, until the rest of his wild roving ways caught up with him, and he found it best to leave the scene of mortal London.
  2300.  
  2301. <p>Across the pond he went, doing similar services in New York, <a href="/">>until he tired of it.</a> He is always a bit homesick when he is not in Faerie, never restful unless on his knees before the Queen.
  2302.  
  2303.  
  2304. <h4>Rise, Good Knight</h4>
  2305.  
  2306. <u>M</u>eliorn returned to faerie and <b>swore his loyalty to the queen.</b> No longer the silly, garlanded child he once was, he took up his sword and swore to defend her. She rewarded him handsomely, and ever since he has been loyal to none above the Queen and the realm.
  2307.  
  2308. <p>He keeps his human father a secret. He knows that he is only half a knight if he tells anyone he is only half a faerie in blood. Meliorn is determined to prove better than all the rest. And he does. He navigates the downworld, impresses at home in Faerie, and lives a life fit for any gentry. He is mortal, and he will one day grow old and infirm, but in Faerie, time is a slow stream that shall not carry him there for some time.
  2309.  
  2310. <p>Life, as Meliorn knows it, is a sweet, rewarding thing. During this sweetness, a Nephilim captures his interest, and perhaps (loathe as he’d be to say) his heart. For fondness of her, of the dance between two brilliant minds, he helps the Nephilim, the most unpleasant, <a href="/">repressive of people.</a>
  2311.  
  2312. <p>For helping the lovely one’s friend, Meliorn faces reprimand by his queen, and the knight bares his disgrace with a bitter resignment. This is what he gets for letting his heart wander out of court.
  2313.  
  2314.  
  2315. <h4>A Loyal Servant</h4>
  2316.  
  2317. <u>T</u>he Queen makes a new ally of her strange, mad lover. Meliorn has no place to judge his Lady. His feelings matter not. It matters little if it gives his stomach a lurch, as on a ship, to bend his knee while Valentine’s son watches. <b>He is a Knight of the Court, and he will do the Queen’s bidding.</b> <a href="/">That is Faerie honor.</a>
  2318.  
  2319. <p>It’s for Sebastian that he is made to lie–a gift he uses seldom, but has secretly held–and for his Queen’s ambition that the whole court falls down. Meliorn’s hands are bloodstained, and his armor pierced through with arrows. He can think no ill of the Queen, but what he thinks of himself is a murky, twisted thing now.
  2320.  
  2321. <p>Their arms are stripped and life is a thing of ill ease for a bloodstained liar who cannot so much as own a sword. What sort of knight is a disarmed knight?
  2322.  
  2323.  
  2324. <h4>A Kind of Hope</h4>
  2325.  
  2326. <u>T</u>he Queen, it seems, is willing to rescind her misstep. The time has come again that the liar Meliorn sees the Seelie Court willing to fight alongside Nephilim again, the Cold Peace broken. This is a chance that Meliorn never thought he’d live to see–to be a knight again, to walk the world again.
  2327.  
  2328. <p><a href="/">The jaded knight finds himself reaquainted with hope and purpose.</a>
  2329.  
  2330. </li>
  2331.  
  2332. <li>
  2333.  
  2334. <div id="intro">
  2335.  
  2336. <u>"I</u>t's my motto," said Isabelle, with a sultry smile. 'Nothing less than seven inches.' Meliorn gazed at her stonily. 'I'm talking about my heels,' she said. "it's a pun. You know? A play on-" — <b>"Come,"</b> the faerie knight said. <a href="/">The Queen will be growing impatient."</a> He headed down the corridor without giving Isabelle a second glance. "I forgot," Isabelle muttered as the rest of them caught up to her. <i>"Faeries have no sense of humor."</i>
  2337.  
  2338. </div>
  2339.  
  2340.  
  2341. <h4 style="margin-top:0px;">Verse 001</h4>
  2342.  
  2343. <b>FOR I AM FAIR AND FULL OF FLESH.</b> <i>Set during the show/book timeline prior to the edom plot of either:</i> Meliorn is a knight, commonly sent to the human world, where he also keeps a residence.
  2344.  
  2345.  
  2346. <h4>Verse 002</h4>
  2347.  
  2348. <b>A TRUE STRANGE FACT.</b> Meliorn is acting as a double agent for the Clave at his queen’s behest, set primarily during <i>the time of CoHF / post-3a of the show.</i>
  2349.  
  2350.  
  2351. <h4>Verse 003</h4>
  2352.  
  2353. <b>THE WOODS DECAY AND FALL.</b> <i>Post-COHF/TDA timeline option one:</i> Meliorn survived his arrow wound. He still serves as a courtier, mostly as an envoy and archsteward for the Queen, and currently seeks a part in ending the Cold Peace.
  2354.  
  2355.  
  2356. <h4>Verse 004</h4>
  2357. <b>EV'RY SEVEN YEARS WE PAY A TITHE TO HELL.</b> <i>Post-COHF/TDA option two:</i> Meliorn survived his arrow wound, but unwilling to chafe under the Clave’s yoke and fearing rejection from court for his failures, he fled. Currently, he follows shadow markets, trying to pass himself off as a sighted mundane, selling secrets, gossip, and his use as a spy.
  2358.  
  2359.  
  2360.  
  2361. <h4>Verse 005</h4>
  2362. <b>A JOURNEY TO THE PAST.</b> Set during Meliorn’s youth <i>including TID and TLH timelines.,</i> He lives mainly in the mortal plain, causing mischeif there.
  2363.  
  2364.  
  2365.  
  2366. <h4>Verse 006</h4>
  2367. <b>I SAW PALE KINDS AND PRINCES.</b> <i>Magicians AU.</i> Meliorn is a faerie, who has lived part of his life in the court, and was a servant to the queen during season 3. However, he has been living in Fillory since his queen’s death, and is currently vying to establish himself there, while being weary of the Acting High King Fen’s disdain for his kind.
  2368.  
  2369.  
  2370.  
  2371. </li>
  2372. </ul>
  2373.  
  2374.  
  2375. </div id="pageABT" class="popup_block">
  2376.  
  2377.  
  2378.  
  2379.  
  2380.  
  2381. <!-- POPUP PAGE 006. -->
  2382.  
  2383.  
  2384.  
  2385. <div id="pageNAV" class="popup_block"><div class="popupheadertop"></div>
  2386.  
  2387.  
  2388.  
  2389. <div id="intro">
  2390.  
  2391. <u>M</u>eliorn looked impassive. <i>"Mundane humans are not permitted in the Court."</i> — "I wish someone had mentioned that earlier," said Simon, to no one in particular. "I take it that I'm just supposed to wait out here until <a href="/">vines start growing on me?"</a> Meliorn considered. <b>"That might offer significant amusement."</b>
  2392.  
  2393. </div>
  2394.  
  2395.  
  2396. <h4>OUT OF CHARACTER / THE BASICS</h4>
  2397.  
  2398. <div id="nvbar" class="nvlinks">
  2399.  
  2400. <a href="/tagged/%28-ooc-%29.-magicians-can%27t-eat-oreos%3F">
  2401. OUT OF CHARACTER POSTS
  2402. </a>
  2403.  
  2404. <a href="/tagged/%28-ic-%29.-and-there-i-dreamed.-ah-woe-betide">
  2405. IN CHARACTER POSTS
  2406. </a>
  2407.  
  2408. <a href="/tagged/%28-meme-%29.-how-now-mad-spirit%21">
  2409. MEMES/PROMPTS
  2410. </a>
  2411.  
  2412. <a href="/tagged/%28-ANSWERED-%29.-ask-me-no-questions-and-i%27ll-tell-you-no-lies">
  2413. ANSWERED ASKS
  2414. </a>
  2415.  
  2416. <a href="/tagged/%28-SELF-PROMO-%29.-pretend-that-you-love-me">
  2417. SELF PROMOTION
  2418. </a>
  2419.  
  2420. <a href="/tagged/%28-PROMO-%29.-it-is-the-east-and-this-nerd-is-the-sun">
  2421. OTHER PROMOTIONS
  2422. </a>
  2423.  
  2424.  
  2425. </div id="nvbar" class="nvlinks">
  2426.  
  2427.  
  2428.  
  2429.  
  2430. <h4>IN CHARACTER / CONNECTIONS</h4>
  2431.  
  2432.  
  2433. <div id="nvbar" class="nvlinks">
  2434.  
  2435. <a href="/tagged/%28-faceclaim-%29.-his-hair-was-long.-his-foot-was-light">
  2436. MELIORN VISAGE
  2437. </a>
  2438.  
  2439. <a href="/tagged/%28-about-meliorn-%29.-if-we-shadows-have-offended">
  2440. ABOUT MELIORN
  2441. </a>
  2442.  
  2443. <a href="/tagged/%28-aesthetic-%29.-a-savage-beauty">
  2444. AESTHETIC
  2445. </a>
  2446.  
  2447. <a href="/tagged/%28-musings-%29.-what-fools-these-mortals-be">
  2448. MUSING(S)
  2449. </a>
  2450.  
  2451. <a href="/tagged/%28-the-fair-folk-%29.-who-knows-upon-what-soils-they-feed-their-hungry-thirsty-roots">
  2452. THE FAIR FOLK
  2453. </a>
  2454.  
  2455. <a href="/tagged/%28-music-%29.-and-dance-upon-the-mountains-like-a-flame">
  2456. SWEET MELODIES
  2457. </a>
  2458.  
  2459. </div id="nvbar" class="nvlinks">
  2460.  
  2461.  
  2462.  
  2463.  
  2464.  
  2465.  
  2466. <h4>UNIVERSES / TIMELINES</h4>
  2467.  
  2468. <div id="nvbar" class="nvlinks">
  2469.  
  2470. <a href="/tagged/%28-verse-001-%29.-for-i-am-fair-and-full-of-flesh" title="FOR I AM FAIR AND FULL OF FLESH">
  2471. Verse 001
  2472. </a>
  2473.  
  2474.  
  2475. <a href="/tagged/%28-verse-002-%29.-a-true-strange-fact" title="A TRUE STRANGE FACT">
  2476. Verse 002
  2477. </a>
  2478.  
  2479.  
  2480. <a href="/tagged/%28-verse-003-%29-the-woods-decay-and-fall" title="THE WOODS DECAY AND FALL">
  2481. Verse 003
  2482. </a>
  2483.  
  2484.  
  2485. <a href="/tagged/%28-verse-004-%29.-ev%27ry-seven-years-we-pay-a-tithe-to-hell" title="EV'RY SEVEN YEARS WE PAY A TITHE TO HELL">
  2486. Verse 004
  2487. </a>
  2488.  
  2489.  
  2490. <a href="/tagged/%28-verse-005%29.-a-journey-to-the-past" title="A JOURNEY TO THE PAST">
  2491. Verse 005
  2492. </a>
  2493.  
  2494.  
  2495. <a href="/tagged/%28-verse-006-%29.-i-saw-pale-kings-and-princes" title="I SAW PALE KINDS AND PRINCES">
  2496. Verse 006
  2497. </a>
  2498.  
  2499.  
  2500. </div id="nvbar" class="nvlinks">
  2501.  
  2502.  
  2503. </div id="pageNAV" class="popup_block">
  2504.  
  2505.  
  2506.  
  2507.  
  2508. <!-- CREDIT -->
  2509.  
  2510. <div id="credit"><div style="width:105px;margin-right:10px;">
  2511. <a href="http://iniziare.tumblr.com/post/172148130832/theme-francis-live-preview-in-useaction" target="blank">
  2512. <span>S.</span>MADE BY SAE.</a>
  2513. </div></div>
  2514.  
  2515.  
  2516.  
  2517. </body>
  2518.  
  2519. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement