Advertisement
vitaminholland

Theme — Lucky Stars

Jul 1st, 2021 (edited)
3,805
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 31.04 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. <!-- 'Lucky Stars' by vitaminholland -->
  14.  
  15. <!-- Metadata -->
  16.  
  17. <meta name="color:Background" content="#f8f8f8"/>
  18. <meta name="color:Border" content="#eeeeee"/>
  19. <meta name="color:Chat Even Background" content="#f0f0f0"/>
  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="#ccbbaa"/>
  24. <meta name="color:Pin" content="#31a49d"/>
  25. <meta name="color:Post Background" content="#ffffff"/>
  26. <meta name="color:Pre Background" content="#f8f8f8"/>
  27. <meta name="color:Scrollbar" content="#000000"/>
  28. <meta name="color:Text" content="#555555"/>
  29. <meta name="color:Tooltip Background" content="#000000"/>
  30. <meta name="color:Tooltip Color" content="#ffffff"/>
  31.  
  32. <meta name="select:Heading Font" content="Playfair Display" title="Playfair Display"/>
  33. <meta name="select:Heading Font" content="Lora" title="Lora"/>
  34. <meta name="select:Heading Font" content="Noto Serif Display" title="Noto Serif Display"/>
  35.  
  36. <meta name="select:Body Font" content="Noto Sans" title="Noto Sans"/>
  37. <meta name="select:Body Font" content="DM Sans" title="DM Sans"/>
  38. <meta name="select:Body Font" content="Golos Text" title="Golos Text"/>
  39. <meta name="select:Body Font" content="Karla" title="Karla"/>
  40. <meta name="select:Body Font" content="Nunito Sans" title="Nunito Sans"/>
  41. <meta name="select:Body Font" content="Open Sans" title="Open Sans"/>
  42. <meta name="select:Body Font" content="Work Sans" title="Work Sans"/>
  43.  
  44. <meta name="select:Body Font Size" content="0.9rem" title="0.9rem"/>
  45. <meta name="select:Body Font Size" content="1rem" title="1rem"/>
  46. <meta name="select:Body Font Size" content="0.8rem" title="0.8rem"/>
  47.  
  48. <meta name="select:Uppercase Font Size" content="0.8rem" title="0.8rem"/>
  49. <meta name="select:Uppercase Font Size" content="0.9rem" title="0.9rem"/>
  50.  
  51. <meta name="image:Sidebar Image" content="https://i.imgur.com/N69goz4.png"/>
  52.  
  53. <meta name="text:Title" content="Lucky Stars"/>
  54.  
  55. <meta name="text:Location" content="City, Country"/>
  56.  
  57. <meta name="text:Link 1 URL" content="/"/>
  58. <meta name="text:Link 1 Name" content="Link One"/>
  59. <meta name="text:Link 2 URL" content="/"/>
  60. <meta name="text:Link 2 Name" content="Link Two"/>
  61. <meta name="text:Link 3 URL" content="/"/>
  62. <meta name="text:Link 3 Name" content="Link Three"/>
  63. <meta name="text:Link 4 URL" content="/"/>
  64. <meta name="text:Link 4 Name" content="Link Four"/>
  65. <meta name="text:Link 5 URL" content="/"/>
  66. <meta name="text:Link 5 Name" content="Link Five"/>
  67. <meta name="text:Link 6 URL" content="/"/>
  68. <meta name="text:Link 6 Name" content="Link Six"/>
  69. <meta name="text:Link 7 URL" content="/"/>
  70. <meta name="text:Link 7 Name" content="Link Seven"/>
  71.  
  72. <meta name="select:Post Width" content="450px" title="450px"/>
  73. <meta name="select:Post Width" content="500px" title="500px"/>
  74. <meta name="select:Post Width" content="400px" title="400px"/>
  75. <meta name="select:Post Width" content="350px" title="350px"/>
  76.  
  77. <meta name="if:Submit Link" content="1"/>
  78.  
  79. <meta name="if:Hide Tags" content="0"/>
  80. <meta name="if:Show Tags" content="1"/>
  81.  
  82. <meta name="if:Back To Top" content="1"/>
  83.  
  84. <!-- Google Fonts Script -->
  85.  
  86. <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">
  87.  
  88. <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">
  89.  
  90. <!-- Styled Tooltips Script -->
  91.  
  92. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  93.  
  94. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  95.  
  96. <script>
  97. (function($){
  98. $(document).ready(function(){
  99. $("a[title]").style_my_tooltips({
  100. tip_follows_cursor:true,
  101. tip_delay_time:90,
  102. tip_fade_speed:600,
  103. attribute:"title"
  104. });
  105. });
  106. })(jQuery);
  107. </script>
  108.  
  109. <!-- Font Awesome Script -->
  110.  
  111. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
  112.  
  113. <!-- Side Naviagion Script -->
  114.  
  115. <script>
  116. function openNav() {
  117. document.getElementById("panel").style.width = "354.39px";
  118. }
  119. function closeNav() {
  120. document.getElementById("panel").style.width = "0";
  121. }
  122. </script>
  123.  
  124. <!--✻✻✻✻✻✻  npf audio player by @glenthemes  ✻✻✻✻✻✻-->
  125.  
  126. <script src="//tmblr-npf-audio.gitlab.io/s/init.js"></script>
  127.  
  128. <link href="//tmblr-npf-audio.gitlab.io/s/base.css" rel="stylesheet">
  129.  
  130. <script>
  131. tumblr_npf_audio({
  132. emptyTitleText: "",
  133. emptyArtistText: "",
  134. emptyAlbumText: "",
  135. titleLabel: "",    
  136. artistLabel: "",
  137. albumLabel: "",
  138. });
  139. </script>
  140.  
  141. <!-- Unnest Captions Script -->
  142.  
  143. <script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
  144.  
  145. <script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
  146.  
  147. <script>
  148. $(function(){  $('.entries').unnest({
  149. yourCaption: ".text, .caption",
  150. wrapName: ".tumblr_parent",
  151. newCaptionUsername: false,
  152. originalPostCaptionUsername: false,
  153. tumblrAvatars: true,
  154. tumblrAvatarClass: ".tumblr_avatar",
  155. usernameColon: false
  156. });
  157. });
  158. </script>
  159.  
  160. <!-- NPF images fix v3.0 by @glenthemes [2021] 💌 git.io/JRBt7 -->
  161.  
  162. <script src="//npf-images-v3.github.io/script.js"></script>
  163.  
  164. <link rel="stylesheet" href="//npf-images-v3.github.io/recon.css">
  165. <style tmblr-npf>
  166. :root {
  167. --NPF-Caption-Spacing: 1em;
  168. --NPF-Image-Spacing: 1px;
  169. }
  170. </style>
  171.  
  172. <link rel="stylesheet" media="screen" href="//assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css">
  173.  
  174. <!-- Inline Images Resizing Script -->
  175.  
  176. <script>
  177. $(".tmblr-full, figure").each(function(){
  178. var imgWidth = $(this).attr("data-orig-width"),
  179. img = $(this).find("img"),
  180. imgSrc = img.attr("src");
  181. $('figure').css({'margin-left':'0','margin-right':'0','display':'inline-block'});
  182. if (imgWidth >= 500){
  183. img.attr("src",imgSrc.replace("_500.","_1280."));
  184. $('.tmblr-full img, figure img').css({'width':'auto','height':'auto','vertical-align':'middle'});
  185. }
  186. });  
  187. </script>
  188.  
  189. <!-- PXU Script -->
  190.  
  191. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  192.  
  193. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  194.  
  195. <script>
  196. $(document).ready(function(){
  197. $('.photo-slideshow').pxuPhotoset({
  198. lightbox: true,
  199. rounded: false,
  200. gutter: '1px',
  201. borderRadius: '0px',
  202. photoset: '.photo-slideshow',
  203. photoWrap: '.photo-data',
  204. photo: '.pxu-photo'
  205. });
  206. });
  207. </script>
  208.  
  209. <!-- Responsive Tumblr Videos Script -->
  210.  
  211. <script src="https://rawgit.com/robinpx/tumblr/master/scripts/flexibleFrames/flexibleFrames.min.js"></script>
  212.  
  213. <script>
  214. $(document).ready(function() {
  215. flexibleFrames($(".video"));  
  216. });
  217. </script>
  218.  
  219. <!-- Hide & Show Script -->
  220.  
  221. <script>
  222. $(document).ready(function(){
  223. $(".tags").hide();
  224. $(".tags-title").click(function(){
  225. $(this).next(".tags").slideToggle('fast');
  226. });
  227. });
  228. </script>
  229.  
  230. <!-- Scroll To Top Script -->
  231.  
  232. <script type="text/javascript">
  233. $(function() {      
  234. $(window).scroll(function() {
  235. if($(this).scrollTop() != 0) {
  236. $('#top').fadeIn();        
  237. }
  238. else {
  239. $('#top').fadeOut();      
  240. }
  241. });
  242. $('#top').click(function() {
  243. $('body,html').animate({scrollTop:0},600);
  244. });
  245. });
  246. </script>
  247.  
  248. <style type="text/css">
  249.  
  250. .tmblr-iframe--app-cta-button {
  251. display: none!important;
  252. }
  253.  
  254. ::-webkit-scrollbar-thumb:horizontal {
  255. background: {color:Scrollbar};
  256. }
  257.  
  258. ::-webkit-scrollbar-thumb:vertical {
  259. background: {color:Scrollbar};
  260. }
  261.  
  262. ::-webkit-scrollbar {
  263. height: 1px;
  264. width: 1px;
  265. }
  266.  
  267. ::selection {
  268. background: {color:Main Color};
  269. color: white;
  270. }
  271.  
  272. ::-moz-selection {
  273. background: {color:Main Color};
  274. color: white;
  275. }
  276.  
  277. #s-m-t-tooltip {
  278. background: {color:Tooltip Background};
  279. border-radius: 5px;
  280. color: {color:Tooltip Color};
  281. font-size: {select:Uppercase Font Size};
  282. margin-top: 30px;
  283. padding: 5px;
  284. text-align: center;
  285. text-transform: uppercase;
  286. z-index: 999999999999999999999999999999999999;
  287. }
  288.  
  289. body {
  290. background: {color:Background};
  291. color: {color:Text};
  292. cursor: url(https://i.imgur.com/lhPqll6.png), progress;
  293. font-family: '{select:Body Font}', sans-serif;
  294. font-size: {select:Body Font Size};
  295. font-style: normal;
  296. font-weight: 400;
  297. hyphens: auto;
  298. letter-spacing: 1px;
  299. margin: 0px;
  300. text-align: left;
  301. text-transform: none;
  302. word-wrap: break-word;
  303. }
  304.  
  305. a {
  306. color: {color:Link};
  307. text-decoration: none;
  308. -webkit-transition: all 0.5s ease;
  309. -moz-transition: all 0.5s ease;
  310. -o-transition: all 0.5s ease;
  311. }
  312.  
  313. a:hover {
  314. color: {color:Link Hover};
  315. }
  316.  
  317. b {
  318. font-weight: 600;
  319. }
  320.  
  321. h1 {
  322. font-family: '{select:Heading Font}', sans-serif;
  323. font-size: 1.5rem;
  324. font-weight: bold;
  325. margin-block-start: 0em;
  326. text-transform: lowercase;
  327. }
  328.  
  329. h2 {
  330. font-size: 1rem;
  331. font-weight: bold;
  332. margin-block-start: 0em;
  333. }
  334.  
  335. blockquote {
  336. border-left: 1px solid {color:Border};
  337. margin: 5px;
  338. padding-left: 5px;
  339. }
  340.  
  341. blockquote img {
  342. height: auto;
  343. max-width: 100%;
  344. }
  345.  
  346. blockquote blockquote {
  347. border-left: 1px solid {color:Border};
  348. padding-left: 5px;
  349. }
  350.  
  351. pre {
  352. background: {color:Pre Background};
  353. border-radius: 5px;
  354. padding: 10px;
  355. white-space: pre-wrap;
  356. }
  357.  
  358. #sidebar {
  359. background: {color:Post Background};
  360. border-right: 1px solid {color:Border};
  361. height: 100%;
  362. position: fixed;
  363. top: 0px;
  364. width: 300px;
  365. }
  366.  
  367. #ui-wrapper {
  368. align-items: left;
  369. display: flex;
  370. flex-direction: column;
  371. height: calc(100% - 40px);
  372. margin-left: 20px;
  373. margin-top: 20px;
  374. justify-content: center;
  375. position: absolute;
  376. width: 235.5px;
  377. }
  378.  
  379. .sidebar-image {
  380. height: 235.5px;
  381. width: 235.5px;
  382. }
  383.  
  384. .sidebar-image img {
  385. border-radius: 5px;
  386. height: 235.5px;
  387. width: 235.5px;
  388. }
  389.  
  390. .title {
  391. font-family: '{select:Heading Font}', sans-serif;
  392. font-size: 1rem;
  393. font-weight: bold;
  394. margin-top: 15px;
  395. text-transform: lowercase;
  396. }
  397.  
  398. .location {
  399. font-size: {select:Uppercase Font Size};
  400. margin-top: 5px;
  401. text-transform: uppercase;
  402. }
  403.  
  404. .description {
  405. font-size: {select:Uppercase Font Size};
  406. margin-top: 15px;
  407. text-transform: uppercase;
  408. }
  409.  
  410. #links-wrapper {
  411. align-items: center;
  412. display: flex;
  413. flex-direction: column;
  414. height: 100%;
  415. margin-left: 275.5px;
  416. justify-content: center;
  417. position: absolute;
  418. width: 50px;
  419. }
  420.  
  421. .links {
  422. background: {color:Main Color};
  423. border-bottom-left-radius: 10px;
  424. border-bottom-right-radius: 10px;
  425. border-top-left-radius: 10px;
  426. border-top-right-radius: 10px;
  427. text-align: center;
  428. width: 50px;
  429. }
  430.  
  431. .links a {
  432. background: transparent;
  433. border: 1px solid transparent;
  434. border-radius: 100px;
  435. color: {color:Post Background};
  436. display: inline-block;
  437. font-size: 0.9rem;
  438. font-variant: normal;
  439. height: 0.9rem;
  440. line-height: 1;
  441. margin-bottom: 10px;
  442. padding: 10px;
  443. text-rendering: auto;
  444. transition: 0.3s;
  445. width: 0.9rem;
  446. }
  447.  
  448. .links a:first-of-type {
  449. margin-top: 10px;
  450. }
  451.  
  452. .links a:hover {
  453. background: {color:Post Background};
  454. border: 1px solid {color:Border};
  455. color: {color:Main Color};
  456. }
  457.  
  458. .side-menu {
  459. background: {color:Post Background};
  460. border-left: 1px solid {color:Border};
  461. height: 100%;
  462. right: -55.39px;
  463. position: fixed;
  464. top: 0px;
  465. transition: 0.5s;
  466. width: 0px;
  467. z-index: 99999999999999!important;
  468. }
  469.  
  470. .side-menu .close-panel {
  471. background: {color:Main Color};
  472. border-bottom-left-radius: 5px;
  473. border-top-left-radius: 5px;
  474. color: {color:Post Background};
  475. font-size: 0.9rem;
  476. font-variant: normal;
  477. height: 0.9rem;
  478. left: -54.39px;
  479. line-height: 1;
  480. padding: 20px;
  481. position: absolute;
  482. text-rendering: auto;
  483. top: calc(50% - 27.195px);
  484. width: 0.9rem;
  485. z-index: 1;
  486. }
  487.  
  488. .close-panel:hover {
  489. color: {color:Link Hover};
  490. }
  491.  
  492. .side-menu-content {
  493. height: 100%;
  494. overflow-y: auto;
  495. position: fixed;
  496. width: 299px;
  497. }
  498.  
  499. .side-menu-title {
  500. font-size: {select:Uppercase Font Size};
  501. font-weight: bold;
  502. margin-bottom: 20px;
  503. text-transform: uppercase;
  504. }
  505.  
  506. .ml-wrapper {
  507. margin: 20px;
  508. }
  509.  
  510. .search-wrapper {
  511. border-bottom: 1px solid {color:Border};
  512. display: block;
  513. margin-bottom: 20px;
  514. padding-bottom: 20px;
  515. width: 100%;
  516. }
  517.  
  518. form {
  519. display: flex;
  520. margin-top: 0em;
  521. margin-block-end: 0em;
  522. }
  523.  
  524. input {
  525. appearance: textfield;
  526. background: {color:Post Background};
  527. border: none!important;
  528. border-radius: 5px;
  529. border-image: initial;
  530. border-style: none;
  531. border-width: 0px;
  532. color: {color:Text};
  533. cursor: text;
  534. display: inline-block;
  535. font-family: '{select:Body Font}', sans-serif;
  536. font-size: {select:Uppercase Font Size};
  537. letter-spacing: 1px;
  538. margin: 0px;
  539. outline: 0;
  540. padding: 0px;
  541. text-align: left!important;
  542. text-indent: 0px;
  543. text-rendering: auto;
  544. text-shadow: none;
  545. text-transform: uppercase;
  546. width: 100%;
  547. -webkit-rtl-ordering: logical;
  548. -webkit-writing-mode: horizontal-tb !important;
  549. }
  550.  
  551. input[type="submit" i] {
  552. display: none!important;
  553. }
  554.  
  555. .navi-links {
  556. font-size: {select:Uppercase Font Size};
  557. text-transform: uppercase;
  558. }
  559.  
  560. .navi-links a {
  561. border-bottom: 1px solid {color:Border};
  562. display: block;
  563. margin-bottom: 20px;
  564. padding-bottom: 20px;
  565. }
  566.  
  567. #container {
  568. margin-bottom: 100px;
  569. margin-left: 325.5px;
  570. margin-top: 100px;
  571. width: calc(100% - 325.5px);
  572. }
  573.  
  574. #posts {
  575. margin-left: auto;
  576. margin-right: auto;
  577. width: calc({select:Post Width} + 42px);
  578. }
  579.  
  580. .entries {
  581. margin-bottom: 50px;
  582. width: calc({select:Post Width} + 42px);
  583. }
  584.  
  585. .entries-wrapper {
  586. background: {color:Post Background};
  587. border: 1px solid {color:Border};
  588. border-radius: 5px;
  589. padding: 20px;
  590. width: {select:Post Width};
  591. }
  592.  
  593. .entries img {
  594. height: auto;
  595. max-width: 100%;
  596. }
  597.  
  598. .npf_row img {
  599. width: 100%;
  600. }
  601.  
  602. .tmblr-full {
  603. margin-bottom: 10px;
  604. }
  605.  
  606. .npf_inst {
  607. margin-bottom: 20px;
  608. }
  609.  
  610. .npf-wrapper {
  611. margin: 0px;
  612. }
  613.  
  614. .npf-wrapper .tmblr-full {
  615. display: flex;
  616. }
  617.  
  618. .text-wrapper {
  619. margin: 0px;
  620. }
  621.  
  622. .read_more {
  623. background: {color:Main Color};
  624. border: 1px solid {color:Border};
  625. border-radius: 5px;
  626. color: white;
  627. display: inline-block;
  628. font-size: {select:Uppercase Font Size};
  629. padding: 10px;
  630. text-align: center;
  631. text-transform: uppercase;
  632. width: calc(100% - 22px);
  633. }
  634.  
  635. .read_more:hover {
  636. background: white;
  637. color: {color:Main Color};
  638. }
  639.  
  640. .vignette, #vignette {
  641. opacity: 0;
  642. }
  643.  
  644. .lightbox-image, #tumblr_lightbox img {
  645. border-radius: 0!important;
  646. box-shadow: none!important;
  647. max-width: none;
  648. }
  649.  
  650. .tmblr-lightbox, #tumblr_lightbox {
  651. background-attachment: fixed;
  652. background-image: url('https://i.imgur.com/7wF2zbK.png');
  653. background-repeat: repeat;
  654. }
  655.  
  656. .lightbox-caption, #tumblr_lightbox_caption {
  657. visibility: hidden;
  658. }
  659.  
  660. .text p {
  661. margin-top: 0px;
  662. }
  663.  
  664. .caption {
  665. margin-top: 20px;
  666. }
  667.  
  668. .caption p {
  669. margin-top: 0px;
  670. }
  671.  
  672. blockquote.tumblr_parent {
  673. border: none;
  674. border-bottom: 1px solid {color:Border};
  675. margin: 0px;
  676. margin-bottom: 20px;
  677. padding: 0px;
  678. }
  679.  
  680. blockquote.tumblr_parent:last-child {
  681. border-bottom: 0px;
  682. }
  683.  
  684. blockquote.user-reblog {
  685. border: none;
  686. margin: 0px;
  687. padding: 0px;
  688. }
  689.  
  690. .tumblr_avatar {
  691. border-radius: 100px;
  692. height: 30px;
  693. margin-bottom: 20px;
  694. width: 30px;
  695. }
  696.  
  697. .tumblr_avatar img {
  698. height: 30px;
  699. width: 30px;
  700. }
  701.  
  702. .user-image img {
  703. height: 30px;
  704. width: 30px;
  705. }
  706.  
  707. a.tumblr_blog {
  708. font-size: {select:Body Font Size};
  709. font-weight: bold;
  710. margin-top: calc((30px - {select:Body Font Size}) / 4);
  711. display: inline-block;
  712. position: absolute;
  713. margin-left: 10px;
  714. text-align: center;
  715. text-transform: lowercase;
  716. }
  717.  
  718. .ask-wrapper {
  719. width: 100%;
  720. }
  721.  
  722. .part-one-ask {
  723. position: absolute;
  724. width: 64px;
  725. }
  726.  
  727. .part-one-ask img {
  728. border-radius: 5px;
  729. height: 64px;
  730. width: 64px;
  731. }
  732.  
  733. .part-two-ask {
  734. margin-left: 84px;
  735. }
  736.  
  737. .asker-wrapper {
  738. overflow: auto;
  739. width: 100%;
  740. }
  741.  
  742. .asker-question {
  743. border: 1px solid {color:Border};
  744. border-radius: 5px;
  745. font-size: {select:Uppercase Font Size};
  746. padding: 20px;
  747. padding-bottom: 37.195px;
  748. text-transform: uppercase;
  749. }
  750.  
  751. .asker-question p {
  752. margin: 0px;
  753. }
  754.  
  755. .asker-icon {
  756. background: {color:Chat Even Background};
  757. border-radius: 100px;
  758. display: inline-block;
  759. float: left;
  760. font-size: {select:Uppercase Font Size};
  761. margin-left: 10px;
  762. margin-top: -17.195px;
  763. padding-right: 10px;
  764. text-transform: uppercase;
  765. }
  766.  
  767. .quote-wrapper {
  768. width: 100%;
  769. }
  770.  
  771. .quote-icon {
  772. background: {color:Chat Even Background};
  773. border-radius: 100px;
  774. color: {color:Main Color};
  775. font-size: 0.9rem;
  776. height: 0.9rem;
  777. margin-left: auto;
  778. margin-right: auto;
  779. margin-top: -17.195px;
  780. padding: 10px;
  781. width: 0.9rem;
  782. }
  783.  
  784. .quote {
  785. border: 1px solid {color:Border};
  786. border-radius: 5px;
  787. font-family: 'Playfair Display', serif;
  788. font-size: 1.2rem;
  789. font-weight: bold;
  790. padding: 10px;
  791. padding-bottom: 26.4px;
  792. text-align: center;
  793. }
  794.  
  795. .quote a.tumblr_blog {
  796. font-size: {select:Uppercase Font Size};
  797. font-weight: normal;
  798. margin-top: 0px;
  799. display: inline-block;
  800. position: relative;
  801. text-align: center;
  802. text-transform: uppercase;
  803. }
  804.  
  805. .website {
  806. background: {color:Main Color};
  807. border-radius: 5px;
  808. color: {color:Post Background};
  809. font-size: {select:Uppercase Font Size};
  810. padding: 20px;
  811. text-transform: uppercase;
  812. }
  813.  
  814. .website a {
  815. color: {color:Post Background};
  816. }
  817.  
  818. .website a:hover {
  819. color: {color:Link Hover};
  820. }
  821.  
  822. .chat {
  823. font-size: {select:Uppercase Font Size};
  824. text-transform: uppercase;
  825. }
  826.  
  827. .chat li {
  828. list-style-type: none;
  829. }
  830.  
  831. .chat li:nth-child(odd) {
  832. background: {color:Main Color};
  833. color: {color:Post Background};
  834. padding: 10px;
  835. }
  836.  
  837. .chat li:nth-child(even) {
  838. background: {color:Chat Even Background};
  839. color: {color:Main Color};
  840. padding: 10px;
  841. }
  842.  
  843. .audio iframe {
  844. height: 85px;
  845. width: {select:Post Width};
  846. }
  847.  
  848. figure {
  849. display: flex;
  850. width: 100%;
  851. }
  852.  
  853. figcaption.npf-audio-wrapper {
  854. width: 100%;
  855. }
  856.  
  857. .npf-audio-wrapper {
  858. --NPF-Audio-Buttons-Size: 1.4rem;
  859. --NPF-Audio-Buttons-Color: #555555;
  860. --NPF-Audio-Buttons-Spacing: 1.3rem;
  861. --NPF-Audio-Image-Size: 85px;
  862. --NPF-Audio-Image-Spacing: 0px;
  863. }
  864.  
  865. span.npf-audio-title {
  866. font-weight: bold;
  867. }
  868.  
  869. .npf-audio-background {
  870. background-color: #f2f2f2;
  871. padding: 1.5rem;
  872. }
  873.  
  874. video {
  875. height: auto;
  876. width: 100%;
  877. }
  878.  
  879. .source {
  880. background: {color:Chat Even Background};
  881. border-radius: 5px;
  882. display: inline-block;
  883. font-size: {select:Uppercase Font Size};
  884. margin-top: 10px;
  885. padding: 5px;
  886. text-transform: uppercase;
  887. }
  888.  
  889. .pinned-post {
  890. background: {color:Pin};
  891. border-radius: 5px;
  892. color: {color:Post Background};
  893. font-size: {select:Uppercase Font Size};
  894. margin-bottom: 20px;
  895. padding: 20px;
  896. text-transform: uppercase;
  897. }
  898.  
  899. .pslr {
  900. border-top: 1px solid {color:Border};
  901. font-size: {select:Uppercase Font Size};
  902. margin: -20px;
  903. margin-top: 20px;
  904. padding: 20px;
  905. overflow: auto;
  906. text-transform: uppercase;
  907. }
  908.  
  909. .like-b {
  910. display: inline-block;
  911. margin-right: 10px;
  912. position: relative;
  913. }
  914.  
  915. .like-b .like_button iframe {
  916. bottom: 0px;
  917. left: 0px;
  918. opacity: 0;
  919. position: absolute;
  920. right: 0px;
  921. top: 0px;
  922. }
  923.  
  924. .like-b .liked + .b {
  925. color: {color:Like};
  926. }
  927.  
  928. .vsdt-wrapper {
  929. font-size: {select:Uppercase Font Size};
  930. margin: -5px;
  931. margin-top: 10px;
  932. text-transform: uppercase;
  933. }
  934.  
  935. .vsdt-wrapper span {
  936. background: {color:Post Background};
  937. border: 1px solid {color:Border};
  938. border-radius: 100px;
  939. display: inline-block;
  940. margin: 5px;
  941. padding: 5px 10px 5px 10px;
  942. }
  943.  
  944. .tags-title {
  945. font-size: {select:Uppercase Font Size};
  946. display: inline-block;
  947. text-transform: uppercase;
  948. }
  949.  
  950. .tags-title a {
  951. -webkit-transition: all 0.5s ease;
  952. -moz-transition: all 0.5s ease;
  953. -o-transition: all 0.5s ease;
  954. }
  955.  
  956. .tags-title:hover {
  957. color: {color:Link Hover};
  958. }
  959.  
  960. .tags {
  961. font-size: {select:Uppercase Font Size};
  962. text-transform: uppercase;
  963. }
  964.  
  965. .tags-alternate {
  966. font-size: {select:Uppercase Font Size};
  967. display: inline-block;
  968. text-transform: uppercase;
  969. }
  970.  
  971. ol.notes {
  972. background: {color:Post Background};
  973. border: 1px solid {color:Border};
  974. border-radius: 5px;
  975. font-size: {select:Uppercase Font Size};
  976. margin-top: 20px;
  977. padding: 10px;
  978. text-align: left;
  979. text-transform: uppercase;
  980. }
  981.  
  982. ol.notes li {
  983. list-style-type: none;
  984. margin: 10px;
  985. }
  986.  
  987. ol.notes li.note img.avatar {
  988. border-radius: 100px;
  989. vertical-align: -4px;
  990. height: 16px;
  991. margin-right: 10px;
  992. width: 16px;
  993. }
  994.  
  995. .more_notes_link {
  996. background: {color:Main Color};
  997. border-radius: 5px;
  998. color: white;
  999. display: inline-block;
  1000. padding: 5px 10px 5px 10px;
  1001. text-align: center;
  1002. }
  1003.  
  1004. .pagination {
  1005. align-items: baseline;
  1006. display: flex;
  1007. font-size: {select:Uppercase Font Size};
  1008. justify-content: space-between;
  1009. text-align: center;
  1010. text-transform: uppercase;
  1011. }
  1012.  
  1013. .navigation {
  1014. align-self: baseline;
  1015. display: flex;
  1016. }
  1017.  
  1018. .navigation a {
  1019. background: {color:Main Color};
  1020. border: 1px solid {color:Main Color};
  1021. border-radius: 5px;
  1022. color: {color:Post Background};
  1023. padding: 5px;
  1024. }
  1025.  
  1026. .navigation a:hover {
  1027. background: {color:Post Background};
  1028. color: {color:Main Color};
  1029. }
  1030.  
  1031. .pages {
  1032. align-self: baseline;
  1033. background: {color:Main Color};
  1034. border: 1px solid {color:Main Color};
  1035. border-radius: 5px;
  1036. color: {color:Post Background};
  1037. display: flex;
  1038. padding: 5px;
  1039. }
  1040.  
  1041. #top {
  1042. background: {color:Main Color};
  1043. border: 1px solid {color:Border};
  1044. border-radius: 100px;
  1045. bottom: 66px;
  1046. color: {color:Post Background};
  1047. display: none;
  1048. font-size: 0.9rem;
  1049. font-variant: normal;
  1050. height: 0.9rem;
  1051. line-height: 1;
  1052. padding: 10px;
  1053. position: fixed;
  1054. right: 20px;
  1055. text-rendering: auto;
  1056. width: 0.9rem;
  1057. z-index: 1;
  1058. -webkit-transition: all 0.5s ease;
  1059. -moz-transition: all 0.5s ease;
  1060. -o-transition: all 0.5s ease;
  1061. }
  1062.  
  1063. #top:hover {
  1064. background: {color:Post Background};
  1065. color: {color:Link Hover};
  1066. }
  1067.  
  1068. #credit {
  1069. bottom: 20px;
  1070. font-size: 0.9rem;
  1071. height: 36px;
  1072. position: fixed;
  1073. right: 20px;
  1074. text-transform: uppercase;
  1075. z-index: 1;
  1076. width: auto;
  1077. }
  1078.  
  1079. #credit a {
  1080. background: {color:Main Color};
  1081. border: 1px solid {color:Border};
  1082. border-radius: 100px;
  1083. color: {color:Post Background};
  1084. display: inline-block;
  1085. font-size: 0.9rem;
  1086. font-variant: normal;
  1087. height: 0.9rem;
  1088. line-height: 1;
  1089. padding: 10px;
  1090. width: 0.9rem;
  1091. }
  1092.  
  1093. #credit a:hover  {
  1094. background: {color:Post Background};
  1095. color: {color:Link Hover};
  1096. }
  1097.  
  1098. #credit:hover .credit-name {
  1099. right: 20px;
  1100. opacity: 1;
  1101. }
  1102.  
  1103. .credit-name {
  1104. background: {color:Text};
  1105. border: 1px solid {color:Border};
  1106. border-radius: 100px;
  1107. bottom: 20px;
  1108. color: {color:Post Background};
  1109. display: inline-block;
  1110. font-size: 0.9rem;
  1111. font-variant: normal;
  1112. height: 0.9rem;
  1113. line-height: 1;
  1114. opacity: 0;
  1115. padding: 10px;
  1116. padding-right: 46.8px;
  1117. position: fixed;
  1118. right: -20px;
  1119. text-align: center;
  1120. z-index: -1;
  1121. -webkit-transition: all 0.9s ease;
  1122. -moz-transition: all 0.9s ease;
  1123. -o-transition: all 0.9s ease;
  1124. }
  1125.  
  1126. {CustomCSS}
  1127.    
  1128. </style>
  1129.    
  1130. </head>
  1131.  
  1132. <body>
  1133.  
  1134. <div id="sidebar">
  1135.  
  1136. <div id="ui-wrapper">
  1137.  
  1138. <div class="sidebar-image"><img src="{image:Sidebar Image}"/></div>
  1139.  
  1140. <div class="title">{text:Title}</div>
  1141.  
  1142. <div class="location"><i class="fas fa-map-marker-alt" style="color: {color:Main Color};margin-right: 5px;"></i>{text:Location}</div>
  1143.  
  1144. {block:Description}<div class="description">{Description}</div>{/block:Description}
  1145.  
  1146. </div>
  1147.  
  1148. <!-- Start of Links -->
  1149.  
  1150. <div id="links-wrapper">
  1151.  
  1152. <div class="links">
  1153. <a href="/" title="Home"><i class="far fa-arrow-alt-circle-left"></i></a>
  1154. {block:AskEnabled}<a href="/ask" title="Ask"><i class="far fa-envelope"></i></a>{/block:AskEnabled}
  1155. {block:SubmissionsEnabled}{block:IfSubmitLink}<a href="/submit" title="Submit"><i class="fas fa-file-import"></i></a>{/block:IfSubmitLink}{/block:SubmissionsEnabled}
  1156. <a onclick="openNav()" title="Site Map"><i class="fas fa-link"></i></a>
  1157. <a href="/archive" title="Archive"><i class="fas fa-server"></i></a>
  1158. </div>
  1159.  
  1160. </div>
  1161.  
  1162. <!-- End of Links -->
  1163.  
  1164. </div>
  1165.  
  1166. <div id="panel" class="side-menu">
  1167.  
  1168. <a href="javascript:void(0)" class="close-panel" onclick="closeNav()"><i class="far fa-times-circle"></i></a>
  1169.  
  1170. <div class="side-menu-content">
  1171.  
  1172. <div class="ml-wrapper">
  1173.  
  1174. <div class="navi-links">
  1175.  
  1176. <div class="side-menu-title"><i class="far fa-folder" style="margin-right: 10px;"></i>Site Map</div>
  1177.  
  1178. <!-- Start of Search Bar -->
  1179.  
  1180. <div class="search-wrapper"><form action="/search" method="get"><input type="text" name="q" placeholder="Search This Blog" value="{SearchQuery}"/></form></div>
  1181.  
  1182. <!-- End of Search Bar -->
  1183. {block:ifLink1URL}<a href="{text:Link 1 URL}">{text:Link 1 Name}</a>{/block:ifLink1URL}
  1184. {block:ifLink2URL}<a href="{text:Link 2 URL}">{text:Link 2 Name}</a>{/block:ifLink2URL}
  1185. {block:ifLink3URL}<a href="{text:Link 3 URL}">{text:Link 3 Name}</a>{/block:ifLink3URL}
  1186. {block:ifLink4URL}<a href="{text:Link 4 URL}">{text:Link 4 Name}</a>{/block:ifLink4URL}
  1187. {block:ifLink5URL}<a href="{text:Link 5 URL}">{text:Link 5 Name}</a>{/block:ifLink5URL}
  1188. {block:ifLink6URL}<a href="{text:Link 6 URL}">{text:Link 6 Name}</a>{/block:ifLink6URL}
  1189. {block:ifLink7URL}<a href="{text:Link 7 URL}">{text:Link 7 Name}</a>{/block:ifLink7URL}
  1190. </div>
  1191.  
  1192. </div>
  1193.  
  1194. </div>
  1195.  
  1196. </div>
  1197.  
  1198. <div id="container">
  1199.  
  1200. <div id="posts">
  1201.  
  1202. {block:Posts}
  1203.  
  1204. <div class="entries" id="{PostID}" post-type="{PostType}">
  1205.  
  1206. {block:PinnedPostLabel}
  1207. <div class="pinned-post">
  1208. <i class="fas fa-star" style="margin-right: 5px;"></i>{PinnedPostLabel}
  1209. </div>
  1210. {/block:PinnedPostLabel}
  1211.  
  1212. <div class="entries-wrapper">
  1213.  
  1214. {block:Text}
  1215. {block:NotReblog}
  1216. <div class="npf-wrapper">
  1217. {block:Title}
  1218. <h1>{Title}</h1>
  1219. {/block:Title}
  1220. {Body}
  1221. </div>
  1222. {/block:NotReblog}
  1223. {block:RebloggedFrom}
  1224. <div class="text-wrapper">
  1225. {block:Title}
  1226. <h1>{Title}</h1>
  1227. {/block:Title}
  1228. <div class="text">
  1229. {Body}
  1230. </div>
  1231. </div>
  1232. {/block:RebloggedFrom}
  1233. {/block:Text}
  1234.  
  1235. {block:Answer}
  1236. <div class="ask-wrapper">
  1237. <div class="part-one-ask"><img src="{AskerPortraitURL-64}"/></div>
  1238. <div class="part-two-ask">
  1239. <div class="asker-wrapper">
  1240. <div class="asker-question">
  1241. {Question}
  1242. </div>
  1243. <div class="asker-icon">
  1244. <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>
  1245. </div>
  1246. </div>
  1247. </div>
  1248. <div class="caption">
  1249. {Answer}
  1250. </div>
  1251. </div>
  1252. {/block:Answer}
  1253.  
  1254. {block:Quote}
  1255. <div class="quote-wrapper">
  1256. <div class="quote">
  1257. "{Quote}</i>"
  1258. {block:Source}
  1259. <br><br>
  1260. <font style="font-family: '{select:Body Font}', sans-serif;font-size: {select:Uppercase Font Size};font-style: normal;font-weight: normal;text-transform: uppercase;">
  1261. {Source}
  1262. </font>
  1263. {/block:Source}
  1264. </div>
  1265. <div class="quote-icon"><i class="far fa-comment-dots" style="vertical-align: top;"></i></div>
  1266. </div>
  1267. {/block:Quote}
  1268.  
  1269. {block:Link}
  1270. {block:Thumbnail}
  1271. <img src="{Thumbnail}" style="margin-bottom: 10px;"/>
  1272. {/block:Thumbnail}
  1273. <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}
  1274. </a></div>
  1275. {block:Description}
  1276. <div class="caption">
  1277. {Description}
  1278. </div>
  1279. {/block:Description}
  1280. {/block:Link}
  1281.  
  1282. {block:Chat}
  1283. <div class="chat">
  1284. {block:Title}
  1285. <h1>{Title}</h1>
  1286. {/block:Title}
  1287. {block:Lines}
  1288. <li>{block:Label}{Label}{/block:Label}
  1289. {Line}
  1290. </li>
  1291. {/block:Lines}
  1292. </div>
  1293. {/block:Chat}
  1294.  
  1295. {block:Audio}
  1296. <div class="audio">
  1297. {AudioEmbed}
  1298. </div>
  1299. {block:Caption}
  1300. <div class="caption">{Caption}</div>
  1301. {/block:Caption}
  1302. {/block:Audio}
  1303.  
  1304. {block:Photo}
  1305. <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>
  1306. {block:Caption}
  1307. <div class="text-wrapper">
  1308. <div class="caption">{Caption}</div>
  1309. </div>
  1310. {/block:Caption}
  1311. {/block:Photo}
  1312.  
  1313. {block:Photoset}
  1314. <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>
  1315. {block:Caption}
  1316. <div class="text-wrapper">
  1317. <div class="caption">{Caption}</div>
  1318. </div>
  1319. {/block:Caption}
  1320. {/block:Photoset}
  1321.  
  1322. {block:Video}
  1323. <div class="video">
  1324. {Video-500}
  1325. </div>
  1326. {block:Caption}
  1327. <div class="caption">{Caption}</div>
  1328. {/block:Caption}
  1329. {/block:Video}
  1330.  
  1331. {block:ContentSource}
  1332. <div class="source">
  1333. <i class="fas fa-paper-plane" style="color: {color:Main Color};margin-right: 5px;"></i><a href="{SourceURL}" title="{SourceTitle}">Source</a>
  1334. </div>
  1335. {/block:ContentSource}
  1336.  
  1337. {block:Date}
  1338. <div class="pslr">
  1339. {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}
  1340. <font style="float: right;">
  1341. <a class="like-b" href="#">{LikeButton}<div class="b"><i class="far fa-heart"></i></div></a>
  1342. <a href="{ReblogURL}" target="_blank"><i class="fas fa-undo-alt"></i></a>
  1343. </font>
  1344. </div>
  1345. {/block:Date}
  1346.  
  1347. {block:Date}
  1348. <div class="vsdt-wrapper">
  1349. <span><a href="{Permalink}"><i class="far fa-clock" style="color: {color:Text};margin-right: 5px;"></i>{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a></span>
  1350. {block:IfHideTags}
  1351. {block:HasTags}
  1352. <a class="tags-title"><span><i class="fas fa-angle-right" style="margin-right: 5px;"></i>Show Tags</span></a>
  1353. <div class="tags">
  1354. {block:Tags}
  1355. <span><a href="{TagURL}"><i class="far fa-heart" style="margin-right: 5px;"></i>{Tag}</a></span>
  1356. {/block:Tags}
  1357. </div>
  1358. {/block:HasTags}
  1359. {/block:IfHideTags}
  1360. {block:IfShowTags}
  1361. {block:HasTags}
  1362. <div class="tags-alternate">
  1363. {block:Tags}
  1364. <span><a href="{TagURL}"><i class="far fa-heart" style="margin-right: 5px;"></i>{Tag}</a></span>
  1365. {/block:Tags}
  1366. </div>
  1367. {/block:HasTags}
  1368. {/block:IfShowTags}
  1369. </div>
  1370. {block:Date}
  1371.  
  1372. </div>
  1373.  
  1374. {block:PostNotes}
  1375. {PostNotes}
  1376. {/block:PostNotes}
  1377.  
  1378. </div>
  1379.  
  1380. {/block:Posts}
  1381.  
  1382. {block:Pagination}
  1383. <div class="pagination">
  1384. {block:PreviousPage}
  1385. <div class="navigation">
  1386. <a href="{PreviousPage}"><i class="fas fa-angle-left" style="margin-right: 5px;"></i>Prev</a>
  1387. </div>
  1388. {/block:PreviousPage}
  1389. <div class="pages">
  1390. {CurrentPage} / {TotalPages}
  1391. </div>
  1392. {block:NextPage}
  1393. <div class="navigation">
  1394. <a href="{NextPage}">Next<i class="fas fa-angle-right" style="margin-left: 5px;"></i></a>
  1395. </div>
  1396. {/block:NextPage}
  1397. </div>
  1398. {/block:Pagination}
  1399.  
  1400. </div>
  1401.  
  1402. </div>
  1403.  
  1404. {block:IfBackToTop}<div id="top"><i class="fas fa-arrow-circle-up"></i></div>{/block:IfBackToTop}
  1405.  
  1406. <!-- Start of Theme Credit -->
  1407.  
  1408. <div id="credit"><a href="https://vitaminholland.tumblr.com/"><i class="fas fa-feather-alt"></i></a><div class="credit-name">VIT</div></div>
  1409.  
  1410. <!-- End of Theme Credit -->
  1411.  
  1412. </body>
  1413.  
  1414. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement