themesbyext

(Responsive) Theme — The Moon

Jan 14th, 2021 (edited)
2,716
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 36.49 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC>
  2.  
  3. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  4.  
  5. <html>
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12.  
  13. <!-- The Moon by Franchesca (extasisthemes) -->
  14.  
  15. <!-- Metadata -->
  16.  
  17. <meta name="color:Background" content="#f8f8f8"/>
  18. <meta name="color:Border" content="#eeeeee"/>
  19. <meta name="color:Border Background" content="#ff9999"/>
  20. <meta name="color:Chat Even Background" content="#f0f0f0"/>
  21. <meta name="color:Link" content="#000000"/>
  22. <meta name="color:Link Hover" content="#cfcfcf"/>
  23. <meta name="color:Like" content="#ec6363"/>
  24. <meta name="color:Main Color" content="#79b7d3"/>
  25. <meta name="color:Pin" content="#31a49d"/>
  26. <meta name="color:Post Background" content="#ffffff"/>
  27. <meta name="color:Pre Background" content="#f8f8f8"/>
  28. <meta name="color:Scrollbar" content="#000000"/>
  29. <meta name="color:Text" content="#555555"/>
  30. <meta name="color:Tooltip Background" content="#000000"/>
  31. <meta name="color:Tooltip Color" content="#ffffff"/>
  32. <meta name="color:Top Border" content="#efc0d9"/>
  33.  
  34. <meta name="select:Heading Font" content="Playfair Display" title="Playfair Display"/>
  35. <meta name="select:Heading Font" content="Lora" title="Lora"/>
  36. <meta name="select:Heading Font" content="Source Serif Pro" title="Source Serif Pro"/>
  37.  
  38. <meta name="select:Body Font" content="Poppins" title="Poppins"/>
  39. <meta name="select:Body Font" content="Montserrat" title="Montserrat"/>
  40. <meta name="select:Body Font" content="Nunito" title="Nunito"/>
  41. <meta name="select:Body Font" content="Overpass" title="Overpass"/>
  42. <meta name="select:Body Font" content="Raleway" title="Raleway"/>
  43.  
  44. <meta name="select:Body Font Size" content="0.9rem" title="0.9rem"/>
  45. <meta name="select:Body Font Size" content="1rem" title="1rem"/>
  46. <meta name="select:Body Font Size" content="0.8rem" title="0.8rem"/>
  47.  
  48. <meta name="select:Uppercase Font Size" content="0.9rem" title="0.9rem"/>
  49. <meta name="select:Uppercase Font Size" content="0.8rem" title="0.8rem"/>
  50.  
  51. <meta name="image:Icon Image" content="https://i.imgur.com/FQzxCmU.png"/>
  52. <meta name="image:About Image" content="https://i.imgur.com/adYFK14.png"/>
  53.  
  54. <meta name="text:Title" content="The Moon"/>
  55.  
  56. <meta name="text:Link 1 URL" content="/"/>
  57. <meta name="text:Link 1 Name" content="Link One"/>
  58. <meta name="text:Link 2 URL" content="/"/>
  59. <meta name="text:Link 2 Name" content="Link Two"/>
  60. <meta name="text:Link 3 URL" content="/"/>
  61. <meta name="text:Link 3 Name" content="Link Three"/>
  62.  
  63. <meta name="if:Navigation" content="1"/>
  64. <meta name="if:About" content="1"/>
  65.  
  66. <meta name="if:Submit Link" content="1"/>
  67.  
  68. <meta name="if:Hide Tags" content="0"/>
  69. <meta name="if:Show Tags" content="1"/>
  70.  
  71. <meta name="if:Back To Top" content="1"/>
  72.  
  73. <!-- Google Fonts Script -->
  74.  
  75. <link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400;1,600&family=Montserrat&family=Nunito:ital,wght@0,400;0,600;1,400;1,600&family=Overpass:ital,wght@0,400;0,600;1,400;1,600&family=Playfair+Display:ital,wght@0,400;0,600;1,400;1,600&family=Poppins:ital,wght@0,400;0,600;1,400;1,600&family=Raleway:ital,wght@0,400;0,600;1,400;1,600&family=Source+Serif+Pro:ital,wght@0,400;0,600;1,400;1,600&display=swap" rel="stylesheet">
  76.  
  77. <!-- Styled Tooltips Script -->
  78.  
  79. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  80.  
  81. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  82.  
  83. <script>
  84. (function($){
  85. $(document).ready(function(){
  86. $("a[title]").style_my_tooltips({
  87. tip_follows_cursor:true,
  88. tip_delay_time:90,
  89. tip_fade_speed:600,
  90. attribute:"title"
  91. });
  92. });
  93. })(jQuery);
  94. </script>
  95.  
  96. <!-- Font Awesome Script -->
  97.  
  98. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
  99.  
  100. <!-- Not Found Script -->
  101.  
  102. <script>
  103. $(document).ready(function() {
  104. if ($('p:contains("The URL you requested could not be found.")').html()) {
  105. $(".wrapper_notfound").css( "visibility", "visible" );
  106. $(".article_position").remove();
  107. $('title').prepend( "{Title}" ); }
  108. });
  109. </script>
  110.  
  111. <!-- Off Canvas Script -->
  112.  
  113. <script>
  114. function openNav() {
  115. document.getElementById("panel").style.width = "100%";
  116. }
  117. function closeNav() {
  118. document.getElementById("panel").style.width = "0";
  119. }
  120. </script>
  121.  
  122. <!-- Unnest Captions Script -->
  123.  
  124. <script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
  125.  
  126. <script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
  127.  
  128. <script>
  129. $(function(){  $('.entries').unnest({
  130. yourCaption: ".text, .caption",
  131. wrapName: ".tumblr_parent",
  132. newCaptionUsername: false,
  133. originalPostCaptionUsername: false,
  134. tumblrAvatars: true,
  135. tumblrAvatarClass: ".tumblr_avatar",
  136. usernameColon: false
  137. });
  138. });
  139. </script>
  140.  
  141. <!-- Inline Images Resizing Script -->
  142.  
  143. <script>
  144. $(".tmblr-full, figure").each(function(){
  145. var imgWidth = $(this).attr("data-orig-width"),
  146. img = $(this).find("img"),
  147. imgSrc = img.attr("src");
  148. $('figure').css({'margin-left':'0','margin-right':'0','display':'inline-block'});
  149. if (imgWidth >= 500){
  150. img.attr("src",imgSrc.replace("_500.","_1280."));
  151. $('.tmblr-full img, figure img').css({'width':'auto','height':'auto','vertical-align':'middle'});
  152. }
  153. });  
  154. </script>
  155.  
  156. <!-- Photosets CSS Script -->
  157.  
  158. <link href="https://static.tumblr.com/0podkko/oDSpg7y88/photosets.css" rel="stylesheet">
  159.  
  160. <!-- Responsive Tumblr Videos Script -->
  161.  
  162. <script src="https://rawgit.com/robinpx/tumblr/master/scripts/flexibleFrames/flexibleFrames.min.js"></script>
  163.  
  164. <script>
  165. $(document).ready(function() {
  166. flexibleFrames($(".video"));  
  167. });
  168. </script>
  169.  
  170. <!-- Hide & Show Script -->
  171.  
  172. <script>
  173. $(document).ready(function(){
  174. $(".tags").hide();
  175. $(".tags-title").click(function(){
  176. $(this).next(".tags").slideToggle('fast');
  177. });
  178. });
  179. </script>
  180.  
  181. <!-- Scroll To Top Script -->
  182.  
  183. <script type="text/javascript">
  184. $(function() {      
  185. $(window).scroll(function() {
  186. if($(this).scrollTop() != 0) {
  187. $('#top').fadeIn();        
  188. }
  189. else {
  190. $('#top').fadeOut();      
  191. }
  192. });
  193. $('#top').click(function() {
  194. $('body,html').animate({scrollTop:0},600);
  195. });
  196. });
  197. </script>
  198.  
  199. <style type="text/css">
  200.  
  201. .tmblr-iframe--app-cta-button {
  202. display: none!important;
  203. }
  204.  
  205. ::-webkit-scrollbar-thumb:vertical {
  206. background: {color:Scrollbar};
  207. }
  208.  
  209. ::-webkit-scrollbar {
  210. width: 1px;
  211. }
  212.  
  213. ::selection {
  214. background: {color:Main Color};
  215. color: white;
  216. }
  217.  
  218. ::-moz-selection {
  219. background: {color:Main Color};
  220. color: white;
  221. }
  222.  
  223. #s-m-t-tooltip {
  224. background: {color:Tooltip Background};
  225. border-radius: 5px;
  226. color: {color:Tooltip Color};
  227. font-size: {select:Uppercase Font Size};
  228. margin-top: 30px;
  229. padding: 5px;
  230. text-align: center;
  231. text-transform: uppercase;
  232. z-index: 999999999999999999999999999999999999;
  233. }
  234.  
  235. body {
  236. background: {color:Background};
  237. color: {color:Text};
  238. cursor: url(https://i.imgur.com/lhPqll6.png), progress;
  239. font-family: '{select:Body Font}', sans-serif;
  240. font-size: {select:Body Font Size};
  241. font-style: normal;
  242. font-weight: 400;
  243. hyphens: auto;
  244. letter-spacing: 1px;
  245. margin: 0px;
  246. text-align: left;
  247. text-transform: none;
  248. word-wrap: break-word;
  249. }
  250.  
  251. a {
  252. color: {color:Link};
  253. text-decoration: none;
  254. -webkit-transition: all 0.5s ease;
  255. -moz-transition: all 0.5s ease;
  256. -o-transition: all 0.5s ease;
  257. }
  258.  
  259. a:hover {
  260. color: {color:Link Hover};
  261. }
  262.  
  263. b {
  264. font-weight: 600;
  265. }
  266.  
  267. h1 {
  268. font-family: '{select:Heading Font}', sans-serif;
  269. font-size: 1.5rem;
  270. font-weight: bold;
  271. margin-block-start: 0em;
  272. text-transform: lowercase;
  273. }
  274.  
  275. h2 {
  276. font-size: 1rem;
  277. font-weight: bold;
  278. margin-block-start: 0em;
  279. }
  280.  
  281. blockquote {
  282. border-left: 1px solid {color:Border};
  283. margin: 5px;
  284. padding-left: 5px;
  285. }
  286.  
  287. blockquote img {
  288. height: auto;
  289. max-width: 100%;
  290. }
  291.  
  292. blockquote blockquote {
  293. border-left: 1px solid {color:Border};
  294. padding-left: 5px;
  295. }
  296.  
  297. pre {
  298. background: {color:Pre Background};
  299. border-radius: 5px;
  300. padding: 10px;
  301. word-wrap: break-all;
  302. white-space: pre-wrap;
  303. }
  304.  
  305. #border {
  306. background: {color:Top Border};
  307. height: 3px;
  308. left: 0px;
  309. position: fixed;
  310. top: 0px;
  311. width: 100%;
  312. z-index: 1;
  313. }
  314.  
  315. #links {
  316. background: {color:Post Background};
  317. border-right: 1px solid {color:Border};
  318. height: calc(100% - 3px);
  319. position: fixed;
  320. top: 3px;
  321. width: 75px;
  322. }
  323.  
  324. .links {
  325. align-items: center;
  326. display: flex;
  327. flex-direction: column;
  328. font-size: 0.9rem;
  329. height: calc(100% - 3px);
  330. justify-content: center;
  331. text-align: center;
  332. text-transform: uppercase;
  333. }
  334.  
  335. .links a {
  336. margin: 10px;
  337. }
  338.  
  339. .links a.active {
  340. color: {color:Main Color};
  341. }
  342.  
  343. .panel {
  344. background: {color:Background};
  345. height: calc(100% - 3px);
  346. left: 0px;
  347. margin: 0;
  348. overflow-x: hidden;
  349. position: fixed;
  350. top: 3px;
  351. transition: 0.5s;
  352. width: 0px;
  353. z-index: 1;
  354. }
  355.  
  356. .panel .close-panel {
  357. background: {color:Main Color};
  358. border-bottom-right-radius: 5px;
  359. color: {color:Post Background};
  360. font-size: 0.9rem;
  361. font-variant: normal;
  362. height: 0.9rem;
  363. left: 0px;
  364. line-height: 1;
  365. padding: 20px;
  366. position: absolute;
  367. text-rendering: auto;
  368. top: 0px;
  369. width: 0.9rem;
  370. }
  371.  
  372. .panel .close-panel:hover {
  373. color: {color:Link Hover};
  374. }
  375.  
  376. .panel-content-wrapper {
  377. margin: 20px;
  378. margin-bottom: 50px;
  379. margin-top: 94px;
  380. }
  381.  
  382. #navigation {
  383. display: flex;
  384. flex-direction: row;
  385. flex-wrap: wrap;
  386. margin: -10px;
  387. margin-left: auto;
  388. margin-right: auto;
  389. margin-top: 20px;
  390. width: 862px;
  391. }
  392.  
  393. #navigation li {
  394. border-bottom: 1px solid #eeeeee;
  395. font-size: {select:Uppercase Font Size};
  396. list-style-type: none;
  397. margin: 10px;
  398. padding-bottom: 10px;
  399. text-transform: uppercase;
  400. width: calc(33.33% - 20px);
  401. }
  402.  
  403. #navigation li:first-child {
  404. font-weight: bold;
  405. }
  406.  
  407. .modal {
  408. background: rgba({RGBcolor:Post Background}, 0.5);
  409. display: none;
  410. height: 100%;
  411. left: 0px;
  412. overflow: auto;
  413. position: fixed;
  414. top: 0px;
  415. width: 100%;
  416. z-index: 999999999999999999999999999999999999;
  417. }
  418.  
  419. .modal-content {
  420. background: {color:Post Background};
  421. border: 1px solid {color:Border};
  422. border-radius: 5px;
  423. margin-bottom: 100px;
  424. margin-left: auto;
  425. margin-right: auto;
  426. margin-top: 100px;
  427. padding: 20px;
  428. width: 500px;
  429. z-index: 1;
  430. }
  431.  
  432. .close-modal {
  433. font-size: 0.9rem;
  434. float: right;
  435. right: 20px;
  436. top: 20px;
  437. -webkit-transition: all 0.5s ease;
  438. -moz-transition: all 0.5s ease;
  439. -o-transition: all 0.5s ease;
  440. }
  441.  
  442. .close-modal:hover {
  443. color: {color:Link Hover};
  444. }
  445.  
  446. .about-header {
  447. background-attachment: absolute;
  448. background-image: url("https://i.imgur.com/2mFP1JX.jpg");
  449. background-repeat: repeat;
  450. border-bottom: 1px solid {color:Border};
  451. height: 200px;
  452. margin: -20px;
  453. width: calc(100% + 40px);
  454. }
  455.  
  456. .about-image {
  457. height: 96px;
  458. margin-top: -48px;
  459. width: 96px;
  460. }
  461.  
  462. .about-image img {
  463. border-radius: 5px;
  464. height: 96px;
  465. width: 96px;
  466. }
  467.  
  468. .about-content {
  469. font-size: {select:Uppercase Font Size};
  470. margin-top: 20px;
  471. text-transform: uppercase;
  472. }
  473.  
  474. .about-links {
  475. font-size: {select:Uppercase Font Size};
  476. margin: -5px;
  477. margin-top: 10px;
  478. text-transform: uppercase;
  479. }
  480.  
  481. .about-links a {
  482. border: 1px solid transparent;
  483. border-bottom: 1px solid {color:Border};
  484. display: inline-block;
  485. margin: 5px;
  486. padding: 10px;
  487. padding-left: 0px;
  488. padding-right: 0px;
  489. }
  490.  
  491. .about-links-title {
  492. border: 1px solid {color:Border};
  493. border-radius: 5px;
  494. display: inline-block;
  495. font-size: {select:Uppercase Font Size};
  496. margin: 5px;
  497. padding: 10px;
  498. }
  499.  
  500. #container {
  501. margin-left: 76px;
  502. margin-top: 3px;
  503. width: calc(100% - 76px);
  504. }
  505.  
  506. #inner-container {
  507. margin-bottom: 100px;
  508. margin-left: auto;
  509. margin-right: auto;
  510. margin-top: 100px;
  511. width: 844px;
  512. }
  513.  
  514. #user-information-wrapper {
  515. align-items: center;
  516. display: flex;
  517. flex-direction: column;
  518. height: calc(100% - 3px);
  519. justify-content: center;
  520. position: fixed;
  521. top: 3px;
  522. width: 252px;
  523. }
  524.  
  525. #user-information {
  526. background: {color:Post Background};
  527. border: 1px solid {color:Border};
  528. border-radius: 5px;
  529. height: auto;
  530. padding: 20px;
  531. width: 210px;
  532. }
  533.  
  534. .tabcontent {
  535. animation: fadeEffect 1s;
  536. border-bottom-right-radius: 5px;
  537. display: none;
  538. height: auto;
  539. }
  540.  
  541. @-webkit-keyframes fadeEffect {
  542. from {
  543. opacity: 0;
  544. }
  545.  
  546. to {
  547. opacity: 1;
  548. }
  549. }
  550.  
  551. @keyframes fadeEffect {
  552. from {
  553. opacity: 0;
  554. }
  555.  
  556. to {
  557. opacity: 1;
  558. }
  559. }
  560.  
  561. .icon-image {
  562. height: 250px;
  563. margin: -20px;
  564. width: 250px;
  565. }
  566.  
  567. .icon-image img {
  568. border-top-left-radius: 5px;
  569. border-top-right-radius: 5px;
  570. height: 250px;
  571. width: 250px;
  572. }
  573.  
  574. .title {
  575. font-size: 1.2rem;
  576. font-weight: bold;
  577. margin-top: 35px;
  578. text-transform: lowercase;
  579. }
  580.  
  581. .description {
  582. font-size: {select:Uppercase Font Size};
  583. margin-top: 10px;
  584. text-transform: uppercase;
  585. }
  586.  
  587. .more-links {
  588. font-size: {select:Uppercase Font Size};
  589. text-transform: uppercase;
  590. }
  591.  
  592. .more-links a {
  593. border-bottom: 1px solid {color:Border};
  594. display: block;
  595. margin-bottom: 10px;
  596. padding-bottom: 10px;
  597. width: 100%;
  598. }
  599.  
  600. .more-links a:last-child {
  601. border-bottom: 0px;
  602. margin-bottom: 0px;
  603. padding-bottom: 0px;
  604. }
  605.  
  606. .search-wrapper {
  607. width: 100%;
  608. }
  609.  
  610. form {
  611. display: flex;
  612. margin-top: 0em;
  613. margin-block-end: 0em;
  614. }
  615.  
  616. input {
  617. appearance: textfield;
  618. background: {color:Post Background};
  619. border: 1px solid {color:Border}!important;
  620. border-radius: 5px;
  621. border-image: initial;
  622. border-style: none;
  623. border-width: 0px;
  624. color: {color:Text};
  625. cursor: text;
  626. font-family: '{select:Body Font}', sans-serif;
  627. font-size: {select:Uppercase Font Size};
  628. letter-spacing: 1px;
  629. margin: 0px;
  630. outline: 0;
  631. padding: 10px;
  632. text-align: left;
  633. text-indent: 0px;
  634. text-rendering: auto;
  635. text-shadow: none;
  636. text-transform: uppercase;
  637. width: 100%;
  638. -webkit-rtl-ordering: logical;
  639. -webkit-writing-mode: horizontal-tb !important;
  640. }
  641.  
  642. input[type="submit" i] {
  643. display: none!important;
  644. }
  645.  
  646. #posts {
  647. margin-left: 352px;
  648. width: 492px;
  649. }
  650.  
  651. .entries {
  652. margin-bottom: 50px;
  653. width: 492px;
  654. }
  655.  
  656. .entries-wrapper {
  657. background: {color:Post Background};
  658. border: 1px solid {color:Border};
  659. border-radius: 5px;
  660. padding: 20px;
  661. width: 450px;
  662. }
  663.  
  664. .entries img {
  665. height: auto;
  666. max-width: 100%;
  667. }
  668.  
  669. [photoset-layout] {
  670. grid-column-gap: 3px;
  671. grid-gap: 3px;
  672. grid-row-gap: 3px;
  673. }
  674.  
  675. .read_more {
  676. background: {color:Main Color};
  677. border: 1px solid {color:Border};
  678. border-radius: 5px;
  679. color: white;
  680. display: inline-block;
  681. font-size: {select:Uppercase Font Size};
  682. padding: 10px;
  683. text-align: center;
  684. text-transform: uppercase;
  685. width: calc(100% - 22px);
  686. }
  687.  
  688. .read_more:hover {
  689. background: white;
  690. color: {color:Main Color};
  691. }
  692.  
  693. .vignette, #vignette {
  694. opacity: 0;
  695. }
  696.  
  697. .lightbox-image, #tumblr_lightbox img {
  698. border-radius: 0!important;
  699. box-shadow: none!important;
  700. max-width: none;
  701. }
  702.  
  703. .tmblr-lightbox, #tumblr_lightbox {
  704. background-attachment: fixed;
  705. background-image: url('https://i.imgur.com/7wF2zbK.png');
  706. background-repeat: repeat;
  707. }
  708.  
  709. .lightbox-caption, #tumblr_lightbox_caption {
  710. visibility: hidden;
  711. }
  712.  
  713. .text p {
  714. margin-top: 0px;
  715. }
  716.  
  717. .caption {
  718. margin-top: 20px;
  719. }
  720.  
  721. .caption p {
  722. margin-top: 0px;
  723. }
  724.  
  725. blockquote.tumblr_parent {
  726. border: none;
  727. border-bottom: 1px solid {color:Border};
  728. margin: 0px;
  729. margin-bottom: 20px;
  730. padding: 0px;
  731. }
  732.  
  733. blockquote.tumblr_parent:last-child {
  734. border-bottom: 0px;
  735. }
  736.  
  737. blockquote.user-reblog {
  738. border: none;
  739. margin: 0px;
  740. padding: 0px;
  741. }
  742.  
  743. .tumblr_avatar {
  744. height: 30px;
  745. margin-bottom: 20px;
  746. width: 30px;
  747. }
  748.  
  749. img.tumblr_avatar {
  750. border-radius: 100px;
  751. display: inline-block;
  752. height: 30px!important;
  753. margin-right: 10px;
  754. vertical-align: middle;
  755. width: 30px!important;
  756. }
  757.  
  758. img.user-image {
  759. border-radius: 100px;
  760. display: inline-block;
  761. height: 30px!important;
  762. margin-right: 10px;
  763. vertical-align: middle;
  764. width: 30px!important;
  765. }
  766.  
  767. a.tumblr_blog {
  768. border-bottom: 1px solid {color:Main Color};
  769. font-size: {select:Uppercase Font Size};
  770. margin-top: calc((30px - {select:Uppercase Font Size}) / 4);
  771. display: inline-block;
  772. position: absolute;
  773. text-align: center;
  774. text-transform: uppercase;
  775. }
  776.  
  777. .ask-wrapper {
  778. width: 100%;
  779. }
  780.  
  781. .asker-wrapper {
  782. overflow: auto;
  783. width: 100%;
  784. }
  785.  
  786. .asker-question {
  787. border: 1px solid {color:Border};
  788. border-radius: 5px;
  789. font-size: {select:Uppercase Font Size};
  790. padding: 20px;
  791. padding-bottom: 37.195px;
  792. text-transform: uppercase;
  793. }
  794.  
  795. .asker-question p {
  796. margin: 0px;
  797. }
  798.  
  799. .asker-icon {
  800. background: {color:Chat Even Background};
  801. border-radius: 100px;
  802. display: inline-block;
  803. float: left;
  804. font-size: {select:Uppercase Font Size};
  805. margin-left: 10px;
  806. margin-top: -17.195px;
  807. padding-right: 10px;
  808. text-transform: uppercase;
  809. }
  810.  
  811. .quote-wrapper {
  812. width: 100%;
  813. }
  814.  
  815. .quote-icon {
  816. background: {color:Chat Even Background};
  817. border-radius: 100px;
  818. color: {color:Main Color};
  819. font-size: 0.9rem;
  820. height: 0.9rem;
  821. margin-left: auto;
  822. margin-right: auto;
  823. margin-top: -17.195px;
  824. padding: 10px;
  825. width: 0.9rem;
  826. }
  827.  
  828. .quote {
  829. border: 1px solid {color:Border};
  830. border-radius: 5px;
  831. font-family: 'Playfair Display', serif;
  832. font-size: 1.2rem;
  833. font-weight: bold;
  834. padding: 10px;
  835. padding-bottom: 26.4px;
  836. text-align: center;
  837. }
  838.  
  839. .website {
  840. background: {color:Main Color};
  841. color: {color:Post Background};
  842. font-size: {select:Uppercase Font Size};
  843. padding: 10px;
  844. text-transform: uppercase;
  845. }
  846.  
  847. .website a {
  848. color: {color:Post Background};
  849. }
  850.  
  851. .website a:hover {
  852. color: {color:Link Hover};
  853. }
  854.  
  855. .chat {
  856. font-size: {select:Uppercase Font Size};
  857. text-transform: uppercase;
  858. }
  859.  
  860. .chat li {
  861. list-style-type: none;
  862. }
  863.  
  864. .chat li:nth-child(odd) {
  865. background: {color:Main Color};
  866. color: {color:Post Background};
  867. padding: 10px;
  868. }
  869.  
  870. .chat li:nth-child(even) {
  871. background: {color:Chat Even Background};
  872. color: {color:Main Color};
  873. padding: 10px;
  874. }
  875.  
  876. .audio iframe {
  877. height: 85px;
  878. width: 450px;
  879. }
  880.  
  881. video {
  882. height: auto;
  883. width: 100%;
  884. }
  885.  
  886. .source {
  887. background: {color:Chat Even Background};
  888. border-radius: 5px;
  889. display: inline-block;
  890. font-size: {select:Uppercase Font Size};
  891. margin-top: 10px;
  892. padding: 5px;
  893. text-transform: uppercase;
  894. }
  895.  
  896. .pinned-post {
  897. background: {color:Pin};
  898. border-radius: 5px;
  899. color: {color:Post Background};
  900. font-size: {select:Uppercase Font Size};
  901. margin-bottom: 20px;
  902. padding: 20px;
  903. text-transform: uppercase;
  904. }
  905.  
  906. .vsd {
  907. border-bottom: 1px solid {color:Border};
  908. font-size: {select:Uppercase Font Size};
  909. margin: -20px;
  910. margin-bottom: 20px;
  911. overflow: auto;
  912. padding: 20px;
  913. text-transform: uppercase;
  914. }
  915.  
  916. .pslr {
  917. border-top: 1px solid {color:Border};
  918. font-size: {select:Uppercase Font Size};
  919. margin: -20px;
  920. margin-top: 20px;
  921. padding: 20px;
  922. overflow: auto;
  923. text-transform: uppercase;
  924. }
  925.  
  926. .post-notes {
  927. display: inline-block;
  928. }
  929.  
  930. .like-b {
  931. display: inline-block;
  932. margin-right: 10px;
  933. position: relative;
  934. }
  935.  
  936. .like-b .like_button iframe {
  937. bottom: 0px;
  938. left: 0px;
  939. opacity: 0;
  940. position: absolute;
  941. right: 0px;
  942. top: 0px;
  943. }
  944.  
  945. .like-b .liked + .b {
  946. color: {color:Like};
  947. }
  948.  
  949. .tags-notes {
  950. font-size: {select:Uppercase Font Size};
  951. margin-top: 20px;
  952. text-align: center;
  953. text-transform: uppercase;
  954. }
  955.  
  956. .tags-title {
  957. background: {color:Main Color};
  958. border-radius: 100px;
  959. color: {color:Post Background};
  960. display: inline-block;
  961. padding: 5px;
  962. }
  963.  
  964. .tags-title a {
  965. -webkit-transition: all 0.5s ease;
  966. -moz-transition: all 0.5s ease;
  967. -o-transition: all 0.5s ease;
  968. }
  969.  
  970. .tags-title:hover {
  971. color: {color:Link Hover};
  972. }
  973.  
  974. .tags {
  975. margin-top: 10px;
  976. text-transform: uppercase;
  977. }
  978.  
  979. .tags-alternate {
  980. font-size: {select:Uppercase Font Size};
  981. text-transform: uppercase;
  982. }
  983.  
  984. ol.notes {
  985. background: {color:Post Background};
  986. border: 1px solid {color:Border};
  987. border-radius: 5px;
  988. font-size: {select:Uppercase Font Size};
  989. margin-top: 20px;
  990. padding: 10px;
  991. text-align: left;
  992. text-transform: uppercase;
  993. }
  994.  
  995. ol.notes li {
  996. list-style-type: none;
  997. margin: 10px;
  998. }
  999.  
  1000. ol.notes li.note img.avatar {
  1001. border-radius: 100px;
  1002. vertical-align: -4px;
  1003. height: 16px;
  1004. margin-right: 10px;
  1005. width: 16px;
  1006. }
  1007.  
  1008. .pagination {
  1009. align-items: baseline;
  1010. display: flex;
  1011. font-size: {select:Uppercase Font Size};
  1012. justify-content: space-between;
  1013. text-align: center;
  1014. text-transform: uppercase;
  1015. }
  1016.  
  1017. .navigation {
  1018. align-self: baseline;
  1019. display: flex;
  1020. }
  1021.  
  1022. .navigation a {
  1023. background: {color:Main Color};
  1024. border: 1px solid {color:Main Color};
  1025. border-radius: 5px;
  1026. color: {color:Post Background};
  1027. padding: 5px;
  1028. }
  1029.  
  1030. .navigation a:hover {
  1031. background: {color:Post Background};
  1032. color: {color:Main Color};
  1033. }
  1034.  
  1035. .pages {
  1036. align-self: baseline;
  1037. background: {color:Main Color};
  1038. border: 1px solid {color:Main Color};
  1039. border-radius: 5px;
  1040. color: {color:Post Background};
  1041. display: flex;
  1042. padding: 5px;
  1043. }
  1044.  
  1045. #top {
  1046. background: {color:Main Color};
  1047. border: 1px solid {color:Border};
  1048. border-radius: 100px;
  1049. bottom: 66px;
  1050. color: {color:Post Background};
  1051. display: none;
  1052. font-size: 0.9rem;
  1053. font-variant: normal;
  1054. height: 0.9rem;
  1055. line-height: 1;
  1056. padding: 10px;
  1057. position: fixed;
  1058. right: 20px;
  1059. text-rendering: auto;
  1060. width: 0.9rem;
  1061. z-index: 1;
  1062. -webkit-transition: all 0.5s ease;
  1063. -moz-transition: all 0.5s ease;
  1064. -o-transition: all 0.5s ease;
  1065. }
  1066.  
  1067. #top:hover {
  1068. background: {color:Post Background};
  1069. color: {color:Link Hover};
  1070. }
  1071.  
  1072. #credit {
  1073. bottom: 20px;
  1074. font-size: 0.9rem;
  1075. height: 36px;
  1076. position: fixed;
  1077. right: 20px;
  1078. text-transform: uppercase;
  1079. z-index: 1;
  1080. width: auto;
  1081. }
  1082.  
  1083. #credit a {
  1084. background: {color:Main Color};
  1085. border: 1px solid {color:Border};
  1086. border-radius: 100px;
  1087. color: {color:Post Background};
  1088. display: inline-block;
  1089. font-size: 0.9rem;
  1090. font-variant: normal;
  1091. height: 0.9rem;
  1092. line-height: 1;
  1093. padding: 10px;
  1094. width: 0.9rem;
  1095. }
  1096.  
  1097. #credit a:hover  {
  1098. background: {color:Post Background};
  1099. color: {color:Link Hover};
  1100. }
  1101.  
  1102. #credit:hover .credit-name {
  1103. right: 20px;
  1104. opacity: 1;
  1105. }
  1106.  
  1107. .credit-name {
  1108. background: {color:Text};
  1109. border: 1px solid {color:Border};
  1110. border-radius: 100px;
  1111. bottom: 20px;
  1112. color: {color:Post Background};
  1113. display: inline-block;
  1114. font-size: 0.9rem;
  1115. font-variant: normal;
  1116. height: 0.9rem;
  1117. line-height: 1;
  1118. opacity: 0;
  1119. padding: 10px;
  1120. padding-right: 46.8px;
  1121. position: fixed;
  1122. right: -20px;
  1123. text-align: center;
  1124. z-index: -1;
  1125. -webkit-transition: all 0.9s ease;
  1126. -moz-transition: all 0.9s ease;
  1127. -o-transition: all 0.9s ease;
  1128. }
  1129.  
  1130. @media only screen and (max-width: 1000px) {
  1131.  
  1132. #links {
  1133. border-left: none;
  1134. border-bottom: 1px solid {color:Border};
  1135. height: auto;
  1136. padding-bottom: 20.5px;
  1137. padding-top: 20.5px;
  1138. width: 100%;
  1139. z-index: 1;
  1140. }
  1141.  
  1142. .links {
  1143. flex-direction: row;
  1144. height: auto;
  1145. }
  1146.  
  1147. .panel {
  1148. height: calc(100% - 79px);
  1149. top: 79px;
  1150. }
  1151.  
  1152. #navigation {
  1153. width: 562px;
  1154. }
  1155.  
  1156. #navigation li {
  1157. width: calc(50% - 20px);
  1158. }
  1159.  
  1160. .modal-content {
  1161. width: 400px;
  1162. }
  1163.  
  1164. .about-wrapper {
  1165. display: block;
  1166. width: 400px;
  1167. }
  1168.  
  1169. #container {
  1170. margin-left: 0px;
  1171. width: 100%;
  1172. }
  1173.  
  1174. #inner-container {
  1175. margin-top: 179px;
  1176. width: 444px;
  1177. }
  1178.  
  1179. #user-information-wrapper {
  1180. height: auto;
  1181. margin-bottom: 75px;
  1182. position: relative;
  1183. top: 0px;
  1184. width: 444px;
  1185. }
  1186.  
  1187. #user-information {
  1188. width: 402px;
  1189. }
  1190.  
  1191. .icon-image {
  1192. height: 100px;
  1193. margin: 0px;
  1194. width: 100px;
  1195. }
  1196.  
  1197. .icon-image img {
  1198. border-radius: 5px;
  1199. height: 100px;
  1200. width: 100px;
  1201. }
  1202.  
  1203. .title {
  1204. margin-top: 15px;
  1205. }
  1206.  
  1207. #posts {
  1208. margin-left: 0px;
  1209. width: 444px;
  1210. }
  1211.  
  1212. .entries {
  1213. width: 444px;
  1214. }
  1215.  
  1216. .entries-wrapper {
  1217. width: 402px;
  1218. }
  1219.  
  1220. .entries img {
  1221. max-width: 100%;
  1222. }
  1223.  
  1224. .audio iframe {
  1225. width: 400px;
  1226. }
  1227.  
  1228. }
  1229.  
  1230. @media only screen and (max-width: 500px) {
  1231.  
  1232. #navigation {
  1233. width: 272px;
  1234. }
  1235.  
  1236. #navigation li {
  1237. width: calc(100% - 20px);
  1238. }
  1239.    
  1240. .modal-content {
  1241. width: 230px;
  1242. }
  1243.  
  1244. .about-wrapper {
  1245. display: block;
  1246. width: 230px;
  1247. }
  1248.  
  1249. #container {
  1250. margin-left: 0px;
  1251. width: 100%;
  1252. }
  1253.  
  1254. #inner-container {
  1255. width: 312px;
  1256. }
  1257.  
  1258. #user-information-wrapper {
  1259. width: 312px;
  1260. }
  1261.  
  1262. #user-information {
  1263. width: 270px;
  1264. }
  1265.    
  1266. #posts {
  1267. width: 312px;
  1268. }
  1269.  
  1270. .entries {
  1271. width: 312px;
  1272. }
  1273.  
  1274. .entries-wrapper {
  1275. width: 270px;
  1276. }
  1277.  
  1278. .entries img {
  1279. max-width: 100%;
  1280. }
  1281.  
  1282. .audio iframe {
  1283. width: 270px;
  1284. }
  1285.  
  1286. }
  1287.  
  1288. {CustomCSS}
  1289.  
  1290. </style>
  1291.    
  1292. </head>
  1293.  
  1294. <body>
  1295.  
  1296. <div id="border"></div>
  1297.  
  1298. <div id="links">
  1299.  
  1300. <div class="links">
  1301. <a href="/" title="Refresh"><i class="far fa-arrow-alt-circle-left"></i></a>
  1302. <a class="tablinks" onclick="openPanel(event, 'one')" id="defaultOpen" title="Description"><i class="fas fa-info-circle"></i></a>
  1303. <a class="tablinks" onclick="openPanel(event, 'two')" id="defaultOpen" title="Links"><i class="fas fa-list-ul"></i></a>
  1304. {block:IfNavigation}<a onclick="openNav()" title="Navigation"><i class="fas fa-link"></i></a>{/block:IfNavigation}
  1305. {block:IfAbout}<a class="open-modal" title="About Me"><i class="far fa-user-circle"></i></a>{/block:IfAbout}
  1306. </div>
  1307.  
  1308. </div>
  1309.  
  1310. {block:IfNavigation}
  1311. <div id="panel" class="panel">
  1312.  
  1313. <a href="javascript:void(0)" class="close-panel" onclick="closeNav()"><i class="far fa-times-circle"></i></a>
  1314.  
  1315. <div class="panel-content-wrapper">
  1316.  
  1317. <!-- Start of Navigation -->
  1318.  
  1319. <div id="navigation">
  1320. <li>Links Title</li>
  1321. <li><a href="/">Link One</a></li>
  1322. <li><a href="/">Link Two</a></li>
  1323. <li><a href="/">Link Three</a></li>
  1324. <li><a href="/">Link Four</a></li>
  1325. <li><a href="/">Link Five</a></li>
  1326. <li><a href="/">Link Six</a></li>
  1327. <li><a href="/">Link Seven</a></li>
  1328. </div>
  1329.  
  1330. <!-- End of Navigation -->
  1331.  
  1332. <!-- Start of Navigation -->
  1333.  
  1334. <div id="navigation">
  1335. <li>Links Title</li>
  1336. <li><a href="/">Link One</a></li>
  1337. <li><a href="/">Link Two</a></li>
  1338. <li><a href="/">Link Three</a></li>
  1339. <li><a href="/">Link Four</a></li>
  1340. <li><a href="/">Link Five</a></li>
  1341. <li><a href="/">Link Six</a></li>
  1342. <li><a href="/">Link Seven</a></li>
  1343. </div>
  1344.  
  1345. <!-- End of Navigation -->
  1346.  
  1347. <!-- Start of Navigation -->
  1348.  
  1349. <div id="navigation">
  1350. <li>Links Title</li>
  1351. <li><a href="/">Link One</a></li>
  1352. <li><a href="/">Link Two</a></li>
  1353. <li><a href="/">Link Three</a></li>
  1354. <li><a href="/">Link Four</a></li>
  1355. <li><a href="/">Link Five</a></li>
  1356. <li><a href="/">Link Six</a></li>
  1357. <li><a href="/">Link Seven</a></li>
  1358. </div>
  1359.  
  1360. <!-- End of Navigation -->
  1361.  
  1362. </div>
  1363.  
  1364. </div>
  1365. {/block:IfNavigation}
  1366.  
  1367. {block:IfAbout}
  1368. <!-- Start of Quick About -->
  1369.  
  1370. <div class="modal modal_multi">
  1371.  
  1372. <div class="modal-content">
  1373.  
  1374. <div class="close-modal close_modal"><i class="far fa-times-circle"></i></div>
  1375.  
  1376. <div class="about-header"></div>
  1377.  
  1378. <div class="about-image"><img src="{image:About Image}"/></div>
  1379.  
  1380. <div class="about-wrapper">
  1381.  
  1382. <div class="about-content">
  1383. <h1>About The Blogger</h1>
  1384. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
  1385. </div>
  1386.  
  1387. </div>
  1388.  
  1389. <div class="about-links">
  1390. <div class="about-links-title">Social Media</div>
  1391. <a href="/">Link One</a>
  1392. <a href="/">Link Two</a>
  1393. <a href="/">Link Three</a>
  1394. <a href="/">Link Four</a>
  1395. <a href="/">Link Five</a>
  1396. </div>
  1397.  
  1398. </div>
  1399.  
  1400. </div>
  1401.  
  1402. <!-- End of Quick About -->
  1403. {/block:IfAbout}
  1404.  
  1405. <div id="container">
  1406.  
  1407. <div id="inner-container">
  1408.  
  1409. <div id="user-information-wrapper">
  1410.  
  1411. <div id="user-information">
  1412.  
  1413. <!-- Start of Tab -->
  1414.  
  1415. <div id="one" class="tabcontent">
  1416.  
  1417. <div class="icon-image"><img src="{image:Icon Image}"/></div>
  1418.  
  1419. <div class="title">{text:Title}</div>
  1420.  
  1421. {block:Description}<div class="description">{Description}</div>{/block:Description}
  1422.  
  1423. </div>
  1424.  
  1425. <!-- End of Tab -->
  1426.  
  1427. <!-- Start of Tab -->
  1428.  
  1429. <div id="two" class="tabcontent">
  1430.  
  1431. <div class="more-links">
  1432. {block:AskEnabled}<a href="/ask"><i class="far fa-envelope" style="border: 1px solid {color:Border};border-radius: 5px;font-size: 0.9rem;margin-right: 10px;padding: 10px;width: 0.9rem;"></i>Ask</a>{/block:AskEnabled}
  1433. {block:SubmissionsEnabled}{block:ifSubmitLink}<a href="/submit" ><i class="fas fa-file-import" style="border: 1px solid {color:Border};border-radius: 5px;font-size: 0.9rem;margin-right: 10px;padding: 10px;width: 0.9rem;"></i>Submit</a>{/block:ifSubmitLink}{/block:SubmissionsEnabled}
  1434. {block:ifLink1URL}<a href="{text:Link 1 URL}"><i class="fas fa-link" style="border: 1px solid {color:Border};border-radius: 5px;font-size: 0.9rem;margin-right: 10px;padding: 10px;width: 0.9rem;"></i>{text:Link 1 Name}</a>{/block:ifLink1URL}
  1435. {block:ifLink2URL}<a href="{text:Link 2 URL}"><i class="fas fa-link" style="border: 1px solid {color:Border};border-radius: 5px;font-size: 0.9rem;margin-right: 10px;padding: 10px;width: 0.9rem;"></i>{text:Link 2 Name}</a>{/block:ifLink2URL}
  1436. {block:ifLink3URL}<a href="{text:Link 3 URL}"><i class="fas fa-link" style="border: 1px solid {color:Border};border-radius: 5px;font-size: 0.9rem;margin-right: 10px;padding: 10px;width: 0.9rem;"></i>{text:Link 3 Name}</a>{/block:ifLink3URL}
  1437. <a href="/archive"><i class="far fa-calendar-plus" style="border: 1px solid {color:Border};border-radius: 5px;font-size: 0.9rem;margin-right: 10px;padding: 10px;width: 0.9rem;"></i>Archive</a>
  1438. <!-- Start of Search Bar -->
  1439.  
  1440. <div class="search-wrapper"><form action="/search" method="get"><input type="text" name="q" placeholder="Search This Blog" value="{SearchQuery}"/></form></div>
  1441.  
  1442. <!-- End of Search Bar -->
  1443. </div>
  1444.  
  1445. </div>
  1446.  
  1447. <!-- End of Tab -->
  1448.  
  1449. </div>
  1450.  
  1451. </div>
  1452.  
  1453. <div id="posts">
  1454.  
  1455. {block:SearchPage}<h1>{lang:Found SearchResultCount results for SearchQuery}</h1>{/block:SearchPage}
  1456.  
  1457. {block:TagPage}<h1>{lang:TagResultCount posts tagged Tag}</h1>{/block:TagPage}
  1458.  
  1459. {block:Posts}
  1460.  
  1461. <div class="entries" id="{PostID}">
  1462.  
  1463. {block:PinnedPostLabel}
  1464. <div class="pinned-post">
  1465. <i class="fas fa-star" style="margin-right: 5px;"></i>{PinnedPostLabel}
  1466. </div>
  1467. {/block:PinnedPostLabel}
  1468.  
  1469. <div class="entries-wrapper">
  1470.  
  1471. {block:Date}
  1472. <div class="vsd">
  1473. {block:RebloggedFrom}<i class="fas fa-sync-alt" style="margin-right: 5px;"></i><a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}  
  1474. {block:ContentSource}{block:RebloggedFrom}(<i class="far fa-folder" style="margin-right: 5px;"></i><a href="{ReblogRootURL}">Source</a>){/block:RebloggedFrom}{/block:ContentSource}
  1475. <font style="float: right;">
  1476. <a href="{Permalink}"><i class="far fa-clock" style="color: {color:Text};margin-right: 5px;"></i>{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a>
  1477. </font>
  1478. </div>
  1479. {block:Date}
  1480.  
  1481. {block:Text}
  1482. {block:Title}
  1483. <h1>{Title}</h1>
  1484. {/block:Title}
  1485. <div class="text">
  1486. {Body}
  1487. </div>
  1488. {/block:Text}
  1489.  
  1490. {block:Answer}
  1491. <div class="ask-wrapper">
  1492. <div class="asker-wrapper">
  1493. <div class="asker-question">
  1494. {Question}
  1495. </div>
  1496. <div class="asker-icon">
  1497. <i class="far fa-question-circle" style="background: {color:Main Color};border-radius: 100px;color: {color:Post Background};font-size: 0.9rem;margin-right: 10px;padding: 10px;width: 0.9rem;"></i><a href="{AskerURL}">{Asker}</a>
  1498. </div>
  1499. </div>
  1500. <div class="caption">
  1501. {Answer}
  1502. </div>
  1503. </div>
  1504. {/block:Answer}
  1505.  
  1506. {block:Quote}
  1507. <div class="quote-wrapper">
  1508. <div class="quote">
  1509. "{Quote}</i>"
  1510. {block:Source}
  1511. <br><br>
  1512. <font style="font-family: '{select:Body Font}', sans-serif;font-size: {select:Uppercase Font Size};font-style: normal;font-weight: normal;text-transform: uppercase;">
  1513. {Source}
  1514. </font>
  1515. {/block:Source}
  1516. </div>
  1517. <div class="quote-icon"><i class="far fa-comment-dots" style="vertical-align: top;"></i></div>
  1518. </div>
  1519. {/block:Quote}
  1520.  
  1521. {block:Link}
  1522. <div class="website"><i class="fas fa-external-link-alt" style="margin-right: 10px;"></i><a href="{URL}" target="_blank">{Name}</a></div>
  1523. {block:Description}
  1524. <div class="caption">
  1525. {Description}
  1526. </div>
  1527. {/block:Description}
  1528. {/block:Link}
  1529.  
  1530. {block:Chat}
  1531. <div class="chat">
  1532. {block:Title}
  1533. <h1>{Title}</h1>
  1534. {/block:Title}
  1535. {block:Lines}
  1536. <li>{block:Label}{Label}{/block:Label}
  1537. {Line}
  1538. </li>
  1539. {/block:Lines}
  1540. </div>
  1541. {/block:Chat}
  1542.  
  1543. {block:Audio}
  1544. <div class="audio">
  1545. {AudioEmbed}
  1546. </div>
  1547. {block:Caption}
  1548. <div class="caption">{Caption}</div>
  1549. {/block:Caption}
  1550. {/block:Audio}
  1551.  
  1552. {block:Photo}
  1553. <a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-500}"></a>
  1554. {block:Caption}
  1555. <div class="caption">{Caption}</div>
  1556. {/block:Caption}
  1557. {/block:Photo}
  1558.  
  1559. {block:Photoset}
  1560. <a href="#" onclick="Tumblr.Lightbox.init([/*{block:Photos}, /**/ { width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }{/block:Photos}]); $('body').toggleClass('tumblr_lightbox_active'); return false"><div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div></a>
  1561. {block:Caption}
  1562. <div class="caption">{Caption}</div>
  1563. {/block:Caption}
  1564. {/block:Photoset}
  1565.  
  1566. {block:Video}
  1567. <div class="video">
  1568. {Video-500}
  1569. </div>
  1570. {block:Caption}
  1571. <div class="caption">{Caption}</div>
  1572. {/block:Caption}
  1573. {/block:Video}
  1574.  
  1575. {block:ContentSource}
  1576. <div class="source">
  1577. <i class="fas fa-paper-plane" style="color: {color:Main Color};margin-right: 5px;"></i><a href="{SourceURL}" title="{SourceTitle}">Source</a>
  1578. </div>
  1579. {/block:ContentSource}
  1580.  
  1581. {block:Date}
  1582. <div class="pslr">
  1583. {block:NoteCount}<div class="post-notes"><i class="far fa-comment-alt" style="margin-right: 5px;"></i><a href="{Permalink}">With {NoteCountWithLabel}</a></div>{/block:NoteCount}
  1584. <font style="float: right;">
  1585. <a class="like-b" href="#">{LikeButton}<div class="b"><i class="far fa-heart"></i></div></a>
  1586. <a href="{ReblogURL}" target="_blank"><i class="fas fa-undo-alt"></i></a>
  1587. </font>
  1588. </div>
  1589. {/block:Date}
  1590.  
  1591. </div>
  1592.  
  1593. {block:Date}
  1594. <div class="tags-notes">
  1595. {block:IfHideTags}
  1596. {block:HasTags}
  1597. <a class="tags-title"><i class="fas fa-ellipsis-h" style="margin-right: 5px;"></i>Show Tags</a>
  1598. <div class="tags">
  1599. {block:Tags}
  1600. <a href="{TagURL}" style="margin-right: 5px;"><font style="color: {color:Main Color};margin-right: 5px;">•</font>{Tag}</a>
  1601. {/block:Tags}
  1602. </div>
  1603. {/block:HasTags}
  1604. {/block:IfHideTags}
  1605. {block:IfShowTags}
  1606. {block:HasTags}
  1607. <div class="tags-alternate">
  1608. {block:Tags}
  1609. <a href="{TagURL}" style="margin-right: 5px;"><font style="color: {color:Main Color};margin-right: 5px;">•</font>{Tag}</a>
  1610. {/block:Tags}
  1611. </div>
  1612. {/block:HasTags}
  1613. {/block:IfShowTags}
  1614. {block:PostNotes}
  1615. {PostNotes}
  1616. {/block:PostNotes}
  1617. </div>
  1618. {block:Date}
  1619.  
  1620. </div>
  1621.  
  1622. {/block:Posts}
  1623.  
  1624. {block:Pagination}
  1625. <div class="pagination">
  1626. {block:PreviousPage}
  1627. <div class="navigation">
  1628. <a href="{PreviousPage}"><i class="fas fa-angle-left" style="margin-right: 5px;"></i>Prev</a>
  1629. </div>
  1630. {/block:PreviousPage}
  1631. <div class="pages">
  1632. {CurrentPage} / {TotalPages}
  1633. </div>
  1634. {block:NextPage}
  1635. <div class="navigation">
  1636. <a href="{NextPage}">Next<i class="fas fa-angle-right" style="margin-left: 5px;"></i></a>
  1637. </div>
  1638. {/block:NextPage}
  1639. </div>
  1640. {/block:Pagination}
  1641.  
  1642. </div>
  1643.  
  1644. </div>
  1645.  
  1646. {block:IfBackToTop}<div id="top"><i class="fas fa-arrow-circle-up"></i></div>{/block:IfBackToTop}
  1647.  
  1648. <!-- Start of Theme Credit -->
  1649.  
  1650. <div id="credit-wrapper">
  1651. <div id="credit"><a href="https://extasisthemes.tumblr.com/"><i class="fas fa-feather-alt"></i><div class="credit-name">EXT</div></a></div>
  1652. </div>
  1653.  
  1654. <!-- End of Theme Credit -->
  1655.  
  1656. </body>
  1657.  
  1658. <!-- Modal Script -->
  1659.  
  1660. <script>
  1661. var modalparent = document.getElementsByClassName("modal_multi");
  1662. var modal_btn_multi = document.getElementsByClassName("open-modal");
  1663. var span_close_multi = document.getElementsByClassName("close_modal");
  1664. function setDataIndex() {
  1665. for (i = 0; i < modal_btn_multi.length; i++)
  1666. {
  1667. modal_btn_multi[i].setAttribute('data-index', i);
  1668. modalparent[i].setAttribute('data-index', i);
  1669. span_close_multi[i].setAttribute('data-index', i);
  1670. }
  1671. }
  1672. for (i = 0; i < modal_btn_multi.length; i++)
  1673. {
  1674. modal_btn_multi[i].onclick = function() {
  1675. var ElementIndex = this.getAttribute('data-index');
  1676. modalparent[ElementIndex].style.display = "block";
  1677. };
  1678. span_close_multi[i].onclick = function() {
  1679. var ElementIndex = this.getAttribute('data-index');
  1680. modalparent[ElementIndex].style.display = "none";
  1681. };
  1682. }
  1683. window.onload = function() {
  1684. setDataIndex();
  1685. };
  1686. window.onclick = function(event) {
  1687. if (event.target === modalparent[event.target.getAttribute('data-index')]) {
  1688. modalparent[event.target.getAttribute('data-index')].style.display = "none";
  1689. }
  1690. if (event.target === modal) {
  1691. modal.style.display = "none";
  1692. }
  1693. };
  1694. var modal = document.getElementById('myModal');
  1695. var btn = document.getElementById("open-modal");
  1696. var span = modal.getElementsByClassName("close-modal")[0];
  1697. btn.onclick = function() {
  1698. modal.style.display = "block";
  1699. }
  1700. span.onclick = function() {
  1701. modal.style.display = "none";
  1702. }
  1703. </script>
  1704.  
  1705. <!-- Tabs Script -->
  1706.  
  1707. <script>
  1708. function openPanel(evt, number) {
  1709. var i, tabcontent, tablinks;
  1710. tabcontent = document.getElementsByClassName("tabcontent");
  1711. for (i = 0; i < tabcontent.length; i++) {
  1712. tabcontent[i].style.display = "none";
  1713. }
  1714. tablinks = document.getElementsByClassName("tablinks");
  1715. for (i = 0; i < tablinks.length; i++) {
  1716. tablinks[i].className = tablinks[i].className.replace(" active", "");
  1717. }
  1718. document.getElementById(number).style.display = "block";
  1719. evt.currentTarget.className += " active";
  1720. }
  1721. document.getElementById("defaultOpen").click();
  1722. </script>
  1723.  
  1724. </html>
Advertisement
Add Comment
Please, Sign In to add comment