Advertisement
vitaminholland

Theme — Young Forever

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