Advertisement
vitaminholland

Theme — Dreamscape

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