Advertisement
littlemisswhoever

Theme: beastmade (Viper)

Oct 17th, 2019
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.03 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3.  
  4.  
  5. <!-- (BASE) THEME BY SAE (INIZIARE) -->
  6.  
  7.  
  8.  
  9.  
  10. <html>
  11. <head>
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}
  16. <meta name="description" content="{MetaDescription}" />
  17. {/block:Description}
  18. </head>
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. <!-- SCRIPT: TOOLTIP -->
  26.  
  27. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  28. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  29. <script>
  30. (function($){
  31. $(document).ready(function(){
  32. $("a[title]").style_my_tooltips({
  33. tip_follows_cursor:true,
  34. tip_delay_time:90,
  35. tip_fade_speed:600,
  36. attribute:"title"
  37. });
  38. });
  39. })(jQuery);
  40. </script>
  41.  
  42.  
  43.  
  44.  
  45.  
  46. <!-- SCRIPT: AUDIO PLAYER -->
  47.  
  48. <script>
  49. $(document).ready(function() {
  50. $('iframe.tumblr_audio_player').load( function() {
  51. $('iframe.tumblr_audio_player').contents().find("head")
  52. .append($("<style type='text/css'> .audio-player{background:transparent!important; color:{color:bold}!important;} </style>"));
  53. });
  54. });
  55. </script>
  56.  
  57.  
  58.  
  59.  
  60.  
  61. <!-- SCRIPT: CLICK MENU -->
  62.  
  63. <script>
  64. $(document).ready(function(){
  65. jQuery('.dropbtn').click( function() {
  66. $(this).next('.dropdown-content').fadeToggle();
  67. return false;
  68. });
  69. });
  70. </script>
  71.  
  72.  
  73.  
  74.  
  75. <!-- SCRIPT: NAVIGATION TABS -->
  76.  
  77. <script>
  78. function openNavi(naviName) {
  79. var i;
  80. var x = document.getElementsByClassName("navi");
  81. for (i = 0; i < x.length; i++) {
  82. x[i].style.display = "none";
  83. }
  84. document.getElementById(naviName).style.display = "block";
  85. }
  86. </script>
  87.  
  88.  
  89.  
  90. <script type="text/javascript" src="https://static.tumblr.com/8pnyeus/10hors8sn/themekid-popup.min.js">
  91. </script>
  92.  
  93. <script type="text/javascript">
  94. $(document).ready(function(){
  95. popUp(true);
  96. });
  97. </script>
  98.  
  99.  
  100.  
  101.  
  102.  
  103. <!-- SCRIPT: MUSE TABS -->
  104.  
  105.  
  106. <script>
  107. function openPage(pageName) {
  108. var i;
  109. var x = document.getElementsByClassName("page");
  110. for (i = 0; i < x.length; i++) {
  111. x[i].style.display = "none";
  112. }
  113. document.getElementById(pageName).style.display = "block";
  114. }
  115.  
  116. </script>
  117.  
  118.  
  119.  
  120.  
  121. <!-- SCRIPT: POPUP TABS -->
  122.  
  123. <script>$(document).ready(function(){
  124. $("ul#tabs li").click(function(e){
  125. if (!$(this).hasClass("active")) {
  126. var tabNum = $(this).index();
  127. var nthChild = tabNum+1;
  128. $("ul#tabs li.active").removeClass("active");
  129. $(this).addClass("active");
  130. $("ul#tab li.active").removeClass("active");
  131. $("ul#tab li:nth-child("+nthChild+")").addClass("active");}});});</script>
  132.  
  133.  
  134.  
  135. <!-- SCRIPT: VIDEO WIDTH (CREDIT: SHYTHEMES) -->
  136.  
  137. <script>
  138. $(document).ready(function(){
  139. resizeVideos();
  140. });
  141. function resizeVideos() {
  142. $('.video:not(.resized) iframe:not(.tumblr_video_iframe)').each(function(){
  143. var vw = $(this).width(482);
  144. var vh = $(this).height(auto);
  145. var scale = $(this).parents('.video').width() / vw;
  146. $(this).attr({
  147. width: Math.floor($(this).attr('width') * scale),
  148. height: Math.floor($(this).attr('height') * scale)
  149. });
  150. $(this).parents('.video').addClass('resized');
  151. });
  152. $('.video:not(.resized) .tumblr_video_iframe').each(function(){
  153. var vw = $(this).width();
  154. var vh = $(this).height();
  155. var scale = $(this).parents('.video').width() / vw;
  156. $(this).css({
  157. 'transform': 'scale(' + scale + ')',
  158. 'margin': vh * (scale - 1) / 2 + 'px ' + vw * (scale - 1) / 2 + 'px'
  159. });
  160. $(this).parents('.tumblr_video_container').css({
  161. width: Math.floor(vw * ( scale + 1 ) / 2),
  162. height: Math.floor(vh * ( scale + 1 ) / 2)
  163. });
  164. $(this).parents('.video').addClass('resized');
  165. });
  166. }
  167. </script>
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174. <!-- CUSTOM FONTS -->
  175.  
  176. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
  177.  
  178. <link rel="stylesheet" href="https://static.tumblr.com/gjexvml/yTwpxxahr/stylesheet.css">
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185. <!-- META LINES -->
  186.  
  187. <meta name="image:Background" content="https://static.tumblr.com/gjexvml/41Upzjnp7/bg5.png"/>
  188. <meta name="image:Sidebar Background" content="https://static.tumblr.com/gjexvml/aKypzjnpg/sidebg1.png"/>
  189. <meta name="image:Sidebar Image Top" content="https://static.tumblr.com/gjexvml/Rcepzjnsx/09.png"/>
  190. <meta name="image:Sidebar Image Bottom" content="https://static.tumblr.com/gjexvml/37kpzjnt7/05.png"/>
  191.  
  192. <meta name="text:Custom Capitals Font" content="'customfonthere'">
  193. <meta name="text:Sidebar Title" content=""/>
  194. <meta name="text:Title" content="beastmade">
  195. <meta name="text:Title Font Size" content="106pxpx">
  196.  
  197. <meta name="color:Background" content="#000000"/>
  198. <meta name="color:Border" content="#151515"/>
  199. <meta name="color:Body Text" content="#c6c6c6"/>
  200. <meta name="color:Button Active" content="#5f5653"/>
  201. <meta name="color:Button Inactive" content="#474747"/>
  202. <meta name="color:Bold" content="#555555"/>
  203. <meta name="color:Headers" content ="#5f5653"/>
  204. <meta name="color:Italic" content="#ffffff"/>
  205. <meta name="color:Links" content="#412319"/>
  206. <meta name="color:Navigation List Links" content="#555555"/>
  207. <meta name="color:links hover" content="#ffffff"/>
  208. <meta name="color:First Letter" content="#151515"/>
  209. <meta name="color:Title" content="#000000"/>
  210. <meta name="color:Title Shadow" content="#151515"/>
  211. <meta name="color:Permalink" content="#2f2f2f"/>
  212. <meta name="color:Tags" content="#151515"/>
  213.  
  214. <meta name="if:Text Wrapping" content="1"/>
  215. <meta name="if:Boxed Blockquotes" content="1"/>
  216. <meta name="if:Icon Borders" content="1"/>
  217. <meta name="if:Bigger Tags on Hover" content="0"/>
  218. <meta name="if:First Letter Styling" content="0"/>
  219. <meta name="if:Calibri Font" content="0"/>
  220. <meta name="if:BlogTitle" content="1"/>
  221. <meta name="if:SidebarTitle" cotent="0"/>
  222.  
  223. <style type="text/css">
  224.  
  225.  
  226.  
  227.  
  228. /* SCROLLBAR */
  229.  
  230. ::-webkit-scrollbar {
  231. background-color:transparent;
  232. height: 0px;
  233. display:none;
  234. width: 0px
  235. -ms-overflow-style: none; // IE 10+
  236. overflow: -moz-scrollbars-none; // Firefox
  237. }
  238.  
  239.  
  240. ::-webkit-scrollbar-thumb {
  241. background-color:transparent;
  242. }
  243.  
  244.  
  245.  
  246. /* TEXT SELECTION */
  247.  
  248. ::selection {
  249. background: {color:background};
  250. color:{color:links};
  251. }
  252.  
  253.  
  254. ::-moz-selection {
  255. background: {color:background};
  256. color:{color:links};
  257. }
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264. /* TOOLTIP */
  265.  
  266.  
  267. #s-m-t-tooltip {
  268. z-index:999;
  269. height:40px;
  270. line-height:40px;
  271. max-width:350px;
  272. margin-left:12.5px;
  273. margin-top:12.5px;
  274. font-weight:bold;
  275. background-color:{color:background};
  276. border:1px solid {color:border};
  277. padding-left:25px;
  278. padding-right:25px;
  279. font-family:calibri;
  280. font-size:10px;
  281. color: {color:italic};
  282. text-transform:uppercase;
  283. text-shadow: 0px 0px 1px {color:italic};
  284. }
  285.  
  286.  
  287.  
  288.  
  289.  
  290. /* FOUNDATION */
  291.  
  292.  
  293. body {
  294. background-image:url({image:background});
  295. background-attachment:fixed;
  296. background-repeat:no-repeat;
  297. background-position:center top;
  298. background-color:{color:background};
  299. color:{color:Body Text};
  300. font-size:10px;
  301. line-height:14px;
  302. word-spacing:-1px;
  303. color:{color:Body Text};
  304. font-family: 'Frank Ruhl Libre', serif;
  305. {block:ifCalibriFont}
  306. font-family:calibri;
  307. {/block:ifCalibriFont}
  308. word-wrap: break-word;
  309. }
  310.  
  311.  
  312. body a {
  313. font-size:10px;
  314. font-weight:bold;
  315. color:{color:links};
  316. text-decoration:none!important;
  317. -moz-transition-duration:1.5s;
  318. -webkit-transition-duration:1.5s;
  319. -o-transition-duration:1.5s;
  320. text-shadow: 0px 0px 1px {color:links};
  321. }
  322.  
  323.  
  324. body a:hover {
  325. color:{color:links hover};
  326. -moz-transition-duration:1.5s;
  327. -webkit-transition-duration:1.5s;
  328. -o-transition-duration:1.5s;
  329. text-shadow: 0px 0px 1px {color:links hover};
  330. }
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342. /* BLOCKQUOTES */
  343.  
  344.  
  345. {block:IfBoxedBlockquotes}
  346.  
  347. blockquote {
  348. background-color:{color:background};
  349. padding-left:25px;
  350. padding-right:25px;
  351. padding-top:12px;
  352. padding-bottom:12px;
  353. margin-top:12px;
  354. margin-bottom:12px;
  355. text-align:justify;
  356. margin-left:0px;
  357. margin-right:0px;
  358. border:1px solid {color:border};
  359. word-wrap: break-word!important;
  360. }
  361.  
  362.  
  363.  
  364. blockquote blockquote {
  365. border-left:1px solid {color:border}!important;
  366. border-top:0px!important;
  367. border-bottom:0px!important;
  368. border-right:0px!important;
  369. padding-top:0px;
  370. padding-bottom:0px;
  371. padding-left:25px;
  372. padding-right:0px;
  373. margin-top:12px!important;
  374. margin-bottom:12px!important;
  375. }
  376. {/block:IfBoxedBlockquotes}
  377.  
  378.  
  379.  
  380.  
  381. {block:IfNotBoxedBlockquotes}
  382. blockquote {
  383. padding-left:25px;
  384. margin-top:12px;
  385. margin-left:0px;
  386. margin-right:0px;
  387. text-align:justify;
  388. margin-bottom:25px;
  389. border-left:1px solid {color:border};
  390. background-color:transparent;
  391. word-wrap: break-word!important;
  392. }
  393.  
  394.  
  395.  
  396. blockquote blockquote {
  397. margin-top:12px;
  398. margin-bottom:12px;
  399. }
  400.  
  401.  
  402.  
  403. blockquote img {
  404. max-width:386px!important;
  405. height:auto;
  406. }
  407. {/block:IfNotBoxedBlockquotes}
  408.  
  409.  
  410.  
  411.  
  412.  
  413. /* FONT-RELATED */
  414.  
  415.  
  416. small {
  417. font-size:10px;
  418. }
  419.  
  420.  
  421. sub, sup {
  422. font-size:10px;
  423. vertical-align: baseline!important;
  424. position: relative!important;
  425. top: 0em!important;
  426. line-height:14px;
  427. }
  428.  
  429.  
  430. big {
  431. font-size:125%;
  432. }
  433.  
  434.  
  435. ul, ol {
  436. padding:0;
  437. list-style: decimal outside;
  438. margin-left:8px;
  439. }
  440.  
  441.  
  442. li {
  443. padding-left:2px;
  444. }
  445.  
  446.  
  447. b, bold, strong {
  448. font-size:9.5px;
  449. text-transform:uppercase;
  450. font-family: calibri, sans-serif;
  451. font-weight:bold!important;
  452. color:{color:bold};
  453. text-shadow: 0px 0px 1px {color:bold};
  454.  
  455. }
  456.  
  457.  
  458. em, i, italic {
  459. color: {color:italic};
  460. margin-right:1px;
  461. }
  462.  
  463.  
  464. {block:ifFirstLetterStyling}
  465. u, u a {
  466. background-color: transparent;
  467. font-family: 'janeaustennosecret';
  468. color:{color:title};
  469. text-decoration:none!important;
  470. font-weight:bold!important;
  471. text-transform:uppercase!important;
  472. float:left;
  473. font-size:40px;
  474. margin-left:0px;
  475. margin-top:25px;
  476. margin-bottom:12px;
  477. margin-right:25px!important;
  478. vertical-align: middle;
  479. text-shadow:
  480. -1px -1px 0 {color:title shadow},
  481. 1px -1px 0 {color:title shadow},
  482. -1px 1px 0 {color:title shadow},
  483. 1px 1px 0 {color:title shadow};
  484. }
  485. {/block:ifFirstLetterStyling}
  486.  
  487.  
  488. pre {
  489. text-transform:uppercase;
  490. line-height:155%;
  491. font-weight:lighter!important;
  492. color:{color:body text};
  493. font-size:8.4px;
  494. letter-spacing:0.6px;
  495. white-space: pre-wrap;
  496. white-space: -moz-pre-wrap;
  497. white-space: -pre-wrap;
  498. white-space: -o-pre-wrap;
  499. word-wrap: break-word;
  500. }
  501.  
  502.  
  503. pre a {
  504. color:{color:links};
  505. -moz-transition-duration:1.5s;
  506. -webkit-transition-duration:1.5s;
  507. -o-transition-duration:1.5s;
  508. }
  509.  
  510.  
  511. h1 {
  512. border: 1px solid {color:border};
  513. background-color: transparent;
  514. line-height:24px;
  515. overflow:hidden;
  516. margin-top:12px;
  517. margin-bottom:12px;
  518. padding-left:25px;
  519. padding-right:25px;
  520. height:25px;
  521. line-height:25px;
  522. text-align:left!important;
  523. font-family:calibri;
  524. font-weight:bold;
  525. font-size:10px!important;
  526. text-transform:uppercase;
  527. color: {color:headers};
  528. text-shadow: 0px 0px 1px {color:headers};
  529. }
  530.  
  531.  
  532. h1 a {
  533. color: {color:links};
  534. font-size:10px!important;
  535. text-shadow: 0px 0px 1px {color:links};
  536. }
  537.  
  538.  
  539. h2 {
  540. font-family: calibri, sans-serif;
  541. font-size:12.5px!important;
  542. text-transform:uppercase!important;
  543. color:{color:headers};
  544. letter-spacing:-0.4px;
  545. text-shadow: 0px 0px 1px {color:headers};
  546. }
  547.  
  548.  
  549. h2 a {
  550. font-family: calibri, sans-serif;
  551. font-size:12.5px!important;
  552. text-transform:uppercase!important;
  553. color:{color:links};
  554. letter-spacing:-0.4px;
  555. text-shadow: 0px 0px 1px {color:links};
  556. }
  557.  
  558.  
  559. h4 {
  560. border:1px solid {color:border};
  561. margin-bottom:12.5px;
  562. margin-top:12.5px;
  563. padding-left:25px;
  564. padding-right:25px;
  565. height:25px;
  566. text-align:left;
  567. font-family:calibri;
  568. font-style:normal;
  569. font-weight:bold;
  570. font-size:10px;
  571. line-height:25px;
  572. color: {color:headers};
  573. text-transform:uppercase;
  574. text-shadow: 0px 0px 1px {color:headers};
  575. }
  576.  
  577.  
  578. h4:first-child {
  579. margin-top:0px;
  580. }
  581.  
  582.  
  583. h4 a {
  584. font-family:calibri;
  585. font-style:normal;
  586. font-weight:700;
  587. font-size:10px;
  588. line-height:10px;
  589. color: {color:links};
  590. text-shadow: 0px 0px 1px {color:links};
  591. }
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598. /* CONTAINER */
  599.  
  600.  
  601. #container {
  602. z-index:9999;
  603. left: 50%;
  604. margin-left:-448px;
  605. margin-top:88px;
  606. position:fixed;
  607. width:896px;
  608. height:475px;
  609. overflow:hidden;
  610. outline:1px solid {color:border};
  611. background:rgba(0,0,0,.75);
  612. -webkit-box-shadow: 0px 0px 48px 20px {color:background};
  613. -moz-box-shadow: 0px 0px 48px 20px {color:background};
  614. box-shadow: 0px 0px 48px 20px {color:background};
  615. }
  616.  
  617.  
  618. .sidebar {
  619. position:absolute;
  620. width:284px;
  621. height:423px;
  622. left:26px;
  623. top:26px;
  624. overflow-y:hidden;
  625. outline:1px solid {color:border};
  626. }
  627.  
  628.  
  629. {block:ifSidebarTitle}
  630. .sidebartitle {
  631. position:absolute;
  632. font-family: 'janeaustennosecret';
  633. color:{color:title};
  634. font-weight:bold!important;
  635. text-transform:none;
  636. padding-left:4px;
  637. padding-right:4px;
  638. font-size:55px;
  639. width:222px;
  640. left:26px;
  641. top:133px;
  642. line-height:14px;
  643. letter-spacing:-2px;
  644. text-align:right!important;
  645. z-index:999;
  646. pointer-events:none;
  647. background-color:transparent;
  648. text-shadow:
  649. -1px -1px 0 {color:title shadow},
  650. 1px -1px 0 {color:title shadow},
  651. -1px 1px 0 {color:title shadow},
  652. 1px 1px 0 {color:title shadow};
  653. }
  654. {/block:ifSidebarTitle}
  655.  
  656.  
  657. .sidebarbg {
  658. background-image:url('{Sidebar Background}');
  659. background-position:top left;
  660. position:absolute;
  661. width:284px;
  662. height:423px;
  663. -webkit-filter: brightness(1) contrast(1) saturate(1);
  664. }
  665.  
  666.  
  667. .inner {
  668. position:absolute;
  669. width:231px;
  670. margin-left:26px;
  671. margin-top:26px;
  672. outline:1px solid {color:border};
  673. background-color:{color:background};
  674. -webkit-box-shadow: 0px 0px 48px 4px {color:background};
  675. -moz-box-shadow: 0px 0px 48px 4px {color:background};
  676. box-shadow: 0px 0px 48px 4px {color:background};
  677. }
  678.  
  679.  
  680. .sidebarimgtop {
  681. background-image:url('{Sidebar Image Top}');
  682. background-position:top left;
  683. outline:1px solid {color:border};
  684. overflow:hidden;
  685. width:231px;
  686. height:120px!important;
  687. -webkit-filter: brightness(1) contrast(1) saturate(1);
  688. }
  689.  
  690.  
  691. .sidebarimgbottom {
  692. background-image:url('{Sidebar Image Bottom}');
  693. background-position:top left;
  694. margin-top:1px;
  695. outline:1px solid {color:border};
  696. overflow:hidden;
  697. width:231px;
  698. height:120px;
  699. -webkit-filter: brightness(1) contrast(1) saturate(1);
  700. }
  701.  
  702.  
  703. {block:ifBlogTitle}
  704. .title {
  705. position:fixed;
  706. font-family: 'janeaustennosecret';
  707. color:{color:title};
  708. font-weight:lighter!important;
  709. text-transform:none;
  710. padding-left:8px;
  711. padding-right:8px;
  712. font-size:{text:title font size};
  713. width:490px;
  714. margin-left:340px;
  715. margin-top:400px;
  716. line-height:14px;
  717. letter-spacing:-4px;
  718. word-spacing:-1px;
  719. text-align:right!important;
  720. z-index:88!important;
  721. padding-right:25px;
  722. pointer-events:none;
  723. background-color:transparent;
  724. text-shadow:
  725. -1px -1px 0 {color:title shadow},
  726. 1px -1px 0 {color:title shadow},
  727. -1px 1px 0 {color:title shadow},
  728. 1px 1px 0 {color:title shadow};
  729. }
  730. {/block:ifBlogTitle}
  731.  
  732.  
  733. .description {
  734. width:181px;
  735. height:80px;
  736. padding-left:25px;
  737. padding-right:25px;
  738. outline:1px solid {color:border};
  739. border-top:25px solid {color:background};
  740. border-bottom:25px solid {color:background};
  741. background-color:{color:background};
  742. line-height:14px;
  743. text-align:justify;
  744. overflow-y:scroll;
  745. -moz-transition-duration:1.5s;
  746. -webkit-transition-duration:1.5s;
  747. -o-transition-duration:1.5s;
  748. }
  749.  
  750.  
  751. .description a {
  752. color:{color:links};
  753. font-family: calibri;
  754. text-transform:uppercase;
  755. font-size:10px;
  756. font-weight:bold!important;
  757. -moz-transition-duration:1.5s;
  758. -webkit-transition-duration:1.5s;
  759. -o-transition-duration:1.5s;
  760. text-shadow: 0px 0px 1px {color:links};
  761. }
  762.  
  763.  
  764. {block:ifFirstLetterStyling}
  765. .description:first-letter {
  766. background-color: transparent;
  767. font-family: 'janeaustennosecret';
  768. color:{color:title};
  769. font-weight:bold!important;
  770. text-transform:uppercase!important;
  771. float:left;
  772. padding-left:0px;
  773. padding-right:9px;
  774. font-size:44px;
  775. margin-left:0px;
  776. margin-right: 25px;
  777. margin-top:25px;
  778. margin-bottom:12px;
  779. vertical-align: middle;
  780. text-shadow:
  781. -1px -1px 0 {color:title shadow},
  782. 1px -1px 0 {color:title shadow},
  783. -1px 1px 0 {color:title shadow},
  784. 1px 1px 0 {color:title shadow};
  785. }
  786. {/block:ifFirstLetterStyling}
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798. /* POSTS: GENERAL */
  799.  
  800.  
  801. #content {
  802. position:absolute;
  803. text-align:justify;
  804. height:320px;
  805. width:533px;
  806. left:337px;
  807. top:76px;
  808. background-color:transparent;
  809. overflow-y:scroll;
  810. overflow-x:hidden;
  811. z-index:9;
  812. outline:1px solid {color:border}!important;
  813. }
  814.  
  815.  
  816. #content2 {
  817. width:485px;
  818. height:270px;
  819. overflow-y:scroll;
  820. padding-left:25px;
  821. padding-right:25px;
  822. margin-left:-1px;
  823. margin-top:25px!important;
  824. }
  825.  
  826.  
  827. .posts {
  828. width:485px;
  829. word-wrap: break-word;
  830. text-align:justify;
  831. line-height:14px;
  832. margin-bottom:36px;
  833. }
  834.  
  835.  
  836. .posts:first-child, .posts:first-of-type {
  837. margin-top:15px;
  838. }
  839.  
  840.  
  841. .posts:last-child {
  842. margin-bottom:0px!important;
  843. }
  844.  
  845.  
  846. .posts a {
  847. font-family: calibri;
  848. text-transform:uppercase;
  849. font-size:9.5px;
  850. font-weight:bold!important;
  851. color:{color:links};
  852. -moz-transition-duration:1.5s;
  853. -webkit-transition-duration:1.5s;
  854. -o-transition-duration:1.5s;
  855. text-shadow: 0px 0px 1px {color:links};
  856. }
  857.  
  858.  
  859. .posts a:hover {
  860. color:{color:links hover};
  861. -moz-transition-duration:1.5s;
  862. -webkit-transition-duration:1.5s;
  863. -o-transition-duration:1.5s;
  864. text-shadow: 0px 0px 1px {color:links hover};
  865. }
  866.  
  867.  
  868. .posts img {
  869. max-width: -webkit-calc(100% - 22px);
  870. max-width: -moz-calc(100% - 22px);
  871. max-width: calc(100% - 22px);
  872. height:auto;
  873. }
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880. /* TEXT-WRAPPING AROUND ICONS/IMAGES */
  881.  
  882.  
  883. #wrap {
  884. margin-top:12px;
  885. margin-bottom: 12px;
  886. }
  887.  
  888.  
  889. #wrap img {
  890. overflow: hidden;
  891. background-color:{color:background};
  892. margin-top:0px!important;
  893. margin-bottom:12px!important;
  894. padding-right:3px;
  895. padding-bottom:3px;
  896. {block:IfTextWrapping}
  897. float:left;
  898. margin-right:14px;
  899. {/block:IfTextWrapping}
  900. {block:ificonborders}
  901. padding:12px;
  902. border:1px solid {color:border};
  903. {/block:ificonborders}
  904. -webkit-filter: brightness(1) contrast(1) saturate(1);
  905. }
  906.  
  907.  
  908. {block:IfTextWrapping}
  909. #wrap blockquote img {
  910. background-color:{color:background};
  911. margin-top:12px!important;
  912. margin-bottom:10px!important;
  913. margin-left:12px;
  914. margin-right:0px!important;
  915. float:right;
  916. -webkit-filter: brightness(.88) contrast(1) saturate(1);
  917. }
  918. {/block:IfTextWrapping}
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925. /* NAVIGATION BAR */
  926.  
  927.  
  928. .navigation {
  929. top:25px;
  930. left:336px;
  931. width:600px;
  932. position:absolute;
  933. border:0px!important;
  934. height:25px;
  935. }
  936.  
  937.  
  938. button {
  939. display:inline-block;
  940. box-sizing: border-box;
  941. font-size:9.5px;
  942. text-align:center;
  943. padding-left:25px;
  944. padding-right:25px;
  945. font-family: calibri, sans-serif;
  946. text-transform:uppercase;
  947. width:180px;
  948. max-width:180px;
  949. height:25px;
  950. background-color:{color:background};
  951. border:1px solid {color:border};
  952. line-height:22px;
  953. margin-left:0px;
  954. margin-right:-4px;
  955. color: {color:button inactive};
  956. cursor:pointer;
  957. font-weight:bold!important;
  958. overflow:hidden;
  959. text-shadow: 0px 0px 1px {color:button inactive};
  960. -webkit-transition: all 1.5s ease-in-out;
  961. -moz-transition: all 1.5s ease-in-out;
  962. -o-transition: all 1.5s ease-in-out;
  963. -ms-transition: all 1.5s ease-in-out;
  964. transition: all 1.5s ease-in-out;
  965. }
  966.  
  967.  
  968. button:focus, button:active {
  969. border:1px solid {color:border}!important;
  970. outline:0px!important;
  971. color:{color:button active}!important;
  972. text-shadow: 0px 0px 1px {color:button active};
  973. }
  974.  
  975.  
  976. button:hover {
  977. color:{color:links hover}!important;
  978. -webkit-transition: all 1.5s ease-in-out;
  979. -moz-transition: all 1.5s ease-in-out;
  980. -o-transition: all 1.5s ease-in-out;
  981. -ms-transition: all 1.5s ease-in-out;
  982. transition: all 1.5s ease-in-out;
  983. text-shadow: 0px 0px 1px {color:links hover};
  984. }
  985.  
  986.  
  987. #tabcontent {
  988. position:absolute;
  989. text-align:justify;
  990. height:348px;
  991. width:485px;
  992. left:337px;
  993. top:76px;
  994. overflow-y:hidden;
  995. padding-top:0px!important;
  996. background-color:{color:background}!important;
  997. border-top:0px solid {color:background};
  998. border-bottom:25px solid {color:background};
  999. overflow-y:scroll;
  1000. padding-left:25px;
  1001. padding-right:25px;
  1002. z-index:999;
  1003. outline:1px solid {color:border}!important;
  1004. }
  1005.  
  1006.  
  1007. #tabcontent a {
  1008. font-family:calibri;
  1009. font-size:9.5px;
  1010. color:{color:links};
  1011. text-transform:uppercase;
  1012. text-shadow: 0px 0px 1px {color:links};
  1013. }
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020. /* POSTS: TEXT */
  1021.  
  1022. #textbody {
  1023. margin-top:-12px!important;
  1024. {block:permalinkpage}
  1025. margin-top:-12px!important;
  1026. {/block:permalinkpage}
  1027. }
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034. /* POSTS: PHOTO/PHOTOSETS */
  1035.  
  1036.  
  1037. #psingle {
  1038. width: 505px;
  1039. margin-top:-12px!important;
  1040. pointer-events:none;
  1041. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.9);
  1042. -webkit-transition: all 1.5s ease-in-out;
  1043. -moz-transition: all 1.5s ease-in-out;
  1044. -o-transition: all 1.5s ease-in-out;
  1045. -ms-transition: all 1.5s ease-in-out;
  1046. transition: all 1.5s ease-in-out;
  1047. }
  1048.  
  1049.  
  1050. #psingle:hover {
  1051. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.9);
  1052. -webkit-transition: all 1.5s ease-in-out;
  1053. -moz-transition: all 1.5s ease-in-out;
  1054. -o-transition: all 1.5s ease-in-out;
  1055. -ms-transition: all 1.5s ease-in-out;
  1056. transition: all 1.5s ease-in-out;
  1057. }
  1058.  
  1059.  
  1060. #pset {
  1061. margin-top:-12px!important;
  1062. {block:permalinkpage}
  1063. margin-top:0px;
  1064. {block:permalinkpage}
  1065. width: 484px;
  1066. pointer-events:none;
  1067. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.85);
  1068. -webkit-transition: all 1.5s ease-in-out;
  1069. -moz-transition: all 1.5s ease-in-out;
  1070. -o-transition: all 1.5s ease-in-out;
  1071. -ms-transition: all 1.5s ease-in-out;
  1072. transition: all 1.5s ease-in-out;
  1073. }
  1074.  
  1075.  
  1076. #pset:hover {
  1077. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.85);
  1078. -webkit-transition: all 1.5s ease-in-out;
  1079. -moz-transition: all 1.5s ease-in-out;
  1080. -o-transition: all 1.5s ease-in-out;
  1081. -ms-transition: all 1.5s ease-in-out;
  1082. transition: all 1.5s ease-in-out;
  1083. }
  1084.  
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090. /* POSTS: QUOTE */
  1091.  
  1092.  
  1093. #quote {
  1094. font-size:15px;
  1095. text-align:left;
  1096. padding-top:0px;
  1097. padding-bottom:0px;
  1098. letter-spacing:-1px;
  1099. line-height:15px;
  1100. margin-top:-12px;
  1101. }
  1102.  
  1103.  
  1104. .source {
  1105. border:1px solid {color:border};
  1106. font-family:calibri;
  1107. font-weight:bold;
  1108. text-align:left;
  1109. font-size:9.5px;
  1110. height:25px;
  1111. line-height:25px;
  1112. color: {color:bold};
  1113. text-transform:uppercase;
  1114. letter-spacing:0.2px;
  1115. margin-top:25px;
  1116. padding-right:25px;
  1117. padding-left:25px;
  1118. margin-top:25px;
  1119. text-shadow: 0px 0px 1px {color:bold};
  1120. }
  1121.  
  1122.  
  1123. .source a {
  1124. color: {color:bold};
  1125. text-shadow: 0px 0px 1px {color:bold};
  1126. }
  1127.  
  1128.  
  1129. .source:first-letter {
  1130. position:relative;
  1131. z-index:50;
  1132. background-color: transparent;
  1133. font-family: 'janeaustennosecret';
  1134. color:{color:title}!important;
  1135. font-weight:bold!important;
  1136. text-transform:uppercase!important;
  1137. float:left;
  1138. padding-left:0px;
  1139. padding-right:9px;
  1140. font-size:44px;
  1141. margin-left:-6px;
  1142. margin-right: 12.5px;
  1143. margin-top:12px;
  1144. margin-bottom:12px;
  1145. vertical-align: middle;
  1146. text-shadow:
  1147. -1px -1px 0 {color:title shadow},
  1148. 1px -1px 0 {color:title shadow},
  1149. -1px 1px 0 {color:title shadow},
  1150. 1px 1px 0 {color:title shadow};
  1151. }
  1152.  
  1153.  
  1154.  
  1155.  
  1156. /* POSTS: LINK */
  1157.  
  1158.  
  1159. #link {
  1160. outline:1px solid {color:border};
  1161. padding:25px;
  1162. margin-top:-12px;
  1163. }
  1164.  
  1165.  
  1166. #link a {
  1167. font-size:12px;
  1168. }
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175. /* POSTS: CHAT */
  1176.  
  1177.  
  1178. #chat {
  1179. margin-top:-16px!important;
  1180. padding-left:0px;
  1181. padding-right:0px;
  1182. }
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189. /* POSTS: AUDIO */
  1190.  
  1191.  
  1192. .audioplayer {
  1193. margin-left:12.5px;
  1194. margin-top:-12px;
  1195. width: 25px;
  1196. height: 25px;
  1197. overflow: hidden;
  1198. }
  1199.  
  1200.  
  1201. .audioinfo {
  1202. outline:1px solid {color:border};
  1203. margin-right: 0px;
  1204. padding-left:60px;
  1205. padding-right:25px;
  1206. margin-top:-24px;
  1207. margin-bottom:12px;
  1208. height:25px;
  1209. line-height:25px;
  1210. display: block;
  1211. font-family:calibri;
  1212. font-weight:bold;
  1213. text-transform: uppercase;
  1214. text-align: left;
  1215. letter-spacing:0.2px;
  1216. word-spacing:-0.5px;
  1217. overflow:hidden;
  1218. font-size:9.5px;
  1219. color:{color:bold};
  1220. text-shadow: 0px 0px 1px {color:bold};
  1221. }
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228. /* POSTS: VIDEO */
  1229.  
  1230.  
  1231. .video {
  1232. margin-top:-15px;
  1233. }
  1234.  
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240. /* POSTS: ASK */
  1241.  
  1242.  
  1243. #question {
  1244. position:relative;
  1245. width: 80%;
  1246. height:70px;
  1247. margin-left:1px;
  1248. margin-top:-12px!important;
  1249. background-color:{color:background};
  1250. }
  1251.  
  1252.  
  1253. #ask {
  1254. position:relative;
  1255. z-index:999999!important;
  1256. float:left;
  1257. font-family:calibri, sans-serif;
  1258. text-transform:uppercase;
  1259. font-weight:bold;
  1260. background-color:{color:background};
  1261. font-size:9px;
  1262. line-height:12px!important;
  1263. width:368px;
  1264. min-height:21px;
  1265. max-height:21px;
  1266. overflow:scroll;
  1267. margin-top:0px;
  1268. margin-left:0px;
  1269. margin-bottom:0px;
  1270. padding-left:24px;
  1271. padding-right:24px;
  1272. outline:solid 1px {color:border};
  1273. border-top:22px solid {color:background};
  1274. border-bottom:22px solid {color:background};
  1275. -moz-transition-duration:1.5s;
  1276. -webkit-transition-duration:1.5s;
  1277. -o-transition-duration:1.5s;
  1278. }
  1279.  
  1280.  
  1281. #ask:hover {
  1282. max-height:35px!important;
  1283. width:434px;
  1284. z-index:999999!important;
  1285. -moz-transition-duration:1.5s;
  1286. -webkit-transition-duration:1.5s;
  1287. -o-transition-duration:1.5s;
  1288. }
  1289.  
  1290.  
  1291. #ask a {
  1292. font-weight:bold;
  1293. color:{color:bold};
  1294. font-size:9.5px;
  1295. text-decoration:none;
  1296. text-shadow: 0px 0px 1px {color:bold};
  1297. }
  1298.  
  1299.  
  1300. #ask b {
  1301. color:{color:bold};
  1302. font-size:9.5px;
  1303. line-height:11px;
  1304. font-family:calibri!important;
  1305. text-shadow: 0px 0px 1px {color:bold};
  1306. }
  1307.  
  1308.  
  1309. .letterask {
  1310. font-family: 'janeaustennosecret';
  1311. position:relative;
  1312. font-weight:bold;
  1313. z-index:9999!important;
  1314. font-style:normal!important;
  1315. position:absolute;
  1316. text-align:center;
  1317. font-size:36px;
  1318. margin-left:417px;
  1319. outline:1px solid {color:border};
  1320. background-color:{color:background};
  1321. padding-top:35px;
  1322. padding-bottom:16px;
  1323. padding-left:11px;
  1324. padding-right:18px;
  1325. color:{color:title};
  1326. -webkit-user-select: none;
  1327. -moz-user-select: none;
  1328. -ms-user-select: none;
  1329. user-select: none;
  1330. text-shadow:
  1331. -1px -1px 0 {color:title shadow},
  1332. 1px -1px 0 {color:title shadow},
  1333. -1px 1px 0 {color:title shadow},
  1334. 1px 1px 0 {color:title shadow};
  1335. }
  1336.  
  1337.  
  1338. #response {
  1339. margin-bottom:0px!important;
  1340. margin-top:20px;
  1341. }
  1342.  
  1343.  
  1344. #response blockquote {
  1345. margin-top:12px;
  1346. margin-bottom:12px!important;
  1347. padding-top:12px;
  1348. padding-bottom:12px;
  1349. }
  1350.  
  1351.  
  1352.  
  1353.  
  1354.  
  1355.  
  1356. /* POST INFORMATION */
  1357.  
  1358.  
  1359. .permalink {
  1360. margin-top:25px!important;
  1361. margin-left:-25px;
  1362. margin-right:-25px;
  1363. margin-bottom:25px!important;
  1364. }
  1365.  
  1366.  
  1367. .permalinkbuttons {
  1368. height:25px;
  1369. background-color:{color:background};
  1370. font-weight:bold!important;
  1371. line-height:25px;
  1372. letter-spacing:-0.2px;
  1373. margin-left:0px!important;
  1374. margin-bottom:1px!important;
  1375. border:1px solid {color:border};
  1376. color:{color:border};
  1377. }
  1378.  
  1379.  
  1380. .permalinkbuttons a {
  1381. display:inline-block;
  1382. box-sizing: border-box;
  1383. font-size:9.5px;
  1384. text-align:center;
  1385. padding-left:25px;
  1386. padding-right:25px;
  1387. font-family: calibri, sans-serif;
  1388. text-transform:uppercase;
  1389. width:177px;
  1390. max-width:177px;
  1391. height:25px;
  1392. background-color:{color:background};
  1393. outline:1px solid {color:border};
  1394. line-height:25px;
  1395. color: {color:permalink};
  1396. font-weight:bold!important;
  1397. overflow:hidden;
  1398. text-shadow: 0px 0px 1px {color:permalink};
  1399. }
  1400.  
  1401.  
  1402. .permalinkbuttons a:hover {
  1403. color:{color:links hover};
  1404. -moz-transition-duration:1.5s;
  1405. -webkit-transition-duration:1.5s;
  1406. -o-transition-duration:1.5s;
  1407. text-shadow: 0px 0px 1px {color:links hover};
  1408. }
  1409.  
  1410.  
  1411. .tags {
  1412. font-family: calibri!important;
  1413. font-weight:bold!important;
  1414. background-color:{color:background};
  1415. border:1px solid {color:border};
  1416. padding-top:12px;
  1417. padding-bottom:12px;
  1418. padding-left:24px;
  1419. padding-right:24px;
  1420. margin-top:-2px;
  1421. color:{color:border};
  1422. text-transform:uppercase!important;
  1423. font-style:normal;
  1424. line-height:150%;
  1425. font-size:8.5px;
  1426. text-align:justify;
  1427. -moz-text-align-last: center; /* Code for Firefox */
  1428. text-align-last: center;
  1429.  
  1430. }
  1431.  
  1432.  
  1433.  
  1434. .tags a {
  1435. text-decoration:none!important;
  1436. font-weight:bold!important;
  1437. font-size:8.5px;
  1438. margin-right:0px;
  1439. text-transform:uppercase!important;
  1440. font-family: calibri!important;
  1441. color:{color:border};
  1442. -moz-transition-duration:1.5s;
  1443. -webkit-transition-duration:1.5s;
  1444. -o-transition-duration:1.5s;
  1445. text-shadow: 0px 0px 1px {color:border};
  1446. }
  1447.  
  1448.  
  1449. .tags a:hover {
  1450. color:{color:italic}!important;
  1451. -moz-transition-duration:1.5s;
  1452. -webkit-transition-duration:1.5s;
  1453. -o-transition-duration:1.5s;
  1454. text-shadow: 0px 0px 1px {color:links hover};
  1455. {block:ifBiggerTagsonHover}
  1456. font-size:9px!important;
  1457. {block:ifBiggerTagsonHover}
  1458. }
  1459.  
  1460.  
  1461.  
  1462.  
  1463.  
  1464.  
  1465. /* PERMAPAGE NOTES */
  1466.  
  1467.  
  1468. #notes {
  1469. outline:1px solid {color:border};
  1470. margin-bottom:1px!important;
  1471. margin-left:1px;
  1472. margin-right:1px;
  1473. margin-top:25px!important;
  1474. padding-top:16px;
  1475. padding-bottom:16px;
  1476. padding-left:16px;
  1477. padding-right:16px;
  1478. color:{color:body text}!important;
  1479. }
  1480.  
  1481.  
  1482. #notes span, .note span {
  1483. color:{color:body text}!important;
  1484. }
  1485.  
  1486.  
  1487.  
  1488. .note li, .note, .note a {
  1489. list-style-type:none;
  1490. padding-top:0px;
  1491. line-height:14px;
  1492. padding-bottom:0px;
  1493. padding-left:0px;
  1494. padding-right:0px;
  1495. text-align:left!important;
  1496. -moz-transition-duration:0.5s;
  1497. -webkit-transition-duration:0.5s;
  1498. -o-transition-duration:0.5s;
  1499. font-family:calibri!important;
  1500. font-size:9.5px!important;
  1501. font-weight:bold;
  1502. text-transform:uppercase;
  1503. color:{color:body text}!important;
  1504. text-shadow: 0px 0px 1px {color:body text};
  1505. }
  1506.  
  1507.  
  1508. .note li a {
  1509. text-align:left!important;
  1510. font-family:calibri!important;
  1511. font-size:9.5px!important;
  1512. padding-right:0px;
  1513. font-weight:bold;
  1514. text-transform:uppercase;
  1515. letter-spacing:0px;
  1516. color: {color:italic}!important;
  1517. text-shadow: 0px 0px 1px {color:italic};
  1518. }
  1519.  
  1520.  
  1521. .more_notes_link, .more_notes_link a {
  1522. text-align:left!important;
  1523. margin-top:25px!important;
  1524. padding-top:25px!important;
  1525. color:{color:italic}!important;
  1526. text-shadow: 0px 0px 1px {color:italic};
  1527. }
  1528.  
  1529.  
  1530. .note blockquote a {
  1531. padding-top:12px;
  1532. padding-bottom:12px;
  1533. padding-left:24px;
  1534. padding-right:24px;
  1535. margin-top:12px;
  1536. margin-bottom:12px;
  1537. margin-left:0px;
  1538. margin-right:0px;
  1539. color:{color:body text}!important;
  1540. text-shadow: 0px 0px 1px {color:body text};
  1541. }
  1542.  
  1543.  
  1544. .note img.avatar {
  1545. display:none;
  1546. width: 0px;
  1547. height: 0px;
  1548. }
  1549.  
  1550.  
  1551.  
  1552.  
  1553.  
  1554.  
  1555. /* PAGINATION */
  1556.  
  1557.  
  1558. .navigationbottom {
  1559. left:337px;
  1560. top:424px;
  1561. position:absolute;
  1562. width: 533px;
  1563. outline:1px solid {color:border};
  1564. height:25px;
  1565. line-height:25px;
  1566. z-index:80;
  1567. }
  1568.  
  1569.  
  1570. .pagination {
  1571. height:25px;
  1572. line-height:25px;
  1573. }
  1574.  
  1575.  
  1576. .pagination b {
  1577. color:{color:button inactive}!important;
  1578. text-shadow: 0px 0px 1px {color:button inactive};
  1579. }
  1580.  
  1581.  
  1582. .pagination a {
  1583. display:inline-block;
  1584. box-sizing: border-box;
  1585. font-size:10px;
  1586. text-align:center;
  1587. padding-left:25px;
  1588. padding-right:25px;
  1589. font-family: calibri, sans-serif;
  1590. text-transform:uppercase;
  1591. width:177px;
  1592. max-width:177px;
  1593. height:25px;
  1594. background-color:{color:background};
  1595. outline:1px solid {color:border};
  1596. line-height:25px;
  1597. margin-right:0px;
  1598. color: {color:button inactive};
  1599. font-weight:bold!important;
  1600. overflow:hidden;
  1601. text-shadow: 0px 0px 1px {color:button inactive};
  1602. }
  1603.  
  1604.  
  1605. .pagination a:first-child {
  1606. margin-left:0px!important;
  1607. }
  1608.  
  1609.  
  1610. .pagination a:last-child {
  1611. margin-right:0px!important;
  1612. }
  1613.  
  1614.  
  1615. .navigationbottom a:hover, .pagination a:hover, .pagination:hover {
  1616. font-weight:bold!important;
  1617. color:{color:links hover}!important;
  1618. -moz-transition-duration:1.5s;
  1619. -webkit-transition-duration:1.5s;
  1620. -o-transition-duration:1.5s;
  1621. text-shadow: 0px 0px 1px {color:links hover};
  1622. }
  1623.  
  1624.  
  1625.  
  1626.  
  1627.  
  1628.  
  1629. /* POPUPS: GENERAL */
  1630.  
  1631.  
  1632. .popup_block {
  1633. box-sizing: border-box;
  1634. width:400px;
  1635. height:388px;
  1636. max-height:388px;
  1637. margin-top:76px!important;
  1638. margin-left:337px!important;
  1639. display:none;
  1640. background-color:{color:background}!important;
  1641. outline:1px solid {color:border};
  1642. border-bottom:24px solid {color:background};
  1643. padding-left:24px;
  1644. padding-right:24px;
  1645. position:absolute;
  1646. z-index:99999999;
  1647. opacity:1;
  1648. overflow-y:hidden;
  1649. text-align:justify;
  1650. overflow-x:hidden;
  1651. }
  1652.  
  1653.  
  1654. .popup_block a {
  1655. margin-right:0px;
  1656. vertical-align:top;
  1657. font-family: calibri, sans-serif;
  1658. font-size:9.5px;
  1659. color:{color:links};
  1660. font-weight:bold!important;
  1661. position: relative;
  1662. text-decoration:none;
  1663. text-transform:uppercase;
  1664. text-shadow: 0px 0px 1px {color:links};
  1665. }
  1666.  
  1667.  
  1668. *html #fade {
  1669. position: absolute;
  1670. }
  1671.  
  1672.  
  1673. *html .popup_block {
  1674. position: absolute;
  1675. }
  1676.  
  1677.  
  1678. #fade {
  1679. display:none;
  1680. position:fixed;
  1681. left:0px;
  1682. top:0px;
  1683. width:100%;
  1684. height:100%;
  1685. z-index:9;
  1686. background:transparent;
  1687. opacity:0;
  1688. }
  1689.  
  1690.  
  1691.  
  1692.  
  1693.  
  1694.  
  1695. /* NAVIGATION LIST */
  1696.  
  1697.  
  1698. .nlist {
  1699. position:absolute;
  1700. left:52px;
  1701. margin-top:173px;
  1702. height:129px;
  1703. max-height:129px;
  1704. width:231px;
  1705. max-width:231px;
  1706. border-bottom:0px solid {color:background}!important;
  1707. border-top:0px solid {color:background}!important;
  1708. background-color:{color:background};
  1709. overflow-y:scroll;
  1710. padding-left:0px;
  1711. padding-right:0px;
  1712. outline:1px solid {color:border}!important;
  1713. opacity:1!important;
  1714. }
  1715.  
  1716.  
  1717. .nlinks {
  1718. margin-top:0px;
  1719. padding-left:0px!important;
  1720. width:275px;
  1721. background-color:{color:background};
  1722. }
  1723.  
  1724.  
  1725. .nlinks a, .nlinks li {
  1726. display:inline-block;
  1727. box-sizing: border-box;
  1728. padding-right:24px;
  1729. outline:1px solid {color:border};
  1730. background-color:{color:background};
  1731. width:275px;
  1732. overflow:hidden;
  1733. height:31.5px;
  1734. padding-left:24px;
  1735. padding-right:24px;
  1736. font-family:calibri;
  1737. text-align:left;
  1738. font-style:normal;
  1739. font-weight:bold!important;
  1740. margin-right:0px;
  1741. margin-bottom:-3px;
  1742. font-size:9.5px;
  1743. letter-spacing:0px;
  1744. line-height:31.5px;
  1745. color: {color:Navigation List Links};
  1746. text-transform:uppercase;
  1747. cursor:pointer;
  1748. text-shadow: 0px 0px 1px {color:Navigation List Links};
  1749. }
  1750.  
  1751.  
  1752. .nlinks li:hover, .nlinks li:nth-of-type(even):hover {
  1753. color:{color:links}!important;
  1754. text-shadow: 0px 0px 1px {color:links};
  1755. -moz-transition-duration:1.5s;
  1756. -webkit-transition-duration:1.5s;
  1757. -o-transition-duration:1.5s;
  1758. }
  1759.  
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765. /* NAVIGATION PAGES */
  1766.  
  1767.  
  1768. .npheader {
  1769. margin-top:0px;
  1770. margin-left:-25px;
  1771. margin-bottom:0px!important;
  1772. height:90px;
  1773. width:538px;
  1774. overflow:hidden;
  1775. outline:1px solid {color:border};
  1776. -webkit-filter: brightness(1.1) contrast(1) saturate(1);
  1777. }
  1778.  
  1779.  
  1780. .npnavi {
  1781. margin-top:1px;
  1782. margin-left:-25px!important;
  1783. margin-right:-25px!important;
  1784. margin-bottom:0px;
  1785. outline:0px;
  1786. }
  1787.  
  1788.  
  1789. .dropbtn {
  1790. display:inline-block;
  1791. box-sizing: border-box;
  1792. font-size:9.5px;
  1793. text-align:center;
  1794. padding-left:25px;
  1795. padding-right:25px;
  1796. margin-top:-1px;
  1797. margin-left:-1px;
  1798. margin-bottom:0px!important;
  1799. font-family: calibri, sans-serif;
  1800. text-transform:uppercase;
  1801. width:537px;
  1802. max-width:537px;
  1803. height:25px;
  1804. background-color:transparent;
  1805. border:1px solid {color:border};
  1806. line-height:21px;
  1807. margin-right:0px;
  1808. color: {color:links};
  1809. font-weight:bold!important;
  1810. overflow:hidden;
  1811. text-shadow: 0px 0px 1px {color:links};
  1812. }
  1813.  
  1814.  
  1815. .dropbtn:hover, .dropbtn:focus {
  1816. color:{color:button active};
  1817. text-shadow: 0px 0px 1px {color:button active};
  1818. }
  1819.  
  1820.  
  1821. .dropbtn2 {
  1822. pointer-events:none;
  1823. display:inline-block;
  1824. box-sizing: border-box;
  1825. font-size:9.5px;
  1826. text-align:center;
  1827. padding-left:25px;
  1828. padding-right:25px;
  1829. margin-left:-1px;
  1830. margin-top:-1px;
  1831. margin-bottom:0px!important;
  1832. font-family: calibri, sans-serif;
  1833. text-transform:uppercase;
  1834. height:26px;
  1835. min-width:540px;
  1836. background-color:transparent;
  1837. outline:0px solid {color:border};
  1838. border:1px solid {color:border};
  1839. line-height:23px;
  1840. margin-right:0px;
  1841. color: {color:links};
  1842. font-weight:lighter;
  1843. overflow:hidden; /* older browsers */
  1844. cursor:normal!important;
  1845. }
  1846.  
  1847.  
  1848. .dropdown {
  1849. position: relative;
  1850. display: inline-block;
  1851. }
  1852.  
  1853.  
  1854. .dropdown-content {
  1855. display: none;
  1856. position: absolute;
  1857. margin-top:-1px!important;
  1858. margin-left:-1px;
  1859. background-color: {color:background};
  1860. min-width: 160px;
  1861. box-shadow:0px 18px 0px 5px {color:background};
  1862. z-index: 999999999999999999999999;
  1863. }
  1864.  
  1865.  
  1866. .dropdown-content a {
  1867. color: black;
  1868. padding: 12px 16px;
  1869. text-decoration: none;
  1870. display: block;
  1871. }
  1872.  
  1873.  
  1874. .dropdown-content a:hover, .dropdown a:hover {
  1875. color:{color:links hover};!important;
  1876. }
  1877.  
  1878.  
  1879. .show {
  1880. display:block;
  1881. }
  1882.  
  1883.  
  1884. ul#tabs {
  1885. text-align: left;
  1886. Cursor:pointer;
  1887. }
  1888.  
  1889.  
  1890. ul#tabs li {
  1891. display:inline-block;
  1892. box-sizing: border-box;
  1893. font-size:9.5px;
  1894. text-align:center;
  1895. padding-left:24px;
  1896. padding-right:24px;
  1897. margin-bottom:-5px!important;
  1898. font-family: calibri, sans-serif;
  1899. text-transform:uppercase;
  1900. width:269px;
  1901. max-width:269px;
  1902. height:25px;
  1903. background-color:transparent;
  1904. border:1px solid {color:border};
  1905. line-height:25px;
  1906. margin-left:0px;
  1907. margin-right:-2px;
  1908. color: {color:navigation list links};
  1909. font-weight:bold!important;
  1910. overflow:hidden;
  1911. text-shadow: 0px 0px 1px {color:navigation list links};
  1912. }
  1913.  
  1914.  
  1915. ul#tabs li.active {
  1916. display:inline-block;
  1917. box-sizing: border-box;
  1918. font-size:9.5px;
  1919. text-align:center;
  1920. padding-left:24px;
  1921. padding-right:24px;
  1922. font-family: calibri, sans-serif;
  1923. text-transform:uppercase;
  1924. background-color:transparent;
  1925. border:1px solid {color:border};
  1926. margin-left:0px;
  1927. margin-right:-2px;
  1928. color:{color:button active};
  1929. font-weight:bold!important;
  1930. overflow:hidden;
  1931. text-shadow: 0px 0px 1px {color:button active};
  1932. }
  1933.  
  1934.  
  1935. ul#tab, ul#tabs{
  1936. list-style-type:none;
  1937. margin:0px;
  1938. padding:0px;
  1939. }
  1940.  
  1941.  
  1942. ul#tab li.active {
  1943. display: block;
  1944. }
  1945.  
  1946.  
  1947. ul#tab li {
  1948. display: none;
  1949. }
  1950.  
  1951.  
  1952. .npcontent {
  1953. margin-top:2px!important;
  1954. border-top:24px solid {color:background};
  1955. border-bottom:24px solid {color:background};
  1956. overflow-y:scroll!important;
  1957. height:215px;
  1958. background-color:transparent;
  1959. }
  1960.  
  1961.  
  1962. .npcontent a {
  1963. color:{color:button inactive}!important;
  1964. text-shadow: 0px 0px 1px {color:button inactive}!important;
  1965. }
  1966.  
  1967.  
  1968. .nplinks {
  1969. margin-top:0px!important;
  1970. margin-bottom:0px!important;
  1971. padding-top:0px!important;
  1972. padding-bottom:0px;
  1973. background-color:{color:background};
  1974. width:490px;
  1975. }
  1976.  
  1977.  
  1978. .nplinks h4 {
  1979. color:{color:headers}!important;
  1980. width:432px!important;
  1981. text-shadow: 0px 0px 1px {color:headers};
  1982. }
  1983.  
  1984.  
  1985. .nplinks a {
  1986. font-family:calibri!important;
  1987. font-weight:bold!important;
  1988. display:inline-block;
  1989. box-sizing: border-box;
  1990. width:238.1px;
  1991. height:25px!important;
  1992. padding-left:24px;
  1993. line-height:25px;
  1994. margin-left:-0px;
  1995. margin-right:6px;
  1996. margin-bottom:8.4px;
  1997. text-align:left;
  1998. border: 1px solid {color:border};
  1999. font-size:9.5px;
  2000. }
  2001.  
  2002.  
  2003. .nplinks a:hover, .nplinks:hover {
  2004. color:{color:links hover}!important;
  2005. -moz-transition-duration:1.5s;
  2006. -webkit-transition-duration:1.5s;
  2007. -o-transition-duration:1.5s;
  2008. text-shadow: 0px 0px 1px {color:links hover};
  2009. }
  2010.  
  2011.  
  2012.  
  2013.  
  2014.  
  2015.  
  2016. /* CREDIT */
  2017.  
  2018.  
  2019. #credit {
  2020. background-color:{color:background};
  2021. border:1px solid {color:border};
  2022. padding:6px 10px;
  2023. z-index:999;
  2024. position:absolute;
  2025. bottom:44px;
  2026. right:44px;
  2027. width:6px;
  2028. height:14px;
  2029. word-wrap:break-word;
  2030. font-family:calibri;
  2031. overflow:hidden;
  2032. -webkit-transition:all 1.5s ease;
  2033. -moz-transition:all 1.5s ease;
  2034. -o-transition:all 1.5s ease;
  2035. transition:all 1.5s ease-in-out;
  2036. }
  2037.  
  2038.  
  2039. #credit a {
  2040. color:{color:links};
  2041. text-transform:uppercase;
  2042. font-size:9.5px;
  2043. text-shadow: 0px 0px 1px {color:links};
  2044. }
  2045.  
  2046.  
  2047. #credit:hover {
  2048. width:73px;
  2049. }
  2050.  
  2051.  
  2052. #credit span {
  2053. color:{color:bold};
  2054. font-family:calibri;
  2055. margin-right:10px;
  2056. font-size:10.5px;
  2057. text-shadow: 0px 0px 1px {color:bold};
  2058. }
  2059.  
  2060.  
  2061. </style>
  2062. </head>
  2063.  
  2064.  
  2065.  
  2066.  
  2067. <body>
  2068.  
  2069.  
  2070. <!-- CONTAINER -->
  2071.  
  2072. <div id="container">
  2073.  
  2074.  
  2075. <!-- SIDEBAR -->
  2076.  
  2077. <div class="sidebar">
  2078.  
  2079. {block:ifSidebarTitle}
  2080. <div class="sidebartitle">
  2081. {text:Sidebar Title}
  2082. </div class="sidebartitle">
  2083. {/block:ifSidebarTitle}
  2084.  
  2085. <div class="sidebarbg">
  2086. <img src="{image:Sidebar Background}">
  2087. </div class="sidebarbg">
  2088.  
  2089.  
  2090. <div class="inner">
  2091.  
  2092. <div class="sidebarimgtop">
  2093. <img src="{image:Sidebar Image Top}">
  2094. </div class="sidebarimgtop">
  2095.  
  2096.  
  2097. <div class="description">
  2098. <img src="https://i.imgur.com/tBUckaU.png" style="float:left; margin-right:10px;"> <i>"——So, here you are. Too foreign for home too foreign for here.</i> <b>Never enough for both." //</b> Independent and private <i>Luke Garroway // Lucian Graymark</i> from The Shadowhunter Chronicles. <b>Adored by Mel.</b>
  2099. </div class="description">
  2100.  
  2101.  
  2102. <div class="sidebarimgbottom">
  2103. <img src="{image:Sidebar Image Bottom}">
  2104. </div class="sidebarimgbottom">
  2105.  
  2106.  
  2107. </div class="inner">
  2108.  
  2109. </div class="sidebar">
  2110.  
  2111.  
  2112.  
  2113.  
  2114.  
  2115.  
  2116. <!-- NAVIGATION: TOP -->
  2117.  
  2118.  
  2119. <div class="navigation">
  2120.  
  2121. <button class="w3-bar-item w3-button" onclick="openPage('Index'); openNavi('Index')" autofocus style="text-align:left; color:{color:button active}; text-shadow: 0px 0px 1px {color:button active};">
  2122. Close the pages
  2123. </button>
  2124.  
  2125. <button class="w3-bar-item w3-button" onclick="openPage('Inquiries')">
  2126. Inquiries / Askbox
  2127. </button>
  2128.  
  2129. <button class="w3-bar-item w3-button" onclick="openNavi('Navigation')" style="text-align:right;">
  2130. The Navigation
  2131. </button>
  2132.  
  2133. </div class="navigation">
  2134.  
  2135.  
  2136.  
  2137.  
  2138.  
  2139.  
  2140.  
  2141. <!-- POSTS -->
  2142.  
  2143.  
  2144. <div id="content">
  2145. <div id="content2">
  2146.  
  2147.  
  2148. {block:Posts}
  2149. <div class="posts">
  2150.  
  2151.  
  2152.  
  2153.  
  2154.  
  2155.  
  2156. <!-- POSTS: TEXT -->
  2157.  
  2158.  
  2159. {block:Text}
  2160. <div id="textbody">
  2161. <div id="wrap">
  2162.  
  2163. {block:Title}
  2164. <h1>{Title}</h1>
  2165. {/block:Title}
  2166.  
  2167. {Body}
  2168.  
  2169. <div style="clear:both;">
  2170. </div style="clear:both">
  2171.  
  2172. </div id="wrap">
  2173. </div id="textbody">
  2174. {/block:Text}
  2175.  
  2176.  
  2177.  
  2178.  
  2179.  
  2180.  
  2181. <!-- POSTS: PHOTO/SET -->
  2182.  
  2183.  
  2184. {block:Photo}
  2185. <div id="psingle">
  2186. {LinkOpenTag}
  2187.  
  2188. <img src="{PhotoURL-HighRes}">
  2189. {LinkCloseTag}
  2190.  
  2191. </div id="psingle">
  2192.  
  2193.  
  2194. {block:Caption}
  2195.  
  2196. <div id="pcaption">
  2197. {Caption}
  2198. </div id="pcaption">
  2199.  
  2200. {/block:Caption}
  2201.  
  2202. {/block:Photo}
  2203.  
  2204.  
  2205.  
  2206.  
  2207. {block:Photoset}
  2208. <div id="pset">
  2209. {Photoset}
  2210. </div id="pset">
  2211.  
  2212. {block:Caption}
  2213. {Caption}
  2214. {/block:Caption}
  2215.  
  2216. {/block:Photoset}
  2217.  
  2218.  
  2219.  
  2220.  
  2221.  
  2222.  
  2223. <!-- POSTS: QUOTE -->
  2224.  
  2225.  
  2226. {block:Quote}
  2227. <div id="quote">
  2228. "{Quote}"
  2229.  
  2230. <div class="source">
  2231. Source: {Source}
  2232. </div class="source">
  2233.  
  2234. </div id="quote">
  2235. {/block:Quote}
  2236.  
  2237.  
  2238.  
  2239.  
  2240.  
  2241.  
  2242. <!-- POSTS: LINK -->
  2243.  
  2244.  
  2245. {block:Link}
  2246. <div id="link">
  2247.  
  2248. <a href="{URL}" {Target}>{Name}&nbsp;&nbsp; ►</a>
  2249.  
  2250. </div id="link">
  2251. {/block:Link}
  2252.  
  2253.  
  2254.  
  2255.  
  2256.  
  2257.  
  2258. <!-- POSTS: CHAT -->
  2259.  
  2260.  
  2261. {block:Chat}
  2262. <div id="chat">
  2263.  
  2264. {block:Lines}
  2265. <div id="{Alt}">
  2266.  
  2267. {block:Label}<b>{Label}</b>{/block:Label} {Line}
  2268.  
  2269. </div id="{Alt}">
  2270. {/block:Lines}
  2271.  
  2272. </div id="chat">
  2273. {/block:Chat}
  2274.  
  2275.  
  2276.  
  2277.  
  2278.  
  2279.  
  2280. <!-- POSTS: AUDIO -->
  2281.  
  2282.  
  2283. {block:Audio}
  2284. <div class="audioplayer">
  2285.  
  2286. {AudioPlayerWhite}
  2287.  
  2288. </div class="audioplayer">
  2289.  
  2290.  
  2291. <div class="audioinfo">
  2292. {block:TrackName}{TrackName}{/block:TrackName} — {block:Artist}{Artist}{/block:Artist}
  2293. </div class="audioinfo">
  2294.  
  2295. {block:Caption}
  2296. {Caption}
  2297. {/block:Caption}
  2298.  
  2299. {/block:Audio}
  2300.  
  2301.  
  2302.  
  2303.  
  2304.  
  2305.  
  2306. <!-- POSTS: VIDEO -->
  2307.  
  2308.  
  2309. {block:Video}
  2310. <div class="video">
  2311.  
  2312. {VideoEmbed-500}
  2313.  
  2314. </div class="video">
  2315.  
  2316. {block:Caption}
  2317. {Caption}
  2318. {/block:Caption}
  2319.  
  2320. {/block:Video}
  2321.  
  2322.  
  2323.  
  2324.  
  2325.  
  2326.  
  2327. <!-- POSTS: ASK -->
  2328.  
  2329.  
  2330. {block:Answer}
  2331.  
  2332. <div id="question">
  2333. <div id="ask">
  2334.  
  2335. <b>{Asker} is inquiring for information:</b>
  2336. {Question}
  2337.  
  2338. </div id="ask">
  2339. <div class="letterask">Q</div class="letterask">
  2340.  
  2341. </div id="question">
  2342.  
  2343. <div id="response">
  2344. <div id="wrap">{Answer}</div id="wrap">
  2345.  
  2346. <div style="clear:both; margin-bottom:-5px;">
  2347. </div style="clear:both">
  2348.  
  2349. </div id="response">
  2350.  
  2351. {/block:Answer}
  2352.  
  2353.  
  2354.  
  2355.  
  2356.  
  2357.  
  2358.  
  2359.  
  2360. <!-- POST INFORMATION -->
  2361.  
  2362.  
  2363.  
  2364. {block:Date}
  2365.  
  2366. {block:indexpage}
  2367.  
  2368. <div class="permalink">
  2369. <div class="permalinkbuttons">
  2370.  
  2371. <a href="{Permalink}" style="text-align:left;">
  2372. {Month} {DayOfMonth}{DayOfMonthSuffix} / {12Hour}:{Minutes}{CapitalAmPm} / {NoteCountWithLabel}
  2373. </a>
  2374.  
  2375. {block:RebloggedFrom}
  2376. <a href="{ReblogParentURL}" title="{ReblogParentName}: {ReblogParentTitle}">
  2377. REBLOGGED FROM / VIA
  2378. </a>
  2379. {/block:RebloggedFrom}
  2380.  
  2381. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; text-align:right;">
  2382. CLICK HERE TO REBLOG THIS POST
  2383. </a>
  2384.  
  2385. </div class="permalinkbuttons">
  2386.  
  2387.  
  2388. {block:HasTags}
  2389. <div class="tags">
  2390.  
  2391. {block:Tags}
  2392. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2393. {/block:Tags}
  2394.  
  2395. </div class="tags">
  2396. {/block:HasTags}
  2397.  
  2398.  
  2399. </div class="permalink">
  2400. {/block:indexpage}
  2401.  
  2402.  
  2403.  
  2404.  
  2405.  
  2406.  
  2407. {block:permalinkpage}
  2408. <div class="permalink">
  2409. <div class="permalinkbuttons">
  2410.  
  2411. {block:RebloggedFrom}
  2412. <a href="{ReblogParentName}" title="{ReblogParentName}" style="text-align:left;">
  2413. REBLOGGED FROM / VIA
  2414. </a>
  2415. {/block:RebloggedFrom}
  2416.  
  2417. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">
  2418. CLICK HERE TO REBLOG THIS POST
  2419. </a>
  2420.  
  2421. </div class="permalinkbuttons">
  2422.  
  2423. {block:HasTags}
  2424. <div class="tags">
  2425. {block:Tags}
  2426.  
  2427. <a href="{TagURL}">
  2428. {Tag}&nbsp;&nbsp;
  2429. </a>
  2430.  
  2431. {/block:Tags}
  2432. </div class="tags">
  2433. {/block:HasTags}
  2434.  
  2435. </div class="permalink">
  2436. {/block:permalinkpage}
  2437.  
  2438. {/block:Date}
  2439.  
  2440.  
  2441.  
  2442.  
  2443.  
  2444.  
  2445. <!-- NOTES -->
  2446.  
  2447. {block:PostNotes}
  2448. <div id="notes">
  2449.  
  2450. <div class="note">
  2451. {PostNotes}
  2452. </div class="note">
  2453.  
  2454. </div id="notes">
  2455. {/block:PostNotes}
  2456.  
  2457.  
  2458.  
  2459.  
  2460.  
  2461.  
  2462. <!-- HIDE VIA/SOURCE IN POSTS -->
  2463.  
  2464.  
  2465. {block:ContentSource}<!-- {SourceURL}
  2466. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  2467. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  2468. {/block:ContentSource}
  2469.  
  2470.  
  2471. <!-- {block:NoRebloggedFrom}
  2472. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  2473. {/block:NoRebloggedFrom} -->
  2474.  
  2475.  
  2476. </div class="posts">
  2477. {/block:Posts}
  2478.  
  2479.  
  2480. </div id="content2">
  2481. </div id="content">
  2482.  
  2483.  
  2484.  
  2485.  
  2486.  
  2487. {block:ifBlogTitle}
  2488. <div class="title">
  2489. {text:Title}
  2490. </div class="title">
  2491. {/block:ifBlogTitle}
  2492.  
  2493.  
  2494.  
  2495.  
  2496.  
  2497.  
  2498. <!-- NAVIGATION: BOTTOM -->
  2499.  
  2500.  
  2501. <div class="navigationbottom">
  2502. <div class="pagination">
  2503.  
  2504. <a href="/" title="Refresh the page" autofocus style="text-align:left; color:{color:button active}; text-shadow: 0px 0px 1px {color:button active};">RETURN TO MAIN PAGE</a>
  2505.  
  2506. {block:Indexpage}
  2507. {block:PreviousPage}<a href="{PreviousPage}">RETURN TO LAST PAGE</a>{/block:PreviousPage}
  2508. {block:NextPage}<a href="{NextPage}" style="float:right; margin-right:1px; text-align:right;">PROCEED TO NEXT PAGE</a>{/block:NextPage}
  2509. {/block:Indexpage}
  2510.  
  2511.  
  2512.  
  2513. {block:PermalinkPagination}
  2514. {block:PreviousPost}<a href="{PreviousPost}" title="Previous Post">RETURN TO LAST POST</a>{/block:PreviousPost}
  2515. {block:NextPost}<a href="{NextPost}" title="Next Post" style="float:right; margin-right:1px; text-align:right;">PROCEED TO NEXT POST</a>{/block:NextPost}
  2516. {/block:PermalinkPagination}
  2517.  
  2518.  
  2519. </div class="pagination">
  2520. </div class="navigationbottom">
  2521.  
  2522.  
  2523.  
  2524.  
  2525. <div id="Index" class="navi; page" style="display:block">
  2526.  
  2527. </div id="Index" class="navi; page">
  2528.  
  2529.  
  2530.  
  2531.  
  2532.  
  2533.  
  2534.  
  2535.  
  2536.  
  2537.  
  2538.  
  2539.  
  2540.  
  2541. <!-- POPUP: INQUIRIES -->
  2542.  
  2543.  
  2544. <div id="Inquiries" class="page" style="display:none;">
  2545. <div id="tabcontent" style="overflow:hidden!important;">
  2546.  
  2547.  
  2548. <div class="npheader">
  2549. <img src="https://i.imgur.com/p8V7Dh3.png">
  2550. </div class="npheader">
  2551.  
  2552.  
  2553. <div class="npnavi" style="margin-top:1px;">
  2554. <ul id="tabs">
  2555.  
  2556. <div class="dropdown">
  2557. <button onclick="myFunction()" class="dropbtn">
  2558.  
  2559. Inquiries / Askbox
  2560.  
  2561. </button>
  2562. </div class="dropdown">
  2563.  
  2564. </ul id="tabs">
  2565. </div class="npnavi">
  2566.  
  2567.  
  2568.  
  2569. <div id="npcontent">
  2570.  
  2571. <iframe frameborder="0" scrolling="yes" width="465px" height="190px" src="https://www.tumblr.com/ask_form/beastmade.tumblr.com" style="padding:8px;margin-top:24px; background-color:transparent; border:1px solid {color:border}; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  2572.  
  2573. </div id="npcontent">
  2574.  
  2575.  
  2576. </div id="tabcontent">
  2577. </div id="Inquiries" class="page">
  2578.  
  2579.  
  2580.  
  2581.  
  2582.  
  2583.  
  2584.  
  2585.  
  2586.  
  2587.  
  2588.  
  2589.  
  2590.  
  2591.  
  2592.  
  2593.  
  2594. <!-- NAVIGATIONAL LIST LINKS -->
  2595.  
  2596. <div id="Navigation" class="navi" style="display:none;">
  2597.  
  2598.  
  2599. <div class="nlist">
  2600. <div class="nlinks">
  2601.  
  2602.  
  2603.  
  2604. <!-- COPY/PASTE THESE IF YOU WANT MORE LINKS -->
  2605.  
  2606. <li onclick="openPage('law')">
  2607. The Law / Guidelines
  2608. </li>
  2609.  
  2610.  
  2611. <li><a href="https://shadowhunters.fandom.com/wiki/Luke_Garroway" style="margin-left:-25px!important;">
  2612. Biography (redirect)
  2613. </a>
  2614. </li>
  2615.  
  2616.  
  2617. <li onclick="openPage('mains')">
  2618. Mains / Exclusives
  2619. </li>
  2620.  
  2621.  
  2622. <li onclick="openPage('navigation')">
  2623. The Navigation / Tags
  2624. </li>
  2625.  
  2626. <!-- / COPY/PASTE THESE IF YOU WANT MORE LINKS -->
  2627.  
  2628.  
  2629.  
  2630. </div class="nlinks">
  2631. </div class="nlist">
  2632.  
  2633. </div id="Navigation" class="navi">
  2634.  
  2635.  
  2636.  
  2637.  
  2638.  
  2639.  
  2640.  
  2641.  
  2642.  
  2643.  
  2644.  
  2645.  
  2646.  
  2647.  
  2648.  
  2649.  
  2650.  
  2651. <!-- POPUP PAGE: LAW -->
  2652.  
  2653. <div id="law" class="page" style="display:none;">
  2654. <div id="tabcontent" style="overflow:hidden!important;">
  2655.  
  2656. <div class="npheader">
  2657.  
  2658.  
  2659.  
  2660.  
  2661. <!-- YOUR HEADER IMAGE -->
  2662.  
  2663. <img src="https://i.imgur.com/dFdcmgh.png">
  2664.  
  2665. <!-- / YOUR HEADER IMAGE -->
  2666.  
  2667.  
  2668.  
  2669.  
  2670. </div class="npheader">
  2671.  
  2672. <div class="npnavi">
  2673. <ul id="tabs">
  2674.  
  2675. <div class="dropdown">
  2676. <button class="dropbtn2">
  2677.  
  2678.  
  2679.  
  2680.  
  2681. <!-- YOUR PAGE'S TITLE -->
  2682.  
  2683. The Law is hard, but it is the Law.
  2684.  
  2685. <!-- / YOUR PAGE'S TITLE -->
  2686.  
  2687.  
  2688.  
  2689.  
  2690. </button>
  2691. </div class="dropdown">
  2692. </ul id="tabs">
  2693. </div class="npnavi">
  2694.  
  2695. <div class="npcontent">
  2696.  
  2697.  
  2698.  
  2699.  
  2700. <!-- YOUR CONTENT PAGE. FILL THIS UP AS YOU WILL, <H4> </H4> IS WHAT YOU USE TO ADD EXTRA HEADERS WHEREVER YOU WANT -->
  2701.  
  2702.  
  2703. <h4>Introduction</h4>
  2704.  
  2705. Independent roleplay blog for <b>Luke Garroway / Lucian Graymark</b> from Cassandra Clare’s book series <i>The Mortal Instruments.</i> Mutually exclusive & selective, low-activity blog, with both book and TV show verses. Please keep in mind that I do not want to be involved in any books vs show drama. That has no place on this blog. In fact, any form of hate or drama will not be tolerated on this blog whatsoever.
  2706.  
  2707. <p>I’m easily overwhelmed and have a schedule from hell. Expect sudden disappearances. I apologize in advance.
  2708.  
  2709.  
  2710. <h4>Roleplay-related</h4>
  2711.  
  2712. Opens, memes and starter calls are reserved for mutuals only. And because of my schedule, plotted out threads take precedence. If we’re mutuals, please feel free to jump into my ask box or IM anytime, if you have an idea for a thread.
  2713.  
  2714. <p>This is a multiship blog, however I will not autoship! Or ship anything without chemistry and proper development beforehand. Simple as that.
  2715.  
  2716.  
  2717.  
  2718. <!-- / YOUR CONTENT PAGE. FILL THIS UP AS YOU WILL, <H4> </H4> IS WHAT YOU USE TO ADD EXTRA HEADERS WHEREVER YOU WANT -->
  2719.  
  2720.  
  2721.  
  2722.  
  2723. </div class="npcontent">
  2724.  
  2725. </div id="tabcontent" style="overflow:hidden!important;">
  2726. </div id="Page01" class="page">
  2727.  
  2728. <!-- / POPUP PAGE: LAW -->
  2729.  
  2730.  
  2731.  
  2732.  
  2733.  
  2734.  
  2735.  
  2736.  
  2737.  
  2738.  
  2739.  
  2740.  
  2741.  
  2742.  
  2743.  
  2744.  
  2745.  
  2746.  
  2747.  
  2748. <!-- POPUP PAGE: MAINS -->
  2749.  
  2750. <div id="mains" class="page" style="display:none;">
  2751. <div id="tabcontent" style="overflow:hidden!important;">
  2752.  
  2753.  
  2754. <div class="npheader">
  2755.  
  2756.  
  2757.  
  2758.  
  2759. <!-- YOUR HEADER IMAGE -->
  2760.  
  2761. <img src="https://i.imgur.com/g5DmzZS.png">
  2762.  
  2763. <!-- / YOUR HEADER IMAGE -->
  2764.  
  2765.  
  2766.  
  2767.  
  2768. </div class="npheader">
  2769. <div class="npnavi">
  2770. <ul id="tabs">
  2771.  
  2772. <div class="dropdown">
  2773. <button class="dropbtn2">
  2774.  
  2775.  
  2776.  
  2777.  
  2778. <!-- YOUR PAGE'S TITLE -->
  2779.  
  2780. Mains / Exclusives
  2781.  
  2782. <!-- / YOUR PAGE'S TITLE -->
  2783.  
  2784.  
  2785.  
  2786.  
  2787. </button>
  2788. </div class="dropdown">
  2789. </ul id="tabs">
  2790. </div class="npnavi">
  2791.  
  2792. <div class="npcontent">
  2793.  
  2794.  
  2795. <!-- YOUR CONTENT PAGE. FILL THIS UP AS YOU WILL, <H4> </H4> IS WHAT YOU USE TO ADD EXTRA HEADERS WHEREVER YOU WANT -->
  2796.  
  2797. <div class="nplinks">
  2798.  
  2799.  
  2800. <!-- NAVIGATION LINKS -->
  2801.  
  2802. <h4>Mains</h4>
  2803.  
  2804. <a href="https://loialte.tumblr.com">
  2805. Valentine Morgenstern: loialte
  2806. </a>
  2807.  
  2808. <a href="https://khruseos.tumblr.com">
  2809. Jace Lightwood Herondale: khruseos
  2810. </a>
  2811.  
  2812.  
  2813. <h4>Ship exclusive:</h4>
  2814.  
  2815.  
  2816. <a href="https://nobilitaas.tumblr.com/">
  2817. Maryse Lightwood: nobilitaas
  2818. </a>
  2819.  
  2820. <a href="&nbsp;">
  2821. &nbsp
  2822. </a>
  2823.  
  2824.  
  2825. </div class="nplinks">
  2826.  
  2827.  
  2828. <!-- / YOUR CONTENT PAGE. FILL THIS UP AS YOU WILL, <H4> </H4> IS WHAT YOU USE TO ADD EXTRA HEADERS WHEREVER YOU WANT -->
  2829.  
  2830.  
  2831.  
  2832.  
  2833. </div class="npcontent">
  2834.  
  2835. </div id="tabcontent" style="overflow:hidden!important;">
  2836. </div id="Page02" class="page">
  2837.  
  2838. <!-- / POPUP PAGE: MAINS -->
  2839.  
  2840.  
  2841.  
  2842.  
  2843.  
  2844.  
  2845.  
  2846.  
  2847.  
  2848.  
  2849.  
  2850.  
  2851.  
  2852.  
  2853.  
  2854.  
  2855.  
  2856.  
  2857.  
  2858.  
  2859.  
  2860.  
  2861. <!-- POPUP PAGE: NAVIGATION -->
  2862.  
  2863. <div id="navigation" class="page" style="display:none;">
  2864. <div id="tabcontent" style="overflow:hidden!important;">
  2865.  
  2866.  
  2867. <div class="npheader">
  2868.  
  2869.  
  2870.  
  2871.  
  2872. <!-- YOUR HEADER IMAGE -->
  2873.  
  2874. <img src="https://i.imgur.com/DuQEvCb.png">
  2875.  
  2876. <!-- / YOUR HEADER IMAGE -->
  2877.  
  2878.  
  2879.  
  2880.  
  2881. </div class="npheader">
  2882. <div class="npnavi">
  2883. <ul id="tabs">
  2884.  
  2885. <div class="dropdown">
  2886. <button class="dropbtn2">
  2887.  
  2888.  
  2889.  
  2890.  
  2891. <!-- YOUR PAGE'S TITLE -->
  2892.  
  2893. The Navigation / Tags
  2894.  
  2895. <!-- / YOUR PAGE'S TITLE -->
  2896.  
  2897.  
  2898.  
  2899.  
  2900. </button>
  2901. </div class="dropdown">
  2902. </ul id="tabs">
  2903. </div class="npnavi">
  2904.  
  2905. <div class="npcontent">
  2906.  
  2907. <div class="nplinks">
  2908.  
  2909.  
  2910.  
  2911.  
  2912. <!-- NAVIGATION LINKS -->
  2913.  
  2914. <h4>General Links</h4>
  2915.  
  2916. <a href="/tagged/%C2%BB-00.-%E2%80%94-%C2%A0GARROWAY-TRASH.-%28-OOC.-%29">
  2917. Out of Character Posts
  2918. </a>
  2919.  
  2920. <a href="/tagged/%C2%BB-04.-%E2%80%94-%C2%A0YOU%27VE-GOT-TO-FIGHT.-%28-IN-CHARACTER.-%29">
  2921. In Character posts
  2922. </a>
  2923.  
  2924. <a href="/tagged/%C2%BB-12.-%E2%80%94-%C2%A0NORMAL-ISN%E2%80%99T-ALL-IT%E2%80%99S-CRACKED-UP-TO-BE.-%28-ANSWERED.-%29">
  2925. Answered asks
  2926. </a>
  2927.  
  2928. <a href="&nbsp;">
  2929. &nbsp
  2930. </a>
  2931.  
  2932.  
  2933. <h4>Character Information</h4>
  2934.  
  2935. <a href="/tagged/%C2%BB-01.-%E2%80%94-%C2%A0BE-WHAT-YOU-ARE.-%28-VISAGE.-%29">
  2936. Visage / Countenance
  2937. </a>
  2938.  
  2939. <a href="/tagged/%C2%BB-02.-%E2%80%94-%C2%A0FROM-A-REVERED-SHADOWHUNTER-TO-A-WEREWOLF.-%28-CHAR.-STUDY.-%29">
  2940. Character Study
  2941. </a>
  2942.  
  2943. <a href="/tagged/%C2%BB-03.-%E2%80%94-%C2%A0HE-RAN-THROUGH-THE-NIGHT.-SOMETIMES-AS-A-MAN%3B-SOMETIMES-AS-A-WOLF.-%28-AESTHETIC.-%29">
  2944. Character Aesthetics
  2945. </a>
  2946.  
  2947. <a href="&nbsp;">
  2948. &nbsp
  2949. </a>
  2950.  
  2951.  
  2952. <h4>Connections</h4>
  2953.  
  2954. <a href="/tagged/%C2%BB-05.-%E2%80%94-%C2%A0FOR-YOU-I%27D-LEAVE-IT-ALL-BEHIND.-%28-JOCELYN.-%29">
  2955. Jocelyn Fairchild
  2956. </a>
  2957.  
  2958. <a href="/tagged/%C2%BB-06.-%E2%80%94-%C2%A0YOU-ARE-MY-FAMILY.-%28-CLARY.-%29">
  2959. Clary Fairchild
  2960. </a>
  2961.  
  2962. <a href="/tagged/%C2%BB-07.-%E2%80%94-%C2%A0THE-ONE-WHO-SAVED-ME.-MY-FRIEND.-MY-BEST-BELOVED-SWORDBROTHER.-MY-PARABATAI.-%28-VALENTINE.-%29">
  2963. Valentine Morgenstern
  2964. </a>
  2965.  
  2966. <a href="/tagged/%C2%BB-09.-%E2%80%94-%C2%A0WAS-THAT-TWENTY-YEARS-AGO%3F-%28-MARYSE.-%29">
  2967. Maryse Lightwood
  2968. </a>
  2969.  
  2970. <a href="/tagged/%C2%BB-08.-%E2%80%94-%C2%A0LIKE-A-SON.-%28-SIMON.-%29">
  2971. Simon Lewis
  2972. </a>
  2973.  
  2974. <a href="/tagged/%C2%BB-10.-%E2%80%94-%C2%A0HE-WAS-ONLY-AND-ALWAYS-HIMSELF.-%28-JACE.-%29">
  2975. Jace Herondale
  2976. </a>
  2977.  
  2978. <a href="/tagged/%C2%BB-11.-%E2%80%94-%C2%A0THEY-KNELT-AT-HIS-FEET-AND-BARED-THEIR-THROATS-IN-SUBMISSION.-%28-PACK.-%29">
  2979. The Pack
  2980. </a>
  2981.  
  2982. <a href="&nbsp;">
  2983. &nbsp
  2984. </a>
  2985.  
  2986.  
  2987.  
  2988. <!-- NAVIGATION LINKS -->
  2989.  
  2990.  
  2991.  
  2992.  
  2993. </div class="nplinks">
  2994.  
  2995. </div class="npcontent">
  2996.  
  2997. </div id="tabcontent" style="overflow:hidden!important;">
  2998. </div id="navigation" class="page">
  2999.  
  3000. <!-- / POPUP PAGE: navigation -->
  3001.  
  3002.  
  3003.  
  3004.  
  3005.  
  3006.  
  3007.  
  3008.  
  3009.  
  3010.  
  3011.  
  3012. <!-- PASTE ADDITIONAL PAGES HERE -->
  3013.  
  3014.  
  3015.  
  3016.  
  3017.  
  3018.  
  3019.  
  3020.  
  3021.  
  3022.  
  3023.  
  3024.  
  3025.  
  3026.  
  3027.  
  3028.  
  3029. </div id="container">
  3030.  
  3031.  
  3032. <!-- CREDIT -->
  3033.  
  3034. <div id="credit">
  3035. <div style="width:105px;margin-right:10px;">
  3036.  
  3037.  
  3038. <a href="http://iniziare.tumblr.com/post/183826974792/base-theme-viper-preview-download-code" target="blank">
  3039. <span>S.</span>MADE BY SAE.</a>
  3040.  
  3041.  
  3042. </div style>
  3043. </div id="credit">
  3044.  
  3045. </body>
  3046. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement