vitaminholland

Theme — Lucky Stars

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