Advertisement
themesbyces

(Responsive) Theme — Wandering

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