Advertisement
littlemisswhoever

Theme: Desmond (by iniziare)

Dec 23rd, 2018
3,351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.21 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3.  
  4. <!-- (BASE) THEME BY SAE (INIZIARE) -->
  5.  
  6.  
  7.  
  8.  
  9. <html>
  10. <head>
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}
  15. <meta name="description" content="{MetaDescription}" />
  16. {/block:Description}
  17. </head>
  18.  
  19.  
  20. <!-- SCRIPT: TOOLTIP -->
  21.  
  22.  
  23. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  24. <script src="https://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.  
  42. <!-- SCRIPT: POPUPS -->
  43.  
  44.  
  45. <script>
  46. $(document).ready(function() {
  47. //
  48. $('a.poplight[href^=#]').click(function() {
  49. var popID = $(this).attr('rel'); //Get Popup Name
  50. var popURL = $(this).attr('href'); //Get Popup href to define size
  51. var query= popURL.split('?');
  52. var dim= query[1].split('&');
  53. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  54. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  55. var popMargTop = ($('#' + popID).height() + 80) / 2;
  56. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  57. //Apply Margin to Popup
  58. $('#' + popID).css({
  59. 'margin-top' : -popMargTop,
  60. 'margin-left' : -popMargLeft
  61. });
  62. $('body').append('<div id="fade"></div>');
  63. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  64. return false;
  65. });
  66. $('a.close, #fade').live('click', function() {
  67. $('#fade , .popup_block').fadeOut(function() {
  68. $('#fade, a.close').remove(); //fade them both out
  69. });
  70. return false;
  71. });
  72. });
  73. </script>
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82. <!-- SCRIPT: jQuery -->
  83.  
  84. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  85.  
  86.  
  87.  
  88.  
  89. <!-- SCRIPT: AUDIO PLAYER -->
  90.  
  91. <script>
  92. $(document).ready(function() {
  93. $('iframe.tumblr_audio_player').load( function() {
  94. $('iframe.tumblr_audio_player').contents().find("head")
  95. .append($("<style type='text/css'> .audio-player{background:{color:background}!important; color:{color:bold} !important;} </style>"));
  96. });
  97. });
  98. </script>
  99.  
  100.  
  101.  
  102.  
  103. <!-- SCRIPT: NAVIGATION TABS -->
  104.  
  105.  
  106. <script>
  107. function openNavi(naviName) {
  108. var i;
  109. var x = document.getElementsByClassName("navi");
  110. for (i = 0; i < x.length; i++) {
  111. x[i].style.display = "none";
  112. }
  113. document.getElementById(naviName).style.display = "block";
  114. }
  115. </script>
  116.  
  117.  
  118.  
  119.  
  120. <script type="text/javascript" src="https://static.tumblr.com/8pnyeus/10hors8sn/themekid-popup.min.js"></script>
  121. <script type="text/javascript">
  122. $(document).ready(function(){
  123. popUp(true);
  124. });
  125. </script>
  126.  
  127.  
  128.  
  129.  
  130. <!-- SCRIPT: POPUP TABS -->
  131.  
  132. <script>$(document).ready(function(){
  133. $("ul#tabs li").click(function(e){
  134. if (!$(this).hasClass("active")) {
  135. var tabNum = $(this).index();
  136. var nthChild = tabNum+1;
  137. $("ul#tabs li.active").removeClass("active");
  138. $(this).addClass("active");
  139. $("ul#tab li.active").removeClass("active");
  140. $("ul#tab li:nth-child("+nthChild+")").addClass("active");}});});</script>
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148. <!-- CUSTOM FONTS -->
  149.  
  150. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
  151.  
  152.  
  153. <link rel="stylesheet" href="CUSTOMFONTHERE">
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160. <!-- META LINES -->
  161.  
  162.  
  163. <meta name="image:Background" content="https://i.imgur.com/wj4WCp2.png"/>
  164. <meta name="image:Side Image One" content="https://i.imgur.com/7cKSfP5.png"/>
  165. <meta name="image:Side Image Two" content="https://i.imgur.com/7cKSfP5.png"/>
  166.  
  167.  
  168. <meta name="text:Custom Capitals Font" content="'customfonthere'">
  169.  
  170. <meta name="color:Background" content="#000000" />
  171. <meta name="color:Border" content="#151515" />
  172. <meta name="color:Body Text" content="#c6c6c6" />
  173. <meta name="color:Bold" content="#555555" />
  174. <meta name="color:Italic" content="#ffffff" />
  175. <meta name="color:Links" content="#ffffff" />
  176. <meta name="color:Links Hover and Active" content="#ffffff" />
  177. <meta name="color:First Letter" content="#151515" />
  178. <meta name="color:"
  179. <meta name="color:Title" content="#D1D1D1" />
  180. <meta name="color:Title Shadow" content="#81939A" />
  181. <meta name="color:Permalink" content="#151515" />
  182. <meta name="color:Tags" content="#151515" />
  183.  
  184. <meta name="if:Text Wrapping" content="1"/>
  185. <meta name="if:Boxed Blockquotes" content="1"/>
  186. <meta name="if:Icon Borders" content="1"/>
  187. <meta name="if:Bigger Tags on Hover" content="0"/>
  188. <meta name="if:First Letter Styling" content="1"/>
  189. <meta name="if:Calibri Font" content="1"/>
  190.  
  191.  
  192. <meta name="text:Popup Page RULES Header" content="This is RULES' header"/>
  193.  
  194.  
  195. <meta name="text:Popup Page RULES Content" content="This is a popup page that appears as 'GUIDELINES' in the navigation at the bottom of the description box on the left-hand side. Recommendation would be to use this for your rules/guidelines, but it's entirely up to you as to how you want to use this. Go wild! <3"/>
  196.  
  197.  
  198. <meta name="text:Popup Page ABOUT Header" content="This is ABOUT'S header"/>
  199.  
  200. <meta name="text:Popup Page ABOUT Content" content="This is a popup page that appears as 'ABOUT' in the navigation at the bottom of the description box on the left-hand side. Suggested use for this would be for your muse's about/biography, but it's entirely up to you as to how you want to use this. Go wild! <3"/>
  201.  
  202.  
  203.  
  204. {block:ifNavigationPopupPage}
  205.  
  206. <meta name="text:Popup Page NAV Header" content="This is NAV's header"/>
  207.  
  208. <meta name="text:Popup Navigation 1 Title" content="Title 1"/>
  209. <meta name="text:Popup Navigation 1 Link" content="Link/URL 1"/>
  210.  
  211. <meta name="text:Popup Navigation 2 Title" content="Title 2"/>
  212. <meta name="text:Popup Navigation 2 Link" content="Link/URL 2"/>
  213.  
  214. <meta name="text:Popup Navigation 3 Title" content="Title 3"/>
  215. <meta name="text:Popup Navigation 3 Link" content="Link/URL 3"/>
  216.  
  217. <meta name="text:Popup Navigation 4 Title" content="Title 4"/>
  218. <meta name="text:Popup Navigation 4 Link" content="Link/URL 4"/>
  219.  
  220. <meta name="text:Popup Navigation 5 Title" content="Title 5"/>
  221. <meta name="text:Popup Navigation 5 Link" content="Link/URL 5"/>
  222.  
  223. <meta name="text:Popup Navigation 6 Title" content="Title 6"/>
  224. <meta name="text:Popup Navigation 6 Link" content="Link/URL 6"/>
  225.  
  226. <meta name="text:Popup Navigation 7 Title" content="Title 7"/>
  227. <meta name="text:Popup Navigation 7 Link" content="Link/URL 7"/>
  228.  
  229. <meta name="text:Popup Navigation 8 Title" content="Title 8"/>
  230. <meta name="text:Popup Navigation 8 Link" content="Link/URL 8"/>
  231.  
  232. <meta name="text:Popup Navigation 9 Title" content="Title 9"/>
  233. <meta name="text:Popup Navigation 9 Link" content="Link/URL 9"/>
  234.  
  235. <meta name="text:Popup Navigation 10 Title" content="Title 10"/>
  236. <meta name="text:Popup Navigation 10 Link" content="Link/URL 10"/>
  237.  
  238. <meta name="text:Popup Navigation 11 Title" content="Title 11"/>
  239. <meta name="text:Popup Navigation 11 Link" content="Link/URL 11"/>
  240.  
  241. <meta name="text:Popup Navigation 12 Title" content="Title 12"/>
  242. <meta name="text:Popup Navigation 12 Link" content="Link/URL 12"/>
  243.  
  244. {/block:ifNavigationPopupPage}
  245.  
  246.  
  247. <style type="text/css">
  248.  
  249.  
  250.  
  251.  
  252. /* SCROLLBAR */
  253.  
  254. ::-webkit-scrollbar {
  255. background:transparent;
  256. height: 0px;
  257. display:none;
  258. width: 0px; /* remove scrollbar space */
  259. -ms-overflow-style: none; // IE 10+
  260. overflow: -moz-scrollbars-none; // Firefox
  261. }
  262.  
  263.  
  264. ::-webkit-scrollbar-thumb {
  265. background:transparent;
  266. }
  267.  
  268.  
  269. /* TEXT SELECTION */
  270.  
  271. ::selection {background: {color:background}; color:{color:italic};}
  272. ::-moz-selection {background: {color:background}; color:{color:italic};}
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279. /* TOOLTIP */
  280.  
  281.  
  282. #s-m-t-tooltip {
  283. z-index:9999999999999999;
  284. max-width:350px;
  285. margin-left:10px;
  286. margin-top:10px;
  287. font-weight:lighter;
  288. background-color:{color:background};
  289. border:1px solid {color:border};
  290. height:36px;
  291. line-height:36px;
  292. padding-left:16px;
  293. padding-right:16px;
  294. font-family:calibri;
  295. font-style:normal;
  296. font-weight:700;
  297. font-size:10px;
  298. color: #e8e8e8;
  299. text-transform:uppercase;
  300. letter-spacing:0px;
  301. }
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308. /* FOUNDATION */
  309.  
  310.  
  311. body {
  312. background-image:url('{image:Background}');
  313. background-attachment:fixed;
  314. background-repeat:no-repeat;
  315. background-position:center top;
  316. background-color:{color:background};
  317. color:{color:Body Text};
  318. font-size:10px;
  319. line-height:14px;
  320. word-spacing:-0.5px;
  321. color:{color:Body Text};
  322. font-family: 'Frank Ruhl Libre';
  323. word-wrap: break-word;
  324. {block:ifCalibriFont}
  325. font-family:calibri;
  326. font-size:10px;
  327. {/block:ifCalibriFont}
  328. }
  329.  
  330.  
  331. body a {
  332. font-size:12px;
  333. color:{color:links};
  334. font-weight:bold;
  335. text-decoration:none!important;
  336. -moz-transition-duration:1s;
  337. -webkit-transition-duration:1s;
  338. -o-transition-duration:1s;
  339. }
  340.  
  341. body a:hover {
  342. color:{color:links hover};
  343. -moz-transition-duration:1s;
  344. -webkit-transition-duration:1s;
  345. -o-transition-duration:1s;
  346. }
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354. /* BLOCKQUOTES */
  355.  
  356.  
  357. {block:IfBoxedBlockquotes}
  358.  
  359. blockquote {
  360. background-color:{color:background};
  361. padding-left:24px;
  362. padding-right:24px;
  363. padding-top:12px;
  364. padding-bottom:12px;
  365. margin-top:12px;
  366. margin-bottom:24px;
  367. text-align:justify;
  368. margin-left:0px;
  369. margin-right:0px;
  370. outline:1px solid {color:border};
  371. word-wrap: break-word!important;
  372. }
  373.  
  374.  
  375.  
  376. blockquote blockquote {
  377. border-left:1px solid {color:border}!important;
  378. border-top:0px!important;
  379. border-bottom:0px!important;
  380. border-right:0px!important;
  381. padding-left:24px;
  382. padding-right:0px;
  383. padding-top:0px;
  384. padding-bottom:0px;
  385. margin-top:12px!important;
  386. margin-bottom:0px!important;
  387. }
  388. {/block:IfBoxedBlockquotes}
  389.  
  390.  
  391.  
  392.  
  393. {block:IfNotBoxedBlockquotes}
  394. blockquote {
  395. padding-left:24px;
  396. margin-top:12px;
  397. margin-left:0px;
  398. margin-right:0px;
  399. text-align:justify;
  400. margin-bottom:24px;
  401. border-left:1px solid {color:border};
  402. background-color:transparent;
  403. word-wrap: break-word!important;
  404. }
  405.  
  406.  
  407.  
  408. blockquote blockquote {
  409. margin-top:15px;
  410. margin-bottom:15px;
  411. }
  412.  
  413.  
  414.  
  415. blockquote img {
  416. max-width:386px!important;
  417. height:auto;
  418. }
  419. {/block:IfNotBoxedBlockquotes}
  420.  
  421.  
  422.  
  423.  
  424. /* FONT-RELATED */
  425.  
  426.  
  427. small, sub, sup {
  428. font-size:10px;
  429. }
  430.  
  431.  
  432. big {
  433. font-size:120%;
  434. }
  435.  
  436.  
  437. b, bold, strong {
  438. font-size:10.4px;
  439. text-transform:uppercase;
  440. font-family: calibri, sans-serif;
  441. font-weight:bold!important;
  442. color:{color:Bold};
  443. padding-right:0px;
  444. padding-left:0px;
  445. }
  446.  
  447.  
  448.  
  449. em, i, italic {
  450. font-family:calibri;
  451. font-style:normal;
  452. font-weight:700;
  453. font-size:10px;
  454. line-height:10px;
  455. color: {color:Italic};
  456. text-transform:uppercase;
  457. }
  458.  
  459.  
  460. u {
  461. text-decoration:none!important;
  462. }
  463.  
  464.  
  465. {block:ifFirstLetterStyling}
  466. u, u a {
  467. background-color: {color:background};
  468. border: 1px solid {color:border};
  469. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  470. color:{color:border};!important;
  471. text-decoration:none!important;
  472. font-style:normal!important;
  473. font-weight:lighter!important;
  474. text-transform:uppercase!important;
  475. float:left;
  476. margin-top:2px;
  477. height:53px;
  478. width:53px;
  479. font-size: 40px;
  480. margin-right: 12px;
  481. position: relative;
  482. text-align: center;
  483. vertical-align: middle;
  484. line-height: 56px;
  485. }
  486. {/block:ifFirstLetterStyling}
  487.  
  488.  
  489.  
  490.  
  491. pre {
  492. font-weight:lighter;
  493. text-transform:uppercase;
  494. color: {color:body text};
  495. line-height:155%;
  496. font-weight:lighter!important;
  497. color:#e6e6e6;
  498. font-size:8.6px;
  499. letter-spacing:0.6px;
  500. white-space: pre-wrap;
  501. white-space: -moz-pre-wrap;
  502. white-space: -pre-wrap;
  503. white-space: -o-pre-wrap;
  504. word-wrap: break-word;
  505. }
  506.  
  507.  
  508.  
  509.  
  510. pre a {
  511. color:{color:links};
  512. -moz-transition-duration:2s;
  513. -webkit-transition-duration:2s;
  514. -o-transition-duration:2s;
  515. }
  516.  
  517.  
  518.  
  519.  
  520.  
  521. h1 {
  522. outline: 1px solid {color:border};
  523. background-color: transparent;
  524. height:28px;
  525. overflow:hidden;
  526. margin-bottom:25px;
  527. padding-left:25px;
  528. padding-right:25px;
  529. z-index:9999999;
  530. text-align:left;
  531. font-family:calibri;
  532. font-weight:700;
  533. font-size:11px;
  534. line-height:25px;
  535. color: {color:links};
  536. text-transform:uppercase;
  537. }
  538.  
  539.  
  540.  
  541.  
  542.  
  543. h1 a {
  544. font-weight:bold;
  545. color: {color:links};
  546. text-align:right!important;
  547. }
  548.  
  549.  
  550.  
  551.  
  552. h2 {
  553. font-family: calibri, sans-serif;
  554. font-size:13.4px!important;
  555. text-transform:uppercase!important;
  556. color:{color:bold};
  557. letter-spacing:-0.4px;
  558. }
  559.  
  560.  
  561.  
  562. h2 a {
  563. font-family: calibri, sans-serif;
  564. font-size:13.4px!important;
  565. text-transform:uppercase!important;
  566. color:{color:links};
  567. letter-spacing:-0.4px;
  568. }
  569.  
  570.  
  571.  
  572. h4 {
  573. background-image:url('');
  574. background-repeat:repeat;
  575. background-attachment:fixed;
  576. border:1px solid {color:border};
  577. margin-bottom:12px;
  578. margin-top:12px;
  579. height:24px;
  580. margin-right:-1px;
  581. text-align:center;
  582. font-family:calibri;
  583. font-style:normal;
  584. font-weight:bold;
  585. font-size:10px;
  586. line-height:24px;
  587. color: {color:bold};
  588. text-transform:uppercase;
  589. }
  590.  
  591.  
  592.  
  593. h4 a {
  594. font-family:calibri;
  595. font-style:normal;
  596. font-weight:700;
  597. font-size:10px;
  598. line-height:10px;
  599. text-shadow: 0px 0px 1px #000;
  600. color: {color:links};
  601. }
  602.  
  603.  
  604.  
  605.  
  606.  
  607. /* CONTAINER */
  608.  
  609.  
  610.  
  611. #container {
  612. position:fixed;
  613. left: 50%;
  614. margin-top:75px;
  615. margin-left:-392px;
  616. width:784px;
  617. height:571px;
  618. outline:1px solid {color:border};
  619. background-color:{color:background};
  620. z-index:99999999999999999999999999;
  621. }
  622.  
  623.  
  624.  
  625.  
  626. /* DESCRIPTION */
  627.  
  628.  
  629.  
  630. .sidebar {
  631. position:absolute;
  632. width:227px;
  633. left:26px;
  634. top:25px;
  635. border:0px solid {color:border};
  636. background-color:{color:background};
  637. }
  638.  
  639.  
  640. .imageone {
  641. -webkit-filter: brightness(1) contrast(1) saturate(1);
  642. background-image:url('{SideImageOne}');
  643. background-position:top left;
  644. margin-top:1px!important;
  645. margin-left:0px!important;
  646. outline:1px solid {color:border};
  647. overflow:hidden;
  648. width:227px;
  649. height:171px;
  650. }
  651.  
  652.  
  653. .imagetwo {
  654. -webkit-filter: brightness(1) contrast(1) saturate(1);
  655. background-image:url('{SideImageOne}');
  656. background-position:top left;
  657. margin-top:1px!important;
  658. margin-left:0px!important;
  659. outline:1px solid {color:border};
  660. overflow:hidden;
  661. width:227px;
  662. height:171px;
  663. }
  664.  
  665.  
  666.  
  667.  
  668. .description {
  669. position:relative;
  670. z-index:9999999;
  671. margin-top:2px;
  672. height:75px;
  673. max-height:75px;
  674. padding-left:23px;
  675. padding-right:23px;
  676. outline:1px solid {color:border};
  677. border-top:25px solid {color:background};
  678. border-bottom:25px solid {color:background};
  679. background-color:{color:background};
  680. line-height:15px;
  681. text-align:justify;
  682. overflow-y:scroll;
  683. -moz-transition-duration:1.5s;
  684. -webkit-transition-duration:1.5s;
  685. -o-transition-duration:1.5s;
  686. }
  687.  
  688.  
  689.  
  690.  
  691.  
  692. .description a {
  693. font-family: calibri;
  694. text-transform:uppercase;
  695. font-size:9px;
  696. font-weight:bold!important;
  697. -moz-transition-duration:2s;
  698. -webkit-transition-duration:2s;
  699. -o-transition-duration:2s;
  700. }
  701.  
  702.  
  703.  
  704.  
  705. {block:ifFirstLetterStyling}
  706. .description:first-letter {
  707. background-color: {color:background};
  708. border: 1px solid {color:border};
  709. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  710. color:{color:border};!important;
  711. text-decoration:none!important;
  712. font-style:normal!important;
  713. font-weight:lighter!important;
  714. text-transform:uppercase!important;
  715. float:left;
  716. margin-top:2px;
  717. height:49px;
  718. padding-left:8px;
  719. padding-right:8px;
  720. font-size: 40px;
  721. margin-right: 12px;
  722. position: relative;
  723. text-align: center;
  724. vertical-align: middle;
  725. line-height: 51px;
  726. }
  727. {/block:ifFirstLetterStyling}
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737. /* NAVIGATION BAR */
  738.  
  739.  
  740.  
  741.  
  742. .navigation {
  743. position:relative;
  744. height:25px!important;
  745. width:230px;
  746. }
  747.  
  748.  
  749.  
  750.  
  751.  
  752. button {
  753. display:inline-block;
  754. box-sizing: border-box;
  755. font-size:9.5px;
  756. text-align:center;
  757. padding-left:25px;
  758. padding-right:25px;
  759. font-family: calibri, sans-serif;
  760. text-transform:uppercase;
  761. width:113px;
  762. max-width:113px;
  763. height:25px;
  764. background-color:{color:background};
  765. border:0px solid {color:border}!important;
  766. outline:1px solid {color:border}!important;
  767. line-height:25px;
  768. margin-left:0px;
  769. margin-right:-1px;
  770. margin-top:1px;
  771. color: {color:bold};
  772. font-weight:bold!important;
  773. overflow:hidden; /* older browsers */
  774. }
  775.  
  776.  
  777.  
  778.  
  779. button:focus {
  780. border:0px solid {color:border}!important;
  781. outline:1px solid {color:border}!important;
  782. }
  783.  
  784.  
  785. button:active {
  786. border:0px solid {color:border}!important;
  787. outline:1px solid {color:border}!important;
  788. }
  789.  
  790.  
  791.  
  792.  
  793. #tabcontent {
  794. position:absolute;
  795. text-align:justify;
  796. height:365px;
  797. width:475px;
  798. left:337px;
  799. top:76px;
  800. overflow-y:hidden;
  801. padding-top:0px!important;
  802. background-color:{color:background};!important;
  803. border-top:0px solid {color:background};
  804. border-bottom:25px solid {color:background};
  805. overflow-y:scroll;
  806. padding-left:24px;
  807. padding-right:24px;
  808. z-index:99999999999999999999999;
  809. outline:1px solid {color:border}!important;
  810. }
  811.  
  812.  
  813.  
  814. #tabcontent a {
  815. font-family:calibri;
  816. font-family:8px!important;
  817. color:{color:italic};
  818. text-transform:uppercase;
  819. }
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827. /* PAGINATION */
  828.  
  829.  
  830. .navigation1 {
  831. position:relative;
  832. margin-top:1px;
  833. width: 227px;
  834. outline:1px solid {color:border};
  835. height:25px;
  836. line-height:25px;
  837. z-index:9099999999999999999999999999999000999999999999999999999;
  838. }
  839.  
  840.  
  841.  
  842.  
  843.  
  844. .pagination {
  845. height:25px;
  846. line-height:25px;
  847. }
  848.  
  849.  
  850.  
  851.  
  852.  
  853. .pagination b {
  854. color:{color:pagination links};!important;
  855. }
  856.  
  857.  
  858.  
  859.  
  860. .pagination a {
  861. display:inline-block;
  862. box-sizing: border-box;
  863. font-size:10px;
  864. text-align:left;
  865. padding-left:24px;
  866. padding-right:24px;
  867. font-family: calibri, sans-serif;
  868. text-transform:uppercase;
  869. width:113px;
  870. max-width:113px;
  871. height:25px;
  872. background-color:{color:background};
  873. outline:1px solid {color:border};
  874. line-height:25px;
  875. margin-right:0px;
  876. color: {color:bold};
  877. font-weight:bold!important;
  878. overflow:hidden; /* older browsers */
  879. }
  880.  
  881.  
  882.  
  883.  
  884. .pagination a:first-child {
  885. margin-left:0px!important;
  886. }
  887.  
  888.  
  889. .pagination a:last-child {
  890. margin-right:0px!important;
  891. }
  892.  
  893.  
  894.  
  895. .pagination a:hover {
  896. font-weight:bold!important;
  897. color:{color:Links Hover and Active}!important;
  898. -moz-transition-duration:2s;
  899. -webkit-transition-duration:2s;
  900. -o-transition-duration:2s;
  901. }
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916. /* POPUPS: GENERAL */
  917.  
  918.  
  919. .popup_block {
  920. top:285px;
  921. left:-150px!important;
  922. display:none;
  923. background-color:{color:background};
  924. border-left:1px solid {color:border};
  925. border-top:1px solid {color:border};
  926. border-bottom:1px solid {color:border};
  927. height:571px;
  928. position:absolute;
  929. z-index:999999999999999999999999999999999999;
  930. opacity:1;
  931. overflow-y:scroll;
  932. text-align:justify;
  933. overflow-x:hidden;
  934. }
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942. .popup_text {
  943. padding-top:0px;
  944. height:471px;
  945. width:222px;
  946. margin-top:26px!important;
  947. margin-left:26px!important;
  948. outline:1px solid {color:border};
  949. border-top:25px solid {color:background};
  950. border-bottom:25px solid {color:background};
  951. padding-bottom:25px!important;
  952. padding-left:25px;
  953. padding-right:25px;
  954. padding-bottom:0px!important;
  955. overflow-y:scroll;
  956. text-align:justify;
  957. overflow-x:hidden;
  958. }
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965. .popup_text h4:first-child {
  966. margin-top:0px!important;
  967. }
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974. .popup_block a {
  975. margin-right:0px;
  976. vertical-align:top;
  977. font-family: calibri, sans-serif;
  978. font-size:9px;
  979. color:#ffffff;
  980. font-weight:lighter!important;
  981. padding-bottom:3px;
  982. position: relative;
  983. text-decoration:none;
  984. text-transform:uppercase;
  985. }
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992. *html #fade {
  993. position: absolute;
  994. }
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001. *html .popup_block {
  1002. position: absolute;
  1003. }
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011. #fade {
  1012. display:none;
  1013. position:fixed;
  1014. left:0px;
  1015. top:0px;
  1016. width:100%;
  1017. height:100%;
  1018. z-index:9;
  1019. background:transparent;
  1020. opacity:0;
  1021. }
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029. /* POPUPS: TABS */
  1030.  
  1031.  
  1032.  
  1033. ul#tabs {
  1034. text-align: center;
  1035. margin-top:0px!important;
  1036. }
  1037.  
  1038.  
  1039.  
  1040. ul#tabs li {
  1041. display: inline-block;
  1042. background-repeat:repeat;
  1043. background-attachment:fixed;
  1044. border:1px solid #171717; /* INACTIVE TAB */
  1045. width:190px;
  1046. font-weight:bold;
  1047. text-align:center;
  1048. font-family:calibri;
  1049. font-style:normal;
  1050. font-weight:700;
  1051. font-size:10px;
  1052. line-height:10px;
  1053. text-shadow: 0px 0px 1px #000;
  1054. padding: 10px 10px;
  1055. margin-bottom: 4px;
  1056. cursor:pointer;
  1057. }
  1058.  
  1059.  
  1060.  
  1061. ul#tabs li.active {
  1062. display: inline-block;
  1063. padding:9px;
  1064. text-align:center;
  1065. font-family:calibri;
  1066. font-style:normal;
  1067. font-weight:700;
  1068. font-size:10px;
  1069. line-height:10px;
  1070. text-shadow: 0px 0px 1px #000;
  1071. background:#000000;
  1072. font-weight:bold;
  1073. font-size:10px;
  1074. border:1px solid #171717; /* ACTIVE TAB */
  1075. color:#e6e6e6;
  1076. padding: 10px 10px;
  1077. margin-bottom: 4px;
  1078. cursor:pointer;
  1079. }
  1080.  
  1081. ul#tab, ul#tabs{
  1082. list-style-type:none;
  1083. margin:0px;padding:0px;
  1084. }
  1085.  
  1086. ul#tab li.active {
  1087. display: block;
  1088. }
  1089.  
  1090. ul#tab li {
  1091. display: none;
  1092. }
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098. /* POPUPS: NAVIGATION */
  1099.  
  1100.  
  1101.  
  1102.  
  1103. .nvlinks {
  1104. margin-left:0px;
  1105. padding-top:0px;
  1106. margin-bottom:0px!important;
  1107. padding-bottom:0px;
  1108. }
  1109.  
  1110.  
  1111.  
  1112.  
  1113. .nvlinks a {
  1114. display:inline-block;
  1115. box-sizing: border-box;
  1116. font-family: calibri, sans-serif;
  1117. font-weight:lighter!important;
  1118. width:222px;
  1119. height:25px!important;
  1120. line-height:25px;
  1121. padding-left:24px;
  1122. margin-left:0px;
  1123. margin-right:0px;
  1124. margin-bottom:8.4px;
  1125. text-align:left;
  1126. background:#000000;
  1127. border: 1px solid {color:border};
  1128. color:#e6e6e6;
  1129. font-size:8.5px;
  1130. letter-spacing:0.4px;
  1131. cursor: pointer;
  1132. z-index:2;
  1133. -moz-transition-duration:1s;
  1134. -webkit-transition-duration:1s;
  1135. -o-transition-duration:1s;
  1136. }
  1137.  
  1138.  
  1139.  
  1140.  
  1141. .nvlinks:last-child {
  1142. margin-bottom:0px!important;
  1143. }
  1144.  
  1145.  
  1146.  
  1147. .nvlinks a:hover {
  1148. background-color: rgba(255, 255, 255, .04)!important;
  1149. -moz-transition-duration:1s;
  1150. -webkit-transition-duration:1s;
  1151. -o-transition-duration:1s;
  1152. }
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159. /* POSTS: GENERAL */
  1160.  
  1161.  
  1162. #content {
  1163. position:absolute;
  1164. height:469px;
  1165. width:430px;
  1166. left:280px;
  1167. top:26px;
  1168. background-color:{color:background};
  1169. overflow-y:scroll;
  1170. padding-left:25px;
  1171. padding-right:25px;
  1172. z-index:9999;
  1173. border-top:25px solid {color:background};
  1174. border-bottom:25px solid {color:background};
  1175. outline:1px solid {color:border}!important;
  1176. }
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182. .posts {
  1183. width:430px;
  1184. padding-right:25px;
  1185. padding-left:25px;
  1186. margin-left:-25px;
  1187. word-wrap: break-word;
  1188. text-align:justify;
  1189. line-height:14px;
  1190. margin-bottom:60px;
  1191.  
  1192. }
  1193.  
  1194.  
  1195.  
  1196. .posts a {
  1197. font-family: calibri;
  1198. text-transform:uppercase;
  1199. font-size:9px;
  1200. font-weight:bold!important;
  1201. -moz-transition-duration:2s;
  1202. -webkit-transition-duration:2s;
  1203. -o-transition-duration:2s;
  1204. }
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210. .posts a:hover {
  1211. color:{color:links hover};
  1212. -moz-transition-duration:2s;
  1213. -webkit-transition-duration:2s;
  1214. -o-transition-duration:2s;
  1215. }
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221. .posts:last-of-type, .posts:last-child {
  1222. margin-bottom:0px!important;
  1223. }
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229. .posts img {
  1230. max-width: -webkit-calc(100% - 22px);
  1231. max-width: -moz-calc(100% - 22px);
  1232. max-width: calc(100% - 22px);
  1233. height:auto;
  1234. }
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244. /* TEXT-WRAPPING AROUND ICONS/IMAGES */
  1245.  
  1246.  
  1247. #wrap {
  1248. margin-top:12px;
  1249. margin-bottom: 12px;
  1250. }
  1251.  
  1252.  
  1253. #wrap img {
  1254. width: auto;
  1255. overflow: hidden;
  1256. margin-top:1px!important;
  1257. margin-bottom:0px!important;
  1258. padding-right:3px;
  1259. padding-bottom:3px;
  1260. {block:IfTextWrapping}
  1261. float:left;
  1262. margin-right:14px;
  1263. {/block:IfTextWrapping}
  1264. {block:ificonborders}
  1265. padding:9px;
  1266. border:1px solid {color:border};
  1267. {/block:ificonborders}
  1268. -webkit-filter: brightness(1) contrast(1) saturate(1);
  1269. }
  1270.  
  1271.  
  1272.  
  1273. {block:IfTextWrapping}
  1274. #wrap blockquote img {
  1275. margin-top:12px!important;
  1276. margin-bottom:10px!important;
  1277. margin-left:12px;
  1278. margin-right:0px!important;
  1279. float:right;
  1280. }
  1281. {/block:IfTextWrapping}
  1282.  
  1283.  
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290. /* POSTS: PHOTO/PHOTOSETS */
  1291.  
  1292. #psingle {
  1293. position:relative;
  1294. width: 452px;
  1295. max-width:452px;
  1296. height:auto;
  1297. -webkit-filter: brightness(1) contrast(1.1) saturate(0.9);
  1298. -webkit-transition: all 0.9s ease-in-out;
  1299. -moz-transition: all 0.9s ease-in-out;
  1300. -o-transition: all 0.9s ease-in-out;
  1301. -ms-transition: all 0.9s ease-in-out;
  1302. transition: all 0.9s ease-in-out;
  1303. }
  1304.  
  1305.  
  1306.  
  1307. #psingle:hover {
  1308. -webkit-filter: brightness(1) contrast(1.1) saturate(0.9);
  1309. -webkit-transition: all 0.9s ease-in-out;
  1310. -moz-transition: all 0.9s ease-in-out;
  1311. -o-transition: all 0.9s ease-in-out;
  1312. -ms-transition: all 0.9s ease-in-out;
  1313. transition: all 0.9s ease-in-out;
  1314. }
  1315.  
  1316.  
  1317.  
  1318. #pset {
  1319. position:relative;
  1320. z-index:99999999!important;
  1321. width: 431px;
  1322. margin-top:0px!important;
  1323. -webkit-filter: brightness(1) contrast(1.1) saturate(0.85);
  1324. -webkit-transition: all 0.9s ease-in-out;
  1325. -moz-transition: all 0.9s ease-in-out;
  1326. -o-transition: all 0.9s ease-in-out;
  1327. -ms-transition: all 0.9s ease-in-out;
  1328. transition: all 0.9s ease-in-out;
  1329. }
  1330.  
  1331.  
  1332.  
  1333.  
  1334. #pset:hover {
  1335. -webkit-filter: brightness(1) contrast(1.1) saturate(0.85);
  1336. -webkit-transition: all 0.9s ease-in-out;
  1337. -moz-transition: all 0.9s ease-in-out;
  1338. -o-transition: all 0.9s ease-in-out;
  1339. -ms-transition: all 0.9s ease-in-out;
  1340. transition: all 0.9s ease-in-out;
  1341. }
  1342.  
  1343.  
  1344.  
  1345.  
  1346.  
  1347. /* POSTS: QUOTE */
  1348.  
  1349. #quotebox {
  1350. outline:1px solid {color:border};
  1351. padding-left:24px;
  1352. padding-right:24px;
  1353. padding-top:24px;
  1354. padding-bottom:0px;
  1355. }
  1356.  
  1357.  
  1358.  
  1359. #quote {
  1360. font-size:13px;
  1361. text-align:left;
  1362. padding-top:0px;
  1363. padding-bottom:24px;
  1364. letter-spacing:-0.5px;
  1365. line-height:20px;
  1366. }
  1367.  
  1368.  
  1369.  
  1370.  
  1371. .source {
  1372. font-family:calibri;
  1373. font-weight:bold;
  1374. text-align:right;
  1375. font-size:9.5px;
  1376. height:24px;
  1377. line-height:24px;
  1378. color: #e8e8e8;
  1379. text-transform:uppercase;
  1380. outline:1px solid {color:border};
  1381. letter-spacing:0.2px;
  1382. margin-top:-1px;
  1383. padding-right:24px;
  1384. padding-left:24px;
  1385. margin-bottom:-24px;
  1386. margin-top:24px;
  1387. margin-left:-24px;
  1388. margin-right:-24px;
  1389. background-color:#030303;
  1390. }
  1391.  
  1392.  
  1393.  
  1394.  
  1395.  
  1396.  
  1397. /* POSTS: LINK */
  1398.  
  1399. #linkpost {
  1400. margin-right:-25px;
  1401. margin-left:-25px!important;
  1402. {block:permalinkpage}
  1403. margin-top:0px;
  1404. {/block:permalinkpage}
  1405. padding-top:0px;
  1406. margin-bottom:-25px;
  1407. }
  1408.  
  1409.  
  1410.  
  1411. #link {
  1412. margin-top:32px;
  1413. outline:1px solid {color:border};
  1414. padding:24px;
  1415. }
  1416.  
  1417.  
  1418. #link a {
  1419. font-size:12px;
  1420. }
  1421.  
  1422.  
  1423.  
  1424.  
  1425.  
  1426.  
  1427. /* POSTS: CHAT */
  1428.  
  1429. #chatbox {
  1430. margin-right:-25px;
  1431. margin-left:-25px!important;
  1432. padding-bottom:0px!important;
  1433. }
  1434.  
  1435.  
  1436.  
  1437. #chat {
  1438. margin-top:25px;
  1439. border-top:1px solid {color:border};
  1440. padding-top:27px;
  1441. padding-left:24px;
  1442. padding-right:24px;
  1443. }
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450. /* POSTS: AUDIO */
  1451.  
  1452.  
  1453.  
  1454. .player {
  1455. opacity: 1;
  1456. position: absolute;
  1457. z-index: 1;
  1458. line-height:33px;
  1459. margin-top:1px;
  1460. margin-left:12px;
  1461. display: block;
  1462. }
  1463.  
  1464.  
  1465.  
  1466.  
  1467. .audioplayer {
  1468. width: 24px;
  1469. height: 24px;
  1470. margin-left: 0px;
  1471. overflow: hidden;
  1472. padding: 0px;
  1473. }
  1474.  
  1475.  
  1476.  
  1477.  
  1478. .audioinfo {
  1479. box-sizing: border-box;
  1480. overflow:hidden;
  1481. outline:1px solid {color:border};
  1482. padding-left:75px;
  1483. margin-top:1px;
  1484. height:26px;
  1485. line-height:25px;
  1486. padding-right:25px;
  1487. display: block;
  1488. font-family:calibri;
  1489. font-weight:bold;
  1490. text-transform: uppercase;
  1491. text-align: left;
  1492. letter-spacing:-0.08px;
  1493. word-spacing:-0.5px;
  1494. font-size:10px;
  1495. color:{color:italic};
  1496. background: transparent;
  1497. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.45);
  1498. }
  1499.  
  1500.  
  1501.  
  1502.  
  1503. /* POSTS: VIDEO */
  1504.  
  1505. .video-content {
  1506. position: relative;
  1507. padding-bottom: 56.25%;
  1508. padding-top: 30px;
  1509. height: 0;
  1510. overflow: hidden;
  1511. }
  1512.  
  1513. .video-content iframe,
  1514. .video-content object,
  1515. .video-content embed {
  1516. position: absolute;
  1517. top: 0;
  1518. left: 0;
  1519. width: 100%;
  1520. height: 100%;
  1521. }
  1522.  
  1523.  
  1524.  
  1525.  
  1526.  
  1527.  
  1528.  
  1529. /* POSTS: ASK */
  1530.  
  1531. #answer {
  1532. padding-left:0px;
  1533. padding-right:0px;
  1534. margin-left:1px;
  1535. margin-right:1px;
  1536. margin-top:0px;
  1537. }
  1538.  
  1539.  
  1540. #question {
  1541. border-top:0px solid {color:border};
  1542. margin-top:1px;
  1543. margin-left:0px;
  1544. }
  1545.  
  1546.  
  1547.  
  1548. .askletter {
  1549. position:absolute;
  1550. margin-top:0px;
  1551. margin-left:0px;
  1552. height:33px;
  1553. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  1554. line-height:23px;
  1555. min-width:36px;
  1556. max-width:36px;
  1557. padding-top:11px;
  1558. background-color:transparent!important;
  1559. outline:1px solid {color:border};
  1560. float:left;
  1561. font-weight:lighter!important;
  1562. margin-bottom:0px;
  1563. text-align:center;
  1564. z-index:888;
  1565. color:{color:border}!important;
  1566. font-size:30px!important;
  1567. font-weight:bold!important;
  1568. }
  1569.  
  1570.  
  1571.  
  1572. #ask {
  1573. font-family:calibri, sans-serif;
  1574. text-transform:uppercase;
  1575. position: relative;
  1576. font-weight:bold;
  1577. background-color:{color:background};
  1578. font-size:9px;
  1579. line-height:9px!important;
  1580. min-height:18px;
  1581. max-height:18px;
  1582. overflow:scroll;
  1583. margin-top:25px;
  1584. margin-left:37px;
  1585. margin-right:0px;
  1586. margin-bottom:0px;
  1587. padding-left:24px;
  1588. padding-right:24px;
  1589. outline:solid 1px {color:border};
  1590. border-top:13px solid {color:background};
  1591. border-bottom:13px solid {color:background};
  1592. -moz-transition-duration:1s;
  1593. -webkit-transition-duration:1s;
  1594. -o-transition-duration:1s;
  1595. z-index:8;
  1596. }
  1597.  
  1598.  
  1599.  
  1600. #ask:hover {
  1601. position:relative;
  1602. z-index:999999;
  1603. background-color:{color:background};
  1604. margin-left:0px;
  1605. max-height:44px;
  1606. margin-right:0px;
  1607. -moz-transition-duration:1s;
  1608. -webkit-transition-duration:1s;
  1609. -o-transition-duration:1s;
  1610. }
  1611.  
  1612.  
  1613. #ask a {
  1614. font-weight:bold;
  1615. color:{color:bold};
  1616. font-size:9px;
  1617. text-decoration:none;
  1618. }
  1619.  
  1620.  
  1621. #ask b {
  1622. color:{color:bold};
  1623. font-size:9px;
  1624. font-family:calibri!important;
  1625. }
  1626.  
  1627.  
  1628.  
  1629. #response {
  1630. margin-top:25px;
  1631. margin-bottom:25px;
  1632. }
  1633.  
  1634.  
  1635.  
  1636.  
  1637. #response img {
  1638. {block:IfTextWrapping}
  1639. float:left;
  1640. margin-left:-1px!important;
  1641. margin-right:13px;
  1642. {/block:IfTextWrapping}
  1643. background-color:transparent;
  1644. position:relative;
  1645. margin-top:3px;
  1646. margin-bottom:5px;
  1647. {block:ificonborders}
  1648. padding:9px;
  1649. border:1px solid {color:border};
  1650. {/block:ificonborders}
  1651. -webkit-filter: brightness(1) contrast(1) saturate(1);
  1652.  
  1653. {block:IfGrayscaleImages}
  1654. -webkit-filter: brightness(1) contrast(1) saturate(0);
  1655. {/block:IfGrayscaleImages}
  1656. }
  1657.  
  1658.  
  1659.  
  1660.  
  1661.  
  1662. #response img:hover {
  1663. -webkit-filter: brightness(1) contrast(1) saturate(1);
  1664. -webkit-transition: all 0.9s ease-in-out;
  1665. -moz-transition: all 0.9s ease-in-out;
  1666. -o-transition: all 0.9s ease-in-out;
  1667. -ms-transition: all 0.9s ease-in-out;
  1668. transition: all 0.9s ease-in-out;
  1669. }
  1670.  
  1671.  
  1672.  
  1673.  
  1674.  
  1675.  
  1676.  
  1677. /* POST INFORMATION */
  1678.  
  1679.  
  1680. .permalinkbar {
  1681. margin-bottom:1px;
  1682. margin-top:25px;
  1683. background-color:transparent;
  1684. color:{color:link};
  1685. z-index:88;
  1686. }
  1687.  
  1688.  
  1689.  
  1690.  
  1691.  
  1692.  
  1693. .permalinkbutton1 {
  1694. position:absolute;
  1695. margin-top:0px;
  1696. margin-left:0px;
  1697. max-height:25px!important;
  1698. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  1699. min-height:25px;
  1700. min-width:36px;
  1701. max-width:36px;
  1702. padding-top:11px;
  1703. background-color:transparent!important;
  1704. outline:1px solid {color:border};
  1705. float:left;
  1706. font-weight:lighter!important;
  1707. margin-bottom:0px;
  1708. text-align:center;
  1709. z-index:888;
  1710. }
  1711.  
  1712.  
  1713.  
  1714.  
  1715.  
  1716. .permalinkbutton1 a {
  1717. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif!important;
  1718. color:{color:border}!important;
  1719. font-size:25px!important;
  1720. font-weight:lighter!important;
  1721. -moz-transition-duration:2s;
  1722. -webkit-transition-duration:2s;
  1723. -o-transition-duration:2s;
  1724. }
  1725.  
  1726.  
  1727.  
  1728. .permalinkbutton1 a:hover {
  1729. -moz-transition-duration:2s;
  1730. -webkit-transition-duration:2s;
  1731. -o-transition-duration:2s;
  1732. }
  1733.  
  1734.  
  1735.  
  1736. .permalinkbutton2 {
  1737. position:absolute;
  1738. margin-top:0px;
  1739. margin-right:-1px;
  1740. max-height:25px!important;
  1741. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  1742. min-height:25px;
  1743. min-width:36px;
  1744. margin-right:0px;
  1745. max-width:36px;
  1746. padding-top:11px;
  1747. margin-left:37px;
  1748. background-color:transparent;
  1749. outline:1px solid {color:border};
  1750. float:left;
  1751. font-weight:lighter!important;
  1752. color:{color:border};
  1753. margin-bottom:0px;
  1754. text-align:center;
  1755. z-index:888;
  1756. }
  1757.  
  1758.  
  1759.  
  1760. .permalinkbutton2 a {
  1761. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif!important;
  1762. color:{color:border}!important;
  1763. font-size:25px!important;
  1764. font-weight:lighter!important;
  1765. -moz-transition-duration:2s;
  1766. -webkit-transition-duration:2s;
  1767. -o-transition-duration:2s;
  1768. }
  1769.  
  1770.  
  1771.  
  1772.  
  1773.  
  1774. .permalinkbutton2 a:hover {
  1775. -moz-transition-duration:2s;
  1776. -webkit-transition-duration:2s;
  1777. -o-transition-duration:2s;
  1778. }
  1779.  
  1780.  
  1781.  
  1782.  
  1783.  
  1784.  
  1785. .tags {
  1786. font-size:8px!important;
  1787. position:relative;
  1788. font-family: calibri!important;
  1789. font-weight:bold!important;
  1790. background-color:{color:background};
  1791. color:{color:border}!important;
  1792. text-transform:uppercase!important;
  1793. font-style:normal;
  1794. outline:1px solid {color:border};
  1795. line-height:130%!important;
  1796. text-align:justify;
  1797. min-height:12px;
  1798. max-height:12px;
  1799. overflow:scroll;
  1800. text-align:left;
  1801. text-align-last: center;
  1802. -moz-text-align-last: center;
  1803. border-top:12px solid transparent;
  1804. border-bottom:12px solid transparent;
  1805. margin-top:1px;
  1806. margin-left:74px;
  1807. padding-left:20px;
  1808. padding-right:20px;
  1809. -moz-transition-duration:1.5s;
  1810. -webkit-transition-duration:1.5s;
  1811. -o-transition-duration:1.5s;
  1812. z-index:888888;
  1813. }
  1814.  
  1815.  
  1816.  
  1817.  
  1818.  
  1819.  
  1820.  
  1821. .tags:hover {
  1822. position:relative;
  1823. text-align:justify;
  1824. max-height:78px;
  1825. outline: 1px solid {color:border};
  1826. -moz-transition-duration:1.5s;
  1827. -webkit-transition-duration:1.5s;
  1828. -o-transition-duration:1.5s;
  1829. margin-left:0px;
  1830. margin-right:0px!important;
  1831. color:{color:links}!important;
  1832. }
  1833.  
  1834.  
  1835.  
  1836.  
  1837.  
  1838. .tags a {
  1839. font-weight:bold!important;
  1840. font-size:8px!important;
  1841. text-transform:uppercase!important;
  1842. font-family: calibri!important;
  1843. color:{color:border}!important;
  1844. -moz-transition-duration:2s;
  1845. -webkit-transition-duration:2s;
  1846. -o-transition-duration:2s;
  1847. }
  1848.  
  1849.  
  1850.  
  1851.  
  1852.  
  1853.  
  1854. .tags a:hover {
  1855. color:{color:Links Hover and Active}!important;
  1856. }
  1857.  
  1858.  
  1859.  
  1860.  
  1861.  
  1862.  
  1863.  
  1864.  
  1865.  
  1866.  
  1867.  
  1868. /* PERMAPAGE NOTES */
  1869.  
  1870.  
  1871. #notes {
  1872. outline:1px solid {color:border};
  1873. margin-bottom:1px!important;
  1874. margin-top:25px!important;
  1875. padding-top:16px;
  1876. padding-bottom:16px;
  1877. padding-left:0px!important;
  1878. padding-right:0px!important;
  1879. }
  1880.  
  1881.  
  1882.  
  1883. .note li {
  1884. list-style-type:none;
  1885. padding-top:0px;
  1886. line-height:14px;
  1887. padding-bottom:0px;
  1888. margin-left:-12px!important;
  1889. padding-right:0px;
  1890. text-align:left!important;
  1891. -moz-transition-duration:0.5s;
  1892. -webkit-transition-duration:0.5s;
  1893. -o-transition-duration:0.5s;
  1894. font-family:calibri!important;
  1895. font-size:9px!important;
  1896. font-weight:bold;
  1897. text-transform:uppercase;
  1898. color:{color:button text};
  1899. }
  1900.  
  1901.  
  1902. .note li a {
  1903. text-align:left!important;
  1904. font-family:calibri!important;
  1905. font-size:9px!important;
  1906. padding-right:0px;
  1907. font-weight:bold;
  1908. text-transform:uppercase;
  1909. letter-spacing:0px;
  1910. color: {color:body text};
  1911. }
  1912.  
  1913.  
  1914. .more_notes_link, .more_notes_link a {
  1915. text-align:left!important;
  1916. margin-top:25px!important;
  1917. padding-top:25px!important;
  1918. color:{color:italic}!important;
  1919. }
  1920.  
  1921.  
  1922. .note blockquote a {
  1923. padding-top:12px;
  1924. padding-bottom:12px;
  1925. padding-left:24px;
  1926. padding-right:24px;
  1927. margin-top:12px;
  1928. margin-bottom:12px;
  1929. margin-left:0px;
  1930. margin-right:0px;
  1931. color:{color:bold}!important;
  1932. }
  1933.  
  1934.  
  1935. .note img.avatar {
  1936. display:none;
  1937. width: 0px;
  1938. height: 0px;
  1939. }
  1940.  
  1941.  
  1942.  
  1943.  
  1944.  
  1945.  
  1946.  
  1947.  
  1948.  
  1949.  
  1950.  
  1951.  
  1952. /* MUSES */
  1953.  
  1954.  
  1955. .mcontent {
  1956. position:absolute;
  1957. left:26px;
  1958. margin-top:224px;
  1959. height:123px;
  1960. width:227px;
  1961. max-width:227px;
  1962. border-bottom:0px solid {color:background};!important;
  1963. border-top:0px solid {color:background}!important;
  1964. z-index:9999999999999999999;
  1965. overflow-y:scroll;
  1966. padding-left:0px;
  1967. padding-right:0px;
  1968. outline:1px solid {color:border}!important;
  1969. opacity:1!important;
  1970. }
  1971.  
  1972.  
  1973.  
  1974.  
  1975.  
  1976.  
  1977. .mmuse {
  1978. margin-top:0px;
  1979. padding-left:0px!important;
  1980. background-color:{color:background};
  1981. }
  1982.  
  1983.  
  1984.  
  1985.  
  1986.  
  1987. .mmuse:active, .mmuse:focus {
  1988. background-color:{color:background}!important;
  1989. color:{color:bold};
  1990. }
  1991.  
  1992.  
  1993.  
  1994.  
  1995.  
  1996. .mmuse a {
  1997. display:inline-block;
  1998. box-sizing: border-box;
  1999. outline:1px solid {color:border};
  2000. background-color:{color:background};
  2001. width:113px;
  2002. overflow:hidden;
  2003. height:61px;
  2004. padding-left:25px;
  2005. padding-right:25px;
  2006. font-family:calibri;
  2007. text-align:left;
  2008. font-style:normal;
  2009. font-weight:bold!important;
  2010. margin-right:-1px;
  2011. margin-bottom:-3px;
  2012. font-size:8.5px;
  2013. letter-spacing:0.4px;
  2014. line-height:61px;
  2015. color: {color:links};
  2016. text-transform:uppercase;
  2017. }
  2018.  
  2019.  
  2020.  
  2021. .mmuse a:active, .mmuse a:focus {
  2022. color:{color:links}!important;
  2023. background-color:{color:background}!important;
  2024. }
  2025.  
  2026.  
  2027. .mmuse a:hover, .mmuse a:nth-of-type(even):hover {
  2028. color:{color:links}!important;
  2029. }
  2030.  
  2031.  
  2032.  
  2033. .mmuse a:nth-of-type(even) {
  2034. text-align:right;
  2035. }
  2036.  
  2037.  
  2038.  
  2039.  
  2040.  
  2041.  
  2042.  
  2043.  
  2044.  
  2045.  
  2046.  
  2047.  
  2048.  
  2049. /* CREDIT */
  2050.  
  2051.  
  2052. #credit {
  2053. background-color:{color:background};
  2054. border:1px solid {color:border};
  2055. padding:6px 10px;
  2056. z-index:999;
  2057. position:absolute;
  2058. bottom:44px;
  2059. right:44px;
  2060. width:6px;
  2061. height:14px;
  2062. word-wrap:break-word;
  2063. font-family:calibri;
  2064. overflow:hidden;
  2065. -webkit-transition:all 1s ease;
  2066. -moz-transition:all 1s ease;
  2067. -o-transition:all 1s ease;
  2068. transition:all 1s ease-in-out;
  2069. }
  2070.  
  2071.  
  2072. #credit a {
  2073. color:{color:links};
  2074. text-transform:uppercase;
  2075. font-size:9.5px;
  2076. }
  2077.  
  2078.  
  2079.  
  2080. #credit:hover {
  2081. width:73px;
  2082. }
  2083.  
  2084.  
  2085.  
  2086.  
  2087. #credit span {
  2088. color:{color:bold};
  2089. font-family:calibri;
  2090. margin-right:10px;
  2091. font-size:10.5px;
  2092. }
  2093.  
  2094.  
  2095.  
  2096.  
  2097.  
  2098.  
  2099.  
  2100.  
  2101. </style>
  2102.  
  2103. </head>
  2104.  
  2105. <body>
  2106.  
  2107.  
  2108. <div id="container">
  2109.  
  2110. <!-- DESCRIPTION + NAVIGATION BAR -->
  2111.  
  2112.  
  2113. <div class="sidebar">
  2114.  
  2115. <div class="imageone"><a href="/" title="Refresh the page"><img src="{image:Side Image One}"></a></div>
  2116.  
  2117.  
  2118. <div class="navigation">
  2119.  
  2120. <button class="w3-bar-item w3-button" onclick="openNavi('Index')" autofocus style="text-align:left;">Return</button>
  2121. <button class="w3-bar-item w3-button" onclick="openNavi('Muses')" style="text-align:right;">Explore</button>
  2122.  
  2123. </div class="navigation">
  2124.  
  2125.  
  2126. <div class="description">
  2127.  
  2128. {Description}
  2129.  
  2130. </div class="description">
  2131.  
  2132.  
  2133.  
  2134. <div class="navigation1">
  2135. <div class="pagination">
  2136.  
  2137.  
  2138. {block:Indexpage}
  2139. {block:PreviousPage}<a href="{PreviousPage}">RETURN</a>{/block:PreviousPage}
  2140. {block:NextPage}<a href="{NextPage}" style="float:right; text-align:right;">PROCEED</a>{/block:NextPage}
  2141. {/block:Indexpage}
  2142.  
  2143.  
  2144.  
  2145. {block:PermalinkPagination}
  2146. {block:PreviousPost}<a href="{PreviousPost}" title="Previous Post">RETURN</a>{/block:PreviousPost}
  2147. {block:NextPost}<a href="{NextPost}" title="Next Post" style="float:right; text-align:right;">PROCEED</a>{/block:NextPost}
  2148. {/block:PermalinkPagination}
  2149.  
  2150.  
  2151. </div class="pagination">
  2152. </div class="navigation1">
  2153.  
  2154.  
  2155.  
  2156. <div class="imagetwo"><img src="{image:Side Image Two}"></div>
  2157.  
  2158. </div class="sidebar">
  2159.  
  2160.  
  2161.  
  2162.  
  2163.  
  2164.  
  2165.  
  2166.  
  2167.  
  2168.  
  2169.  
  2170.  
  2171.  
  2172. <!-- POPUP PAGES: MENU -->
  2173.  
  2174.  
  2175. <div id="Muses" class="navi" style="display:none;">
  2176.  
  2177.  
  2178. <div class="mcontent">
  2179.  
  2180.  
  2181. <div class="mmuse">
  2182.  
  2183.  
  2184.  
  2185. <a href="#?w=300" rel="INQUIRIES" class="poplight">
  2186. INQUIRIES
  2187. </a>
  2188.  
  2189.  
  2190. <a href="#?w=300" rel="RULES" class="poplight">
  2191. GUIDELINES
  2192. </a>
  2193.  
  2194.  
  2195. <a href="#?w=300" rel="ABOUT" class="poplight">
  2196. BIOGRAPHY
  2197. </a>
  2198.  
  2199.  
  2200. <a href="#?w=300" rel="NAVIGATION" class="poplight">
  2201. NAVIGATION
  2202. </a>
  2203.  
  2204.  
  2205. </div class="mmuse">
  2206.  
  2207. </div class="mcontent">
  2208.  
  2209. </div id="Muses" class="navi">
  2210.  
  2211.  
  2212.  
  2213.  
  2214.  
  2215.  
  2216.  
  2217.  
  2218.  
  2219.  
  2220.  
  2221.  
  2222. <!-- POPUP PAGE: INQUIRIES -->
  2223.  
  2224.  
  2225. <div id="INQUIRIES" class="popup_block">
  2226. <div class="popup_text">
  2227.  
  2228. <p><iframe frameborder="0" scrolling="yes" width="205px" height="450px" src="https://www.tumblr.com/ask_form/YOURURLHERE.tumblr.com" style="margin-top: -6px!important; padding:8px;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>
  2229.  
  2230.  
  2231. </div class="popup_text">
  2232. </div id="INQUIRIES" class="popup_block">
  2233.  
  2234.  
  2235.  
  2236.  
  2237.  
  2238.  
  2239.  
  2240.  
  2241.  
  2242.  
  2243. <!-- POPUP PAGE: RULES -->
  2244.  
  2245.  
  2246. <div id="RULES" class="popup_block">
  2247. <div class="popup_text">
  2248.  
  2249.  
  2250. <h1>{text:Popup Page RULES Header}</h1>
  2251.  
  2252. {text:Popup Page RULES Content}
  2253.  
  2254.  
  2255. </div class="popup_text">
  2256. </div id="RULES" class="popup_block">
  2257.  
  2258.  
  2259.  
  2260.  
  2261.  
  2262.  
  2263.  
  2264.  
  2265.  
  2266.  
  2267.  
  2268.  
  2269. <!-- POPUP PAGE: ABOUT -->
  2270.  
  2271.  
  2272. <div id="ABOUT" class="popup_block">
  2273. <div class="popup_text">
  2274.  
  2275. <h1>{text:Popup Page ABOUT Header}</h1>
  2276.  
  2277. {text:Popup Page ABOUT Content}
  2278.  
  2279.  
  2280. </div class="popup_text">
  2281. </div id="ABOUT" class="popup_block">
  2282.  
  2283.  
  2284.  
  2285.  
  2286.  
  2287.  
  2288.  
  2289.  
  2290.  
  2291.  
  2292.  
  2293.  
  2294.  
  2295.  
  2296.  
  2297.  
  2298. <!-- POPUP PAGE: NAVIGATION -->
  2299.  
  2300.  
  2301. <div id="NAVIGATION" class="popup_block">
  2302. <div class="popup_text">
  2303.  
  2304. <h1>{text:Popup Page NAV Header}</h1>
  2305.  
  2306. <div class="nvlinks">
  2307.  
  2308. <a href="{text:Popup Navigation 1 Link}">{text:Popup Navigation 1 Title}</a>
  2309. <a href="{text:Popup Navigation 2 Link}">{text:Popup Navigation 2 Title}</a>
  2310. <a href="{text:Popup Navigation 3 Link}">{text:Popup Navigation 3 Title}</a>
  2311. <a href="{text:Popup Navigation 4 Link}">{text:Popup Navigation 4 Title}</a>
  2312. <a href="{text:Popup Navigation 5 Link}">{text:Popup Navigation 5 Title}</a>
  2313. <a href="{text:Popup Navigation 6 Link}">{text:Popup Navigation 6 Title}</a>
  2314. <a href="{text:Popup Navigation 7 Link}">{text:Popup Navigation 7 Title}</a>
  2315. <a href="{text:Popup Navigation 8 Link}">{text:Popup Navigation 8 Title}</a>
  2316. <a href="{text:Popup Navigation 9 Link}">{text:Popup Navigation 9 Title}</a>
  2317. <a href="{text:Popup Navigation 10 Link}">{text:Popup Navigation 10 Title}</a>
  2318. <a href="{text:Popup Navigation 11 Link}">{text:Popup Navigation 11 Title}</a>
  2319. <a href="{text:Popup Navigation 12 Link}">{text:Popup Navigation 12 Title}</a>
  2320.  
  2321. </div class="nvlinks">
  2322.  
  2323.  
  2324. </div class="popup_text">
  2325. </div id="NAVIGATION" class="popup_block">
  2326.  
  2327.  
  2328.  
  2329.  
  2330.  
  2331.  
  2332.  
  2333.  
  2334. <!-- POSTS -->
  2335.  
  2336.  
  2337.  
  2338. <div id="content">
  2339.  
  2340.  
  2341. {block:Posts}
  2342.  
  2343. <div class="posts">
  2344.  
  2345.  
  2346.  
  2347.  
  2348.  
  2349. <!-- POSTS: TEXT -->
  2350.  
  2351.  
  2352. {block:Text}
  2353. {block:Title}
  2354. <h1>{Title}</a></h1>
  2355. {/block:Title}
  2356. <div id="wrap">
  2357. {Body}
  2358. <div style="clear:both">
  2359. </div style="clear:both">
  2360. </div id="wrap">
  2361. {/block:Text}
  2362.  
  2363.  
  2364.  
  2365.  
  2366.  
  2367. <!-- POSTS: PHOTO/SET -->
  2368.  
  2369. {block:Photo}
  2370. <div id="psingle">
  2371. {LinkOpenTag}
  2372. <img src="{PhotoURL-HighRes}">
  2373. {LinkCloseTag}
  2374. </div id="psingle">
  2375.  
  2376. {block:Caption}
  2377. <div id="pcaption">
  2378. {Caption}
  2379. </div id="pcaption">
  2380. {/block:Caption}
  2381. {/block:Photo}
  2382.  
  2383.  
  2384. {block:Photoset}
  2385. <div id="pset">
  2386. {Photoset}
  2387. </div id="pset">
  2388.  
  2389. {block:Caption}
  2390. <div id="pcaption">
  2391. {Caption}
  2392. </div id="pcaption">
  2393. {/block:Caption}
  2394. {/block:Photoset}
  2395.  
  2396.  
  2397.  
  2398.  
  2399.  
  2400. <!-- POSTS: QUOTE -->
  2401.  
  2402. {block:Quote}
  2403. <div id="quotebox">
  2404. <div id="quote">
  2405. "{Quote}"
  2406. <div class="source">
  2407. Source: {Source}
  2408. </div>
  2409. </div id="quote">
  2410.  
  2411. </div>
  2412. {/block:Quote}
  2413.  
  2414.  
  2415.  
  2416.  
  2417.  
  2418. <!-- POSTS: LINK -->
  2419.  
  2420. {block:Link}
  2421. <div id="linkpost">
  2422. <div id="link">
  2423. <a href="{URL}" {Target}>{Name}&nbsp;&nbsp; ►</a>
  2424. </div id="link">
  2425. </div id="linkpost">
  2426. {/block:Link}
  2427.  
  2428.  
  2429.  
  2430.  
  2431.  
  2432. <!-- POSTS: CHAT -->
  2433.  
  2434.  
  2435. {block:Chat}
  2436.  
  2437. <div id="chatbox">
  2438. <div id="chat">
  2439. {block:Lines}
  2440. <div id="{Alt}">
  2441. {block:Label}<i>{Label}</i>{/block:Label} {Line}
  2442. </div id="{Alt}">
  2443. {/block:Lines}
  2444. </div id="chat">
  2445. </div id="chatbox">
  2446.  
  2447. {/block:Chat}
  2448.  
  2449.  
  2450.  
  2451.  
  2452.  
  2453. <!-- POSTS: AUDIO -->
  2454.  
  2455. {block:Audio}
  2456. <div id="audiobox">
  2457.  
  2458.  
  2459. <div class="player">
  2460. <div class="audioplayer">
  2461.  
  2462. {AudioPlayerBlack}
  2463.  
  2464. </div class="audioplayer">
  2465. </div class="player">
  2466.  
  2467. <div class="audioinfo">
  2468. {block:Artist}Artist: {Artist}{/block:Artist} — {block:TrackName}Track name: {TrackName}{/block:TrackName}
  2469. </div class="audioinfo">
  2470.  
  2471.  
  2472. {block:Caption}
  2473. <div id="acaption">
  2474. {Caption}
  2475. </div id="acaption">
  2476. {/block:Caption}
  2477.  
  2478. </div id="audiobox">
  2479. {/block:Audio}
  2480.  
  2481.  
  2482.  
  2483.  
  2484.  
  2485. <!-- POSTS: VIDEO -->
  2486.  
  2487. {block:Video}
  2488. <div class="video-content">
  2489. {Video-400}
  2490. {block:Caption}{Caption}{/block:Caption}
  2491. </div class="video-content">
  2492. {/block:Video}
  2493.  
  2494.  
  2495.  
  2496.  
  2497.  
  2498.  
  2499. <!-- POSTS: ASK -->
  2500.  
  2501. {block:Answer}
  2502. <div id="answer">
  2503.  
  2504. <div id="question">
  2505. <div class="askletter">?</div class="askletter">
  2506. <div id="ask">
  2507. <b>{Asker} asked:</b> {Question}
  2508. </div id="ask">
  2509. </div id="question">
  2510.  
  2511.  
  2512. <div id="response">{Answer}
  2513. <div style="clear:both"></div>
  2514. </div id="response">
  2515.  
  2516. </div id="answer">
  2517. {/block:Answer}
  2518.  
  2519.  
  2520.  
  2521.  
  2522. <!-- POST INFORMATION -->
  2523.  
  2524.  
  2525. {block:Date}
  2526.  
  2527. <div class="permalinkbar">
  2528. {block:indexpage}
  2529. <div class="permalinkbutton1">
  2530. <a href="{Permalink}" title="Posted:&nbsp;&nbsp; {Month} {DayOfMonth}{DayOfMonthSuffix} / {12Hour}:{Minutes}{CapitalAmPm} / {NoteCountWithLabel}">P</a>
  2531. </div class="permalinkbutton1">
  2532. {/block:indexpage}
  2533.  
  2534. {block:permalinkpage}
  2535. <div class="permalinkbutton1">
  2536. <a href="{ReblogParentURL}" title="Reblogged From">V</a>
  2537. </div class="permalinkbutton1">
  2538. {/block:permalinkpage}
  2539.  
  2540. <div class="permalinkbutton2">
  2541. <a href="{ReblogURL}" title="Click here to reblog this post" target="_blank" class="details">R</a>
  2542. </div class="permalinkbutton2">
  2543.  
  2544. <div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>{/block:Tags}{/block:PermalinkPage}{/block:HasTags}</div>
  2545.  
  2546.  
  2547. </div class="permalinkbar">
  2548. {/block:Date}
  2549. {/block:indexpage}
  2550.  
  2551.  
  2552.  
  2553.  
  2554.  
  2555. <!-- NOTES -->
  2556.  
  2557. {block:PostNotes}
  2558. <div id="notes">
  2559. <div class="note">
  2560. {PostNotes}
  2561. </div class="note">
  2562. </div id="notes">
  2563. {/block:PostNotes}
  2564.  
  2565.  
  2566.  
  2567.  
  2568.  
  2569.  
  2570. <!-- HIDE VIA/SOURCE IN POSTS -->
  2571.  
  2572.  
  2573. {block:ContentSource}<!-- {SourceURL}
  2574. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  2575. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  2576. {/block:ContentSource}
  2577.  
  2578.  
  2579. <!-- {block:NoRebloggedFrom}
  2580. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  2581. {/block:NoRebloggedFrom} -->
  2582.  
  2583.  
  2584.  
  2585. </div class="posts">
  2586.  
  2587.  
  2588. {/block:Posts}
  2589.  
  2590.  
  2591.  
  2592. </div id="content">
  2593.  
  2594. </div id="container">
  2595.  
  2596.  
  2597.  
  2598.  
  2599.  
  2600.  
  2601.  
  2602.  
  2603. <!-- CREDIT -->
  2604.  
  2605. <div id="credit"><div style="width:105px;margin-right:10px;">
  2606. <a href="https://iniziarearchive.tumblr.com/post/181363908972/base-theme-desmond-live-preview" target="blank">
  2607. <span>S.</span>MADE BY SAE.</a>
  2608. </div></div>
  2609.  
  2610. </body>
  2611. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement