littlemisswhoever

Kay / inscmnus

Apr 18th, 2023
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.81 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3.  
  4. <!-- (BASE) THEME BY 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.  
  21.  
  22.  
  23. <!-- SCRIPT: TOOLTIP -->
  24.  
  25.  
  26. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  27. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  28. <script>
  29. (function($){
  30. $(document).ready(function(){
  31. $("a[title]").style_my_tooltips({
  32. tip_follows_cursor:true,
  33. tip_delay_time:90,
  34. tip_fade_speed:600,
  35. attribute:"title"
  36. });
  37. });
  38. })(jQuery);
  39. </script>
  40.  
  41.  
  42.  
  43.  
  44. <!-- SCRIPT: POPUPS -->
  45.  
  46. <script type="text/javascript"
  47. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  48. <script>
  49. $(document).ready(function() {
  50. //
  51. $('a.poplight[href^=#]').click(function() {
  52. var popID = $(this).attr('rel'); //Get Popup Name
  53. var popURL = $(this).attr('href'); //Get Popup href to define size
  54. var query= popURL.split('?');
  55. var dim= query[1].split('&');
  56. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  57. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  58. var popMargTop = ($('#' + popID).height() + 80) / 2;
  59. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  60. //Apply Margin to Popup
  61. $('#' + popID).css({
  62. 'margin-top' : -popMargTop,
  63. 'margin-left' : -popMargLeft
  64. });
  65. $('body').append('<div id="fade"></div>');
  66. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  67. return false;
  68. });
  69. $('a.close, #fade').live('click', function() {
  70. $('#fade , .popup_block').fadeOut(function() {
  71. $('#fade, a.close').remove(); //fade them both out
  72. });
  73. return false;
  74. });
  75. });
  76. </script>
  77.  
  78.  
  79. <!-- SCRIPT: jQuery -->
  80.  
  81. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  82.  
  83.  
  84.  
  85. <!-- SCRIPT: AUDIO PLAYER -->
  86.  
  87. <script>
  88. $(document).ready(function() {
  89. $('iframe.tumblr_audio_player').load( function() {
  90. $('iframe.tumblr_audio_player').contents().find("head")
  91. .append($("<style type='text/css'> .audio-player{background:transparent!important; color:{color:body text} !important;} </style>"));
  92. });
  93. });
  94. </script>
  95.  
  96.  
  97.  
  98.  
  99. <!-- CUSTOM FONTS -->
  100.  
  101. <link href="https://fonts.googleapis.com/css2?family=Gloock&family=Roboto+Condensed&display=swap" rel="stylesheet">
  102.  
  103. <link href="https://fonts.googleapis.com/css?family=Merriweather:900" rel="stylesheet">
  104.  
  105. <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112. <!-- META LINES -->
  113.  
  114.  
  115. <meta name="image:Background" content="https://static.tumblr.com/ffqvnmi/2uQrtbdvu/bg.png"/>
  116.  
  117. <meta name="text:Post Content Height" content="100%"/>
  118. <meta name="text:Post Content Width" content="450"/>
  119. <meta name="text:Post Content Margin Left" content="540"/>
  120. <meta name="text:Post Content Margin Top" content="75"/>
  121. <meta name="text:Description Height" content="75"/>
  122. <meta name="text:Description Width" content="204"/>
  123. <meta name="text:Description Margin Top" content="75"/>
  124. <meta name="text:Description Margin Left" content="285"/>
  125.  
  126. <meta name="color:Borders" content="#191919" />
  127. <meta name="color:Background" content="#000000" />
  128. <meta name="color:Body Text" content="#979797" />
  129. <meta name="color:Bold" content="#547b7b" />
  130. <meta name="color:Italic" content="#d7d7d7" />
  131. <meta name="color:Links" content="#888f86" />
  132. <meta name="color:Links Hover" content="#ffffff" />
  133.  
  134. <meta name="if:Boxed Blockquotes" content="0"/>
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142. <style type="text/css">
  143.  
  144.  
  145.  
  146. /* SCROLLBAR */
  147.  
  148.  
  149. ::-webkit-scrollbar {
  150. scrollbar-width: none;
  151. background-color:transparent;
  152. height: 0px;
  153. display:none;
  154. width: 0px
  155. -ms-overflow-style: none; // IE 10+
  156. overflow: -moz-scrollbars-none;
  157. }
  158.  
  159.  
  160. ::-webkit-scrollbar-thumb {
  161. background-color:transparent;
  162. }
  163.  
  164.  
  165.  
  166. html {
  167. scrollbar-width: none!important;
  168. }
  169.  
  170.  
  171. root {
  172. scrollbar-width: none;
  173. }
  174.  
  175.  
  176.  
  177.  
  178. /* TEXT SELECTION */
  179.  
  180. ::selection {background: transparent; color:{color:Italic};}
  181. ::-moz-selection {background: transparent; {color:Italic};}
  182.  
  183.  
  184. /* TOOLTIP */
  185.  
  186.  
  187. #s-m-t-tooltip {
  188. z-index:999999;
  189. max-width:350px;
  190. margin-left:10px;
  191. margin-top:10px;
  192. font-weight:bold!important;
  193. background-color:#000000;
  194. border:1px solid {color:borders};
  195. padding-top:6px;
  196. padding-bottom:6px;
  197. padding-left:16px;
  198. padding-right:16px;
  199. font-family:calibri;
  200. font-style:normal;
  201. font-weight:700;
  202. font-size:10px;
  203. color: {color:bold};
  204. text-transform:uppercase;
  205. letter-spacing:0px;
  206. }
  207.  
  208.  
  209.  
  210. /* FOUNDATION */
  211.  
  212.  
  213. body {
  214. background-image:url('{image:Background}');
  215. background-attachment:fixed;
  216. background-repeat:no-repeat;
  217. background-position:top left;
  218. background-color:{color:Background};
  219. color:{color:Body Text};
  220. line-height:13px;
  221. word-spacing:-0.5px;
  222. letter-spacing:-0.1px;
  223. font-size:11px;
  224. font-family: 'Roboto Condensed', sans-serif;
  225. word-wrap: break-word;
  226. scrollbar-width: none;
  227. }
  228.  
  229.  
  230. body a {
  231. font-size:10px;
  232. color:{color:links};
  233. font-weight:bold;
  234. text-decoration:none!important;
  235. -moz-transition-duration:0.6s;
  236. -webkit-transition-duration:0.6s;
  237. -o-transition-duration:0.6s;
  238. }
  239.  
  240.  
  241. #bodyheader {
  242. background-image:url('https://static.tumblr.com/ffqvnmi/CHWrtbdph/header.png');
  243. background-attachment:fixed;
  244. background-repeat:no-repeat;
  245. background-position:top left;
  246. z-index:99999999;
  247. width:100%; /*width of your image*/
  248. height:100%; /*height of your image*/
  249. margin:0; /* If you want no margin */
  250. padding:0; /*if your want to padding */
  251. }
  252.  
  253.  
  254.  
  255.  
  256.  
  257. /* BLOCKQUOTES */
  258.  
  259.  
  260. blockquote {
  261. padding-left:16px;
  262. {block:IfTextWrapping}
  263. text-align:justify;
  264. {/block:IfTextWrapping}
  265. padding-right:0px;
  266. margin-right:0px;
  267. margin-bottom:22px;
  268. margin-left:0px;
  269. border-left:1px solid {color:Borders};
  270. background-color:transparent;
  271. word-wrap: break-word!important;
  272. }
  273.  
  274.  
  275.  
  276. blockquote blockquote {
  277. margin-top:15px;
  278. margin-bottom:15px;
  279. }
  280.  
  281.  
  282.  
  283. blockquote img {
  284. margin-top:4px;
  285. margin-bottom:2px;
  286. margin-right:0px!important;
  287. padding:5px;
  288. max-width:96%!important;
  289. overflow: -moz-scrollbars-none!important;
  290. scrollbar-width: none!important;
  291. }
  292.  
  293.  
  294.  
  295.  
  296. /* FONT-RELATED */
  297.  
  298.  
  299. small, sub, sub {
  300. font-size:11px;
  301. }
  302.  
  303.  
  304. big {
  305. font-size:11px;
  306. }
  307.  
  308.  
  309. b, bold, strong {
  310. font-family: 'Gloock', serif;
  311. font-weight:lighter!important;
  312. font-size:12px;
  313. color:{color:Bold};
  314. }
  315.  
  316.  
  317. em, i, italic {
  318. text-transform:none!important;
  319. font-style:italic;
  320. color: {color:Italic};
  321. }
  322.  
  323.  
  324. pre {
  325. font-weight:lighter;
  326. text-transform:uppercase;
  327. color: #d1d1d1;
  328. line-height:155%;
  329. font-family: calibri, sans-serif;
  330. font-weight:lighter!important;
  331. color:#e6e6e6;
  332. font-size:8.6px;
  333. letter-spacing:0.6px;
  334. white-space: pre-wrap;
  335. white-space: -moz-pre-wrap;
  336. white-space: -pre-wrap;
  337. white-space: -o-pre-wrap;
  338. word-wrap: break-word;
  339. }
  340.  
  341.  
  342. pre a {
  343. color:{color:links};
  344. -moz-transition-duration:0.6s;
  345. -webkit-transition-duration:0.6s;
  346. -o-transition-duration:0.6s;
  347. }
  348.  
  349.  
  350. h1 {
  351. font-family: 'Gloock', serif;
  352. outline: 1px solid {color:Borders};
  353. background-color: transparent;
  354. height:28px;
  355. overflow:hidden;
  356. margin-top:1px;
  357. margin-left:1px;
  358. margin-right:1px;
  359. margin-bottom:15px;
  360. padding-top:6px;
  361. padding-left:20px;
  362. padding-right:20px;
  363. z-index:9999999;
  364. text-align:left;
  365. font-weight:lighter;
  366. font-size:11px;
  367. line-height:24px;
  368. color: {color:Bold};
  369. text-transform:normal;
  370. }
  371.  
  372.  
  373.  
  374. h1 a {
  375. font-weight:bold;
  376. color: {color:Bold};
  377. text-align:right!important;
  378. }
  379.  
  380.  
  381. h2 {
  382. font-family:calibri;
  383. font-size:13px;
  384. text-transform:uppercase!important;
  385. font-weight:lighter!important;
  386. letter-spacing:-0.2px;
  387. color: {color:italics};
  388. }
  389.  
  390.  
  391. h2 a {
  392. font-size:13px;
  393. text-transform:uppercase!important;
  394. font-weight:lighter!important;
  395. color: {color:italics};
  396. }
  397.  
  398.  
  399. h4 {
  400. background-image:url('');
  401. background-repeat:repeat;
  402. background-attachment:fixed;
  403. border:1px solid {color:Borders};
  404. margin-bottom:10px;
  405. margin-top:10px;
  406. padding:8px;
  407. text-align:center;
  408. font-family:calibri;
  409. font-style:normal;
  410. font-weight:700;
  411. font-size:10px;
  412. line-height:10px;
  413. color: {color:body text};
  414. text-transform:uppercase;
  415. }
  416.  
  417.  
  418. h4 a {
  419. font-family:calibri;
  420. font-style:normal;
  421. font-weight:700;
  422. font-size:10px;
  423. line-height:10px;
  424. color: {color:body text};
  425. }
  426.  
  427.  
  428.  
  429. /* IMAGES */
  430.  
  431. img {
  432. -webkit-filter: brightness(1) contrast(1) saturate(1);
  433. -webkit-transition: all 0.9s ease-in-out;
  434. -moz-transition: all 0.9s ease-in-out;
  435. -o-transition: all 0.9s ease-in-out;
  436. -ms-transition: all 0.9s ease-in-out;
  437. transition: all 0.9s ease-in-out;
  438. max-width:450px;
  439. height:auto;
  440. padding:0px;
  441. background-color:{color:Background};
  442. overflow: -moz-scrollbars-none!important;
  443. scrollbar-width: none!important;
  444. }
  445.  
  446. img:hover {
  447. -webkit-filter: brightness(1) contrast(1) saturate(1);
  448. -webkit-transition: all 0.9s ease-in-out;
  449. -moz-transition: all 0.9s ease-in-out;
  450. -o-transition: all 0.9s ease-in-out;
  451. -ms-transition: all 0.9s ease-in-out;
  452. transition: all 0.9s ease-in-out;
  453. overflow: -moz-scrollbars-none!important;
  454. scrollbar-width: none!important;
  455. }
  456.  
  457. .html_photoset {
  458. -webkit-filter: brightness(1) contrast(1) saturate(1);
  459. -webkit-transition: all 0.9s ease-in-out;
  460. -moz-transition: all 0.9s ease-in-out;
  461. -o-transition: all 0.9s ease-in-out;
  462. -ms-transition: all 0.9s ease-in-out;
  463. transition: all 0.9s ease-in-out;
  464. overflow: -moz-scrollbars-none!important;
  465. scrollbar-width: none!important;
  466. }
  467.  
  468. .html_photoset:hover {
  469. -webkit-filter: brightness(1) contrast(1) saturate(1);
  470. overflow: -moz-scrollbars-none!important;
  471. scrollbar-width: none!important;
  472. }
  473.  
  474.  
  475.  
  476. /* SIDEBAR */
  477.  
  478.  
  479. #sidebar {
  480. text-align:center;
  481. position: fixed;
  482. padding:20px;
  483. background-color:transparent!important;
  484. top:150px;
  485. z-index:9999999999999;
  486. }
  487.  
  488.  
  489. #sideleft {
  490. position:absolute;
  491. width:116px;
  492. height:156px;
  493. top:5px;
  494. left:40px;
  495. text-align:justify;
  496. overflow-y:scroll;
  497. overflow: -moz-scrollbars-none;
  498. scrollbar-width: none!important;
  499. }
  500.  
  501.  
  502. #sideheader {
  503. position:absolute;
  504. font-family: 'Gloock', serif;
  505. color:{color:italic};
  506. font-size:23px;
  507. margin-top:14px;
  508. left:228px!important;
  509. }
  510.  
  511.  
  512. .sidenav {
  513. position:absolute;
  514. width:210px!important;
  515. left:231px!important;
  516. top:52px;
  517. }
  518.  
  519.  
  520. .sidenav a {
  521. font-family: calibri, sans-serif!important;
  522. text-transform:uppercase;
  523. font-weight:bold!important;
  524. font-size:9.5px!important;
  525. color:{color:bold}!important;
  526. box-sizing:border-box;
  527. display:block;
  528. float:left;
  529. width:139px!important;
  530. outline:1px solid #212121;
  531. height:22px;
  532. line-height:22px;
  533. text-align:center;
  534. margin-top:1px;
  535. margin-left:-2px;
  536. background-color:transparent;
  537. -moz-transition-duration:1.5s;
  538. -webkit-transition-duration:1.5s;
  539. -o-transition-duration:1.5s;
  540. }
  541.  
  542.  
  543. .sidenav a:hover {
  544. color:{color:links hover}!important;
  545. }
  546.  
  547.  
  548. #description {
  549. position:absolute;
  550. font-size:{text:Font Size};
  551. height:118px;
  552. width:250px;
  553. text-align:justify;
  554. overflow:scroll;
  555. padding:0px;
  556. margin:0px;
  557. left:395px;
  558. top:30px;
  559. overflow: -moz-scrollbars-none;
  560. scrollbar-width: none!important;
  561. }
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568. /* POSTS: GENERAL */
  569.  
  570.  
  571. .pagination {
  572. position:absolute;
  573. margin-left:1px;
  574. margin-right:24px!important;
  575. margin-top:-8px!important;
  576. background-color:#000000;
  577. margin-bottom:25px!important;
  578. box-sizing: border-box;
  579. border:1px solid {color:borders};
  580. height:25px;
  581. line-height:25px;
  582. min-width:448px;
  583. padding-left:25px;
  584. padding-right:25px;
  585. }
  586.  
  587.  
  588. .pagination a {
  589. min-width:236px;
  590. color:#303030!important;
  591. text-shadow: 0px 0px 1px #303030!important;
  592.  
  593. }
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600. /* POSTS: GENERAL */
  601.  
  602.  
  603. .headerimg {
  604. position: fixed;
  605. width:1366px!important;
  606. top: 0!important;
  607. left: 0!important;
  608. height:auto;
  609. z-index:999!important;
  610. }
  611.  
  612.  
  613. #container {
  614. position:absolute;
  615. top:355px;
  616. left:220px;
  617. background-color:transparent;
  618. width:{text:Post Content Width}px!important;
  619. z-index:55!important;
  620. padding-bottom:50px!important;
  621. overflow: -moz-scrollbars-none;
  622. scrollbar-width: none!important;
  623. }
  624.  
  625.  
  626.  
  627. #posts {
  628. overflow-y:scroll;
  629. height:100%;
  630. word-wrap: break-word;
  631. text-align:justify;
  632. overflow: -moz-scrollbars-none;
  633. scrollbar-width: none!important;
  634. }
  635.  
  636.  
  637.  
  638. #posts img {
  639. max-width: -webkit-calc(100% - 1px);
  640. max-width: -moz-calc(100% - 1px);
  641. max-width: calc(100% - 1px);
  642. height:auto;
  643. overflow:hidden;
  644. overflow: -moz-scrollbars-none!important;
  645. scrollbar-width: none!important;
  646. }
  647.  
  648.  
  649.  
  650. #posts a {
  651. font-family:calibri;
  652. font-style:normal;
  653. font-weight:700;
  654. font-size:10px;
  655. color:{color:links};
  656. text-transform:uppercase;
  657. -moz-transition-duration:0.6s;
  658. -webkit-transition-duration:0.6s;
  659. -o-transition-duration:0.6s;
  660. }
  661.  
  662.  
  663. #posts a:hover {
  664. color:{color:links hover};
  665. -moz-transition-duration:0.6s;
  666. -webkit-transition-duration:0.6s;
  667. -o-transition-duration:0.6s;
  668. }
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675. /* POSTS: PHOTO/PHOTOSETS */
  676.  
  677.  
  678. #psingle {
  679. width: 490px!important;
  680. margin-top:-6px!important;
  681. pointer-events:none;
  682. -webkit-filter: brightness(.9) contrast(1.15) saturate(0.6);
  683. -webkit-transition: all 1.5s ease-in-out;
  684. -moz-transition: all 1.5s ease-in-out;
  685. -o-transition: all 1.5s ease-in-out;
  686. -ms-transition: all 1.5s ease-in-out;
  687. transition: all 1.5s ease-in-out;
  688. }
  689.  
  690.  
  691. #psingle:hover {
  692. -webkit-filter: brightness(.9) contrast(1.1) saturate(0.6);
  693. -webkit-transition: all 1.5s ease-in-out;
  694. -moz-transition: all 1.5s ease-in-out;
  695. -o-transition: all 1.5s ease-in-out;
  696. -ms-transition: all 1.5s ease-in-out;
  697. transition: all 1.5s ease-in-out;
  698. }
  699.  
  700.  
  701. #pset {
  702. margin-top:-6px!important;
  703. {block:permalinkpage}
  704. margin-top:0px;
  705. {block:permalinkpage}
  706. width: 450px;
  707. pointer-events:none;
  708. -webkit-filter: brightness(.7) contrast(1.1) saturate(0.6);
  709. -webkit-transition: all 1.5s ease-in-out;
  710. -moz-transition: all 1.5s ease-in-out;
  711. -o-transition: all 1.5s ease-in-out;
  712. -ms-transition: all 1.5s ease-in-out;
  713. transition: all 1.5s ease-in-out;
  714. }
  715.  
  716.  
  717. #pset:hover {
  718. -webkit-filter: brightness(.7) contrast(1.1) saturate(0.6);
  719. -webkit-transition: all 1.5s ease-in-out;
  720. -moz-transition: all 1.5s ease-in-out;
  721. -o-transition: all 1.5s ease-in-out;
  722. -ms-transition: all 1.5s ease-in-out;
  723. transition: all 1.5s ease-in-out;
  724. }
  725.  
  726.  
  727.  
  728.  
  729.  
  730. /* TEXT-WRAPPING AROUND ICONS/IMAGES */
  731.  
  732.  
  733.  
  734. #wrap img {
  735. background-color: transparent;
  736. padding-right:3px;
  737. padding-bottom:3px;
  738. -webkit-filter: brightness(1) contrast(1) saturate(1);
  739. overflow: -moz-scrollbars-none!important;
  740. scrollbar-width: none!important;
  741. }
  742.  
  743.  
  744.  
  745.  
  746.  
  747. /* POSTS: QUOTE */
  748.  
  749.  
  750. #quote {
  751. font-size:15px;
  752. text-align:left;
  753. padding-top:0px;
  754. padding-bottom:0px;
  755. letter-spacing:-1px;
  756. line-height:25px!important;
  757. margin-top:-6px!important;
  758. }
  759.  
  760.  
  761. .npf_quote, .npf_quote i {
  762. font-size:18px!important;
  763. text-align:left;
  764. color:{color:body text};
  765. letter-spacing:-1px;
  766. line-height:36px!important;
  767. margin-top:0px!important;
  768. }
  769.  
  770.  
  771. .source {
  772. border:1px solid {color:borders};
  773. font-family:calibri;
  774. font-weight:bold;
  775. text-align:left;
  776. font-size:9.5px;
  777. height:25px;
  778. line-height:25px;
  779. color: {color:bold};
  780. text-transform:uppercase;
  781. letter-spacing:0.2px;
  782. margin-top:25px;
  783. padding-right:25px;
  784. padding-left:25px;
  785. margin-top:25px;
  786. text-shadow: 0px 0px 1px {color:bold};
  787. }
  788.  
  789.  
  790. .source a {
  791. color: {color:bold};
  792. text-shadow: 0px 0px 1px {color:bold};
  793. }
  794.  
  795.  
  796.  
  797. /* POSTS: LINK */
  798.  
  799.  
  800.  
  801. #link {
  802. margin-top:0px;
  803. }
  804.  
  805.  
  806. #link a {
  807. font-size:11px;
  808. }
  809.  
  810.  
  811.  
  812.  
  813. /* POSTS: ASK */
  814.  
  815. #answer {
  816. padding-left:0px;
  817. padding-right:0px;
  818. margin-left:1px;
  819. margin-right:1px;
  820. margin-top:0px;
  821. }
  822.  
  823.  
  824. #question {
  825. margin-top:1px;
  826. margin-left:0px;
  827. }
  828.  
  829.  
  830.  
  831. .askletter {
  832. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  833. z-index:9999!important;
  834. position:absolute;
  835. float:left;
  836. text-align:center;
  837. font-size:33px;
  838. background-color:transparent;
  839. outline:1px solid {color:borders};
  840. padding-top:17px;
  841. padding-bottom:16px;
  842. padding-left:14px;
  843. padding-right:14px;
  844. margin-top:0px;
  845. color:{color:Capital Letters};
  846. -webkit-user-select: none; /* Chrome all / Safari all */
  847. -moz-user-select: none; /* Firefox all */
  848. -ms-user-select: none; /* IE 10+ */
  849. user-select: none; /* Likely future */
  850. z-index:888;
  851. }
  852.  
  853.  
  854.  
  855. #ask {
  856. font-family:calibri, sans-serif;
  857. text-transform:uppercase;
  858. position: relative;
  859. font-weight:bold;
  860. background-color:transparent;
  861. font-size:9px;
  862. line-height:9px!important;
  863. min-height:19px;
  864. max-height:19px;
  865. overflow:scroll;
  866. margin-top:0px;
  867. margin-left:44px;
  868. margin-bottom:0px;
  869. padding-left:20px;
  870. padding-right:20px;
  871. outline:solid 1px {color:Borders};
  872. border-top:13px solid #000000;
  873. border-bottom:13px solid #000000;
  874. -moz-transition-duration:1s;
  875. -webkit-transition-duration:1s;
  876. -o-transition-duration:1s;
  877. z-index:8;
  878. }
  879.  
  880.  
  881.  
  882. #ask:hover {
  883. position:relative;
  884. z-index:999999;
  885. background-color:#000000;
  886. margin-left:0px;
  887. max-height:44px;
  888. margin-right:0px;
  889. -moz-transition-duration:1s;
  890. -webkit-transition-duration:1s;
  891. -o-transition-duration:1s;
  892. }
  893.  
  894.  
  895. #ask a {
  896. font-weight:bold;
  897. color:{color:bold};
  898. text-decoration:none;
  899. }
  900.  
  901.  
  902. #ask b {
  903. color:{color:bold};
  904. }
  905.  
  906.  
  907.  
  908. #response {
  909. margin-top:24px;
  910. }
  911.  
  912.  
  913.  
  914. #response img {
  915. {block:IfTextWrapping}
  916. float:left;
  917. margin-left:-1px!important;
  918. margin-right:13px;
  919. {/block:IfTextWrapping}
  920. background-color:transparent;
  921. position:relative;
  922. margin-top:0px;
  923. margin-bottom:5px;
  924. padding:10px;
  925. border:1px solid {color:borders};
  926. -webkit-filter: brightness(1) contrast(1) saturate(1);
  927. }
  928.  
  929.  
  930.  
  931. /* POSTS: AUDIO */
  932.  
  933.  
  934. #audio {
  935. margin-top:0;
  936. height:42px;
  937. border:1px solid {color:Borders};
  938. }
  939.  
  940.  
  941. .player {
  942. opacity: 1;
  943. position: absolute;
  944. z-index: 1;
  945. width: 40px;
  946. height: 20px;
  947. margin-top: 3px;
  948. margin-left: 0px;
  949. display: block;
  950. color:{color:Body Text};!important;
  951. background-color:transparent!important;
  952. }
  953.  
  954. .audioplayer {
  955. width: 20px;
  956. height: 20px;
  957. margin-top: 1px;
  958. margin-left: 0px;
  959. overflow: hidden;
  960. padding: 3px;
  961. color:{color:Body Text};!important;
  962. background-color:transparent!important;
  963. }
  964.  
  965. .audioinfo {
  966. margin-left: 0px;
  967. margin-top: 3px;
  968. padding-left: 40px;
  969. padding-top: 10px;
  970. font-family:calibri;
  971. display: block;
  972. font-weight:bold;
  973. text-transform: uppercase;
  974. text-align: center;
  975. letter-spacing:0px;
  976. word-spacing:-0.5px;
  977. font-size:10px;
  978. color: {color:Italics};
  979. background: transparent;
  980. }
  981.  
  982.  
  983.  
  984. /* POSTS: VIDEO */
  985.  
  986. .video-container {
  987. position: relative;
  988. padding-bottom: 56.25%;
  989. padding-top: 30px;
  990. height: 0;
  991. overflow: hidden;
  992. }
  993.  
  994. .video-container iframe,
  995. .video-container object,
  996. .video-container embed {
  997. position: absolute;
  998. top: 0;
  999. left: 0;
  1000. width: 100%;
  1001. height: 100%;
  1002. }
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009. /* POST INFORMATION */
  1010.  
  1011.  
  1012. .permalink {
  1013. margin-top:25px!important;
  1014. margin-left:1px;
  1015. margin-right:1px;
  1016. margin-bottom:25px!important;
  1017. }
  1018.  
  1019.  
  1020.  
  1021. .permalinkbuttons {
  1022. height:25px;
  1023. background-color:{color:background};
  1024. font-weight:bold!important;
  1025. line-height:25px;
  1026. letter-spacing:-0.2px;
  1027. margin-left:0px!important;
  1028. margin-bottom:1px!important;
  1029. border:1px solid {color:borders};
  1030. color:#303030!important;
  1031. }
  1032.  
  1033.  
  1034. .permalinkbuttons a {
  1035. letter-spacing:0px;
  1036. display:inline-block;
  1037. box-sizing: border-box;
  1038. font-size:9.6px!important;
  1039. text-align:center;
  1040. padding-left:25px;
  1041. padding-right:25px;
  1042. font-family: 'Roboto Condensed', sans-serif;
  1043. text-transform:uppercase;
  1044. width:177px;
  1045. max-width:177px;
  1046. height:25px;
  1047. word-spacing:0px!important;
  1048. background-color:{color:background};
  1049. outline:0px solid {color:borders};
  1050. line-height:25px;
  1051. color:{color:dark link}!important;
  1052. font-weight:bold!important;
  1053. overflow:hidden;
  1054. }
  1055.  
  1056.  
  1057. .permalinkbuttons a:hover {
  1058. color:#ffffff!important;
  1059. -moz-transition-duration:1.5s;
  1060. -webkit-transition-duration:1.5s;
  1061. -o-transition-duration:1.5s;
  1062. }
  1063.  
  1064.  
  1065. .permalinkbuttons a:hover {
  1066. color:{color:links hover};
  1067. -moz-transition-duration:1.5s;
  1068. -webkit-transition-duration:1.5s;
  1069. -o-transition-duration:1.5s;
  1070. text-shadow: 0px 0px 1px {color:links hover};
  1071. }
  1072.  
  1073.  
  1074. .tags {
  1075. border:1px solid {color:borders};
  1076. padding-top:8px;
  1077. padding-bottom:8px;
  1078. padding-left:24px;
  1079. padding-right:24px;
  1080. margin-top:-2px;
  1081. color:#2c2c2c;
  1082. letter-spacing:0px;
  1083. word-spacing:0px!important;
  1084. text-transform:uppercase!important;
  1085. font-style:normal;
  1086. font-size:8.5px;
  1087. text-align:justify;
  1088. -moz-text-align-last: center; /* Code for Firefox */
  1089. text-align-last: center;
  1090. -moz-transition-duration:2s;
  1091. -webkit-transition-duration:2s;
  1092. -o-transition-duration:2s;
  1093. }
  1094.  
  1095.  
  1096. .tags a {
  1097. font-family: 'Roboto Condensed', sans-serif;
  1098. font-size:8.5px!important;
  1099. font-weight:bold!important;
  1100. margin-right:1px;
  1101. letter-spacing:0px;
  1102. word-spacing:0px!important;
  1103. color:#454545!important;
  1104. -moz-transition-duration:1.5s;
  1105. -webkit-transition-duration:1.5s;
  1106. -o-transition-duration:1.5s;
  1107. }
  1108.  
  1109.  
  1110.  
  1111. .tags a:hover {
  1112. font-weight:bold;
  1113. color:{color:italic}!important;
  1114. -moz-transition-duration:1.5s;
  1115. -webkit-transition-duration:1.5s;
  1116. -o-transition-duration:1.5s;
  1117. text-shadow: 0px 0px 1px {color:italic};
  1118. }
  1119.  
  1120.  
  1121.  
  1122.  
  1123. /* PERMAPAGE NOTES */
  1124.  
  1125.  
  1126. #notes {
  1127. outline:0px solid {color:borders};
  1128. margin-bottom:1px!important;
  1129. margin-left:-38px;
  1130. margin-right:0px;
  1131. margin-top:-45px!important;
  1132. padding-top:16px;
  1133. padding-bottom:16px;
  1134. padding-left:0px;
  1135. padding-right:0px;
  1136. }
  1137.  
  1138.  
  1139.  
  1140. #notes span, .note span {
  1141. font-weight:lighter!important;
  1142. }
  1143.  
  1144.  
  1145. .note li, .note {
  1146. -moz-transition-duration:1.5s;
  1147. -webkit-transition-duration:1.5s;
  1148. -o-transition-duration:1.5s;
  1149. list-style-type:none;
  1150. text-align:left!important;
  1151. margin-bottom:12px!important;
  1152. }
  1153.  
  1154.  
  1155. .note li a {
  1156. -moz-transition-duration:1.5s;
  1157. -webkit-transition-duration:1.5s;
  1158. -o-transition-duration:1.5s;
  1159. list-style-type:none;
  1160. text-align:left!important;
  1161. }
  1162.  
  1163.  
  1164. .more_notes_link, .more_notes_link a {
  1165. text-align:left!important;
  1166. margin-top:25px!important;
  1167. padding-top:25px!important;
  1168. color:{color:links}!important;
  1169. }
  1170.  
  1171.  
  1172. .note blockquote a {
  1173. padding-top:12px;
  1174. padding-bottom:12px;
  1175. padding-left:0px;
  1176. padding-right:0px;
  1177. margin-top:12px;
  1178. margin-bottom:12px;
  1179. margin-left:0px;
  1180. margin-right:0px;
  1181. color:{color:links}!important;
  1182. }
  1183.  
  1184.  
  1185. .note img.avatar {
  1186. display:none;
  1187. width: 0px;
  1188. height: 0px;
  1189. }
  1190.  
  1191.  
  1192.  
  1193. /* CREDITS */
  1194.  
  1195. #credit {
  1196. position:fixed;
  1197. bottom:30px;
  1198. right:30px;
  1199. width:10px;
  1200. height:13px;
  1201. word-wrap:break-word;
  1202. overflow:hidden;
  1203. -webkit-transition:all 1s ease;
  1204. -moz-transition:all 1s ease;
  1205. -o-transition:all 1s ease;
  1206. transition:all 1s ease-in-out;
  1207. z-index:9999999999999999;
  1208. }
  1209.  
  1210. #credit a {
  1211. color:{color:link};
  1212. text-transform:uppercase;
  1213. font-size:10px;
  1214. z-index:9999999999999999999;
  1215. }
  1216.  
  1217. #credit:hover {width:84px;}
  1218.  
  1219. #credit span {
  1220. color:{color:body text};
  1221. margin-right:5px;
  1222. font-size:11px;
  1223. }
  1224.  
  1225.  
  1226.  
  1227.  
  1228. </style>
  1229.  
  1230. </head>
  1231.  
  1232. <body>
  1233.  
  1234.  
  1235. <img class="headerimg" src="https://static.tumblr.com/ffqvnmi/CHWrtbdph/header.png" style="min-width:1366px;"/>
  1236.  
  1237.  
  1238. <div id="sidebar">
  1239.  
  1240.  
  1241. <div id="sideleft">
  1242. <b>Etiam ipsum purus,</b> vehicula et fringilla non, sagittis ut justo. Curabitur ac aliquam metus, eget bibendum neque. Integer a nunc ligula. <i>Suspendisse eget placerat risus.</i> Pellentesque eu metus dignissim, molestie augue blandit, venenatis est. Phasellus vehicula sagittis tortor <b>ac pulvinar.</b> Etiam ipsum purus, vehicula et fringilla non, sagittis ut justo. Curabitur ac aliquam metus, eget bibendum neque. Integer a nunc ligula. Suspendisse eget placerat risus. Pellentesque eu metus dignissim, molestie augue blandit, venenatis est. Phasellus vehicula sagittis tortor ac pulvinar.
  1243. </div id="sideleft">
  1244.  
  1245.  
  1246. <div id="sideheader">
  1247. NAVIGATION
  1248. </div id="sideheader">
  1249.  
  1250. <div class="sidenav">
  1251. <a href="/">Home/Refresh</a>
  1252. <a href="/ask">Inquiries</a>
  1253. <a href="https://archoniic.carrd.co">Carrd</a>
  1254. <a href="/">Navigation</a>
  1255. </div id="sidenav">
  1256.  
  1257.  
  1258.  
  1259.  
  1260. <div id="description">
  1261. {Description}
  1262. </div id="description">
  1263.  
  1264.  
  1265. </div id="sidebar">
  1266.  
  1267.  
  1268.  
  1269. <div id="container">
  1270.  
  1271. <div id="posts">
  1272.  
  1273. {block:Posts}
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281.  
  1282. <!-- POSTS: TEXT -->
  1283.  
  1284. {block:Title}<h1>{Title}</h1>{/block:Title}
  1285. {block:Text}
  1286. {Body}
  1287. {/block:Text}
  1288.  
  1289.  
  1290.  
  1291.  
  1292.  
  1293. <!-- POSTS: QUOTE -->
  1294.  
  1295.  
  1296. {block:Quote}
  1297.  
  1298. <div id="npf_quote">
  1299. ❝{Quote}❞
  1300. </div id="npf_quote ">
  1301.  
  1302. {/block:Quote}
  1303.  
  1304.  
  1305.  
  1306.  
  1307. <!-- POSTS: LINK -->
  1308.  
  1309. {block:Link}
  1310. <div id="link">
  1311. <a href="{URL}" {Target}>{Name}&nbsp;&nbsp; ►</a>
  1312. </div id="link">
  1313. {/block:Link}
  1314.  
  1315.  
  1316.  
  1317.  
  1318. <!-- POSTS: CHAT -->
  1319.  
  1320. {block:Chat}
  1321.  
  1322. <div id="content">
  1323. {block:Lines}
  1324. <div id="{Alt}">
  1325. {block:Label}
  1326. <b>{Label}</b>{/block:Label} {Line}
  1327. </div id="{Alt}">
  1328. {/block:Lines}
  1329. </div id="content">
  1330.  
  1331. {/block:Chat}
  1332.  
  1333.  
  1334.  
  1335. <!-- POSTS: AUDIO -->
  1336.  
  1337. {block:Audio}
  1338.  
  1339. <div id="audio">
  1340. <div class="player">
  1341.  
  1342. <div class="audioplayer">
  1343. {AudioPlayerWhite}
  1344. </div class="audioplayer">
  1345.  
  1346. </div class="player">
  1347.  
  1348. <div class="audioinfo">
  1349. {block:TrackName}{TrackName}{/block:TrackName} — {block:Artist}{Artist}{/block:Artist}&nbsp;
  1350. </div class="audioinfo">
  1351.  
  1352. </div id="audio">
  1353.  
  1354. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  1355. {/block:Audio}
  1356.  
  1357.  
  1358.  
  1359.  
  1360. <!-- POSTS: PHOTO/SET -->
  1361.  
  1362.  
  1363. {block:Photo}
  1364. <div id="psingle">
  1365. {LinkOpenTag}
  1366. <img src="{PhotoURL-HighRes}">
  1367. {LinkCloseTag}
  1368.  
  1369. </div id="psingle">
  1370.  
  1371.  
  1372. {block:Caption}
  1373.  
  1374. <div id="pcaption">
  1375. {Caption}
  1376. </div id="pcaption">
  1377.  
  1378. {/block:Caption}
  1379.  
  1380. {/block:Photo}
  1381.  
  1382.  
  1383.  
  1384.  
  1385. {block:Photoset}
  1386. <div id="pset">
  1387. {Photoset}
  1388. </div id="pset">
  1389.  
  1390. {block:Caption}
  1391. {Caption}
  1392. {/block:Caption}
  1393.  
  1394. {/block:Photoset}
  1395.  
  1396.  
  1397.  
  1398.  
  1399.  
  1400. <!-- POSTS: VIDEO -->
  1401.  
  1402. {block:Video}
  1403. <div class="video-container">
  1404. {Video-400}
  1405. </div class="video-container">
  1406. {block:Caption}{Caption}{/block:Caption}
  1407. {/block:Video}
  1408.  
  1409.  
  1410.  
  1411.  
  1412. <!-- POSTS: ASK -->
  1413.  
  1414. {block:Answer}
  1415. <div id="answer">
  1416.  
  1417. <div id="question">
  1418. <div class="askletter">?</div class="askletter">
  1419. <div id="ask">
  1420. <b>{Asker} asked:</b> {Question}
  1421. </div id="ask">
  1422. </div id="question">
  1423.  
  1424.  
  1425. <div id="response">{Answer}
  1426. <div style="clear:both"></div>
  1427. </div id="response">
  1428.  
  1429. </div id="answer">
  1430. {/block:Answer}
  1431.  
  1432.  
  1433.  
  1434.  
  1435. <!-- POST INFORMATION -->
  1436.  
  1437.  
  1438.  
  1439. {block:Date}
  1440.  
  1441. {block:indexpage}
  1442.  
  1443. <div class="permalink">
  1444. <div class="permalinkbuttons">
  1445.  
  1446. <a href="{Permalink}" style="text-align:left;" title="{TimeAgo} / {NoteCountWithLabel}">
  1447. {Month} {DayOfMonth}{DayOfMonthSuffix} / {12Hour}:{Minutes}{CapitalAmPm}</a>
  1448.  
  1449. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; text-align:right;">
  1450. CLICK HERE TO REBLOG THIS POST
  1451. </a>
  1452.  
  1453. </div class="permalinkbuttons">
  1454.  
  1455.  
  1456. {block:HasTags}
  1457. <div class="tags">
  1458.  
  1459. {block:Tags}
  1460. <a href="{TagURL}">{Tag}&nbsp;</a>
  1461. {/block:Tags}
  1462.  
  1463. </div class="tags">
  1464. {/block:HasTags}
  1465.  
  1466.  
  1467. </div class="permalink">
  1468. {/block:indexpage}
  1469.  
  1470.  
  1471.  
  1472.  
  1473.  
  1474. {block:permalinkpage}
  1475. <div class="permalink">
  1476. <div class="permalinkbuttons">
  1477.  
  1478.  
  1479. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">
  1480. CLICK HERE TO REBLOG THIS POST
  1481. </a>
  1482.  
  1483. </div class="permalinkbuttons">
  1484.  
  1485. {block:HasTags}
  1486. <div class="tags">
  1487. {block:Tags}
  1488.  
  1489. <a href="{TagURL}">
  1490. {Tag}&nbsp;&nbsp;
  1491. </a>
  1492.  
  1493. {/block:Tags}
  1494. </div class="tags">
  1495. {/block:HasTags}
  1496.  
  1497. </div class="permalink">
  1498. {/block:permalinkpage}
  1499.  
  1500. {/block:Date}
  1501.  
  1502.  
  1503. <!-- NOTES -->
  1504.  
  1505. {block:PostNotes}
  1506. <div id="notes">
  1507.  
  1508. <div class="note">
  1509. {PostNotes}
  1510. </div class="note">
  1511.  
  1512. </div id="notes">
  1513. {/block:PostNotes}
  1514.  
  1515.  
  1516.  
  1517. {/block:Posts}
  1518.  
  1519.  
  1520.  
  1521. </div id="posts">
  1522.  
  1523.  
  1524.  
  1525. <div class="pagination">
  1526.  
  1527. {block:Indexpage}
  1528. {block:PreviousPage}<a href="{PreviousPage}">RETURN TO LAST PAGE</a>{/block:PreviousPage}
  1529. {block:NextPage}<a href="{NextPage}" style="float:right; margin-right:1px; text-align:right;">PROCEED TO NEXT PAGE</a>{/block:NextPage}
  1530. {/block:Indexpage}
  1531.  
  1532.  
  1533.  
  1534. {block:PermalinkPagination}
  1535. {block:PreviousPost}<a href="{PreviousPost}" title="Previous Post">RETURN TO LAST POST</a>{/block:PreviousPost}
  1536. {block:NextPost}<a href="{NextPost}" title="Next Post" style="float:right; margin-right:1px; text-align:right;">PROCEED TO NEXT POST</a>{/block:NextPost}
  1537. {/block:PermalinkPagination}
  1538.  
  1539. </div class="pagination">
  1540.  
  1541.  
  1542.  
  1543.  
  1544. </div id="container">
  1545.  
  1546.  
  1547.  
  1548.  
  1549.  
  1550.  
  1551. <!-- HIDE VIA/SOURCE IN POSTS -->
  1552.  
  1553.  
  1554. {block:ContentSource}<!-- {SourceURL}
  1555. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  1556. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1557. {/block:ContentSource}
  1558.  
  1559.  
  1560. <!-- {block:NoRebloggedFrom}
  1561. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  1562. {/block:NoRebloggedFrom} -->
  1563.  
  1564.  
  1565.  
  1566.  
  1567. <!-- CREDIT -->
  1568.  
  1569. <div id="credit">
  1570. <div style="width:105px;margin-right:15px;margin-bottom:15">
  1571. <a href="https://iniziarearchive.tumblr.com/post/175064037867/base-codetheme-leuthros-live-preview-code" target="blank">
  1572. <span>S.</span>MADE BY SAE.</a>
  1573. </div style>
  1574. </div id="credit">
  1575.  
  1576.  
  1577.  
  1578.  
  1579. <!-- POPUP PAGES -->
  1580.  
  1581.  
  1582.  
  1583. {block:IfPopupPage003}
  1584. <!-- POPUP PAGE: 003 -->
  1585.  
  1586.  
  1587. <div id="page003" class="popup_block">
  1588.  
  1589. <h1>{text:Popup Page 003 Header}</h1>
  1590.  
  1591. {text:Popup Page 003 Content}
  1592.  
  1593. </div id="page003" class="popup_block">
  1594. {/block:IfPopupPage003}
  1595.  
  1596.  
  1597.  
  1598.  
  1599.  
  1600. {block:IfPopupPage004}
  1601. <!-- POPUP PAGE: 004 -->
  1602.  
  1603.  
  1604. <div id="page004" class="popup_block">
  1605.  
  1606. <h1>{text:Popup Page 004 Header}</h1>
  1607.  
  1608. {text:Popup Page 004 Content}
  1609.  
  1610. </div id="page004" class="popup_block">
  1611. {/block:IfPopupPage004}
  1612.  
  1613.  
  1614.  
  1615.  
  1616.  
  1617. {block:IfPopupPage005}
  1618. <!-- POPUP PAGE: 005 -->
  1619.  
  1620. <div id="page005" class="popup_block">
  1621.  
  1622. <h1>{text:Popup Page 005 Header}</h1>
  1623.  
  1624. {text:Popup Page 005 Content}
  1625.  
  1626. </div id="page005" class="popup_block">
  1627. {/block:IfPopupPage005}
  1628.  
  1629.  
  1630. {block:IfPopupPage006}
  1631. <!-- POPUP PAGE: 006 -->
  1632.  
  1633.  
  1634. <div id="page006" class="popup_block">
  1635.  
  1636. <h1>{text:Popup Page 006 Header}</h1>
  1637.  
  1638. <p><div class="nvlinks">
  1639. <a href="{text:Navigation 1 Link}">{text:Navigation 1 Title}</a>
  1640. <a href="{text:Navigation 2 Link}">{text:Navigation 2 Title}</a>
  1641. <a href="{text:Navigation 3 Link}">{text:Navigation 3 Title}</a>
  1642. <a href="{text:Navigation 4 Link}">{text:Navigation 4 Title}</a>
  1643. <a href="{text:Navigation 5 Link}">{text:Navigation 5 Title}</a>
  1644. <a href="{text:Navigation 6 Link}">{text:Navigation 6 Title}</a>
  1645. <a href="{text:Navigation 7 Link}">{text:Navigation 7 Title}</a>
  1646. <a href="{text:Navigation 8 Link}">{text:Navigation 8 Title}</a>
  1647. <a href="{text:Navigation 9 Link}">{text:Navigation 9 Title}</a>
  1648. <a href="{text:Navigation 10 Link}">{text:Navigation 10 Title}</a>
  1649. <a href="{text:Navigation 11 Link}">{text:Navigation 11 Title}</a>
  1650. <a href="{text:Navigation 12 Link}">{text:Navigation 12 Title}</a>
  1651.  
  1652. </<div class="nvlinks">
  1653.  
  1654. </div id="page006" class="popup_block">
  1655. {/block:IfPopupPage006}
  1656.  
  1657.  
  1658.  
  1659.  
  1660.  
  1661.  
  1662. </body>
  1663. </html>
Advertisement
Add Comment
Please, Sign In to add comment