Advertisement
littlemisswhoever

3 column theme: deusidvult

Sep 16th, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 72.45 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:{color:body text} !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. <meta name="image:Background" content="https://cl.ly/2F2D0H153K2P/BG.png"/>
  147.  
  148. <meta name="text:Font" content="'Frank Ruhl Libre'"/>
  149. <meta name="text:Font Size" content="10px"/>
  150. <meta name="text:Line Height" content="18px;" />
  151. <meta name="text:Custom Capitals Font" content="'customfonthere'">
  152. <meta name="text:askline" content="is inquiring for information"/>
  153.  
  154. <meta name="color:Body Text" content="#c6c6c6" />
  155. <meta name="color:Bold" content="#515151" />
  156. <meta name="color:Italic" content="#ffffff" />
  157. <meta name="color:First Letter" content="#ffffff" />
  158. <meta name="color:Links" content="#ffffff" />
  159. <meta name="color:Links Hover" content="#ffffff" />
  160.  
  161.  
  162.  
  163. <meta name="if:Text Wrapping" content="1"/>
  164. <meta name="if:Icon Borders" content="1"/>
  165. <meta name="if:Bigger Tags on Hover" content="0"/>
  166. <meta name="if:First Letter Styling" content="0"/>
  167. <meta name="if:Navigation Popup Page" content="1"/>
  168. <meta name="if:Verses Popup Page" content="0"/>
  169.  
  170.  
  171.  
  172.  
  173.  
  174. <style type="text/css">
  175.  
  176.  
  177.  
  178.  
  179. /* SCROLLBAR */
  180.  
  181. ::-webkit-scrollbar {
  182. background:transparent;
  183. height: 0px;
  184. display:none;
  185. width: 0px; /* remove scrollbar space */
  186. -ms-overflow-style: none; // IE 10+
  187. overflow: -moz-scrollbars-none; // Firefox
  188. }
  189.  
  190.  
  191. ::-webkit-scrollbar-thumb {
  192. background:transparent;
  193. }
  194.  
  195.  
  196.  
  197.  
  198. /* TEXT SELECTION */
  199.  
  200. ::selection {background: #000000; color:#ffffff;}
  201. ::-moz-selection {background: #000000; color:#ffffff;}
  202.  
  203.  
  204.  
  205.  
  206.  
  207. /* TOOLTIP */
  208.  
  209.  
  210. #s-m-t-tooltip {
  211. z-index:999999;
  212. max-width:350px;
  213. margin-left:10px;
  214. margin-top:10px;
  215. font-weight:lighter;
  216. background-color:#000000;
  217. background:rgba(0,0,0,1);
  218. border:1px solid #151515;
  219. padding-top:6px;
  220. padding-bottom:6px;
  221. padding-left:16px;
  222. padding-right:16px;
  223. font-family:calibri;
  224. font-style:normal;
  225. font-weight:700;
  226. font-size:10px;
  227. text-shadow: 0px 0px 1px #000;
  228. color: #e8e8e8;
  229. text-transform:uppercase;
  230. letter-spacing:0px;
  231. -webkit-box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  232. -moz-box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  233. box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  234. }
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241. /* FOUNDATION */
  242.  
  243.  
  244. body {
  245. background-image:url('{image:Background}');
  246. background-attachment:fixed;
  247. background-repeat:no-repeat;
  248. background-position:top left;
  249. background-color:#000000;
  250. color:{color:Body Text};
  251. font-size:{text:Font Size};
  252. line-height:14px;
  253. word-spacing:-0.5px;
  254. color:{color:Body Text};
  255. font-family:{text:Font};
  256. word-wrap: break-word;
  257. }
  258.  
  259.  
  260. body a {
  261. font-size:12px;
  262. color:{color:links};
  263. font-weight:bold;
  264. text-decoration:none!important;
  265. -moz-transition-duration:2s;
  266. -webkit-transition-duration:2s;
  267. -o-transition-duration:2s;
  268. }
  269.  
  270. body a:hover {
  271. color:{color:links hover};
  272. -moz-transition-duration:2s;
  273. -webkit-transition-duration:2s;
  274. -o-transition-duration:2s;
  275. }
  276.  
  277.  
  278.  
  279.  
  280.  
  281. /* BLOCKQUOTES */
  282.  
  283.  
  284. blockquote {
  285. background-color:#000000!important;
  286. padding-left:24px;
  287. padding-right:24px;
  288. padding-top:12px;
  289. padding-bottom:12px;
  290. margin-top:12px;
  291. margin-bottom:12px;
  292. text-align:justify;
  293. margin-left:0px;
  294. margin-right:0px;
  295. border:1px solid #151515;
  296. word-wrap: break-word!important;
  297. }
  298.  
  299.  
  300.  
  301. blockquote blockquote {
  302. border-left:1px solid #151515!important;
  303. border-top:0px!important;
  304. border-bottom:0px!important;
  305. border-right:0px!important;
  306. outline:0px solid transparent;
  307. padding-left:24px;
  308. padding-right:0px;
  309. padding-top:0px;
  310. padding-bottom:0px;
  311. margin-top:12px!important;
  312. margin-bottom:0px!important;
  313. }
  314.  
  315.  
  316. blockquote p:not(:first-child):first-letter {
  317. text-transform:uppercase;
  318. }
  319.  
  320.  
  321.  
  322. .stretch {
  323. margin-left:-25px;
  324. margin-right:-25px;
  325. margin-top:-27px;
  326. margin-bottom:25px;
  327. }
  328.  
  329.  
  330.  
  331.  
  332.  
  333. /* TEXT-WRAPPING AROUND ICONS/IMAGES */
  334.  
  335.  
  336. #wrap img {
  337. margin-top:2px!important;
  338. margin-bottom:0px!important;
  339. padding-right:3px;
  340. padding-bottom:3px;
  341. {block:IfTextWrapping}
  342. float:left;
  343. margin-right:14px;
  344. {/block:IfTextWrapping}
  345. {block:ificonborders}
  346. padding:9px;
  347. border:1px solid #151515;
  348. {/block:ificonborders}
  349. -webkit-filter: brightness(1) contrast(1) saturate(1);
  350. }
  351.  
  352.  
  353. {block:IfTextWrapping}
  354. #wrap blockquote img {
  355. clear:both!important;
  356. margin-top:11px!important;
  357. margin-bottom:0px!important;
  358. margin-left:14px;
  359. margin-right:0px!important;
  360. float:right;
  361. }
  362. {/block:IfTextWrapping}
  363.  
  364.  
  365.  
  366.  
  367.  
  368. /* FONT-RELATED */
  369.  
  370.  
  371. small, sub, sup {
  372. font-size:{text:Font Size};
  373. }
  374.  
  375.  
  376. big {
  377. font-size:120%;
  378. }
  379.  
  380.  
  381. b, bold, strong {
  382. font-size:9.5px;
  383. font-family: calibri;
  384. text-transform:uppercase;
  385. letter-spacing:-0.05px;
  386. font-weight:bold;
  387. color:{color:Bold};
  388. padding-right:0px;
  389. padding-left:0px;
  390. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.45);
  391. }
  392.  
  393. em, i, italic {
  394. font-family:calibri;
  395. font-style:normal;
  396. font-weight:700;
  397. font-size:10px;
  398. line-height:10px;
  399. text-shadow: 0px 0px 1px #000;
  400. color: {color:Italic};
  401. text-transform:uppercase;
  402. }
  403.  
  404.  
  405.  
  406. u {
  407. text-decoration:none!important;
  408. }
  409.  
  410.  
  411. {block:ifFirstLetterStyling}
  412. u, u a {
  413. background-color: #000000;
  414. border: 1px solid #151515;
  415. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  416. color:{color:first letter};!important;
  417. text-decoration:none!important;
  418. font-style:normal!important;
  419. font-weight:lighter!important;
  420. text-transform:uppercase!important;
  421. float:left;
  422. margin-top:2px;
  423. height:55px;
  424. width:55px;
  425. font-size: 40px;
  426. margin-right: 11px;
  427. position: relative;
  428. text-align: center;
  429. vertical-align: middle;
  430. line-height: 62px;
  431. }
  432. {/block:ifFirstLetterStyling}
  433.  
  434.  
  435.  
  436. pre {
  437. padding-top:8px;
  438. padding-bottom:8px;
  439. font-weight:lighter;
  440. text-transform:uppercase;
  441. color: #d1d1d1;
  442. line-height:155%;
  443. font-weight:lighter!important;
  444. color:#e6e6e6;
  445. font-size:8.4px;
  446. letter-spacing:0.6px;
  447. white-space: pre-wrap;
  448. white-space: -moz-pre-wrap;
  449. white-space: -pre-wrap;
  450. white-space: -o-pre-wrap;
  451. word-wrap: break-word;
  452. }
  453.  
  454.  
  455. pre a {
  456. color:{color:links};
  457. -moz-transition-duration:2s;
  458. -webkit-transition-duration:2s;
  459. -o-transition-duration:2s;
  460. }
  461.  
  462.  
  463.  
  464. h1 {
  465. word-spacing:-0.5px;
  466. font-size:12px;
  467. color: #ffffff;
  468. font-weight:bold;
  469. font-family:calibri;
  470. text-align:left!important;
  471. text-transform:uppercase;
  472. }
  473.  
  474.  
  475.  
  476. h1 a {
  477. font-weight:bold;
  478. color: #d1d1d1!important;
  479. }
  480.  
  481.  
  482.  
  483. h2 {
  484. font-family: calibri, sans-serif;
  485. font-size:13.4px;
  486. text-transform:uppercase!important;
  487. color:{color:bold};
  488. letter-spacing:-0.4px;
  489. }
  490.  
  491.  
  492.  
  493. h2 a {
  494. font-family: calibri, sans-serif;
  495. font-size:13.4px!important;
  496. text-transform:uppercase!important;
  497. color:{color:links};
  498. letter-spacing:-0.4px;
  499. }
  500.  
  501.  
  502.  
  503. h3 {
  504. font-family: calibri, sans-serif;
  505. font-size:13.4px;
  506. text-transform:uppercase!important;
  507. color:{color:bold};
  508. letter-spacing:-0.4px;
  509. }
  510.  
  511.  
  512.  
  513. h3 a {
  514. font-family: calibri, sans-serif;
  515. font-size:13.4px!important;
  516. text-transform:uppercase!important;
  517. color:{color:links};
  518. letter-spacing:-0.4px;
  519. }
  520.  
  521.  
  522.  
  523. h4 {
  524. background-image:url('');
  525. background-repeat:repeat;
  526. background-attachment:fixed;
  527. border:1px solid #151515;
  528. margin-bottom:24px;
  529. margin-top:24px;
  530. width:479px;
  531. height:24px;
  532. margin-left:-25px;
  533. text-align:center;
  534. font-family:calibri;
  535. font-style:normal;
  536. font-weight:bold;
  537. font-size:10px;
  538. line-height:23px;
  539. color: {color:first letter};
  540. text-transform:uppercase;
  541. }
  542.  
  543.  
  544.  
  545.  
  546. h4 a {
  547. font-family:calibri;
  548. font-style:normal;
  549. font-weight:700;
  550. font-size:10px!important;
  551. line-height:10px;
  552. text-shadow: 0px 0px 1px #000;
  553. color: #e8e8e8;
  554. }
  555.  
  556.  
  557.  
  558. header {
  559. border: 1px solid #151515;
  560. background-color:#030303;
  561. letter-spacing:0px;
  562. word-spacing:-0.5px;
  563. font-size:11px;
  564. color: #ffffff;
  565. font-family:calibri;
  566. padding-bottom:0px;
  567. padding-top:7px;
  568. margin-top:-55px;
  569. font-weight:bold;
  570. margin-bottom:24px!important;
  571. width:478px;
  572. height:24px;
  573. margin-left:-25px;
  574. text-align:center!important;
  575. text-transform:uppercase;
  576. z-index:9999999;
  577. position:fixed;
  578. }
  579.  
  580.  
  581. ul {
  582. list-style-position: inside;
  583. padding-left: 1.2em; }
  584.  
  585. ol {
  586. list-style-position: inside;
  587. padding-left: 1.2em;
  588. }
  589.  
  590.  
  591.  
  592. /* SIDEBAR */
  593.  
  594.  
  595. #sidebar {
  596. position: fixed;
  597. line-height:165%;
  598. background:transparent;
  599. width:125px;
  600. left: 74px;
  601. top: 93px;
  602. }
  603.  
  604.  
  605. .sideheadertop {
  606. width:160px;
  607. height:24px;
  608. background-color:#030303;
  609. outline:1px solid #151515;
  610. text-align: center;
  611. margin-left:-6px;
  612. margin-top:-8px;
  613. }
  614.  
  615.  
  616.  
  617. .sideheaderbottom {
  618. width:160px;
  619. height:24px;
  620. background-color:#030303;
  621. outline:1px solid #151515;
  622. margin-top: 29px;
  623. text-align: center;
  624. margin-left:-6px;
  625. }
  626.  
  627.  
  628.  
  629.  
  630. #sidetext {
  631. height:451px;
  632. width:114px;
  633. margin-top:24px;
  634. margin-left:17px;
  635. background-color:#000000;
  636. text-align:justify;
  637. overflow:scroll;
  638. line-height:14px;
  639. text-align-last: center;
  640. }
  641.  
  642.  
  643. #sidetext a {
  644. font-size:9.5px;
  645. font-family: calibri;
  646. text-transform:uppercase;
  647. letter-spacing:-0.05px;
  648. font-weight:bold;
  649. color:{color:Links};
  650. padding-right:0px;
  651. padding-left:0px;
  652. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.45);
  653. }
  654.  
  655.  
  656.  
  657.  
  658. /* DESCRIPTION */
  659.  
  660.  
  661.  
  662. .bottombox {
  663. position:fixed;
  664. width:478px;
  665. left:253px;
  666. top:478px;
  667. border:1px solid #151515;
  668. background-color:#000000;
  669. }
  670.  
  671.  
  672. .description {
  673. height:59px;
  674. max-height:59px;
  675. padding-left:24px;
  676. padding-right:24px;
  677. border-top:24px solid #000000;
  678. border-bottom:24px solid #000000;
  679. line-height:14px;
  680. text-align:justify;
  681. overflow-y:scroll;
  682. }
  683.  
  684.  
  685.  
  686. .description a {
  687. font-family: calibri;
  688. text-transform:uppercase;
  689. font-size:9px;
  690. font-weight:bold!important;
  691. -moz-transition-duration:2s;
  692. -webkit-transition-duration:2s;
  693. -o-transition-duration:2s;
  694. }
  695.  
  696.  
  697.  
  698. #navi {
  699. width:478px;
  700. height:24px;
  701. border-top:1px solid #151515;
  702. border-bottom:1px solid #151515;
  703. border-left:1px solid #151515;
  704. border-right:1px solid #151515;
  705. background-color:#000000;
  706. text-align: center;
  707. line-height:23px;
  708. margin-left:-1px;
  709. margin-top:-1px!important;
  710. overflow:hidden;
  711. font-family:calibri!important;
  712. text-shadow: 0px 0px 1px rgba(11, 11, 11, 0.2);
  713. -webkit-user-select: none; /* Chrome all / Safari all */
  714. -moz-user-select: none; /* Firefox all */
  715. -ms-user-select: none; /* IE 10+ */
  716. user-select: none; /* Likely future */
  717. }
  718.  
  719.  
  720. #navi b {
  721. color:#151515;
  722. text-shadow: 0px 0px 1px rgba(11, 11, 11, 0.2);
  723. }
  724.  
  725.  
  726.  
  727. #navi a {
  728. font-family:calibri;
  729. font-size:9.5px;
  730. letter-spacing:0px;
  731. margin-right:25px;
  732. color:#151515!important;
  733. }
  734.  
  735.  
  736. #navi a:last-child {
  737. margin-right:0px!important;
  738. }
  739.  
  740.  
  741. #navi a:hover {
  742. background-color:#000000!important;
  743. font-weight:bold!important;
  744. color:{color:links}!important;
  745. -moz-transition-duration:2s;
  746. -webkit-transition-duration:2s;
  747. -o-transition-duration:2s;
  748. }
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755. /* POSTS: GENERAL */
  756.  
  757.  
  758. #container {
  759. position:fixed;
  760. height:552px;
  761. width:430px;
  762. left:757px;
  763. top:84px;
  764. background-color:#000000;
  765. overflow-y:scroll;
  766. padding-left:24px;
  767. padding-right:24px;
  768. z-index:9999;
  769. border:1px solid #151515!important;
  770. }
  771.  
  772.  
  773.  
  774. .containerheadertop {
  775. position:fixed;
  776. width:478px;
  777. height:24px;
  778. background-color:#030303;
  779. border:1px solid #151515;
  780. text-align: center;
  781. margin-left:-25px;
  782. margin-top:-1px;
  783. z-index:99999;
  784. }
  785.  
  786.  
  787.  
  788. #containertopspace {
  789. position:fixed;
  790. width:478px;
  791. height:24px;
  792. background-color:transparent;
  793. margin-left:-24px;
  794. border-bottom:24px solid #000000;
  795. margin-top:-1px;
  796. z-index:999;
  797. }
  798.  
  799.  
  800.  
  801. .containerheaderbottom {
  802. position:fixed;
  803. width:478px;
  804. height:24px;
  805. background-color:#030303;
  806. border:1px solid #151515;
  807. text-align: center;
  808. left:758px;
  809. top:612px;
  810. margin-left:-1px;
  811. z-index:9999999;
  812. }
  813.  
  814.  
  815.  
  816. #containerbottomspace {
  817. position:fixed;
  818. left:782px;
  819. top:582px;
  820. width:478px;
  821. height:24px;
  822. background-color:#000000;
  823. text-align: center;
  824. margin-left:-24px;
  825. margin-top:6px;
  826. z-index:999999;
  827. }
  828.  
  829.  
  830.  
  831. .posts {
  832. width:430px;
  833. padding-right:25px;
  834. padding-left:25px;
  835. margin-left:-25px;
  836. word-wrap: break-word;
  837. text-align:justify;
  838. line-height:14px;
  839. margin-bottom:84px;
  840. }
  841.  
  842.  
  843.  
  844.  
  845.  
  846. .posts a {
  847. font-family: calibri;
  848. text-transform:uppercase;
  849. font-size:9px;
  850. font-weight:bold!important;
  851. -moz-transition-duration:2s;
  852. -webkit-transition-duration:2s;
  853. -o-transition-duration:2s;
  854. }
  855.  
  856.  
  857.  
  858. .posts a:hover {
  859. color:{color:links hover};
  860. -moz-transition-duration:2s;
  861. -webkit-transition-duration:2s;
  862. -o-transition-duration:2s;
  863. }
  864.  
  865.  
  866. .posts img {
  867. max-width: -webkit-calc(100% - 22px);
  868. max-width: -moz-calc(100% - 22px);
  869. max-width: calc(100% - 22px);
  870. height:auto;
  871. }
  872.  
  873.  
  874.  
  875.  
  876.  
  877. /* POSTS: TEXT */
  878.  
  879.  
  880. #text {
  881. border:1px solid #151515;
  882. margin-left:-25px;
  883. margin-right:-25px;
  884. margin-bottom:-27px;
  885. margin-top:26px;
  886. padding-left:24px;
  887. padding-right:24px;
  888. padding-top:14px;
  889. padding-bottom:14px;
  890. }
  891.  
  892.  
  893. #textbody {
  894. {block:permalinkpage}
  895. margin-top:-24px;
  896. padding-top:0px;
  897. {/block:permalinkpage}
  898. margin-top:3px;
  899. }
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907. /* POSTS: PHOTO/PHOTOSETS */
  908.  
  909.  
  910. #psingle {
  911. position:relative;
  912. z-index:99999999!important;
  913. margin-top:-1px;
  914. margin-bottom:-28px;
  915. margin-left:-26px;
  916. margin-right:-25px;
  917. border-top:1px solid #2e2e2e;
  918. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.55);
  919. -webkit-transition: all 0.9s ease-in-out;
  920. -moz-transition: all 0.9s ease-in-out;
  921. -o-transition: all 0.9s ease-in-out;
  922. -ms-transition: all 0.9s ease-in-out;
  923. transition: all 0.9s ease-in-out;
  924. }
  925.  
  926.  
  927.  
  928. #psingle:hover {
  929. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.55);
  930. -webkit-transition: all 0.9s ease-in-out;
  931. -moz-transition: all 0.9s ease-in-out;
  932. -o-transition: all 0.9s ease-in-out;
  933. -ms-transition: all 0.9s ease-in-out;
  934. transition: all 0.9s ease-in-out;
  935. }
  936.  
  937.  
  938.  
  939. #pset {
  940. position:relative;
  941. z-index:99999999!important;
  942. width: 480px;
  943. margin-top:-1px!important;
  944. background-color:#000000;
  945. margin-bottom:-30px;
  946. margin-left:-24px;
  947. border-top:1px solid #2e2e2e;
  948. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.55);
  949. -webkit-transition: all 0.9s ease-in-out;
  950. -moz-transition: all 0.9s ease-in-out;
  951. -o-transition: all 0.9s ease-in-out;
  952. -ms-transition: all 0.9s ease-in-out;
  953. transition: all 0.9s ease-in-out;
  954. }
  955.  
  956.  
  957.  
  958. #pset:hover {
  959. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.55);
  960. -webkit-transition: all 0.9s ease-in-out;
  961. -moz-transition: all 0.9s ease-in-out;
  962. -o-transition: all 0.9s ease-in-out;
  963. -ms-transition: all 0.9s ease-in-out;
  964. transition: all 0.9s ease-in-out;
  965. }
  966.  
  967.  
  968.  
  969.  
  970. #pcaption {
  971. border-top:1px solid #151515;
  972. margin-top:26px;
  973. margin-left:-24px;
  974. margin-right:-24px;
  975. padding-left:24px;
  976. padding-right:24px;
  977. }
  978.  
  979.  
  980. #pcaption a {
  981. font-size:10px;
  982. }
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990. /* POSTS: QUOTE */
  991.  
  992. #quotebox {
  993. border-top:1px solid #151515;
  994. padding-left:24px;
  995. padding-right:24px;
  996. padding-top:24px;
  997. padding-bottom:0px;
  998. margin-left:-25px;
  999. margin-right:-25px;
  1000. margin-bottom:-27px;
  1001. margin-top:30px;
  1002. }
  1003.  
  1004.  
  1005.  
  1006. #quote {
  1007. font-size:12px;
  1008. text-align:left;
  1009. padding-top:0px;
  1010. padding-bottom:24px;
  1011. letter-spacing:-0.5px;
  1012. line-height:16px;
  1013. }
  1014.  
  1015.  
  1016.  
  1017.  
  1018. .source {
  1019. font-family:calibri;
  1020. font-weight:bold;
  1021. text-align:left;
  1022. font-size:10px;
  1023. color: #e8e8e8;
  1024. text-transform:uppercase;
  1025. border:1px solid #151515;
  1026. margin-top:-1px;
  1027. padding-top:8px;
  1028. padding-bottom:8px;
  1029. padding-right:24px;
  1030. padding-left:24px;
  1031. margin-bottom:-24px;
  1032. margin-top:24px;
  1033. margin-left:-25px;
  1034. margin-right:-25px;
  1035. background-color:#030303;
  1036. }
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045. /* POSTS: LINK */
  1046.  
  1047. #linkpost {
  1048. margin-right:-25px;
  1049. margin-left:-25px!important;
  1050. {block:permalinkpage}
  1051. margin-top:0px;
  1052. {/block:permalinkpage}
  1053. padding-top:0px;
  1054. margin-bottom:-25px;
  1055. }
  1056.  
  1057.  
  1058.  
  1059. #link {
  1060. margin-top:32px;
  1061. border:1px solid #151515;
  1062. padding:24px;
  1063. }
  1064.  
  1065.  
  1066. #link a {
  1067. font-size:12px;
  1068. }
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077. /* POSTS: CHAT */
  1078.  
  1079. #chatbox {
  1080. margin-right:-25px;
  1081. margin-left:-25px!important;
  1082. padding-bottom:0px!important;
  1083. }
  1084.  
  1085.  
  1086.  
  1087. #chat {
  1088. margin-top:25px;
  1089. border-top:1px solid #151515;
  1090. padding-top:27px;
  1091. padding-left:24px;
  1092. padding-right:24px;
  1093. }
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102. /* POSTS: AUDIO */
  1103.  
  1104. #audiobox {
  1105. {block:permalinkpage}
  1106. margin-top:0px;
  1107. {/block:permalinkpage}
  1108. padding-left:24px;
  1109. padding-right:24px;
  1110. padding-bottom:0px;
  1111. padding-top:24px;
  1112. margin-left:-25px;
  1113. margin-right:-25px;
  1114. margin-bottom:-27px;
  1115. }
  1116.  
  1117.  
  1118.  
  1119. .player {
  1120. opacity: 1;
  1121. position: absolute;
  1122. z-index: 1;
  1123. line-height:33px;
  1124. margin-left: -12px;
  1125. margin-top:29px;
  1126. display: block;
  1127. }
  1128.  
  1129. .audioplayer {
  1130. width: 24px;
  1131. height: 24px;
  1132. margin-left: 0px;
  1133. overflow: hidden;
  1134. padding: 0px;
  1135. }
  1136.  
  1137.  
  1138.  
  1139. .audioinfo {
  1140. border:1px solid #151515;
  1141. margin-left: -25px;
  1142. margin-right: -25px;
  1143. padding-left:50px;
  1144. margin-top:30px;
  1145. height:24px;
  1146. line-height:23px;
  1147. display: block;
  1148. font-family:calibri;
  1149. font-weight:bold;
  1150. text-transform: uppercase;
  1151. text-align: left;
  1152. letter-spacing:-0.08px;
  1153. word-spacing:-0.5px;
  1154. font-size:10px;
  1155. color:#151515;
  1156. background: transparent;
  1157. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.15);
  1158. -moz-transition-duration:1.5s;
  1159. -webkit-transition-duration:1.5s;
  1160. -o-transition-duration:1.5s;
  1161. }
  1162.  
  1163.  
  1164. .audioinfo:hover {
  1165. color:{color:links};
  1166. -moz-transition-duration:1.5s;
  1167. -webkit-transition-duration:1.5s;
  1168. -o-transition-duration:1.5s;
  1169. }
  1170.  
  1171.  
  1172. #acaption {
  1173. border-top:0px solid #151515;
  1174. padding-top:12px;
  1175. padding-bottom:12px;
  1176. margin-left:-24px;
  1177. padding-left:24px;
  1178. }
  1179.  
  1180. #acaption a {
  1181. font-size:10px;
  1182. }
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190. /* POSTS: VIDEO */
  1191.  
  1192. .video-container {
  1193. margin-top:46px;
  1194. position: relative;
  1195. padding-bottom: 56.25%;
  1196. height: 0;
  1197. overflow: hidden;
  1198. margin-left:-24px;
  1199. width: 480px;
  1200. margin-bottom:-24px;
  1201. }
  1202.  
  1203.  
  1204. .video-container iframe,
  1205. .video-container object,
  1206. .video-container embed {
  1207. position: absolute;
  1208. top: 0;
  1209. left: 0;
  1210. height: 100%;
  1211. width:100%;
  1212. }
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218. /* POSTS: ASK */
  1219.  
  1220.  
  1221. #answer {
  1222. padding-left:24px;
  1223. padding-right:24px;
  1224. margin-left:-25px;
  1225. margin-right:-25px;
  1226. margin-top:-7px;
  1227. }
  1228.  
  1229.  
  1230. #question {
  1231. border-top:0px solid #151515;
  1232. width: 80%;
  1233. margin-top:32px;
  1234. height:70px;
  1235. width:447px;
  1236. margin-left:-25px;
  1237. }
  1238.  
  1239.  
  1240.  
  1241. #ask {
  1242. float:left;
  1243. font-family:calibri, sans-serif;
  1244. text-transform:uppercase;
  1245. position: absolute;
  1246. font-weight:bold;
  1247. background-color:#000000;
  1248. font-size:9px;
  1249. line-height:12px!important;
  1250. width:365px;
  1251. min-height:21px;
  1252. max-height:21px;
  1253. overflow:scroll;
  1254. margin-top:0px;
  1255. margin-left:1px;
  1256. margin-bottom:0px;
  1257. padding-left:24px;
  1258. padding-right:24px;
  1259. outline:solid 1px #151515;
  1260. border-top:22px solid #000000;
  1261. border-bottom:22px solid #000000;
  1262. -moz-transition-duration:1.5s;
  1263. -webkit-transition-duration:1.5s;
  1264. -o-transition-duration:1.5s;
  1265. }
  1266.  
  1267.  
  1268.  
  1269. #ask:hover {
  1270. max-height:46px!important;
  1271. -moz-transition-duration:1.5s;
  1272. -webkit-transition-duration:1.5s;
  1273. -o-transition-duration:1.5s;
  1274. }
  1275.  
  1276.  
  1277. #ask a {
  1278. font-weight:lighter;
  1279. color:{color:bold};
  1280. font-size:9px;
  1281. text-decoration:none;
  1282. }
  1283.  
  1284.  
  1285. #ask b {
  1286. color:{color:bold};
  1287. font-size:9px;
  1288. line-height:11px;
  1289. font-family:calibri!important;
  1290. }
  1291.  
  1292.  
  1293.  
  1294. #ask img {
  1295. -webkit-filter:grayscale(1);
  1296. }
  1297.  
  1298.  
  1299.  
  1300. .letterask {
  1301. position:relative;
  1302. z-index:9999!important;
  1303. position:absolute;
  1304. text-align:center;
  1305. font-size:44px;
  1306. margin-left:415px;
  1307. outline:1px solid #151515;
  1308. padding-top:25px;
  1309. padding-bottom:26px;
  1310. padding-left:17px;
  1311. padding-right:17px;
  1312. color:#151515;
  1313. -webkit-user-select: none; /* Chrome all / Safari all */
  1314. -moz-user-select: none; /* Firefox all */
  1315. -ms-user-select: none; /* IE 10+ */
  1316. user-select: none; /* Likely future */
  1317. }
  1318.  
  1319.  
  1320.  
  1321.  
  1322. #response {
  1323. margin-top:24px;
  1324. padding-top:0px;
  1325. padding-bottom:0px;
  1326. }
  1327.  
  1328.  
  1329. #response blockquote {
  1330. margin-top:15px;
  1331. margin-bottom:24px;
  1332. margin-left:-25px;
  1333. margin-right:-25px;
  1334. padding-top:12px;
  1335. padding-left:25px;
  1336. padding-right:25px;
  1337. padding-bottom:12px;
  1338. border-left:1px solid #151515;
  1339. border-right:1px solid #151515;
  1340. border-bottom:1px solid #151515;
  1341. border-top:1px solid #151515;
  1342. background-color:#030303;
  1343. }
  1344.  
  1345.  
  1346. #response img {
  1347. float:left;
  1348. position:relative;
  1349. margin-left:-1px!important;
  1350. margin-right:13px;
  1351. margin-top:2px;
  1352. margin-bottom:5px;
  1353. padding:8px;
  1354. border:1px solid #151515;
  1355. -webkit-filter: brightness(1) contrast(1) saturate(1);
  1356. }
  1357.  
  1358.  
  1359.  
  1360.  
  1361.  
  1362.  
  1363.  
  1364. /* POPUPS: GENERAL */
  1365.  
  1366.  
  1367. .popupheadertop {
  1368. position:fixed;
  1369. width:478px;
  1370. height:24px;
  1371. background-color:#030303;
  1372. outline:1px solid #151515;
  1373. text-align: center;
  1374. margin-left:-24px;
  1375. margin-top:-49px;
  1376. }
  1377.  
  1378.  
  1379. .popup_block {
  1380. display:none;
  1381. background-color:#000000;
  1382. height:320px!important;
  1383. top:310px;
  1384. left:509px!important;
  1385. opacity:1;
  1386. position:fixed;
  1387. z-index:9999999;
  1388. padding-left:24px!important;
  1389. padding-right:24px!important;
  1390. outline:1px solid #151515;
  1391. border-bottom:24px solid #000000;
  1392. border-top:24px solid #000000;
  1393. overflow-y:scroll;
  1394. text-align:justify;
  1395. overflow-x:hidden;
  1396. }
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402. .popup_block a {
  1403. font-family: calibri;
  1404. text-transform:uppercase;
  1405. font-size:9px;
  1406. font-weight:bold!important;
  1407. -moz-transition-duration:2s;
  1408. -webkit-transition-duration:2s;
  1409. -o-transition-duration:2s;
  1410. }
  1411.  
  1412.  
  1413.  
  1414. *html #fade {
  1415. position: absolute;
  1416. }
  1417.  
  1418.  
  1419.  
  1420. *html .popup_block {
  1421. position: absolute;
  1422. }
  1423.  
  1424.  
  1425.  
  1426. #fade {
  1427. display:none;
  1428. position:fixed;
  1429. left:0px;
  1430. top:0px;
  1431. width:100%;
  1432. height:100%;
  1433. z-index:9;
  1434. background:#000;
  1435. opacity:0;
  1436. }
  1437.  
  1438.  
  1439. #intro {
  1440. margin-top:5px;
  1441. margin-bottom:24px;
  1442. border:1px solid #151515;
  1443. padding-left:24px;
  1444. padding-right:24px;
  1445. padding-top:24px;
  1446. padding-bottom:24px;
  1447. }
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453. /* POPUPS: TABS */
  1454.  
  1455.  
  1456. #tabbar{
  1457. left:50%;
  1458. top:50%;
  1459. margin-left:
  1460. overflow: scroll;
  1461. text-align:justify;
  1462. color:#222;
  1463. font-family:calibri;
  1464. font-size:12px;
  1465. }
  1466.  
  1467. ul#tabs {
  1468. text-align: center;
  1469. }
  1470.  
  1471.  
  1472. ul#tabs li {
  1473. display: inline-block;
  1474. background-repeat:repeat;
  1475. background-attachment:fixed;
  1476. border:1px solid #151515; /* INACTIVE TAB */
  1477. width:190px;
  1478. font-weight:bold;
  1479. text-align:center;
  1480. font-family:calibri;
  1481. font-style:normal;
  1482. font-weight:700;
  1483. font-size:10px;
  1484. line-height:10px;
  1485. text-shadow: 0px 0px 1px #000;
  1486. padding: 10px 10px;
  1487. margin-bottom: 2px;
  1488. cursor:pointer;
  1489. color:{color:links};
  1490. }
  1491.  
  1492. ul#tabs li.active {
  1493. display: inline-block;
  1494. padding:9px;
  1495. text-align:center;
  1496. font-family:calibri;
  1497. font-style:normal;
  1498. font-weight:700;
  1499. font-size:10px;
  1500. line-height:10px;
  1501. text-shadow: 0px 0px 1px #000;
  1502. background:#000000;
  1503. font-weight:bold;
  1504. font-size:10px;
  1505. border:1px solid #151515; /* ACTIVE TAB */
  1506. color:#e6e6e6;
  1507. padding: 10px 10px;
  1508. margin-bottom: 2px;
  1509. cursor:pointer;
  1510. }
  1511.  
  1512. ul#tab, ul#tabs{
  1513. list-style-type:none;
  1514. margin:0px;padding:0px;
  1515. }
  1516.  
  1517. ul#tab li.active {
  1518. display: block;
  1519. }
  1520.  
  1521. ul#tab li {
  1522. display: none;
  1523. }
  1524.  
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530.  
  1531.  
  1532.  
  1533. /* POPUPS: NAVIGATION */
  1534.  
  1535.  
  1536. #nvbar {
  1537. width:434px;
  1538. }
  1539.  
  1540.  
  1541.  
  1542. .nvlinks {
  1543. margin-left:0px;
  1544. padding-top:0px;
  1545. padding-bottom:0px;
  1546. text-align:center;
  1547. }
  1548.  
  1549.  
  1550.  
  1551. .nvlinks a {
  1552. display:inline-block;
  1553. font-family: calibri, sans-serif;
  1554. font-weight:lighter!important;
  1555. width: 210px;
  1556. height:21px!important;
  1557. line-height:21px;
  1558. margin-right:3px;
  1559. margin-bottom:6px;
  1560. text-align:center;
  1561. background:#000000;
  1562. border: 1px solid #151515;
  1563. color:#e6e6e6;
  1564. font-size:8.6px;
  1565. letter-spacing:0.6px;
  1566. cursor: pointer;
  1567. z-index:2;
  1568. -moz-transition-duration:1s;
  1569. -webkit-transition-duration:1s;
  1570. -o-transition-duration:1s;
  1571. }
  1572.  
  1573.  
  1574. .nvlinks a:nth-last-child(2) {
  1575. margin-bottom:0px!important;
  1576. }
  1577.  
  1578.  
  1579. .nvlinks a:last-child {
  1580. margin-bottom:0px!important;
  1581. }
  1582.  
  1583.  
  1584. .nvlinks a:hover {
  1585. background-color: rgba(90, 52, 55, .18);
  1586. -moz-transition-duration:1s;
  1587. -webkit-transition-duration:1s;
  1588. -o-transition-duration:1s;
  1589. }
  1590.  
  1591.  
  1592.  
  1593.  
  1594.  
  1595.  
  1596. /* POST INFORMATION */
  1597.  
  1598.  
  1599. .permalinkbar {
  1600. width:480px;
  1601. margin-top:26px!important;
  1602. margin-left:-25px;
  1603. margin-right:-25px;
  1604. color:#151515!important;
  1605. }
  1606.  
  1607.  
  1608. .permalinkbuttons {
  1609. height:24px;
  1610. background-color:#000000;
  1611. font-weight:bold!important;
  1612. padding-left:24px;
  1613. padding-right:24px;
  1614. line-height:23px;
  1615. letter-spacing:-0.2px;
  1616. margin-left:0px!important;
  1617. margin-bottom:1px!important;
  1618. border-top:1px solid #151515;
  1619. border-bottom:1px solid #151515;
  1620. color:#151515!important;
  1621. }
  1622.  
  1623.  
  1624. .permalinkbuttons a {
  1625. font-family:calibri;
  1626. background-color:transparent;
  1627. font-weight:bold!important;
  1628. color:#151515;
  1629. font-size:10px;
  1630. letter-spacing:-0.2px;
  1631. -moz-transition-duration:2s;
  1632. -webkit-transition-duration:2s;
  1633. -o-transition-duration:2s;
  1634. -webkit-user-select: none; /* Chrome all / Safari all */
  1635. -moz-user-select: none; /* Firefox all */
  1636. -ms-user-select: none; /* IE 10+ */
  1637. user-select: none; /* Likely future */
  1638. }
  1639.  
  1640.  
  1641. .permalinkbuttons a:hover {
  1642. background-color:#000000!important;
  1643. font-weight:bold!important;
  1644. color:{color:links};
  1645. -moz-transition-duration:2s;
  1646. -webkit-transition-duration:2s;
  1647. -o-transition-duration:2s;
  1648. }
  1649.  
  1650.  
  1651.  
  1652.  
  1653.  
  1654. .tags {
  1655. font-family: calibri!important;
  1656. font-weight:bold!important;
  1657. background-color:#000000;
  1658. border-bottom:1px solid #151515;
  1659. padding-top:12px;
  1660. padding-bottom:12px;
  1661. padding-left:24px;
  1662. padding-right:24px;
  1663. margin-left:-25px;
  1664. margin-right:-25px;
  1665. margin-bottom:-1px;
  1666. margin-top:0px;
  1667. color:#151515!important;
  1668. text-transform:uppercase!important;
  1669. font-style:normal;
  1670. line-height:150%;
  1671. font-size:8.5px;
  1672. text-align:justify;
  1673. -moz-text-align-last: center; /* Code for Firefox */
  1674. text-align-last: center;
  1675. }
  1676.  
  1677.  
  1678.  
  1679. .tags a {
  1680. text-decoration:none!important;
  1681. font-weight:bold!important;
  1682. font-size:8.5px;
  1683. margin-right:1px;
  1684. text-transform:uppercase!important;
  1685. font-family: calibri!important;
  1686. color:#151515!important;
  1687. }
  1688.  
  1689.  
  1690. .tags a:hover {
  1691. color:#ffffff!important;
  1692. -moz-transition-duration:1s;
  1693. -webkit-transition-duration:1s;
  1694. -o-transition-duration:1s;
  1695. {block:ifBiggerTagsonHover}
  1696. font-size:10px!important;
  1697. {block:ifBiggerTagsonHover}
  1698. }
  1699.  
  1700.  
  1701.  
  1702. .permatags {
  1703. font-family: calibri!important;
  1704. font-weight:bold!important;
  1705. background-color:#000000;
  1706. border-bottom:1px solid #151515;
  1707. padding-top:12px;
  1708. padding-bottom:12px;
  1709. padding-left:24px;
  1710. padding-right:24px;
  1711. margin-left:-25px;
  1712. margin-right:-25px;
  1713. margin-bottom:-1px;
  1714. margin-top:0px;
  1715. color:#2c2c2c;
  1716. text-transform:uppercase!important;
  1717. font-style:normal;
  1718. line-height:150%;
  1719. font-size:8.5px;
  1720. text-align:justify;
  1721. -moz-text-align-last: center; /* Code for Firefox */
  1722. text-align-last: center;
  1723. }
  1724.  
  1725.  
  1726.  
  1727. .permatags a {
  1728. text-decoration:none!important;
  1729. font-weight:bold!important;
  1730. font-size:8.5px;
  1731. margin-right:1px;
  1732. text-transform:uppercase!important;
  1733. font-family: calibri!important;
  1734. color:#151515!important;
  1735. }
  1736.  
  1737.  
  1738. .permatags a:hover {
  1739. color:#ffffff!important;
  1740. -moz-transition-duration:1s;
  1741. -webkit-transition-duration:1s;
  1742. -o-transition-duration:1s;
  1743. {block:ifBiggerTagsonHover}
  1744. font-size:10px!important;
  1745. {block:ifBiggerTagsonHover}
  1746. }
  1747.  
  1748.  
  1749.  
  1750.  
  1751.  
  1752.  
  1753. /* NOTES */
  1754.  
  1755.  
  1756. #notes {
  1757. margin-bottom:62px;
  1758. margin-top:75px;
  1759. margin-left:-36px;
  1760. margin-right:-25px;
  1761. }
  1762.  
  1763.  
  1764.  
  1765. .note li {
  1766. list-style-type:none;
  1767. padding-top:12px;
  1768. padding-bottom:12px;
  1769. padding-left:24px;
  1770. padding-right:25px;
  1771. border-bottom:1px solid #151515;
  1772. border-top:1px solid #151515;
  1773. margin-bottom:-1px;
  1774. text-align:left;
  1775. -moz-transition-duration:0.5s;
  1776. -webkit-transition-duration:0.5s;
  1777. -o-transition-duration:0.5s;
  1778. font-family:calibri!important;
  1779. font-size:9px!important;
  1780. font-weight:bold;
  1781. text-transform:uppercase;
  1782. color: {color:body text};
  1783. }
  1784.  
  1785.  
  1786. .note li a {
  1787. font-family:calibri!important;
  1788. font-size:10px!important;
  1789. padding-right:2px;
  1790. font-weight:bold;
  1791. text-transform:uppercase;
  1792. letter-spacing:0px;
  1793. color: {color:bold};
  1794. }
  1795.  
  1796.  
  1797.  
  1798. .note blockquote {
  1799. padding-top:12px;
  1800. padding-bottom:12px;
  1801. padding-left:24px;
  1802. padding-right:24px;
  1803. margin-top:12px;
  1804. margin-bottom:12px;
  1805. margin-left:0px;
  1806. margin-right:0px;
  1807. }
  1808.  
  1809.  
  1810. .note img.avatar {
  1811. display:none;
  1812. width: 0px;
  1813. height: 0px;
  1814. }
  1815.  
  1816.  
  1817.  
  1818.  
  1819.  
  1820. /* CREDIT */
  1821.  
  1822. #credit {
  1823. z-index:999;
  1824. position:fixed;
  1825. bottom:25px;
  1826. right:25px;
  1827. width:10px;
  1828. height:13px;
  1829. word-wrap:break-word;
  1830. overflow:hidden;
  1831. -webkit-transition:all 1s ease;
  1832. -moz-transition:all 1s ease;
  1833. -o-transition:all 1s ease;
  1834. transition:all 1s ease-in-out;
  1835. }
  1836.  
  1837. #credit a {
  1838. color:{color:body text};
  1839. text-transform:uppercase;
  1840. font-size:10px;
  1841. font-family:calibri;
  1842. }
  1843.  
  1844. #credit:hover {width:84px;}
  1845.  
  1846. #credit span {
  1847. text-shadow:1px 1px .2px #000;
  1848. color:{color:bold};
  1849. margin-right:5px;
  1850. font-size:11px;
  1851. }
  1852.  
  1853.  
  1854.  
  1855.  
  1856.  
  1857. </style>
  1858.  
  1859. </head>
  1860.  
  1861. <body>
  1862.  
  1863.  
  1864. <!-- SIDEBAR -->
  1865.  
  1866.  
  1867. <div id ="sidebar"><div class="sideheadertop"></div>
  1868. <div id="sidetext">
  1869.  
  1870.  
  1871. <u>I</u>am <b>Nephilim,</b> no matter how much I think the Covenant is <i>useless and the Law fraudulent.</i> A man doesn't have to agree with his government <b>to be a patriot,</b> does he? It takes a true patriot to dissent, to say he loves his country more than he cares for his own place in the social order. I have been <b>vilified for my choice,</b> forced into hiding, <i>banished from Idris.</i> But I am and <i>I will always be,</i> Nephilim. I can not change the blood in my veins if I wished to<br/> <b>– and I don't."</b>
  1872.  
  1873. <p style="margin-top:20px;">
  1874.  
  1875. <u>I</u> hear he has <i>charisma enough</i> to draw birds out of trees and convince them to live under the sea, is tall, and <b>devastatingly</b> handsome.
  1876.  
  1877.  
  1878. </div>
  1879.  
  1880. <div class="sideheaderbottom"></div>
  1881. </div id ="sidebar">
  1882.  
  1883.  
  1884.  
  1885.  
  1886. <!-- DESCRIPTION + NAVIGATION BAR -->
  1887.  
  1888.  
  1889.  
  1890. <div class="bottombox">
  1891.  
  1892. <div id="navi" style="margin-top:0px;">
  1893. <a href="/" title="Refresh">INDEX/REFRESH</a>
  1894. <a href="#?w=430" rel="pageMSG" class="poplight" title="Inquiries">INQUIRE</a>
  1895. <a href="#?w=430" rel="pageGDL" class="poplight" title="The Accords">ACCORDS</a>
  1896. <a href="#?w=430" rel="pageABT" class="poplight" title="Biography">CLAVE FILE</a>
  1897. <a href="#?w=430" rel="pageNAV" class="poplight" title="Navigation">NAVIGATION</a>
  1898.  
  1899.  
  1900. {block:IndexPage}
  1901. {block:PreviousPage}
  1902. <a href="{PreviousPage}" title="Previous Page">BACK</a>
  1903. {/block:PreviousPage}
  1904.  
  1905.  
  1906. {block:NextPage}
  1907. <a href="{NextPage}" title="Next Page">NEXT</a>
  1908. {/block:NextPage}
  1909. {/block:IndexPage}
  1910.  
  1911.  
  1912. {block:PermalinkPagination}
  1913. <a href="{PreviousPost}" title="Previous Post">BACK</a>
  1914.  
  1915.  
  1916. <a href="{NextPost}" title="Next Post">NEXT</a>
  1917. {/block:PermalinkPagination}
  1918.  
  1919.  
  1920.  
  1921. </div id="navi">
  1922. <div class="description">
  1923.  
  1924. <u>A</u>n independent and selective portrayal of <i>VALENTINE MORGENSTERN</i> from Cassandra Clare's book series <b>THE MORTAL INSTRUMENTS,</b> the Shadowhunter Chronicles. This blog is very strictly <i>BOOK BASED</i> and will, in no way, branch into any show portrayal, but am up to plot with dual canon blogs. &nbsp;&nbsp;<b>//&nbsp;&nbsp; WRITTEN AND HEAVILY ADORED BY SHAE.</b>
  1925.  
  1926. </div class="description">
  1927.  
  1928.  
  1929. <div class="sideheaderbottom" style="width:478px; margin-top:2px; margin-left:0px;"></div>
  1930.  
  1931. </div class="bottombox">
  1932.  
  1933.  
  1934.  
  1935.  
  1936.  
  1937. <!-- POSTS -->
  1938.  
  1939.  
  1940.  
  1941. <div id="container">
  1942.  
  1943. <div class="containerheadertop"></div>
  1944. <div id="containertopspace"></div>
  1945.  
  1946. {block:Posts}
  1947. <div class="posts">
  1948.  
  1949.  
  1950.  
  1951.  
  1952.  
  1953. <!-- POSTS: TEXT -->
  1954.  
  1955.  
  1956. {block:Text}
  1957. <div id="text">
  1958.  
  1959.  
  1960.  
  1961. <div id="textbody">
  1962. {block:Title}
  1963. <h1>{Title}</a></h1>
  1964. {/block:Title}
  1965. <div id="wrap">
  1966. {Body}
  1967. <div style="clear:both">
  1968. </div style="clear:both">
  1969. </div id="wrap">
  1970. </div>
  1971.  
  1972. </div id="text">
  1973.  
  1974. {/block:Text}
  1975.  
  1976.  
  1977.  
  1978.  
  1979.  
  1980. <!-- POSTS: PHOTO/SET -->
  1981.  
  1982. {block:Photo}
  1983. <div id="psingle">
  1984. {LinkOpenTag}
  1985. <img src="{PhotoURL-HighRes}" style="min-width:480px!important; width:480px!important; margin-top:0px;">
  1986. {LinkCloseTag}
  1987. </div id="psingle">
  1988.  
  1989. {block:Caption}
  1990. <div id="pcaption">
  1991. {Caption}
  1992. </div id="pcaption">
  1993. {/block:Caption}
  1994. {/block:Photo}
  1995.  
  1996.  
  1997. {block:Photoset}
  1998. <div id="pset">
  1999. {Photoset}
  2000. </div id="pset">
  2001.  
  2002. {block:Caption}
  2003. <div id="pcaption">
  2004. {Caption}
  2005. </div id="pcaption">
  2006. {/block:Caption}
  2007. {/block:Photoset}
  2008.  
  2009.  
  2010.  
  2011.  
  2012.  
  2013. <!-- POSTS: QUOTE -->
  2014.  
  2015. {block:Quote}
  2016. <div id="quotebox">
  2017. <div id="quote">
  2018. {Quote}
  2019. <div class="source">
  2020. —{Source}
  2021. </div>
  2022. </div id="quote">
  2023.  
  2024. </div>
  2025. {/block:Quote}
  2026.  
  2027.  
  2028.  
  2029.  
  2030.  
  2031. <!-- POSTS: LINK -->
  2032.  
  2033. {block:Link}
  2034. <div id="linkpost">
  2035. <div id="link">
  2036. <a href="{URL}" {Target}>{Name}&nbsp;&nbsp; ►</a>
  2037. </div id="link">
  2038. </div id="linkpost">
  2039. {/block:Link}
  2040.  
  2041.  
  2042.  
  2043.  
  2044.  
  2045. <!-- POSTS: CHAT -->
  2046.  
  2047.  
  2048. {block:Chat}
  2049.  
  2050. <div id="chatbox">
  2051. <div id="chat">
  2052. {block:Lines}
  2053. <div id="{Alt}">
  2054. {block:Label}<i>{Label}</i>{/block:Label} {Line}
  2055. </div id="{Alt}">
  2056. {/block:Lines}
  2057. </div id="chat">
  2058. </div id="chatbox">
  2059.  
  2060. {/block:Chat}
  2061.  
  2062.  
  2063.  
  2064.  
  2065.  
  2066. <!-- POSTS: AUDIO -->
  2067.  
  2068. {block:Audio}
  2069. <div id="audiobox">
  2070.  
  2071.  
  2072. <div class="player">
  2073. <div class="audioplayer">
  2074.  
  2075. {AudioPlayerBlack}
  2076.  
  2077. </div class="audioplayer">
  2078. </div class="player">
  2079.  
  2080. <div class="audioinfo">
  2081. {block:Artist}Artist: {Artist}{/block:Artist} — {block:TrackName}Track name: {TrackName}{/block:TrackName}
  2082. </div class="audioinfo">
  2083.  
  2084.  
  2085. {block:Caption}
  2086. <div id="acaption">
  2087. {Caption}
  2088. </div id="acaption">
  2089. {/block:Caption}
  2090.  
  2091. </div id="audiobox">
  2092. {/block:Audio}
  2093.  
  2094.  
  2095.  
  2096.  
  2097.  
  2098. <!-- POSTS: VIDEO -->
  2099.  
  2100. {block:Video}
  2101. <div class="video-container">
  2102. {Video-400}
  2103. {block:Caption}{Caption}{/block:Caption}
  2104. </div class="video-container">
  2105. {/block:Video}
  2106.  
  2107.  
  2108.  
  2109.  
  2110.  
  2111. <!-- POSTS: ASK -->
  2112.  
  2113. {block:Answer}
  2114. <div id="answer">
  2115.  
  2116. <div id="question"><div id="ask"><b>{Asker} is inquiring for information from the faerie knight:</b>
  2117. <br>{Question}</div><div class="letterask">Q</div></div>
  2118.  
  2119. <h4 style="margin-top:-5px; padding:0px!important; width:480px; height:24px; background-color:#030303!important;"></h4>
  2120.  
  2121. <div id="response">{Answer}<div style="clear:both; margin-bottom:-5px;">
  2122. </div>
  2123. </div id="response">
  2124.  
  2125. </div id="answer">
  2126. {/block:Answer}
  2127.  
  2128.  
  2129.  
  2130.  
  2131.  
  2132.  
  2133. <!-- POST INFORMATION -->
  2134.  
  2135.  
  2136. {block:Date}
  2137. {block:indexpage}
  2138.  
  2139. <div class="permalinkbar">
  2140. <div class="permalinkbuttons">
  2141. <a href="{Permalink}" title="{12Hour}:{Minutes}{CapitalAmPm} / {NoteCountWithLabel}" style="float:left; text-align:left!important; margin-right:0px!important;">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  2142. &nbsp;&nbsp; / &nbsp;
  2143. <a href="#" class="hide">CLICK HERE FOR TAGS </a>
  2144. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">CLICK HERE TO REBLOG THIS POST</a>
  2145. </div class="permalinkbuttons">
  2146.  
  2147.  
  2148. </div class="permalinkbar">
  2149.  
  2150. <div class="tags">
  2151. {block:HasTags}
  2152. Tagged with:
  2153. {block:Tags}
  2154. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2155. {/block:Tags}
  2156. {/block:HasTags}
  2157.  
  2158. </div class="tags">
  2159. {/block:indexpage}
  2160.  
  2161.  
  2162.  
  2163.  
  2164. {block:permalinkpage}
  2165. <div class="permalinkbar">
  2166. <div class="permalinkbuttons">
  2167. {block:RebloggedFrom}
  2168. <a href="{ReblogParentURL}">REBLOGGED FROM / VIA / SOURCE</a>
  2169. {/block:RebloggedFrom}
  2170.  
  2171. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">CLICK HERE TO REBLOG THIS POST</a>
  2172. </div class="permalinkbuttons">
  2173.  
  2174.  
  2175. </div class="permalinkbar">
  2176.  
  2177. <div class="permatags">
  2178. {block:HasTags}
  2179. {block:Tags}
  2180. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2181. {/block:Tags}
  2182. {/block:HasTags}
  2183.  
  2184. </div class="permatags">
  2185. {/block:permalinkpage}
  2186.  
  2187.  
  2188. {/block:Date}
  2189.  
  2190.  
  2191.  
  2192.  
  2193.  
  2194. <!-- NOTES -->
  2195.  
  2196. {block:PostNotes}
  2197. <div id="notes">
  2198. <div class="note">
  2199. {PostNotes}
  2200. </div class="note">
  2201. </div id="notes">
  2202. {/block:PostNotes}
  2203.  
  2204.  
  2205.  
  2206.  
  2207. <!-- HIDE VIA/SOURCE IN POSTS -->
  2208.  
  2209.  
  2210. {block:ContentSource}<!-- {SourceURL}
  2211. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  2212. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  2213. {/block:ContentSource}
  2214.  
  2215.  
  2216. <!-- {block:NoRebloggedFrom}
  2217. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  2218. {/block:NoRebloggedFrom} -->
  2219.  
  2220.  
  2221.  
  2222.  
  2223. </div class="posts">
  2224.  
  2225. {/block:Posts}
  2226.  
  2227.  
  2228. <div class="containerheaderbottom">
  2229. <div id="containerbottomspace"></div>
  2230. </div class="containerheaderbottom">
  2231.  
  2232.  
  2233. </div id="container">
  2234.  
  2235.  
  2236.  
  2237. <!-- POPUP PAGES. -->
  2238.  
  2239.  
  2240.  
  2241. <!-- POPUP PAGE MSG. -->
  2242.  
  2243. <div id="pageMSG" class="popup_block">
  2244.  
  2245.  
  2246. <header>MEANS OF CONTACT</header>
  2247.  
  2248. <ul id="tabs">
  2249. <div id="sae" style="margin-top:0px;"><li class="active">INQUIRIES</li>
  2250. &nbsp;&nbsp;<li>SUBMISSIONS</li></div>
  2251. </ul>
  2252. <ul id="tab">
  2253. <li class="active">
  2254.  
  2255.  
  2256.  
  2257. <h4 style="margin-top:24px;">THE ASKBOX / INQUIRIES</h4>
  2258.  
  2259.  
  2260. <iframe frameborder="0" allowtransparency="true" scrolling="no" width="404px" height="200px" src="http://www.tumblr.com/ask_form/deusidvult.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;">
  2261.  
  2262. </li>
  2263. <li>
  2264.  
  2265.  
  2266. <h4>SUBMISSIONS</h4>
  2267.  
  2268. <iframe frameborder="0" scrolling="no" width="404px" height="300px" id="submit_form" src="http://www.tumblr.com/submit_form/deusidvult.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>
  2269.  
  2270.  
  2271. </li>
  2272. </ul>
  2273. </div>
  2274.  
  2275.  
  2276.  
  2277.  
  2278.  
  2279. <!-- POPUP PAGE GDL. -->
  2280.  
  2281.  
  2282. <div id="pageGDL" class="popup_block">
  2283.  
  2284. <header>THE ACCORDS</header>
  2285.  
  2286.  
  2287. <!-- TABS -->
  2288.  
  2289. <ul id="tabs">
  2290. <li class="active">GUIDELINES</li>
  2291. &nbsp;&nbsp;<li>BOOK/SHOW DIFFERENCES</li>
  2292. </ul>
  2293.  
  2294. <ul id="tab">
  2295.  
  2296.  
  2297.  
  2298.  
  2299.  
  2300.  
  2301. <!-- POPUP PAGE GDL.: TAB 1 -->
  2302.  
  2303. <li class="active">
  2304.  
  2305.  
  2306. <div id="intro">
  2307.  
  2308. <u>I</u><b> hereby swear:</b> <i>I will be Raziel's Sword,</i> extending his arm to strike down evil. I will be Raziel's Cup, offering my blood to our mission. I will be Raziel's Mirror; when my enemies behold me, let them see his face in mine. <i>I hereby promise:</i> I will serve with the angels' courage I will serve the angels' justice. And I will serve with the angels' mercy. Until such time as I die, <b>I will be Nephilim.</b> I pledge myself in Covenant as a Nephilim, and I pledge my life and my family to the Clave of Idris.
  2309.  
  2310. </div id="intro">
  2311.  
  2312.  
  2313.  
  2314. <h4>001. DISCLAIMER</h4>
  2315. First and foremost, this blog will have dark themes, due to the nature of Valentine, the downworld and the shadowhunter chronicles as a whole. I am not affiliated with Cassandra Clare, the Shadowhunter Chronicles or any face claim's used for my portrayal of Valentine Morgenstern.
  2316.  
  2317.  
  2318. <h4>002. REGARDING THE SHOW</h4>
  2319. Please know from the start, though I did once follow the Freeform show Shadowhunters, I no longer do so and I do not roleplay anything from the show. I am rather critical of it and the direction it has been taken in, therefore please understand that you are likely to see my own opinions and comments on the show if you follow me. Know that, though I support the actors and their work on the show, I do not support the show writers purely based on the material they have provided for the show. This is my own opinion and in no way should influence your own views.
  2320.  
  2321.  
  2322. <h4>003. MATURE THEMES AND TRIGGERING CONTENT</h4>
  2323. Being over 18, mature themes will be present –– including character death, smut, gore, etc. If you have any triggers, please make me aware. I will be happy to tag appropriately. My own triggers include: SPIDERS ( in photographic/gif/video form ).
  2324.  
  2325.  
  2326. <h4>004. INTERACTIONS</h4>
  2327. If we're mutuals please feel free to approach for plotting, like for a starter or send meme's and continue them (as long as they're on a separate text post). Be aware that I am strictly <i>book based</i> and all plotted threads will take priority. Established relationships help to develop my muse more than random reply threads.
  2328.  
  2329. <p>Do not: god-mod, pressure me for replies or force ships (I support chemistry).
  2330.  
  2331.  
  2332. <h4>005. ICONS AND THEME</h4>
  2333. Theme rights remain with the creator (<a href="http://iniziare.tumblr.com/">iniziare</a>), not myself. Icons used are my own and are not for redistribution or for the use of others. Icon psd is not mine, credit remains with creator.
  2334.  
  2335.  
  2336. <h4>006. THE MUN</h4>
  2337. Hey! I'm Shae. I'm in my twenties. I was born and raised in England. Please know that this blog is low activity/slow reply, due to my work schedule and my poor attention span. I do also have another blog that you may find me on. If you ever want to approach me to chat, feel free! Usually I'm available over IM or ask but if I can't be reached then please feel free to contact me on my other blog or other messaging platforms.</p>
  2338.  
  2339. <div class="nvlinks" style="margin-top:12px;"><a href="http://fortuitoushost.tumblr.com">MULTI MUSE</a><a href="http://phaesphorosborne.tumblr.com/">DISCORD: halfthorn#8905</a></div>
  2340.  
  2341.  
  2342.  
  2343. </li>
  2344.  
  2345.  
  2346.  
  2347.  
  2348.  
  2349.  
  2350.  
  2351. <!-- POPUP PAGE GDL.: TAB 2 -->
  2352.  
  2353. <li>
  2354.  
  2355.  
  2356.  
  2357. <div id="intro">
  2358.  
  2359. <u>T</u>here are a great many differences between the show <i>Shadowhunters</i> and the books, <i>The Shadowhunter Chronicles</i>. I have compiled a list of things in the show that are <i>not</i> the same as in the books. Remember, this blog is <i>strictly book based</i> and so this list is purely to help those that aren't sure about what won't be the same between the books and the show, should we interact. This may be added to in the future, but for now, these are the things that are <b>important</b> to remember when interacting with my Valentine.
  2360.  
  2361. </div id="intro">
  2362.  
  2363.  
  2364. <h4>PORTALS</h4>
  2365. Contrary to the show's wonderful world of <b>a portal can be created by a warlock at any time, anywhere</b>, mentality... Portal's don't actually work that way. The only person who can whip up a portal on a whim is Clary Fairchild, and she has Angelic Blood to help her do that. The fact is, portals are either created temporarily and specifically for a purpose, which takes some time to put together, or the ones that already exist are utilised – which is more usually the case. Want to portal in New York? Then we're travelling to the nearest one and you better expect to pay heavily for it.
  2366.  
  2367. <h4>CIRCLE RUNES</h4>
  2368. I don't honestly know where the show got these runes from seeing as they <i>don't exist</i> in the books. Hodge being cursed by the Clave, we can all get behind, that was in the book; but these big red runes that stand out quite obviously and would have needed to be created? I don't really understand? Seeing as Clary is the only one that can create new runes, I find it strange that the Circle magically managed to create a new rune for their cause and scar themselves visibly with it. Clearly I'm not a fan.
  2369.  
  2370. <h4>MICHAEL WAYLAND</h4>
  2371. What was the idea that Valentine had a glamour on whilst pretending to be Michael Wayland? It didn't happen. Hodge was still working with Valentine when Jace came to the New York Institute, thus he would have been able to keep all images of the Circle, Valentine and Michael Wayland away from him, proclaiming that it would be upsetting to Jace (who had lost his father) to see them. There was never any need for Valentine to glamour himself in front of Jace, it would only make things more complicated later on down the line if he ever needed to bring him back into the fold.
  2372.  
  2373. <h4>ACTIVATING MAELLARTACH (THE MORTAL SWORD)</h4>
  2374. The whole 'Jace or Clary needed to touch the Sword to activate it because of their advanced Angel blood' story like? Absolute crap. To be able to use the Sword as he wanted, Valentine would need to make it demonically-aligned, with which he could then use the Sword to summon and control demons to use for his own ends. None of this, 'destroy all Downworlders' storyline that they fabricated seemingly on the spot. To be able to make the Sword demonically-aligned, the Sword must be dipped in four different types of blood of a child (fair folk, vampire, werewolf and warlock) and burned in a fire in between each different blood change. A little more realistic than advanced Angel blooded (the first of their kind) children having to touch the Sword to activate it.
  2375.  
  2376. <h4>PURE ANGEL BLOOD?</h4>
  2377. Just a quick one here, Clary and Jace <i>aren't</i> pure of Angel blood. They have <i>more</i> Angel blood in them than the average Nephilim, but that doesn't in any way mean that they're made up of pure Angel blood. Yes, that's where their powers come from, but Jace can't go activating Clary's runes through himself or any of that rubbish. It's all really that simple.
  2378.  
  2379. <h4>TREATMENT OF JONATHAN HERONDALE</h4>
  2380. Honestly, people are going to disagree with me here, I'm pretty sure about that considering people's opinions of Valentine as a whole. This isn't necessarily a book/show difference but a quick reminder of how Valentine raised Jace.
  2381. <p>The first thing to remember is that Jace was still a Nephilim child, needing a certain amount of care and love. Because of this, Valentine did love Jace in his own way, despite Jace not being of his own blood. The next thing to consider is that to Valentine, his son's were to be raised as soldiers; he wanted obedience and loyalty. Raising Jace this way was always Valentine's plan, including discipline whenever Jace did something wrong, this meant that Valentine doesn't punish without cause. Everything has a cause and effect. An example of this is when Valentine finds Jace in the Silent City and doesn't free him. Valentine himself would never have allowed for Jace to be put into the Silent City for the night, seeing as he hadn't done anything to deserve such treatment, but he also didn't free him from his restraints because he was teaching Jace a lesson that Valentine was his father and that disobedience and disloyalty come with consequences, usually in the form of distrust (hence, the conversation they had).
  2382. <p>Jace was always rewarded with whatever he wanted on his birthday, as long as it was within Valentine's means to locate. This was explained with Jace's story about having a bath full of spaghetti. Valentine gave Jace books, music to play, a father that loved him and fond memories of a home in Idris.
  2383. <p>Now comes my main point; Valentine didn't abuse Jace. He didn't hit the child without Jace giving him a reason to, he wasn't cruel to him, he wasn't angry and quick to raise his voice. Valentine raised Jace with some influence of how Jocelyn would have raised a child with him and thus, Valentine loved Jace in his own way.
  2384.  
  2385. <h4>TREATMENT OF JONATHAN MORGENSTERN</h4>
  2386. Again, this is less of a book/show difference and more of a reminder of how Valentine raised Jonathan. Once Again, people may not agree with me on these but this is how I see Valentine and how he raised his children.
  2387. <p>Despite the fact that Jonathan was raised by the same man as Jace, they were raised differently. While Jace was able to respond to love and nurture, Jonathan was raised strictly as a soldier; mostly due to the latter's lack of true, human emotions. Valentine got more than he bargained for, however, as Jonathan was not only born with enhanced physical abilities but also with the nature of a demon. He realised this early on and quickly grew tired of Jonathan's unpredictable behaviour, and thus, he often punished Jonathan.
  2388. <p>His harsh and strict treatment of the boy was due to the fact that, aside from Jonathan having a naturally dark nature and an inclination towards terrible acts that needed disciplining, he saw Jonathan as a living reminder of the evil he had committed. Valentine loved him to some extent and often confided in him, but he had hated him, too as Jonathan was in essence, the very thing that Valentine strived to rid the world of.
  2389.  
  2390. <h4>MAGNUS/VALENTINE BODY SWAP</h4>
  2391. Didn't happen. I don't acknowledge it. Who even came up with that idea? No.
  2392.  
  2393. <h4>JOCELYN'S SHOW-DEATH</h4>
  2394. This woman has been cheated in the show. She deserved better than the death she got. She deserves to fight until the end, she deserves to see her daughter happy, she deserves to marry Lucien Graymark, she deserves a second chance at happiness. I understand that sometimes actors have other commitments and have to leave a show, but honestly they could have just recast her. I'm pretty sure the fandom would have gotten over it. Not only has her death affected Clary, it also affected Luke; another person who deserved some happiness. I'm pretty sure I'm always going to be disappointed in this particular part of the show's development, but there we go.
  2395. <p>Pertaining to Valentine, know that he would never allow Jocelyn to be put in the way of that kind of harm. She would never have been in a situation where she could have died as she did, especially since it was Valentine that put the Demon in the institute to begin with. Honestly, none of this would ever happen and as far as my portrayal is concerned, she didn't die. Understand, that Valentine is still very much in love with Jocelyn and hopes that she might one day return to him. He would never allow her to come to harm.
  2396.  
  2397. <h4>JACE & VALENTINE'S DEATHS</h4>
  2398. First of all, <i>CLARY AND JACE DO NOT ARRIVE AT THE SUMMONING SITE OF RAZIEL TO STOP VALENTINE TOGETHER,</i> Clary arrives there first by Portal. Upon awakening, she finds herself laying on damp earth, wrists bound and unable to speak because of a Quietude rune. When Jace arrives, he is not stabbed in surprise by Valentine. On the contrary, in the books, Jace initially has the upper-hand: a knife pointed at Valentine's throat. His death comes, in essence, as a result of him underestimating Valentine's conviction in his own cause and he's taken wholly by surprise. When he is stabbed through the heart, it is not at the hand of something that seems the size of merely a pocket knife, but instead, by <i>MAELLARTACH</i> itself, better known as the Mortal Sword. Furthermore, <i>THERE IS NO GOODBYE BETWEEN JACE AND CLARY,</i> instead, Jace dies while cradled by Valentine. When the latter returns to the ritual at hand, Clary utilizes all force she has to crawl over to Jace, but she is unable to touch him or speak. And lastly, when the Quietude rune is removed by a summoned Raziel— it is he who kills Valentine, <i>IT IS NOT CLARY.</i>
  2399. <p><i>VALENTINE GRIEVES FOR HIS SON:</i> You need to remember that Valentine does <i>love</i> Jace in his way, and regrets that he is forced to kill Jace. Also take into consideration that Jace is standing in the way of the goal that Valentine has worked his whole life for and is threatening to stop what he believes to be his higher cause.
  2400.  
  2401. <h4>MADZIE</h4>
  2402. While in the show, Madzie is a good representation of what the show writers believe to be the way that Valentine treats children in his care, she doesn't actually exist in the books. Thus, this character doesn't exist to Valentine.
  2403.  
  2404. <h4>DOROTHEA ROLLINS</h4>
  2405. Honestly, this character doesn't exist in the books and won't exist to me. The show character 'Dot' is a nice mix of Etta, who Magnus Bane dated in the 1900's and Madam Dorothea, the old woman that is possessed by a greater demon in City of Bones. I'm not even entirely sure what her purpose was in the show? To die a pointless and unacknowledged death? If so, good job, show runners! You achieved your goal.
  2406.  
  2407.  
  2408. </li>
  2409. </ul id="tab">
  2410.  
  2411. </div id="pageGD" class="popup_block">
  2412.  
  2413.  
  2414.  
  2415.  
  2416.  
  2417.  
  2418. <!-- POPUP PAGE ABT. -->
  2419.  
  2420.  
  2421.  
  2422. <div id="pageABT" class="popup_block">
  2423.  
  2424.  
  2425. <header>INFORMATIVE BEGINNINGS</header>
  2426.  
  2427.  
  2428. <!-- TAB SETUP -->
  2429.  
  2430. <ul id="tabs">
  2431. <li class="active">ENCYCLOPEDIA</li>
  2432. &nbsp;&nbsp;<li>BIOGRAPHY</li>
  2433. </ul>
  2434.  
  2435. <ul id="tab">
  2436.  
  2437.  
  2438.  
  2439.  
  2440. <!-- POPUP PAGE ABT.: TAB 1 -->
  2441.  
  2442. <li class="active">
  2443.  
  2444.  
  2445.  
  2446. <div id="intro">
  2447.  
  2448. <u>T</u><b>he Mortal Instruments franchise</b> introduces us to a world that contains terminology that'll be entirely confusing for anyone unfamiliar with the novels. So while I could easily refer people to the according wiki pages that will each contain more information than you need to grasp the concept of each word, I'm assembling a list consisting of numerous terms that you're likely to come across at one point on this blog. See it as an encyclopedia of sorts. <i>This list will be updated as time passes.</i>
  2449.  
  2450. </div id="intro">
  2451.  
  2452.  
  2453. <p><h4>Shadowhunters / Nephilim</h4>
  2454. <i>Descensus facilis Averno est;</i> <b>The descent into Hell is easy.</b> The Nephilim, commonly known as Shadowhunters are a race of mortal beings that're born human and appear as such, but have angelic blood running through their veins. They represent an order, if you will, that fight against demons alongside Downworlders in the Shadow World that is invisible to the mere human eye. In essence, the Shadowhunters' objective is to one day rid the world of Earth of these demons, bringing an end to a war that dates back well over a thousand years.
  2455.  
  2456.  
  2457. <p><h4>The Angel Raziel</h4>
  2458. Known as the patron and creator of the race of the Shadowhunters. Legend goes that they were created well over a thousand years ago, during an uprising of demons invading the Mundane world. A warlock is said to have summoned an angel by the name of Raziel. This assumed archangel chose to mix his own blood with that of mortal men into a cup, that would later become known as the <i>Mortal Cup,</i> and offered the mixture to these same men to drink. Those who chose to consume it became Shadowhunters, a decision that would mark their family's line, as all descendants would then be born Nephilim as well.
  2459.  
  2460.  
  2461. <p><h4>Mundanes & Glamour </h4>
  2462. In the world of Cassandra Clare's <b>The Mortal Instruments,</b> the term <i>mundane</i> is utilized for those of human birth. In essence, they are individuals like you and I. They are generally entirely oblivious to the existence of Nephilim, demons and Downworlders as a whole— as this war is combatted behind <i>glamour,</i> which is a form of magic that conceals the Shadow World to the naked eye, visible to only those with ability known as The Sight.
  2463.  
  2464. <p><h4>The Sight </h4>
  2465. Shadowhunters are generally <i>naturally born with</i> the ability of <b>The Sight</b> to see through glamour; it is a trait that is inherited through their Shadowhunter parents, which is bettered through training and then further improved upon further through usage of a permanent rune known as the rune of Voyance.
  2466.  
  2467. <p><h4>Runes (+ Stele)</h4>
  2468. For Shadowhunters, these runes (known as <b>Marks)</b> are the language of Angels, a very <i>complex runic language</i> that was granted to them by the Angel Raziel. It consists of symbols that are burned into a Nephilim's skin with help of a stele (which is a tool created for the specific purpose of drawing these symbols) and work as empowerments, protection or various other uses. There are thousands of runes in existence.
  2469.  
  2470. <p>Most runes are temporary and fade to white before vanishing from a Shadowhunter’s skin entirely through time. There are few runes that are permanent and they are Voyance, Parabatai and Mnemosyne. The first rune that a shadowhunter receives is the Voyance rune and it is placed upon their <i>dominant hand,</i> this is simultaneously also the clearest identification marker of a Shadowhunter. Young shadowhunters slowly learn the different runes to understand their use and how to draw them properly, which take fair practice and patience, but skillful accuracy is rewarded with maximum benefit. As power is released from the runes, they begin to fade on the body until they inevitably turns silvery-white. <i>Important: </i> Runes drawn closest to the heart and aorta will be most effective, as the strongest presence of blood mirrors the effectiveness of the runes.
  2471.  
  2472. <p><h4>Downworlders</h4>
  2473. This is a commonly used term for the, in essence, counterpart of the Nephilim. Where they are part human and part angel, the Downworlders are part human and part demon. The Downworlders consist of the <i>werewolves, faeries, vampires and warlocks.</i> While they are all demonic in origin and nature, they are regarded as human by the inhabitants of Heaven due to possessing human souls, which is what sets them apart from demons as a whole. Though often considered the logical and biological counterpart of the Shadowhunters, they live in peace and can fight side by side against demons in an allegiance created by the Accords.
  2474.  
  2475. <p><h4>The Accords</h4>
  2476. These are a set of amendments that together signify a peace treaty between Shadowhunters and Downworlders. As long as each of these amendments are never broken, the two can live side by side without bother, even finding allegiance when the need so arises. These Accords are revised and signed every fifteen years by <i>the Clave</i> (the political body of the Nephilim) and the representatives of all involved Downworlders.
  2477.  
  2478. <p><h4>SILENT BROTHERS</h4>
  2479. The Silent Brothers are a powerful group of male Shadowhunterswho serve as archivists and medics of the Nephilim. To strengthen their minds, they have taken upon themselves the most powerful of runes known to Shadowhunters. They are feared among the Nephilim. They reside in the Silent City, away from the rest of their kind.
  2480.  
  2481.  
  2482. <p><h4>IRON SISTERS</h4>
  2483. The Iron Sisters are a communal organization of female Shadowhunters that forge weapons for their kind. The Iron Sisters are considered the female counterparts of the Silent Brothers, albeit more secluded. They reside in the Adamant Citadel, where they live in almost total solitude and speak only, and occasionally, to female Shadowhunters.
  2484.  
  2485.  
  2486. <p><h4>To be updated!</h4>
  2487.  
  2488.  
  2489. </li>
  2490.  
  2491.  
  2492.  
  2493.  
  2494.  
  2495.  
  2496. <!-- POPUP PAGE ABT.: TAB 2 -->
  2497.  
  2498. <li>
  2499.  
  2500.  
  2501.  
  2502. <div id="intro">
  2503.  
  2504. <u>I</u>t's better to reign in hell than serve in heaven, etcetera, and so on." — "N</u>on serviam," said Valentine. <b>"'I will not serve.'</b> <i>It's what Lucifer had inscribed upon his banner when he rode with his host of rebel angels against a corrupt authority."</i> — "What's your point? That you're on the devil's side?" — <b>"Some say Milton was on the devil's side himself.</b> His Satan is certainly a more interesting figure than his God."
  2505.  
  2506. </div id="intro">
  2507.  
  2508.  
  2509. <h4>BASICS</h4>
  2510. • <i>full Name:</i> Valentine Morgenstern.
  2511. <br>• <i>commonly Known As:</i> Valentine.
  2512. <br>• <i>other Names:</i> Lord Valentine, Val.
  2513. <br>• <i>date Of Birth:</i> November 29, 1968.
  2514. <br>• <i>place Of Birth:</i> Idris, Alicante.
  2515. <br>• <i>age:</i> 39 (verse dependent).
  2516. <br>• <i>current Location:</i> Idris.
  2517. <br>• <i>gender:</i> Male.
  2518. <br>• <i>pronouns:</i> He/him/his.
  2519. <br>• <i>orientation:</i> Hetrosexual.
  2520. <br>• <i>species:</i> Nephilim.
  2521. <br>• <i>occupation:</i> Shadowhunter, Leader of the Circle.
  2522. <br>• <i>abilies:</i> Faster than the norm, quick reflexes.
  2523. <br>• <i>languages Spoken:</i> English.
  2524.  
  2525.  
  2526. <p><h4>APPEARANCE</h4>
  2527. • <i>Face Claim:</i> Jonathan Rhys Meyers.
  2528. <br>• <i>Hair Colour:</i> White.
  2529. <br>• <i>Eye Colour:</i> Black.
  2530. <br>• <i>Height:</i> 6'0".
  2531. <br>• <i>Build:</i> Wide chest and thick muscular arms.
  2532. <br>• <i>Distinguishing Marks:</i> White hair and handsome looks.
  2533. <br>• <i>Tattoos:</i> None.
  2534. <br>• <i>Piercings:</i> None.
  2535. <br>• <i>Clothing Style:</i> Well dressed, suits, clave issued shadowhunter gear.
  2536.  
  2537.  
  2538. <h4>HEALTH</h4>
  2539. • <i>allergies:</i> None known.
  2540. <br>• <i>sleeping Habits:</i> Sleeps when he can, no schedule.
  2541. <br>• <i>body Temperature:</i> Average.
  2542. <br>• <i>drug Use:</i> Experiments with Demon & Downworlder blood.
  2543. <br>• <i>tobacco Use:</i> None.
  2544. <br>• <i>alcohol Use:</i> Whenever he wants a drink, he has one.
  2545.  
  2546. <h4>personality</h4>
  2547. <br>• <i>positive Traits:</i> Charming, Polite, Civilised, Cultured, Caring.
  2548. <br>• <i>negative Traits:</i> Manipulative, Vindictive, Cruel, Anger.
  2549. <br>• <i>fears:</i> Losing his family.
  2550. <br>• <i>habits:</i> Meticulous in his organisation and cleanliness.
  2551.  
  2552. <h4>family</h4>
  2553. • <i>Father:</i> Oskar Morgenstern.
  2554. <br>• <i>Mother:</i> Seraphina Morgenstern.
  2555. <br>• <i>Wife:</i> Jocelyn Fairchild.
  2556. <br>• <i>children:</i> Jonathan Christopher Morgenstern, Clarissa Adele Morgenstern.
  2557. <br>• <i>Parabatai:</i> Lucian Graymark
  2558.  
  2559. <p><h4>QUICK BIO</h4>
  2560.  
  2561. Valentine Morgenstern was born to Oskar and Seraphina Morgenstern. Seemingly from a wealthy family, he was raised in Idris and spent his childhood in a valley not far from Lake Lyn. His father raised him as a warrior, causing fuck this Valentine to both hate and love him. When he was old enough, Valentine attended the Shadowhunter Academy in Alicante and excelled. His good looks, charisma and charm made him popular among both staff and fellow students. With his manipulative and charismatic personality, Valentine quickly gained many followers. In particular, Valentine befriended a large group of unpopular and outcast students, with whom he soon formed the Circle, an organization with the goal of reforming both the laws and society of the Shadowhunter world.</p>
  2562.  
  2563. This goal changed, however, after the death of Valentine's father, who was supposedly killed by a werewolf. The incident changed Valentine for the worse and ultimately shaped his views and advocacy against Downworlders. The central ideal of The Circle changed from the reformation of the Shadow World to the destruction of all Downworlders, with the belief that the humans were the superior beings on the planet. Valentine's extremist beliefs intensified to the point that he came to believe that Downworlders were demons in human form who should be exterminated altogether to cleanse the world.</p>
  2564.  
  2565. Through all this, Valentine became particularly close to Lucian Graymark, who soon became his parabatai, and the latter's best friend, Jocelyn Fairchild. At the young age of nineteen, he married Jocelyn and moved into the Fairchild manor to be with her. In the cellar of his new home, Valentine secretly conducted most of his experiments on Downworlders, demons and the angel Ithuriel, whom he somehow managed to summon, imprison, and torture for information regarding the Mortal Mirror. Valentine also began studying magic and had learned to perform spells; he began to summon demons and angels, and continued creating magical items.</p>
  2566.  
  2567. <p>** For more information please see Valentine Morgenstern's wiki page <a href="http://shadowhunters.wikia.com/wiki/Valentine_Morgenstern">here.</a>
  2568.  
  2569.  
  2570. </li>
  2571. </ul id="tab">
  2572. </div id="pageBG" class="popup_block">
  2573.  
  2574.  
  2575.  
  2576.  
  2577.  
  2578.  
  2579. <!-- POPUP PAGE NAV. -->
  2580.  
  2581.  
  2582.  
  2583. <div id="pageNAV" class="popup_block">
  2584.  
  2585. <header>NAVIGATION</header>
  2586.  
  2587.  
  2588. <div id="intro">
  2589.  
  2590. <u>W</u>e <i>poison and destroy everything we love.</i> There is a reason for that. We are meant for a <b>higher purpose, you and I.</b> The distractions of the world are just that, <i>distractions.</i> If we allow ourselves to be turned aside from our course by them, we are duly <b>punished.</b>
  2591.  
  2592. </div id="intro">
  2593.  
  2594.  
  2595. <h4>GENERAL</h4>
  2596.  
  2597. <div id="nvbar" class="nvlinks">
  2598.  
  2599. <a href="/tagged/i.-%C2%A0-‹‹-———-%C2%A0i%27m-feeling-posh-so-address-me-with-an-accent%21-%C2%A0-%C2%A0-%C2%A0ooc.">OUT OF CHARACTER</a>
  2600.  
  2601. <a href="/tagged/ii.-%C2%A0-‹‹-———-it-takes-a-true-patriot-to-dissent.-%C2%A0-%C2%A0-%C2%A0psa.">ANNOUNCEMENTS</a>
  2602.  
  2603. <a href="/tagged/iii.-%C2%A0-‹‹-———-%C2%A0welcome-to-the-terror-dome.-%C2%A0-%C2%A0-%C2%A0promo.">PROMOTIONS</a>
  2604.  
  2605. <a href="/tagged/v.-%C2%A0-‹‹-———-%C2%A0bringers-of-the-dawn.-%C2%A0-%C2%A0-%C2%A0-headcanon.">HEADCANONS</a>
  2606.  
  2607. <a href="/tagged/vi.-%C2%A0-‹‹-———-%C2%A0we-are-meant-for-a-higher-purpose.-%C2%A0-%C2%A0-%C2%A0meme.">MEMES</a>
  2608.  
  2609. <a href="/tagged/vii.-%C2%A0-‹‹-———-%C2%A0to-ally-myself-with-heaven.-%C2%A0-%C2%A0-%C2%A0music.">MUSIC</a>
  2610.  
  2611. <a href="/tagged/viii.-%C2%A0-‹‹-———-%C2%A0i-can%27t-change-the-blood-in-my-veins-if-i-wished-to-and-i-don%27t.-%C2%A0-%C2%A0-%C2%A0ch-study.">CHARACTER STUDY</a>
  2612.  
  2613. <a href="/tagged/ix.-%C2%A0-‹‹-———-%C2%A0i-hereby-render-unconditional-obedience-to-the-circle-and-its-principles.-%C2%A0-%C2%A0-%C2%A0anonymous.">ANONYMOUS</a>
  2614.  
  2615.  
  2616. </div id="nvbar" class="nvlinks">
  2617.  
  2618.  
  2619.  
  2620. <h4>UNIVERSES</h4>
  2621.  
  2622. <div id="nvbar" class="nvlinks">
  2623.  
  2624. <a href="/tagged/%21-%C2%A0-‹-———-%C2%A0vs-%3A-%C2%A0the-circle-%C2%A0———-%C2%A0preserve-the-purity-of-the-bloodlines-of-idris.">CIRCLE ERA</a>
  2625.  
  2626. <a href="/tagged/%21-%C2%A0-‹-———-%C2%A0vs-%3A-%C2%A0city-of-bones-%C2%A0———-%C2%A0i-am-my-beloved’s-and-my-beloved-is-mine%3B-as-the-song-of-songs-goes.">CITY OF BONES</a>
  2627.  
  2628. <a href="/tagged/%21-%C2%A0-‹-———-%C2%A0vs-%3A-%C2%A0city-of-ashes-%C2%A0———-%C2%A0a-man-does-not-have-to-agree-with-his-government-to-be-a-patriot.">CITY OF ASHES</a>
  2629.  
  2630. <a href="/tagged/%21-%C2%A0-‹-———-%C2%A0vs-%3A-%C2%A0city-of-glass-%C2%A0———-%C2%A0power-doesn’t-need-to-be-unlimited-to-be-deadly.">CITY OF GLASS</a>
  2631.  
  2632. <a href="/tagged/%21-%C2%A0-‹-———-%C2%A0vs-%3A-%C2%A0unknown.">UNKNOWN INTERACTIONS</a>
  2633.  
  2634. <a href="/tagged/%21-%C2%A0-‹-———-%C2%A0vs-%3A-%C2%A0alternate-%C2%A0———-%C2%A0the-evil-we-love.">ALT: THE EVIL WE LOVE</a>
  2635.  
  2636.  
  2637. </div id="nvbar" class="nvlinks">
  2638.  
  2639.  
  2640.  
  2641.  
  2642. <h4>CONNECTIONS</h4>
  2643.  
  2644. <div id="nvbar" class="nvlinks">
  2645.  
  2646. <a href="/tagged/✝-%C2%A0-‹‹-———-%C2%A0in-hoc-signo-vinces.-%C2%A0-%C2%A0ref-%3A-%C2%A0the-circle-%21" style="width:427px;">THE CIRCLE</a>
  2647.  
  2648. <a href="/tagged/✝-%C2%A0-‹‹-———-%C2%A0he-looked-at-everything-closely-analysing-in-what-way-it-could-be-turned-to-his-advantage.-%C2%A0-%C2%A0vis-%3A-%C2%A0valentine.">VALENTINE MORGENSTERN</a>
  2649.  
  2650. <a href="/tagged/✝-%C2%A0-‹‹-———-%C2%A0he-had-loved-me-and-i-had-betrayed-him.-%C2%A0-%C2%A0ref-%3A-%C2%A0jocelyn-morgenstern-%21">JOCELYN MORGENSTERN</a>
  2651.  
  2652. <a href="/tagged/✝-%C2%A0-‹‹-———-%C2%A0you-tore-my-heart-out-years-ago-when-you-betrayed-and-deserted-me.-%C2%A0-%C2%A0ref-%3A-%C2%A0lucian-graymark-%21">LUCIAN GRAYMARK</a>
  2653.  
  2654. <a href="/tagged/✝-%C2%A0-‹‹-———-%C2%A0there-is-no-one-else-in-the-world-like-you.-%C2%A0-%C2%A0ref-%3A-%C2%A0jonathan-morgenstern-%21">JONATHAN MORGENSTERN</a>
  2655.  
  2656. <a href="/tagged/✝-%C2%A0-‹‹-———-%C2%A0you-are-valentine’s-arrow.-whether-you-know-it-or-not.-%C2%A0-%C2%A0ref-%3A-%C2%A0jonathan-christopher-%21">JONATHAN CHRISTOPHER</a>
  2657.  
  2658. <a href="/tagged/✝-%C2%A0-‹‹-———-%C2%A0you-have-a-dark-heart-in-you-valentne%27s-daughter.-%C2%A0-%C2%A0ref-%3A-%C2%A0clarissa-morgenstern-%21">CLARISSA MORGENSTERN</a>
  2659.  
  2660.  
  2661.  
  2662. </div id="nvbar" class="nvlinks">
  2663.  
  2664.  
  2665. </div id="pageNV" class="popup_block">
  2666.  
  2667.  
  2668.  
  2669.  
  2670. <!-- CREDIT -->
  2671.  
  2672. <div id="credit"><div style="width:105px;margin-right:10px;">
  2673. <a href="http://iniziare.tumblr.com/post/172148130832/theme-francis-live-preview-in-useaction" target="blank">
  2674. <span>S.</span>MADE BY SAE.</a>
  2675. </div></div>
  2676.  
  2677.  
  2678.  
  2679. </body>
  2680.  
  2681. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement