Advertisement
littlemisswhoever

3 column theme: snakedhand

Oct 19th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.92 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.  
  20. <!-- SCRIPT: TOOLTIP -->
  21.  
  22.  
  23. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  24. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  25. <script>
  26. (function($){
  27. $(document).ready(function(){
  28. $("a[title]").style_my_tooltips({
  29. tip_follows_cursor:true,
  30. tip_delay_time:90,
  31. tip_fade_speed:600,
  32. attribute:"title"
  33. });
  34. });
  35. })(jQuery);
  36. </script>
  37.  
  38.  
  39.  
  40.  
  41. <!-- SCRIPT: EXPAND -->
  42.  
  43. <script>
  44. $(document).ready(function(){
  45. $(".tags").hide();
  46. $(".hide").show();$('.hide').toggle(function(){
  47. $(".tags").slideDown(function(){});
  48. },function(){
  49. $(".tags").slideUp(function(){});
  50. });
  51. });
  52. </script>
  53.  
  54.  
  55.  
  56.  
  57.  
  58. <!-- SCRIPT: POPUPS -->
  59.  
  60. <script type="text/javascript"
  61. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  62. <script>
  63. $(document).ready(function() {
  64. //
  65. $('a.poplight[href^=#]').click(function() {
  66. var popID = $(this).attr('rel'); //Get Popup Name
  67. var popURL = $(this).attr('href'); //Get Popup href to define size
  68. var query= popURL.split('?');
  69. var dim= query[1].split('&');
  70. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  71. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  72. var popMargTop = ($('#' + popID).height() + 80) / 2;
  73. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  74. //Apply Margin to Popup
  75. $('#' + popID).css({
  76. 'margin-top' : -popMargTop,
  77. 'margin-left' : -popMargLeft
  78. });
  79. $('body').append('<div id="fade"></div>');
  80. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  81. return false;
  82. });
  83. $('a.close, #fade').live('click', function() {
  84. $('#fade , .popup_block').fadeOut(function() {
  85. $('#fade, a.close').remove(); //fade them both out
  86. });
  87. return false;
  88. });
  89. });
  90. </script>
  91.  
  92.  
  93. <!-- SCRIPT: jQuery -->
  94.  
  95. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  96.  
  97.  
  98.  
  99. <!-- SCRIPT: AUDIO PLAYER -->
  100.  
  101. <script>
  102. $(document).ready(function() {
  103. $('iframe.tumblr_audio_player').load( function() {
  104. $('iframe.tumblr_audio_player').contents().find("head")
  105. .append($("<style type='text/css'> .audio-player{background:transparent !important; color:{color:bold} !important;} </style>"));
  106. });
  107. });
  108. </script>
  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. <!-- CUSTOM FONTS -->
  127.  
  128. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
  129.  
  130.  
  131. <link rel="stylesheet" href="https://static.tumblr.com/8rqi4zd/Ldipc2gaa/jace1.css">
  132.  
  133.  
  134. <link rel="stylesheet" href="https://static.tumblr.com/8rqi4zd/JDOpb0bk5/regular.css">
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142. <!-- META LINES -->
  143.  
  144.  
  145. <meta name="image:Background" content="https://static.tumblr.com/8rqi4zd/XNYpgvjql/a10.gif"/>
  146.  
  147. <meta name="text:Font" content="'Frank Ruhl Libre'"/>
  148. <meta name="text:Font Size" content="10px"/>
  149. <meta name="text:Line Height" content="14px;" />
  150. <meta name="text:Custom Capitals Font" content="'exodus_demostencil'">
  151.  
  152. <meta name="color:Body Text" content="#c6c6c6" />
  153. <meta name="color:Bold" content="#6d1616" />
  154. <meta name="color:Italic" content="#ffffff" />
  155. <meta name="color:Links" content="#6d1616" />
  156. <meta name="color:Links Hover" content="#ffffff" />
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164. <style type="text/css">
  165.  
  166.  
  167.  
  168.  
  169. /* SCROLLBAR */
  170.  
  171. ::-webkit-scrollbar {
  172. background:transparent;
  173. height: 0px;
  174. display:none;
  175. width: 0px; /* remove scrollbar space */
  176. -ms-overflow-style: none; // IE 10+
  177. overflow: -moz-scrollbars-none; // Firefox
  178. }
  179.  
  180.  
  181. ::-webkit-scrollbar-thumb {
  182. background:transparent;
  183. }
  184.  
  185.  
  186.  
  187.  
  188. /* TEXT SELECTION */
  189.  
  190. ::selection {background: #000000; color:#ffffff;}
  191. ::-moz-selection {background: #000000; color:#ffffff;}
  192.  
  193.  
  194.  
  195.  
  196.  
  197. /* TOOLTIP */
  198.  
  199.  
  200. #s-m-t-tooltip {
  201. z-index:999999;
  202. max-width:350px;
  203. margin-left:10px;
  204. margin-top:10px;
  205. font-weight:lighter;
  206. background-color:#000000;
  207. background:rgba(0,0,0,1);
  208. border:1px solid #151515;
  209. padding-top:6px;
  210. padding-bottom:6px;
  211. padding-left:16px;
  212. padding-right:16px;
  213. font-family:calibri;
  214. font-style:normal;
  215. font-weight:700;
  216. font-size:10px;
  217. text-shadow: 0px 0px 1px #000;
  218. color: #e8e8e8;
  219. text-transform:uppercase;
  220. letter-spacing:0px;
  221. -webkit-box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  222. -moz-box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  223. box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  224. }
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231. /* FOUNDATION */
  232.  
  233.  
  234. body {
  235. background-image:url('{image:Background}');
  236. background-attachment:fixed;
  237. background-repeat:no-repeat;
  238. background-position:top left;
  239. background-color:#000000;
  240. color:{color:Body Text};
  241. font-size:{text:Font Size};
  242. line-height:14px;
  243. word-spacing:-0.5px;
  244. color:{color:Body Text};
  245. font-family:{text:Font};
  246. word-wrap: break-word;
  247. }
  248.  
  249.  
  250. body a {
  251. font-size:12px;
  252. color:{color:links};
  253. font-weight:bold;
  254. text-decoration:none!important;
  255. -moz-transition-duration:2s;
  256. -webkit-transition-duration:2s;
  257. -o-transition-duration:2s;
  258. }
  259.  
  260. body a:hover {
  261. color:{color:links hover};
  262. -moz-transition-duration:2s;
  263. -webkit-transition-duration:2s;
  264. -o-transition-duration:2s;
  265. }
  266.  
  267.  
  268.  
  269.  
  270.  
  271. /* BLOCKQUOTES */
  272.  
  273.  
  274. blockquote {
  275. background-color:#000000!important;
  276. padding-left:24px;
  277. padding-right:24px;
  278. padding-top:12px;
  279. padding-bottom:12px;
  280. margin-top:12px;
  281. margin-bottom:12px;
  282. text-align:justify;
  283. margin-left:0px;
  284. margin-right:0px;
  285. border:1px solid #151515;
  286. word-wrap: break-word!important;
  287. }
  288.  
  289.  
  290.  
  291. blockquote blockquote {
  292. border-left:1px solid #151515!important;
  293. border-top:0px!important;
  294. border-bottom:0px!important;
  295. border-right:0px!important;
  296. outline:0px solid transparent;
  297. padding-left:24px;
  298. padding-right:0px;
  299. padding-top:0px;
  300. padding-bottom:0px;
  301. margin-top:12px!important;
  302. margin-bottom:0px!important;
  303. }
  304.  
  305.  
  306. blockquote p:not(:first-child):first-letter {
  307. text-transform:uppercase;
  308. }
  309.  
  310.  
  311.  
  312. .stretch {
  313. margin-left:-25px;
  314. margin-right:-25px;
  315. margin-top:-27px;
  316. margin-bottom:25px;
  317. }
  318.  
  319.  
  320.  
  321.  
  322.  
  323. /* TEXT-WRAPPING AROUND ICONS/IMAGES */
  324.  
  325.  
  326. #wrap img {
  327. margin-top:2px!important;
  328. margin-bottom:0px!important;
  329. padding-right:3px;
  330. padding-bottom:3px;
  331. float:left;
  332. margin-right:14px;
  333. padding:9px;
  334. border:1px solid #151515;
  335. -webkit-filter: brightness(0.9) contrast(1) saturate(1);
  336. }
  337.  
  338.  
  339. #wrap blockquote img {
  340. clear:both!important;
  341. margin-top:11px!important;
  342. margin-bottom:0px!important;
  343. margin-left:14px;
  344. margin-right:0px!important;
  345. float:right;
  346. }
  347.  
  348.  
  349.  
  350.  
  351.  
  352. /* FONT-RELATED */
  353.  
  354.  
  355. small, sub, sup {
  356. font-size:{text:Font Size};
  357. }
  358.  
  359.  
  360. big {
  361. font-size:120%;
  362. }
  363.  
  364.  
  365. b, bold, strong {
  366. font-size:9.5px;
  367. font-family: calibri;
  368. text-transform:uppercase;
  369. font-weight:bold;
  370. color:{color:Bold};
  371. padding-right:0px;
  372. padding-left:0px;
  373. }
  374.  
  375. em, i, italic {
  376. font-family:calibri;
  377. font-style:normal;
  378. font-weight:700;
  379. font-size:9.5px;
  380. text-shadow: 0px 0px 1px #000;
  381. color: {color:Italic};
  382. text-transform:uppercase;
  383. }
  384.  
  385.  
  386.  
  387.  
  388. u, u a {
  389. background: #685858; /* Old browsers */
  390. background: -moz-linear-gradient(130deg, #202020 39%, #202020 50%, #080808 70%); /* FF3.6-15 */
  391. background: -webkit-linear-gradient(130deg, #202020 39%,#202020 50%,#080808 70%); /* Chrome10-25,Safari5.1-6 */
  392. background: linear-gradient(130deg, #202020 39%,#666666 50%, #202020 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  393. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#685858', endColorstr='#151515',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  394. -webkit-background-clip: text;
  395. -webkit-text-fill-color: transparent;
  396. border: 1px solid #151515;
  397. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  398. color:{color:first letter};!important;
  399. text-decoration:none!important;
  400. font-style:normal!important;
  401. font-weight:bold!important;
  402. text-transform:uppercase!important;
  403. float:left;
  404. margin-top:2px;
  405. height:55px;
  406. width:55px;
  407. font-size: 44px;
  408. margin-right: 11px;
  409. position: relative;
  410. text-align: center;
  411. vertical-align: middle;
  412. line-height: 63px;
  413. }
  414.  
  415.  
  416.  
  417.  
  418. pre {
  419. padding-top:8px;
  420. padding-bottom:8px;
  421. font-weight:lighter;
  422. text-transform:uppercase;
  423. color: #d1d1d1;
  424. line-height:155%;
  425. font-weight:lighter!important;
  426. color:#e6e6e6;
  427. font-size:8.4px;
  428. letter-spacing:0.6px;
  429. white-space: pre-wrap;
  430. white-space: -moz-pre-wrap;
  431. white-space: -pre-wrap;
  432. white-space: -o-pre-wrap;
  433. word-wrap: break-word;
  434. }
  435.  
  436.  
  437.  
  438. pre a {
  439. color:{color:links};
  440. -moz-transition-duration:2s;
  441. -webkit-transition-duration:2s;
  442. -o-transition-duration:2s;
  443. }
  444.  
  445.  
  446.  
  447. h1 {
  448. word-spacing:-0.5px;
  449. font-size:12px;
  450. color: #ffffff;
  451. font-weight:bold;
  452. font-family:calibri;
  453. text-align:left!important;
  454. text-transform:uppercase;
  455. }
  456.  
  457.  
  458.  
  459. h1 a {
  460. font-weight:bold;
  461. color: #d1d1d1!important;
  462. }
  463.  
  464.  
  465.  
  466. h2 {
  467. font-family: calibri, sans-serif;
  468. font-size:13.4px;
  469. text-transform:uppercase!important;
  470. color:{color:bold};
  471. letter-spacing:-0.4px;
  472. }
  473.  
  474.  
  475.  
  476. h2 a {
  477. font-family: calibri, sans-serif;
  478. font-size:13.4px!important;
  479. text-transform:uppercase!important;
  480. color:{color:links};
  481. letter-spacing:-0.4px;
  482. }
  483.  
  484.  
  485.  
  486. h3 {
  487. font-family: calibri, sans-serif;
  488. font-size:13.4px;
  489. text-transform:uppercase!important;
  490. color:{color:bold};
  491. letter-spacing:-0.4px;
  492. }
  493.  
  494.  
  495.  
  496. h3 a {
  497. font-family: calibri, sans-serif;
  498. font-size:13.4px!important;
  499. text-transform:uppercase!important;
  500. color:{color:links};
  501. letter-spacing:-0.4px;
  502. }
  503.  
  504.  
  505.  
  506. h4 {
  507. background-image:url('');
  508. background-repeat:repeat;
  509. background-attachment:fixed;
  510. border:1px solid #151515;
  511. margin-bottom:24px;
  512. margin-top:24px;
  513. width:479px;
  514. height:24px;
  515. margin-left:-25px;
  516. text-align:center;
  517. font-family:calibri;
  518. font-style:normal;
  519. font-weight:bold;
  520. font-size:10px;
  521. line-height:23px;
  522. color: #151515;
  523. text-transform:uppercase;
  524. text-shadow: 0px 0px 1px rgba(11, 11, 11, 0.2);
  525. -moz-transition-duration:1.5s;
  526. -webkit-transition-duration:1.5s;
  527. -o-transition-duration:1.5s;
  528. }
  529.  
  530.  
  531.  
  532. h4:hover {
  533. color:{color:links};
  534. -moz-transition-duration:1.5s;
  535. -webkit-transition-duration:1.5s;
  536. -o-transition-duration:1.5s;
  537. }
  538.  
  539.  
  540.  
  541.  
  542. h4 a {
  543. font-family:calibri;
  544. font-style:normal;
  545. font-weight:700;
  546. font-size:10px!important;
  547. line-height:10px;
  548. text-shadow: 0px 0px 1px #000;
  549. color: #e8e8e8;
  550. }
  551.  
  552.  
  553.  
  554. ul {
  555. list-style-position: inside;
  556. padding-left: 1.2em; }
  557.  
  558. ol {
  559. list-style-position: inside;
  560. padding-left: 1.2em;
  561. }
  562.  
  563.  
  564.  
  565. /* SIDEBAR */
  566.  
  567.  
  568. #sidebar {
  569. position: fixed;
  570. line-height:165%;
  571. background:transparent;
  572. width:125px;
  573. left: 74px;
  574. top: 93px;
  575. }
  576.  
  577.  
  578. .sideheadertop {
  579. width:160px;
  580. height:24px;
  581. background-color:#030303;
  582. outline:1px solid #151515;
  583. text-align: center;
  584. margin-left:-6px;
  585. margin-top:-8px;
  586. }
  587.  
  588.  
  589.  
  590. .sideheaderbottom {
  591. width:160px;
  592. height:24px;
  593. background-color:#030303;
  594. outline:1px solid #151515;
  595. margin-top: 29px;
  596. text-align: center;
  597. margin-left:-6px;
  598. }
  599.  
  600.  
  601.  
  602.  
  603. #sidetext {
  604. height:451px;
  605. width:114px;
  606. margin-top:24px;
  607. margin-left:17px;
  608. background-color:transparent;
  609. text-align:justify;
  610. overflow:scroll;
  611. line-height:14px;
  612. text-align-last: center;
  613. }
  614.  
  615.  
  616. #sidetext a {
  617. font-size:9.5px;
  618. font-family: calibri;
  619. text-transform:uppercase;
  620. letter-spacing:-0.05px;
  621. font-weight:bold;
  622. color:{color:Links};
  623. padding-right:0px;
  624. padding-left:0px;
  625. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.45);
  626. }
  627.  
  628.  
  629.  
  630.  
  631. /* DESCRIPTION */
  632.  
  633.  
  634.  
  635. .bottombox {
  636. position:fixed;
  637. width:478px;
  638. left:253px;
  639. top:478px;
  640. border:1px solid #151515;
  641. background-color:transparent;
  642. }
  643.  
  644.  
  645. .description {
  646. height:59px;
  647. max-height:59px;
  648. padding-left:24px;
  649. padding-right:24px;
  650. border-top:24px solid #000000;
  651. border-bottom:24px solid transparent;
  652. line-height:14px;
  653. text-align:justify;
  654. overflow-y:scroll;
  655. }
  656.  
  657.  
  658.  
  659. .description a {
  660. font-family: calibri;
  661. text-transform:uppercase;
  662. font-size:9px;
  663. font-weight:bold!important;
  664. -moz-transition-duration:2s;
  665. -webkit-transition-duration:2s;
  666. -o-transition-duration:2s;
  667. }
  668.  
  669.  
  670.  
  671. #navi {
  672. width:478px;
  673. height:24px;
  674. border-top:1px solid #151515;
  675. border-bottom:1px solid #151515;
  676. border-left:1px solid #151515;
  677. border-right:1px solid #151515;
  678. background-color:#000000;
  679. text-align: center;
  680. line-height:23px;
  681. margin-left:-1px;
  682. margin-top:-1px!important;
  683. overflow:hidden;
  684. font-family:calibri!important;
  685. text-shadow: 0px 0px 1px rgba(11, 11, 11, 0.2);
  686. -webkit-user-select: none; /* Chrome all / Safari all */
  687. -moz-user-select: none; /* Firefox all */
  688. -ms-user-select: none; /* IE 10+ */
  689. user-select: none; /* Likely future */
  690. }
  691.  
  692.  
  693. #navi b {
  694. color:#151515;
  695. text-shadow: 0px 0px 1px rgba(11, 11, 11, 0.2);
  696. }
  697.  
  698.  
  699.  
  700. #navi a {
  701. font-family:calibri;
  702. font-size:9.5px;
  703. letter-spacing:0px;
  704. margin-right:25px;
  705. color:#151515!important;
  706. }
  707.  
  708.  
  709. #navi a:last-child {
  710. margin-right:0px!important;
  711. }
  712.  
  713.  
  714. #navi a:hover {
  715. background-color:#000000!important;
  716. font-weight:bold!important;
  717. color:{color:links}!important;
  718. -moz-transition-duration:2s;
  719. -webkit-transition-duration:2s;
  720. -o-transition-duration:2s;
  721. }
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728. /* POSTS: GENERAL */
  729.  
  730.  
  731. #container {
  732. position:fixed;
  733. height:552px;
  734. width:430px;
  735. left:757px;
  736. top:84px;
  737. background-color:transparent;
  738. overflow-y:scroll;
  739. padding-left:24px;
  740. padding-right:24px;
  741. z-index:9999;
  742. border:1px solid #151515!important;
  743. }
  744.  
  745.  
  746.  
  747. .containerheadertop {
  748. position:fixed;
  749. width:478px;
  750. height:24px;
  751. background-color:#030303;
  752. border:1px solid #151515;
  753. text-align: center;
  754. margin-left:-25px;
  755. margin-top:-1px;
  756. z-index:99999;
  757. }
  758.  
  759.  
  760.  
  761. #containertopspace {
  762. position:fixed;
  763. width:478px;
  764. height:24px;
  765. background-color:transparent;
  766. margin-left:-24px;
  767. border-bottom:24px solid #000000;
  768. margin-top:-1px;
  769. z-index:999;
  770. }
  771.  
  772.  
  773.  
  774. .containerheaderbottom {
  775. position:fixed;
  776. width:478px;
  777. height:24px;
  778. background-color:#030303;
  779. border:1px solid #151515;
  780. text-align: center;
  781. left:758px;
  782. top:612px;
  783. margin-left:-1px;
  784. z-index:9999999;
  785. }
  786.  
  787.  
  788.  
  789. #containerbottomspace {
  790. position:fixed;
  791. left:782px;
  792. top:582px;
  793. width:478px;
  794. height:24px;
  795. background-color:#000000;
  796. text-align: center;
  797. margin-left:-24px;
  798. margin-top:6px;
  799. z-index:999999;
  800. }
  801.  
  802.  
  803.  
  804. .posts {
  805. width:430px;
  806. padding-right:25px;
  807. padding-left:25px;
  808. margin-left:-25px;
  809. word-wrap: break-word;
  810. text-align:justify;
  811. line-height:14px;
  812. margin-bottom:84px;
  813. }
  814.  
  815.  
  816.  
  817.  
  818.  
  819. .posts a {
  820. font-family: calibri;
  821. text-transform:uppercase;
  822. font-size:9.4px;
  823. font-weight:bold!important;
  824. -moz-transition-duration:2s;
  825. -webkit-transition-duration:2s;
  826. -o-transition-duration:2s;
  827. }
  828.  
  829.  
  830.  
  831. .posts a:hover {
  832. color:{color:links hover};
  833. -moz-transition-duration:2s;
  834. -webkit-transition-duration:2s;
  835. -o-transition-duration:2s;
  836. }
  837.  
  838.  
  839. .posts img {
  840. max-width: -webkit-calc(100% - 22px);
  841. max-width: -moz-calc(100% - 22px);
  842. max-width: calc(100% - 22px);
  843. height:auto;
  844. }
  845.  
  846.  
  847.  
  848.  
  849.  
  850. /* POSTS: TEXT */
  851.  
  852.  
  853. #text {
  854. border:1px solid #151515;
  855. margin-left:-25px;
  856. margin-right:-25px;
  857. margin-bottom:-27px;
  858. margin-top:26px;
  859. padding-left:24px;
  860. padding-right:24px;
  861. padding-top:14px;
  862. padding-bottom:14px;
  863. }
  864.  
  865.  
  866. #textbody {
  867. {block:permalinkpage}
  868. margin-top:-24px;
  869. padding-top:0px;
  870. {/block:permalinkpage}
  871. margin-top:3px;
  872. }
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880. /* POSTS: PHOTO/PHOTOSETS */
  881.  
  882.  
  883. #psingle {
  884. position:relative;
  885. z-index:99999999!important;
  886. margin-top:-1px;
  887. margin-bottom:-28px;
  888. margin-left:-26px;
  889. margin-right:-25px;
  890. border-top:1px solid #2e2e2e;
  891. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.55);
  892. -webkit-transition: all 0.9s ease-in-out;
  893. -moz-transition: all 0.9s ease-in-out;
  894. -o-transition: all 0.9s ease-in-out;
  895. -ms-transition: all 0.9s ease-in-out;
  896. transition: all 0.9s ease-in-out;
  897. }
  898.  
  899.  
  900.  
  901. #psingle:hover {
  902. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.55);
  903. -webkit-transition: all 0.9s ease-in-out;
  904. -moz-transition: all 0.9s ease-in-out;
  905. -o-transition: all 0.9s ease-in-out;
  906. -ms-transition: all 0.9s ease-in-out;
  907. transition: all 0.9s ease-in-out;
  908. }
  909.  
  910.  
  911.  
  912. #pset {
  913. position:relative;
  914. z-index:99999999!important;
  915. width: 480px;
  916. margin-top:-1px!important;
  917. background-color:#000000;
  918. margin-bottom:-30px;
  919. margin-left:-24px;
  920. border-top:1px solid #2e2e2e;
  921. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.85);
  922. -webkit-transition: all 0.9s ease-in-out;
  923. -moz-transition: all 0.9s ease-in-out;
  924. -o-transition: all 0.9s ease-in-out;
  925. -ms-transition: all 0.9s ease-in-out;
  926. transition: all 0.9s ease-in-out;
  927. }
  928.  
  929.  
  930.  
  931. #pset:hover {
  932. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.85);
  933. -webkit-transition: all 0.9s ease-in-out;
  934. -moz-transition: all 0.9s ease-in-out;
  935. -o-transition: all 0.9s ease-in-out;
  936. -ms-transition: all 0.9s ease-in-out;
  937. transition: all 0.9s ease-in-out;
  938. }
  939.  
  940.  
  941.  
  942.  
  943. #pcaption {
  944. border-top:1px solid #151515;
  945. margin-top:26px;
  946. margin-left:-24px;
  947. margin-right:-24px;
  948. padding-left:24px;
  949. padding-right:24px;
  950. }
  951.  
  952.  
  953. #pcaption a {
  954. font-size:10px;
  955. }
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963. /* POSTS: QUOTE */
  964.  
  965. #quotebox {
  966. border-top:1px solid #151515;
  967. padding-left:24px;
  968. padding-right:24px;
  969. padding-top:24px;
  970. padding-bottom:0px;
  971. margin-left:-25px;
  972. margin-right:-25px;
  973. margin-bottom:-27px;
  974. margin-top:30px;
  975. }
  976.  
  977.  
  978.  
  979. #quote {
  980. font-size:12px;
  981. text-align:left;
  982. padding-top:0px;
  983. padding-bottom:24px;
  984. letter-spacing:-0.5px;
  985. line-height:16px;
  986. }
  987.  
  988.  
  989.  
  990.  
  991. .source {
  992. font-family:calibri;
  993. font-weight:bold;
  994. text-align:left;
  995. font-size:10px;
  996. color: #e8e8e8;
  997. text-transform:uppercase;
  998. border:1px solid #151515;
  999. margin-top:-1px;
  1000. height:24px;
  1001. line-height:23px;
  1002. padding-left:24px;
  1003. padding-right:24px;
  1004. margin-bottom:-24px;
  1005. margin-top:24px;
  1006. margin-left:-25px;
  1007. margin-right:-25px;
  1008. background-color:#030303;
  1009. }
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018. /* POSTS: LINK */
  1019.  
  1020. #linkpost {
  1021. margin-right:-25px;
  1022. margin-left:-25px!important;
  1023. {block:permalinkpage}
  1024. margin-top:0px;
  1025. {/block:permalinkpage}
  1026. padding-top:0px;
  1027. margin-bottom:-25px;
  1028. }
  1029.  
  1030.  
  1031.  
  1032. #link {
  1033. margin-top:32px;
  1034. border:1px solid #151515;
  1035. padding:24px;
  1036. }
  1037.  
  1038.  
  1039. #link a {
  1040. font-size:12px;
  1041. }
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050. /* POSTS: CHAT */
  1051.  
  1052. #chatbox {
  1053. margin-right:-25px;
  1054. margin-left:-25px!important;
  1055. padding-bottom:0px!important;
  1056. }
  1057.  
  1058.  
  1059.  
  1060. #chat {
  1061. margin-top:25px;
  1062. border-top:1px solid #151515;
  1063. padding-top:27px;
  1064. padding-left:24px;
  1065. padding-right:24px;
  1066. }
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075. /* POSTS: AUDIO */
  1076.  
  1077. #audiobox {
  1078. {block:permalinkpage}
  1079. margin-top:0px;
  1080. {/block:permalinkpage}
  1081. padding-left:24px;
  1082. padding-right:24px;
  1083. padding-bottom:0px;
  1084. padding-top:24px;
  1085. margin-left:-25px;
  1086. margin-right:-25px;
  1087. margin-bottom:-27px;
  1088. }
  1089.  
  1090.  
  1091.  
  1092. .player {
  1093. opacity: 1;
  1094. position: absolute;
  1095. z-index: 1;
  1096. line-height:33px;
  1097. margin-left: -12px;
  1098. margin-top:29px;
  1099. display: block;
  1100. }
  1101.  
  1102. .audioplayer {
  1103. width: 24px;
  1104. height: 24px;
  1105. margin-left: 0px;
  1106. overflow: hidden;
  1107. padding: 0px;
  1108. }
  1109.  
  1110.  
  1111.  
  1112. .audioinfo {
  1113. border:1px solid #151515;
  1114. margin-left: -25px;
  1115. margin-right: -25px;
  1116. padding-left:50px;
  1117. margin-top:30px;
  1118. height:24px;
  1119. line-height:23px;
  1120. display: block;
  1121. font-family:calibri;
  1122. font-weight:bold;
  1123. text-transform: uppercase;
  1124. text-align: left;
  1125. letter-spacing:-0.08px;
  1126. word-spacing:-0.5px;
  1127. font-size:10px;
  1128. color:#151515;
  1129. background: transparent;
  1130. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.15);
  1131. -moz-transition-duration:1.5s;
  1132. -webkit-transition-duration:1.5s;
  1133. -o-transition-duration:1.5s;
  1134. }
  1135.  
  1136.  
  1137. .audioinfo:hover {
  1138. color:{color:links};
  1139. -moz-transition-duration:1.5s;
  1140. -webkit-transition-duration:1.5s;
  1141. -o-transition-duration:1.5s;
  1142. }
  1143.  
  1144.  
  1145. #acaption {
  1146. border-top:0px solid #151515;
  1147. padding-top:12px;
  1148. padding-bottom:12px;
  1149. margin-left:-24px;
  1150. padding-left:24px;
  1151. }
  1152.  
  1153. #acaption a {
  1154. font-size:10px;
  1155. }
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163. /* POSTS: VIDEO */
  1164.  
  1165. .video-container {
  1166. margin-top:46px;
  1167. position: relative;
  1168. padding-bottom: 56.25%;
  1169. height: 0;
  1170. overflow: hidden;
  1171. margin-left:-24px;
  1172. width: 480px;
  1173. margin-bottom:-24px;
  1174. }
  1175.  
  1176.  
  1177. .video-container iframe,
  1178. .video-container object,
  1179. .video-container embed {
  1180. position: absolute;
  1181. top: 0;
  1182. left: 0;
  1183. height: 100%;
  1184. width:100%;
  1185. }
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191. /* POSTS: ASK */
  1192.  
  1193.  
  1194. #answer {
  1195. padding-left:24px;
  1196. padding-right:24px;
  1197. margin-left:-25px;
  1198. margin-right:-25px;
  1199. margin-top:-7px;
  1200. }
  1201.  
  1202.  
  1203. #question {
  1204. border-top:0px solid #151515;
  1205. width: 80%;
  1206. margin-top:32px;
  1207. height:70px;
  1208. width:447px;
  1209. margin-left:-25px;
  1210. }
  1211.  
  1212.  
  1213.  
  1214. #ask {
  1215. float:left;
  1216. font-family:calibri, sans-serif;
  1217. text-transform:uppercase;
  1218. position: absolute;
  1219. font-weight:bold;
  1220. background-color:#000000;
  1221. font-size:9px;
  1222. line-height:12px!important;
  1223. width:365px;
  1224. min-height:21px;
  1225. max-height:21px;
  1226. overflow:scroll;
  1227. margin-top:0px;
  1228. margin-left:1px;
  1229. margin-bottom:0px;
  1230. padding-left:24px;
  1231. padding-right:24px;
  1232. outline:solid 1px #151515;
  1233. border-top:22px solid #000000;
  1234. border-bottom:22px solid #000000;
  1235. -moz-transition-duration:1.5s;
  1236. -webkit-transition-duration:1.5s;
  1237. -o-transition-duration:1.5s;
  1238. }
  1239.  
  1240.  
  1241.  
  1242. #ask:hover {
  1243. max-height:46px!important;
  1244. -moz-transition-duration:1.5s;
  1245. -webkit-transition-duration:1.5s;
  1246. -o-transition-duration:1.5s;
  1247. }
  1248.  
  1249.  
  1250. #ask a {
  1251. font-weight:lighter;
  1252. color:{color:bold};
  1253. font-size:9px;
  1254. text-decoration:none;
  1255. }
  1256.  
  1257.  
  1258. #ask b {
  1259. color:{color:links};
  1260. font-size:9px;
  1261. line-height:11px;
  1262. font-family:calibri!important;
  1263. }
  1264.  
  1265.  
  1266.  
  1267. #ask img {
  1268. -webkit-filter:grayscale(1);
  1269. }
  1270.  
  1271.  
  1272.  
  1273. .letterask {
  1274. position:relative;
  1275. font-weight:bold;
  1276. z-index:9999!important;
  1277. position:absolute;
  1278. text-align:center;
  1279. font-size:44px;
  1280. margin-left:415px;
  1281. outline:1px solid #151515;
  1282. padding-top:25px;
  1283. padding-bottom:26px;
  1284. padding-left:17px;
  1285. padding-right:17px;
  1286. color:{color:first letter};
  1287. -webkit-user-select: none; /* Chrome all / Safari all */
  1288. -moz-user-select: none; /* Firefox all */
  1289. -ms-user-select: none; /* IE 10+ */
  1290. user-select: none; /* Likely future */
  1291. background: #685858; /* Old browsers */
  1292. background: -moz-linear-gradient(130deg, #202020 39%, #202020 50%, #080808 70%); /* FF3.6-15 */
  1293. background: -webkit-linear-gradient(130deg, #202020 39%,#202020 50%,#080808 70%); /* Chrome10-25,Safari5.1-6 */
  1294. background: linear-gradient(130deg, #202020 39%,#666666 50%, #202020 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  1295. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#685858', endColorstr='#151515',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  1296. -webkit-background-clip: text;
  1297. -webkit-text-fill-color: transparent;
  1298. }
  1299.  
  1300.  
  1301.  
  1302.  
  1303. #response {
  1304. margin-top:24px;
  1305. padding-top:0px;
  1306. padding-bottom:0px;
  1307. }
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314. /* POPUPS: GENERAL */
  1315.  
  1316.  
  1317. .popupheadertop {
  1318. position:fixed;
  1319. width:478px;
  1320. height:24px;
  1321. background-color:#030303;
  1322. outline:1px solid #151515;
  1323. text-align: center;
  1324. margin-left:-24px;
  1325. margin-top:-49px;
  1326. }
  1327.  
  1328.  
  1329. .popup_block {
  1330. display:none;
  1331. background-color:#000000;
  1332. height:320px!important;
  1333. top:310px;
  1334. left:509px!important;
  1335. opacity:1;
  1336. position:fixed;
  1337. z-index:9999999;
  1338. padding-left:24px!important;
  1339. padding-right:24px!important;
  1340. outline:1px solid #151515;
  1341. border-bottom:24px solid #000000;
  1342. border-top:24px solid #000000;
  1343. overflow-y:scroll;
  1344. text-align:justify;
  1345. overflow-x:hidden;
  1346. }
  1347.  
  1348.  
  1349.  
  1350.  
  1351.  
  1352. .popup_block a {
  1353. font-family: calibri;
  1354. text-transform:uppercase;
  1355. font-size:9px;
  1356. font-weight:bold!important;
  1357. -moz-transition-duration:2s;
  1358. -webkit-transition-duration:2s;
  1359. -o-transition-duration:2s;
  1360. }
  1361.  
  1362.  
  1363.  
  1364. *html #fade {
  1365. position: absolute;
  1366. }
  1367.  
  1368.  
  1369.  
  1370. *html .popup_block {
  1371. position: absolute;
  1372. }
  1373.  
  1374.  
  1375.  
  1376. #fade {
  1377. display:none;
  1378. position:fixed;
  1379. left:0px;
  1380. top:0px;
  1381. width:100%;
  1382. height:100%;
  1383. z-index:9;
  1384. background:#000;
  1385. opacity:0;
  1386. }
  1387.  
  1388.  
  1389. #intro {
  1390. margin-top:5px;
  1391. margin-bottom:24px;
  1392. border:1px solid #151515;
  1393. line-height:13px;
  1394. padding-left:24px;
  1395. padding-right:24px;
  1396. padding-top:24px;
  1397. padding-bottom:24px;
  1398. }
  1399.  
  1400.  
  1401.  
  1402.  
  1403. /* POPUPS: TABS */
  1404.  
  1405.  
  1406. #tabbar{
  1407. left:50%;
  1408. top:50%;
  1409. margin-left:
  1410. overflow: scroll;
  1411. text-align:justify;
  1412. color:#222;
  1413. font-family:calibri;
  1414. font-size:12px;
  1415. }
  1416.  
  1417. ul#tabs {
  1418. text-align: center;
  1419. }
  1420.  
  1421.  
  1422. ul#tabs li {
  1423. display: inline-block;
  1424. background-repeat:repeat;
  1425. background-attachment:fixed;
  1426. border:1px solid #151515; /* INACTIVE TAB */
  1427. width:190px;
  1428. font-weight:bold;
  1429. text-align:center;
  1430. font-family:calibri;
  1431. font-style:normal;
  1432. font-weight:700;
  1433. font-size:10px;
  1434. line-height:10px;
  1435. text-shadow: 0px 0px 1px #000;
  1436. padding: 10px 10px;
  1437. margin-bottom: 2px;
  1438. cursor:pointer;
  1439. color:#151515;
  1440. }
  1441.  
  1442.  
  1443. ul#tabs li.active {
  1444. display: inline-block;
  1445. padding:9px;
  1446. text-align:center;
  1447. font-family:calibri;
  1448. font-style:normal;
  1449. font-weight:700;
  1450. font-size:10px;
  1451. line-height:10px;
  1452. text-shadow: 0px 0px 1px #000;
  1453. background:#000000;
  1454. font-weight:bold;
  1455. font-size:10px;
  1456. border:1px solid #151515; /* ACTIVE TAB */
  1457. color:{color:links};
  1458. padding: 10px 10px;
  1459. margin-bottom: 2px;
  1460. cursor:pointer;
  1461. }
  1462.  
  1463.  
  1464. ul#tab, ul#tabs{
  1465. list-style-type:none;
  1466. margin:0px;padding:0px;
  1467. }
  1468.  
  1469.  
  1470. ul#tab li.active {
  1471. display: block;
  1472. }
  1473.  
  1474.  
  1475. ul#tab li {
  1476. display: none;
  1477. }
  1478.  
  1479.  
  1480.  
  1481.  
  1482.  
  1483.  
  1484.  
  1485.  
  1486.  
  1487. /* POPUPS: NAVIGATION */
  1488.  
  1489.  
  1490. #nvbar {
  1491. width:434px;
  1492. }
  1493.  
  1494.  
  1495.  
  1496. .nvlinks {
  1497. margin-left:0px;
  1498. padding-top:0px;
  1499. padding-bottom:0px;
  1500. text-align:center;
  1501. }
  1502.  
  1503.  
  1504.  
  1505. .nvlinks a {
  1506. display:inline-block;
  1507. font-family: calibri, sans-serif;
  1508. font-weight:lighter!important;
  1509. width: 210px;
  1510. height:21px!important;
  1511. line-height:21px;
  1512. margin-right:3px;
  1513. margin-bottom:6px;
  1514. text-align:center;
  1515. background:#000000;
  1516. border: 1px solid #151515;
  1517. color:#e6e6e6;
  1518. font-size:8.6px;
  1519. letter-spacing:0.6px;
  1520. cursor: pointer;
  1521. z-index:2;
  1522. -moz-transition-duration:1s;
  1523. -webkit-transition-duration:1s;
  1524. -o-transition-duration:1s;
  1525. }
  1526.  
  1527.  
  1528. .nvlinks a:nth-last-child(2) {
  1529. margin-bottom:0px!important;
  1530. }
  1531.  
  1532.  
  1533. .nvlinks a:last-child {
  1534. margin-bottom:0px!important;
  1535. }
  1536.  
  1537.  
  1538. .nvlinks a:hover {
  1539. background-color: rgba(64, 4, 4, .2);
  1540. -moz-transition-duration:1s;
  1541. -webkit-transition-duration:1s;
  1542. -o-transition-duration:1s;
  1543. }
  1544.  
  1545.  
  1546.  
  1547.  
  1548.  
  1549.  
  1550. /* POST INFORMATION */
  1551.  
  1552.  
  1553. .permalinkbar {
  1554. width:480px;
  1555. margin-top:26px!important;
  1556. margin-left:-25px;
  1557. margin-right:-25px;
  1558. color:#151515!important;
  1559. }
  1560.  
  1561.  
  1562. .permalinkbuttons {
  1563. height:24px;
  1564. background-color:#000000;
  1565. font-weight:bold!important;
  1566. padding-left:24px;
  1567. padding-right:24px;
  1568. line-height:23px;
  1569. letter-spacing:-0.2px;
  1570. margin-left:0px!important;
  1571. margin-bottom:1px!important;
  1572. border-top:1px solid #151515;
  1573. border-bottom:1px solid #151515;
  1574. color:#151515!important;
  1575. }
  1576.  
  1577.  
  1578. .permalinkbuttons a {
  1579. font-family:calibri;
  1580. background-color:transparent;
  1581. font-weight:bold!important;
  1582. color:#151515;
  1583. font-size:10px;
  1584. letter-spacing:-0.2px;
  1585. -moz-transition-duration:2s;
  1586. -webkit-transition-duration:2s;
  1587. -o-transition-duration:2s;
  1588. -webkit-user-select: none; /* Chrome all / Safari all */
  1589. -moz-user-select: none; /* Firefox all */
  1590. -ms-user-select: none; /* IE 10+ */
  1591. user-select: none; /* Likely future */
  1592. }
  1593.  
  1594.  
  1595. .permalinkbuttons a:hover {
  1596. background-color:#000000!important;
  1597. font-weight:bold!important;
  1598. color:{color:links};
  1599. -moz-transition-duration:2s;
  1600. -webkit-transition-duration:2s;
  1601. -o-transition-duration:2s;
  1602. }
  1603.  
  1604.  
  1605.  
  1606.  
  1607.  
  1608. .tags {
  1609. font-family: calibri!important;
  1610. font-weight:bold!important;
  1611. background-color:#000000;
  1612. border-bottom:1px solid #151515;
  1613. padding-top:8px;
  1614. padding-bottom:8px;
  1615. padding-left:24px;
  1616. padding-right:24px;
  1617. margin-left:-25px;
  1618. margin-right:-25px;
  1619. margin-bottom:-1px;
  1620. margin-top:0px;
  1621. color:#151515!important;
  1622. text-transform:uppercase!important;
  1623. font-style:normal;
  1624. line-height:150%;
  1625. font-size:8.5px;
  1626. text-align:justify;
  1627. -moz-text-align-last: center; /* Code for Firefox */
  1628. text-align-last: center;
  1629. }
  1630.  
  1631.  
  1632.  
  1633. .tags a {
  1634. text-decoration:none!important;
  1635. font-weight:bold!important;
  1636. font-size:8.5px;
  1637. margin-right:1px;
  1638. text-transform:uppercase!important;
  1639. font-family: calibri!important;
  1640. color:#151515!important;
  1641. }
  1642.  
  1643.  
  1644. .tags a:hover {
  1645. color:#ffffff!important;
  1646. -moz-transition-duration:1s;
  1647. -webkit-transition-duration:1s;
  1648. -o-transition-duration:1s;
  1649. {block:ifBiggerTagsonHover}
  1650. font-size:10px!important;
  1651. {block:ifBiggerTagsonHover}
  1652. }
  1653.  
  1654.  
  1655.  
  1656. .permatags {
  1657. font-family: calibri!important;
  1658. font-weight:bold!important;
  1659. background-color:#000000;
  1660. border-bottom:1px solid #151515;
  1661. padding-top:5px;
  1662. padding-bottom:7px;
  1663. padding-left:24px;
  1664. padding-right:24px;
  1665. margin-left:-25px;
  1666. margin-right:-25px;
  1667. margin-bottom:-1px;
  1668. margin-top:0px;
  1669. color:#2c2c2c;
  1670. text-transform:uppercase!important;
  1671. font-style:normal;
  1672. line-height:150%;
  1673. font-size:8.5px;
  1674. text-align:justify;
  1675. -moz-text-align-last: center; /* Code for Firefox */
  1676. text-align-last: center;
  1677. }
  1678.  
  1679.  
  1680.  
  1681. .permatags a {
  1682. text-decoration:none!important;
  1683. font-weight:bold!important;
  1684. font-size:8.5px;
  1685. margin-right:1px;
  1686. text-transform:uppercase!important;
  1687. font-family: calibri!important;
  1688. color:#151515!important;
  1689. }
  1690.  
  1691.  
  1692. .permatags a:hover {
  1693. color:#ffffff!important;
  1694. -moz-transition-duration:1s;
  1695. -webkit-transition-duration:1s;
  1696. -o-transition-duration:1s;
  1697. {block:ifBiggerTagsonHover}
  1698. font-size:10px!important;
  1699. {block:ifBiggerTagsonHover}
  1700. }
  1701.  
  1702.  
  1703.  
  1704.  
  1705.  
  1706.  
  1707. /* NOTES */
  1708.  
  1709.  
  1710. #notes {
  1711. margin-bottom:62px;
  1712. margin-top:75px;
  1713. margin-left:-36px;
  1714. margin-right:-25px;
  1715. }
  1716.  
  1717.  
  1718.  
  1719. .note li {
  1720. list-style-type:none;
  1721. padding-top:12px;
  1722. padding-bottom:12px;
  1723. padding-left:24px;
  1724. padding-right:25px;
  1725. border-bottom:1px solid #151515;
  1726. border-top:1px solid #151515;
  1727. margin-bottom:-1px;
  1728. text-align:left;
  1729. -moz-transition-duration:0.5s;
  1730. -webkit-transition-duration:0.5s;
  1731. -o-transition-duration:0.5s;
  1732. font-family:calibri!important;
  1733. font-size:9px!important;
  1734. font-weight:bold;
  1735. text-transform:uppercase;
  1736. color: {color:body text};
  1737. }
  1738.  
  1739.  
  1740. .note li a {
  1741. font-family:calibri!important;
  1742. font-size:10px!important;
  1743. padding-right:2px;
  1744. font-weight:bold;
  1745. text-transform:uppercase;
  1746. letter-spacing:0px;
  1747. color: {color:bold};
  1748. }
  1749.  
  1750.  
  1751.  
  1752. .note blockquote {
  1753. padding-top:12px;
  1754. padding-bottom:12px;
  1755. padding-left:24px;
  1756. padding-right:24px;
  1757. margin-top:12px;
  1758. margin-bottom:12px;
  1759. margin-left:0px;
  1760. margin-right:0px;
  1761. }
  1762.  
  1763.  
  1764. .note img.avatar {
  1765. display:none;
  1766. width: 0px;
  1767. height: 0px;
  1768. }
  1769.  
  1770.  
  1771.  
  1772.  
  1773.  
  1774. /* CREDIT */
  1775.  
  1776. #credit {
  1777. z-index:999;
  1778. position:fixed;
  1779. bottom:25px;
  1780. right:25px;
  1781. width:10px;
  1782. height:13px;
  1783. word-wrap:break-word;
  1784. overflow:hidden;
  1785. -webkit-transition:all 1s ease;
  1786. -moz-transition:all 1s ease;
  1787. -o-transition:all 1s ease;
  1788. transition:all 1s ease-in-out;
  1789. }
  1790.  
  1791. #credit a {
  1792. color:{color:body text};
  1793. text-transform:uppercase;
  1794. font-size:10px;
  1795. font-family:calibri;
  1796. }
  1797.  
  1798. #credit:hover {width:84px;}
  1799.  
  1800. #credit span {
  1801. text-shadow:1px 1px .2px #000;
  1802. color:{color:bold};
  1803. margin-right:5px;
  1804. font-size:11px;
  1805. }
  1806.  
  1807.  
  1808.  
  1809.  
  1810.  
  1811. </style>
  1812.  
  1813. </head>
  1814.  
  1815. <body>
  1816.  
  1817.  
  1818. <!-- SIDEBAR -->
  1819.  
  1820.  
  1821. <div id ="sidebar"><div class="sideheadertop"></div>
  1822. <div id="sidetext">
  1823.  
  1824.  
  1825. <u>S</u>imon had not quite realized... —— what a <i>horrible crime against nature it was</i> that he'd ever lost his memories of Isabelle in action. As it was clear that it was <i>her natural state.</i> Isabelle standing still was beautiful; Isabelle leaping through the air, <b>carving death into cold flesh——</b> was unworldly, she burned <i>ever so brightly as her golden whip.</i>
  1826.  
  1827.  
  1828. <p style="margin-top:24px;">
  1829. <center><img src="https://static.tumblr.com/8rqi4zd/T6Ppgvgme/xoxo1.png"></center>
  1830.  
  1831. <!-- ALTER THE 'MARGIN-TOP' VALUE ABOVE IF NEEDED TO INCREASE OR DECREASE THE SPACING BETWEEN TWO PARAGRAPHS TO FILL THE BOX AS MUCH AS POSSIBLE. OR REMOVE THE ABOVE LINE ALTOGETHER -->
  1832.  
  1833. <p><br><u>I</u>sabelle, she was a goddess, Simon had thought— before silently correcting himself. Isabelle was like <a href="/">an avenging angel,</a> her vengeance <i>swift, deadly.</i>
  1834.  
  1835.  
  1836.  
  1837. </div id="sidetext">
  1838.  
  1839.  
  1840. <div class="sideheaderbottom"></div>
  1841. </div id ="sidebar">
  1842.  
  1843.  
  1844.  
  1845.  
  1846. <!-- DESCRIPTION + NAVIGATION BAR -->
  1847.  
  1848.  
  1849.  
  1850. <div class="bottombox">
  1851.  
  1852. <div id="navi" style="margin-top:0px;">
  1853. <a href="/" title="Refresh">INDEX/REFRESH</a>
  1854. <a href="#?w=430" rel="pageMSG" class="poplight" title="Inquiries">INQUIRE</a>
  1855. <a href="#?w=430" rel="pageGDL" class="poplight" title="The Accords">ACCORDS</a>
  1856. <a href="#?w=430" rel="pageVRS" class="poplight" title="TIMELINES">TIMELINES</a>
  1857. <a href="#?w=430" rel="pageNAV" class="poplight" title="Navigation">NAVIGATION</a>
  1858.  
  1859.  
  1860. {block:IndexPage}
  1861. {block:PreviousPage}
  1862. <a href="{PreviousPage}" title="Previous Page">BACK</a>
  1863. {/block:PreviousPage}
  1864.  
  1865.  
  1866. {block:NextPage}
  1867. <a href="{NextPage}" title="Next Page">NEXT</a>
  1868. {/block:NextPage}
  1869. {/block:IndexPage}
  1870.  
  1871.  
  1872. {block:PermalinkPagination}
  1873. <a href="{PreviousPost}" title="Previous Post">BACK</a>
  1874.  
  1875.  
  1876. <a href="{NextPost}" title="Next Post">NEXT</a>
  1877. {/block:PermalinkPagination}
  1878.  
  1879.  
  1880.  
  1881. </div id="navi">
  1882. <div class="description">
  1883.  
  1884. <u>I</u><a href="/">'m pure at heart, it repels the dirt." //</a>&nbsp; Independent and selective portrayal of <i>Isabelle Lightwood</i> from Cassandra Clare's <i>THE Shadowhunter Chronicles.</i> This portrayal is <i>BOOK BASED,</i> with show influence in regards to my FC, Emeruade Toubia. <a href="/">Tracking:</a> snakedhand. <i>// Written and incredibly adored by Hayley.</i>
  1885.  
  1886. </div class="description">
  1887.  
  1888.  
  1889. <div class="sideheaderbottom" style="width:478px; margin-top:2px; margin-left:0px;"></div>
  1890.  
  1891. </div class="bottombox">
  1892.  
  1893.  
  1894.  
  1895.  
  1896.  
  1897. <!-- POSTS -->
  1898.  
  1899.  
  1900.  
  1901. <div id="container">
  1902.  
  1903. <div class="containerheadertop"></div>
  1904. <div id="containertopspace"></div>
  1905.  
  1906. {block:Posts}
  1907. <div class="posts">
  1908.  
  1909.  
  1910.  
  1911.  
  1912.  
  1913. <!-- POSTS: TEXT -->
  1914.  
  1915.  
  1916. {block:Text}
  1917. <div id="text">
  1918.  
  1919.  
  1920.  
  1921. <div id="textbody">
  1922. {block:Title}
  1923. <h1>{Title}</a></h1>
  1924. {/block:Title}
  1925. <div id="wrap">
  1926. {Body}
  1927. <div style="clear:both">
  1928. </div style="clear:both">
  1929. </div id="wrap">
  1930. </div>
  1931.  
  1932. </div id="text">
  1933.  
  1934. {/block:Text}
  1935.  
  1936.  
  1937.  
  1938.  
  1939.  
  1940. <!-- POSTS: PHOTO/SET -->
  1941.  
  1942. {block:Photo}
  1943. <div id="psingle">
  1944. {LinkOpenTag}
  1945. <img src="{PhotoURL-HighRes}" style="min-width:480px!important; width:480px!important; margin-top:0px;">
  1946. {LinkCloseTag}
  1947. </div id="psingle">
  1948.  
  1949. {block:Caption}
  1950. <div id="pcaption">
  1951. {Caption}
  1952. </div id="pcaption">
  1953. {/block:Caption}
  1954. {/block:Photo}
  1955.  
  1956.  
  1957. {block:Photoset}
  1958. <div id="pset">
  1959. {Photoset}
  1960. </div id="pset">
  1961.  
  1962. {block:Caption}
  1963. <div id="pcaption">
  1964. {Caption}
  1965. </div id="pcaption">
  1966. {/block:Caption}
  1967. {/block:Photoset}
  1968.  
  1969.  
  1970.  
  1971.  
  1972.  
  1973. <!-- POSTS: QUOTE -->
  1974.  
  1975. {block:Quote}
  1976. <div id="quotebox">
  1977. <div id="quote">
  1978. {Quote}
  1979. <div class="source">
  1980. —{Source}
  1981. </div>
  1982. </div id="quote">
  1983.  
  1984. </div>
  1985. {/block:Quote}
  1986.  
  1987.  
  1988.  
  1989.  
  1990.  
  1991. <!-- POSTS: LINK -->
  1992.  
  1993. {block:Link}
  1994. <div id="linkpost">
  1995. <div id="link">
  1996. <a href="{URL}" {Target}>{Name}&nbsp;&nbsp; ►</a>
  1997. </div id="link">
  1998. </div id="linkpost">
  1999. {/block:Link}
  2000.  
  2001.  
  2002.  
  2003.  
  2004.  
  2005. <!-- POSTS: CHAT -->
  2006.  
  2007.  
  2008. {block:Chat}
  2009.  
  2010. <div id="chatbox">
  2011. <div id="chat">
  2012. {block:Lines}
  2013. <div id="{Alt}">
  2014. {block:Label}<i>{Label}</i>{/block:Label} {Line}
  2015. </div id="{Alt}">
  2016. {/block:Lines}
  2017. </div id="chat">
  2018. </div id="chatbox">
  2019.  
  2020. {/block:Chat}
  2021.  
  2022.  
  2023.  
  2024.  
  2025.  
  2026. <!-- POSTS: AUDIO -->
  2027.  
  2028. {block:Audio}
  2029. <div id="audiobox">
  2030.  
  2031.  
  2032. <div class="player">
  2033. <div class="audioplayer">
  2034.  
  2035. {AudioPlayerBlack}
  2036.  
  2037. </div class="audioplayer">
  2038. </div class="player">
  2039.  
  2040. <div class="audioinfo">
  2041. {block:Artist}Artist: {Artist}{/block:Artist} — {block:TrackName}Track name: {TrackName}{/block:TrackName}
  2042. </div class="audioinfo">
  2043.  
  2044.  
  2045. {block:Caption}
  2046. <div id="acaption">
  2047. {Caption}
  2048. </div id="acaption">
  2049. {/block:Caption}
  2050.  
  2051. </div id="audiobox">
  2052. {/block:Audio}
  2053.  
  2054.  
  2055.  
  2056.  
  2057.  
  2058. <!-- POSTS: VIDEO -->
  2059.  
  2060. {block:Video}
  2061. <div class="video-container">
  2062. {Video-400}
  2063. {block:Caption}{Caption}{/block:Caption}
  2064. </div class="video-container">
  2065. {/block:Video}
  2066.  
  2067.  
  2068.  
  2069.  
  2070.  
  2071. <!-- POSTS: ASK -->
  2072.  
  2073. {block:Answer}
  2074. <div id="answer">
  2075.  
  2076. <div id="question"><div id="ask"><b>Watch your words, {Asker}, Isabelle Lightwood's vengeance is swift and deadly. Very swift and very deadly.</b> // {Question}</div><div class="letterask">Q</div></div>
  2077.  
  2078. <h4 style="margin-top:-5px; padding:0px!important; width:480px; height:24px; background-color:#030303!important;"></h4>
  2079.  
  2080. <div id="response"><div id="wrap">{Answer}</div><div style="clear:both; margin-bottom:-5px;">
  2081. </div>
  2082. </div id="response">
  2083.  
  2084. </div id="answer">
  2085. {/block:Answer}
  2086.  
  2087.  
  2088.  
  2089.  
  2090.  
  2091.  
  2092. <!-- POST INFORMATION -->
  2093.  
  2094.  
  2095. {block:Date}
  2096. {block:indexpage}
  2097.  
  2098. <div class="permalinkbar">
  2099. <div class="permalinkbuttons">
  2100. <a href="{Permalink}" title="{12Hour}:{Minutes}{CapitalAmPm} / {NoteCountWithLabel}" style="float:left; text-align:left!important; margin-right:0px!important;">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  2101. &nbsp;&nbsp; / &nbsp;
  2102. <a href="#" class="hide">CLICK HERE FOR TAGS </a>
  2103. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">CLICK HERE TO REBLOG THIS POST</a>
  2104. </div class="permalinkbuttons">
  2105.  
  2106.  
  2107. </div class="permalinkbar">
  2108.  
  2109. <div class="tags">
  2110. {block:HasTags}
  2111. Tagged with:
  2112. {block:Tags}
  2113. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2114. {/block:Tags}
  2115. {/block:HasTags}
  2116.  
  2117. </div class="tags">
  2118. {/block:indexpage}
  2119.  
  2120.  
  2121.  
  2122.  
  2123. {block:permalinkpage}
  2124. <div class="permalinkbar">
  2125. <div class="permalinkbuttons">
  2126. {block:RebloggedFrom}
  2127. <a href="{ReblogParentURL}">REBLOGGED FROM / VIA / SOURCE</a>
  2128. {/block:RebloggedFrom}
  2129.  
  2130. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">CLICK HERE TO REBLOG THIS POST</a>
  2131. </div class="permalinkbuttons">
  2132.  
  2133.  
  2134. </div class="permalinkbar">
  2135.  
  2136. <div class="permatags">
  2137. {block:HasTags}
  2138. {block:Tags}
  2139. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2140. {/block:Tags}
  2141. {/block:HasTags}
  2142.  
  2143. </div class="permatags">
  2144. {/block:permalinkpage}
  2145.  
  2146.  
  2147. {/block:Date}
  2148.  
  2149.  
  2150.  
  2151.  
  2152.  
  2153. <!-- NOTES -->
  2154.  
  2155. {block:PostNotes}
  2156. <div id="notes">
  2157. <div class="note">
  2158. {PostNotes}
  2159. </div class="note">
  2160. </div id="notes">
  2161. {/block:PostNotes}
  2162.  
  2163.  
  2164.  
  2165.  
  2166. <!-- HIDE VIA/SOURCE IN POSTS -->
  2167.  
  2168.  
  2169. {block:ContentSource}<!-- {SourceURL}
  2170. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  2171. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  2172. {/block:ContentSource}
  2173.  
  2174.  
  2175. <!-- {block:NoRebloggedFrom}
  2176. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  2177. {/block:NoRebloggedFrom} -->
  2178.  
  2179.  
  2180.  
  2181.  
  2182. </div class="posts">
  2183.  
  2184. {/block:Posts}
  2185.  
  2186.  
  2187. <div class="containerheaderbottom">
  2188. <div id="containerbottomspace"></div>
  2189. </div class="containerheaderbottom">
  2190.  
  2191.  
  2192. </div id="container">
  2193.  
  2194.  
  2195.  
  2196. <!-- POPUP PAGES. -->
  2197.  
  2198.  
  2199.  
  2200. <!-- POPUP PAGE MSG. -->
  2201.  
  2202. <div id="pageMSG" class="popup_block"><div class="popupheadertop"></div>
  2203.  
  2204.  
  2205.  
  2206. <ul id="tabs">
  2207. <div id="sae" style="margin-top:0px;"><li class="active">INQUIRIES</li>
  2208. &nbsp;&nbsp;<li>SUBMISSIONS</li></div>
  2209. </ul>
  2210. <ul id="tab">
  2211. <li class="active">
  2212.  
  2213.  
  2214.  
  2215. <h4 style="margin-top:24px;">THE ASKBOX / INQUIRIES</h4>
  2216.  
  2217.  
  2218. <iframe frameborder="0" allowtransparency="true" scrolling="no" width="404px" height="200px" src="http://www.tumblr.com/ask_form/snakedhand.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;">
  2219.  
  2220. </li>
  2221. <li>
  2222.  
  2223.  
  2224. <h4>SUBMISSIONS</h4>
  2225.  
  2226. <iframe frameborder="0" scrolling="no" width="404px" height="300px" id="submit_form" src="http://www.tumblr.com/submit_form/snakedhand.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>
  2227.  
  2228.  
  2229. </li>
  2230. </ul>
  2231. </div>
  2232.  
  2233.  
  2234.  
  2235.  
  2236.  
  2237. <!-- POPUP PAGE GDL. -->
  2238.  
  2239.  
  2240. <div id="pageGDL" class="popup_block"><div class="popupheadertop"></div>
  2241.  
  2242.  
  2243. <ul id="tabs">
  2244. <li class="active" style="width:408px;">THE NINTH ACCORDS, 1992</li>
  2245. </ul>
  2246.  
  2247. <ul id="tab">
  2248.  
  2249.  
  2250.  
  2251.  
  2252. <!-- POPUP PAGE ABT.: TAB 1 -->
  2253.  
  2254. <li class="active">
  2255.  
  2256.  
  2257. <div id="intro">
  2258.  
  2259. <i>If you knew how to cook, maybe I would eat,"</i> Jace muttered. Isabelle froze, her spoon poised dangerously. <b>"What did you say?"</b> Jace edged toward the fridge. "I said I'm going <br><center>to look for a snack to eat." — <i>"That's what I thought you said."</i></center>
  2260.  
  2261. </div id="intro">
  2262.  
  2263.  
  2264.  
  2265.  
  2266. <h4>GENERAL INFORMATION / DISCLAIMER</h4>
  2267. <u>T</u>his blog will be low activity simply because this is my 11th active blog I’ve made and I would like to keep the muse alive. After the flop of the film, the television show being cancelled and the storylines us fans wanted shoved to the side (I’m looking at you Sizzy build up), in order to keep a book based character active online I need to keep her at what activity I’m feeling. Sometimes she’ll be higher than others but usually, little people want to RP with book characters and therefore, Izzy may be on the lower scale.
  2268.  
  2269.  
  2270. <h4>SHIPPING / LOVE THINGS</h4>
  2271. <u>I</u>’m not a fan of insta-love unless Izzy is in the mood, <i>but she is in love with Simon Lewis</i> <a href="/">and that won’t change.</a> She could be heartbroken due to the events of <i>City of Heavenly Fire,</i> or happy due to <i>Tales of the Shadowhunter Academy</i> and <i>The Dark Artifices,</i> but she will be first in love with Simon before anyone else. If you’re of another fandom or another character (looking at Raphael’s in the distance), yes I am open to ships, if chemisty is there, Iz will feel it and act on it. She can be a bit impulsive, that being said, I won’t smut with anyone underage, ain’t about to get caught for anything naughty on here.
  2272.  
  2273.  
  2274. <h4>ALWAYS PRIMARILY BOOK-BASED</h4>
  2275.  
  2276. <u>I</u> do acknowledge the show, it’s my first connection to the Shadowhunter world and I do like how they subplotted Jem’s yin fang to Izzy in the show to open a talk about addiction up, but that isn’t Izzy’s main plot, however I will rp with television based rpers, I will have a separate verse for television Izzy, but she is <a href="/">book based first and foremost.</a> My main Izzy is <i>BOOK BASED</i> and that is always how I will typically start. Izzy is fighting personal demons, still learning how to use her whip, understanding the death of her little brother and the loss of the love she had started with Simon, learning to have a friendship with Clary. I don’t like a lot of what they’ve done on the show after reading the books, however I am pissed at the cancellation simply for these actors that do put their heart and soul in trying to create good content for fans the best they can. It isn’t their fault that it’s shit writing.
  2277.  
  2278.  
  2279. <h4>THE FINAL WORD / NOTES</h4>
  2280.  
  2281. <u>A</u>ll the general stuff, no hate, anon or otherwise, no godmodding, it’s 2018, let’s be real we all know the general rules. I’ve been on here for god nearly seven years so I’m well versed on tumblr. I do not own any of my icons or gif icons, all credits to their respective creators, as well as my header in my dash blog, the artwork was not created by me. Thank you for reading, and let’s have some fun. I love Izzy and can’t wait to introduce my take on her to you all.
  2282.  
  2283.  
  2284. </li></ul>
  2285.  
  2286. </div id="pageGD" class="popup_block">
  2287.  
  2288.  
  2289.  
  2290.  
  2291.  
  2292.  
  2293. <!-- POPUP PAGE VRS. -->
  2294.  
  2295.  
  2296.  
  2297. <div id="pageVRS" class="popup_block"><div class="popupheadertop"></div>
  2298.  
  2299.  
  2300. <!-- TAB SETUP -->
  2301.  
  2302. <ul id="tabs">
  2303. <li class="active" style="width:408px;">UNIVERSES / TIMELINES</li>
  2304. </ul>
  2305.  
  2306. <ul id="tab">
  2307. <li class="active">
  2308.  
  2309.  
  2310.  
  2311. <div id="intro">
  2312.  
  2313. <u>N</u><i>o need to worry, big brother.</i> Nothing happened. Of course," she added as Alex's shoulders relaxed, "I was totally passed-out drunk, so he could really have done whatever he wanted and I wouldn't have woken up."
  2314.  
  2315. <br><b><br>"Oh, please,"</b> said Simon. "All I did was tell you <i>the entire plot of Star Wars."</i> — "I don't think I remember that," said Isabelle, taking a cookie from the plate on the table. "Oh, yeah? Who was Luke Skywalker's best childhood friend?" — "Biggs Darklighter," Isabelle said immediately, and then hit the table, <a href="/">That is so cheating!”</a>
  2316. </div id="intro">
  2317.  
  2318.  
  2319. <h4>we survived the war</h4>
  2320. <i>This is set after City of Heavenly Fire.</i> Izzy is heartbroken over Simon completely forgetting their love, their memories together, but she is hopeful he will return to her.
  2321.  
  2322.  
  2323. <h4>spur of the moment</h4>
  2324. After finally saying yes to his proposal, Simon and Izzy are planning their wedding, it’s going to be the Shadowhunter event of the century.
  2325.  
  2326.  
  2327. <h4>just friends</h4>
  2328. A verse which follows the events of Freeform's Shadowhunters television show.
  2329.  
  2330. </li>
  2331. </ul>
  2332. </div id="pageVRS" class="popup_block">
  2333.  
  2334.  
  2335.  
  2336.  
  2337.  
  2338.  
  2339. <!-- POPUP PAGE NAV. -->
  2340.  
  2341.  
  2342.  
  2343. <div id="pageNAV" class="popup_block"><div class="popupheadertop"></div>
  2344.  
  2345.  
  2346. <div id="intro">
  2347.  
  2348. <u>I</u>n the end it was Shadowhunting they had bonded over— <i>a shared love of sharp-edged weapons,</i> gleaming seraph blades, the painful pleasure of burning Marks, the thought-numbing swiftness of battle. When Alec had wanted to go out hunting alone with Jace, leaving Izzy behind, Jace had spoken up for her: <a href="/">“We need her with us; she’s the best there is.</a> Aside from me, of course.” She had loved him just for that.”
  2349.  
  2350. </div id="intro">
  2351.  
  2352.  
  2353.  
  2354.  
  2355. <h4>OUT OF CHARACTER / THE BASICS</h4>
  2356.  
  2357. <div id="nvbar" class="nvlinks">
  2358.  
  2359. <a href="/tagged/mun-things">
  2360. ABOUT THE MUN
  2361. </a>
  2362.  
  2363. <a href="/tagged/%3B-out-of-whip-%3B">
  2364. OUT OF CHARACTER
  2365. </a>
  2366.  
  2367. <a href="/tagged/%3B-memes-%3B">
  2368. MEMES/PROMPTS
  2369. </a>
  2370.  
  2371. <a href="/tagged/%3B-answered-memes-%3B">
  2372. ANSWERED ASKS
  2373. </a>
  2374.  
  2375. <a href="/tagged/%3B-wishlist-%3B">
  2376. WISHLIST THINGS
  2377. </a>
  2378.  
  2379. <a href="/tagged/%3B-promo-%3B">
  2380. GENERAL PROMOTIONS
  2381. </a>
  2382.  
  2383. <a href="/tagged/psa">
  2384. IMPORTANT NOTES
  2385. </a>
  2386.  
  2387. <a href="/tagged/electrum-%3B-%7B-visage-%7D">
  2388. ISABELLE (VISAGE)
  2389. </a>
  2390.  
  2391.  
  2392.  
  2393. </div id="nvbar" class="nvlinks">
  2394.  
  2395.  
  2396.  
  2397.  
  2398. </div id="pageNAV" class="popup_block">
  2399.  
  2400.  
  2401.  
  2402.  
  2403. <!-- CREDIT -->
  2404.  
  2405. <div id="credit"><div style="width:105px;margin-right:10px;">
  2406. <a href="http://iniziare.tumblr.com/post/172148130832/theme-francis-live-preview-in-useaction" target="blank">
  2407. <span>S.</span>MADE BY SAE.</a>
  2408. </div></div>
  2409.  
  2410.  
  2411.  
  2412. </body>
  2413.  
  2414. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement