vitaminholland

Theme — Truth Untold

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