Advertisement
vitaminholland

Theme — Young Forever

Feb 17th, 2022 (edited)
3,530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 29.58 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 rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
  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. height: 30px;
  624. margin-bottom: 20px;
  625. width: 30px;
  626. }
  627.  
  628. img.tumblr_avatar {
  629. border-radius: 100px;
  630. display: inline-block;
  631. height: 30px!important;
  632. margin-right: 10px;
  633. vertical-align: middle;
  634. width: 30px!important;
  635. }
  636.  
  637. img.user-image {
  638. border-radius: 100px;
  639. display: inline-block;
  640. height: 30px!important;
  641. margin-right: 10px;
  642. vertical-align: middle;
  643. width: 30px!important;
  644. }
  645.  
  646. a.tumblr_blog {
  647. font-size: {select:Body Font Size};
  648. font-weight: bold;
  649. margin-top: calc((30px - {select:Body Font Size}) / 4);
  650. display: inline-block;
  651. position: absolute;
  652. text-align: center;
  653. text-transform: lowercase;
  654. }
  655.  
  656. .message-wrapper {
  657. background: {color:Post Background};
  658. border: 1px solid {color:Border};
  659. border-radius: 5px;
  660. }
  661.  
  662. .message-info-wrapper {
  663. border-bottom: 1px solid {color:Border};
  664. align-items: center;
  665. display: flex;
  666. padding: 20px;
  667. }
  668.  
  669. .asker {
  670. height: 48px;
  671. margin-right: 20px;
  672. width: 48px;
  673. }
  674.  
  675. .asker img {
  676. border-radius: 5px;
  677. height: 48px;
  678. width: 48px;
  679. }
  680.  
  681. a.asker {
  682. margin-right: 0px;
  683. }
  684.  
  685. .asker-question {
  686. font-size: {select:Uppercase Font Size};
  687. text-transform: uppercase;
  688. width: calc(100% - 68px);
  689. }
  690.  
  691. .message {
  692. padding: 20px;
  693. }
  694.  
  695. .message p {
  696. margin-block-end: 0em;
  697. }
  698.  
  699. .quote-wrapper {
  700. width: 100%;
  701. }
  702.  
  703. .quote-icon {
  704. background: {color:Chat Even Background};
  705. border-radius: 100px;
  706. color: {color:Main Color};
  707. font-size: 0.9rem;
  708. height: 0.9rem;
  709. margin-left: auto;
  710. margin-right: auto;
  711. margin-top: -17.195px;
  712. padding: 10px;
  713. width: 0.9rem;
  714. }
  715.  
  716. .quote {
  717. border: 1px solid {color:Border};
  718. border-radius: 5px;
  719. font-family: 'Playfair Display', serif;
  720. font-size: 1.2rem;
  721. font-weight: bold;
  722. padding: 10px;
  723. padding-bottom: 26.4px;
  724. text-align: center;
  725. }
  726.  
  727. .quote a.tumblr_blog {
  728. font-size: {select:Uppercase Font Size};
  729. font-weight: normal;
  730. margin-top: 0px;
  731. display: inline-block;
  732. position: relative;
  733. text-align: center;
  734. text-transform: uppercase;
  735. }
  736.  
  737. .website {
  738. background: {color:Main Color};
  739. border-radius: 5px;
  740. color: {color:Post Background};
  741. font-size: {select:Uppercase Font Size};
  742. padding: 20px;
  743. text-transform: uppercase;
  744. }
  745.  
  746. .website a {
  747. color: {color:Post Background};
  748. }
  749.  
  750. .website a:hover {
  751. color: {color:Link Hover};
  752. }
  753.  
  754. .chat {
  755. font-size: {select:Uppercase Font Size};
  756. text-transform: uppercase;
  757. }
  758.  
  759. .chat li {
  760. list-style-type: none;
  761. }
  762.  
  763. .chat li:nth-child(odd) {
  764. background: {color:Main Color};
  765. color: {color:Post Background};
  766. padding: 10px;
  767. }
  768.  
  769. .chat li:nth-child(even) {
  770. background: {color:Chat Even Background};
  771. color: {color:Main Color};
  772. padding: 10px;
  773. }
  774.  
  775. .audio iframe {
  776. height: 85px;
  777. width: {select:Post Width};
  778. }
  779.  
  780. figure {
  781. display: flex;
  782. width: 100%;
  783. }
  784.  
  785. figcaption.npf-audio-wrapper {
  786. width: 100%;
  787. }
  788.  
  789. .npf-audio-wrapper {
  790. --NPF-Audio-Buttons-Size: 1.4rem;
  791. --NPF-Audio-Buttons-Color: #555555;
  792. --NPF-Audio-Buttons-Spacing: 1.3rem;
  793. --NPF-Audio-Image-Size: 85px;
  794. --NPF-Audio-Image-Spacing: 0px;
  795. }
  796.  
  797. span.npf-audio-title {
  798. font-weight: bold;
  799. }
  800.  
  801. .npf-audio-background {
  802. background-color: #f2f2f2;
  803. padding: 1.5rem;
  804. }
  805.  
  806. video {
  807. height: auto;
  808. width: 100%;
  809. }
  810.  
  811. .source {
  812. background: {color:Chat Even Background};
  813. border-radius: 5px;
  814. display: inline-block;
  815. font-size: {select:Uppercase Font Size};
  816. margin-top: 10px;
  817. padding: 5px;
  818. text-transform: uppercase;
  819. }
  820.  
  821. .post-date {
  822. border-bottom: 1px solid {color:Border};
  823. font-size: {select:Uppercase Font Size};
  824. margin: -20px;
  825. margin-bottom: 20px;
  826. padding: 20px;
  827. overflow: auto;
  828. text-transform: uppercase;
  829. }
  830.  
  831. .pslr {
  832. border-top: 1px solid {color:Border};
  833. font-size: {select:Uppercase Font Size};
  834. margin: -20px;
  835. margin-top: 20px;
  836. padding: 20px;
  837. overflow: hidden;
  838. text-transform: uppercase;
  839. }
  840.  
  841. .pinned-post {
  842. color: {color:Pin};
  843. display: inline-block;
  844. font-size: {select:Uppercase Font Size};
  845. margin-right: 10px;
  846. text-transform: uppercase;
  847. }
  848.  
  849. .like-b {
  850. display: inline-block;
  851. margin-right: 10px;
  852. position: relative;
  853. }
  854.  
  855. .like-b .like_button iframe {
  856. bottom: 0px;
  857. left: 0px;
  858. opacity: 0;
  859. position: absolute;
  860. right: 0px;
  861. top: 0px;
  862. }
  863.  
  864. .like-b .liked + .b {
  865. color: {color:Like};
  866. }
  867.  
  868. .vsdt-wrapper {
  869. font-size: {select:Uppercase Font Size};
  870. margin: -3px;
  871. margin-top: 10px;
  872. text-transform: uppercase;
  873. }
  874.  
  875. .vsdt-wrapper span {
  876. background: {color:Post Background};
  877. border: 1px solid {color:Border};
  878. border-radius: 5px;
  879. display: inline-block;
  880. margin: 3px;
  881. padding: 5px 10px 5px 10px;
  882. }
  883.  
  884. .tags-title {
  885. font-size: {select:Uppercase Font Size};
  886. display: inline-block;
  887. text-transform: uppercase;
  888. }
  889.  
  890. .tags-title a {
  891. -webkit-transition: all 0.5s ease;
  892. -moz-transition: all 0.5s ease;
  893. -o-transition: all 0.5s ease;
  894. }
  895.  
  896. .tags-title:hover {
  897. color: {color:Link Hover};
  898. }
  899.  
  900. .tags {
  901. font-size: {select:Uppercase Font Size};
  902. text-transform: uppercase;
  903. }
  904.  
  905. .tags-alternate {
  906. font-size: {select:Uppercase Font Size};
  907. display: inline-block;
  908. text-transform: uppercase;
  909. }
  910.  
  911. ol.notes {
  912. background: {color:Post Background};
  913. border: 1px solid {color:Border};
  914. border-radius: 5px;
  915. font-size: {select:Uppercase Font Size};
  916. margin-top: 20px;
  917. padding: 10px;
  918. text-align: left;
  919. text-transform: uppercase;
  920. }
  921.  
  922. ol.notes li {
  923. list-style-type: none;
  924. margin: 10px;
  925. }
  926.  
  927. ol.notes li.note img.avatar {
  928. border-radius: 100px;
  929. vertical-align: -4px;
  930. height: 16px;
  931. margin-right: 10px;
  932. width: 16px;
  933. }
  934.  
  935. .more_notes_link {
  936. background: {color:Main Color};
  937. border-radius: 5px;
  938. color: white;
  939. display: inline-block;
  940. padding: 5px 10px 5px 10px;
  941. text-align: center;
  942. }
  943.  
  944. .pagination {
  945. align-items: baseline;
  946. display: flex;
  947. font-size: {select:Uppercase Font Size};
  948. justify-content: space-between;
  949. text-align: center;
  950. text-transform: uppercase;
  951. }
  952.  
  953. .navigation {
  954. align-self: baseline;
  955. display: flex;
  956. }
  957.  
  958. .navigation a {
  959. background: {color:Main Color};
  960. border: 1px solid {color:Main Color};
  961. border-radius: 5px;
  962. color: {color:Post Background};
  963. padding: 5px;
  964. }
  965.  
  966. .navigation a:hover {
  967. background: {color:Post Background};
  968. color: {color:Main Color};
  969. }
  970.  
  971. .pages {
  972. align-self: baseline;
  973. background: {color:Main Color};
  974. border: 1px solid {color:Main Color};
  975. border-radius: 5px;
  976. color: {color:Post Background};
  977. display: flex;
  978. padding: 5px;
  979. }
  980.  
  981. #top {
  982. background: {color:Main Color};
  983. border: 1px solid {color:Border};
  984. border-radius: 100px;
  985. bottom: 66px;
  986. color: {color:Post Background};
  987. display: none;
  988. font-size: 0.9rem;
  989. font-variant: normal;
  990. height: 0.9rem;
  991. line-height: 1;
  992. padding: 10px;
  993. position: fixed;
  994. right: 20px;
  995. text-rendering: auto;
  996. width: 0.9rem;
  997. z-index: 1;
  998. -webkit-transition: all 0.5s ease;
  999. -moz-transition: all 0.5s ease;
  1000. -o-transition: all 0.5s ease;
  1001. }
  1002.  
  1003. #top:hover {
  1004. background: {color:Post Background};
  1005. color: {color:Link Hover};
  1006. }
  1007.  
  1008. #credit {
  1009. bottom: 20px;
  1010. font-size: 0.9rem;
  1011. height: 36px;
  1012. position: fixed;
  1013. right: 20px;
  1014. text-transform: uppercase;
  1015. z-index: 1;
  1016. width: auto;
  1017. }
  1018.  
  1019. #credit a {
  1020. background: {color:Main Color};
  1021. border: 1px solid {color:Border};
  1022. border-radius: 100px;
  1023. color: {color:Post Background};
  1024. display: inline-block;
  1025. font-size: 0.9rem;
  1026. font-variant: normal;
  1027. height: 0.9rem;
  1028. line-height: 1;
  1029. padding: 10px;
  1030. width: 0.9rem;
  1031. }
  1032.  
  1033. #credit a:hover  {
  1034. background: {color:Post Background};
  1035. color: {color:Link Hover};
  1036. }
  1037.  
  1038. #credit:hover .credit-name {
  1039. right: 20px;
  1040. opacity: 1;
  1041. }
  1042.  
  1043. .credit-name {
  1044. background: {color:Text};
  1045. border: 1px solid {color:Border};
  1046. border-radius: 100px;
  1047. bottom: 20px;
  1048. color: {color:Post Background};
  1049. display: inline-block;
  1050. font-size: 0.9rem;
  1051. font-variant: normal;
  1052. height: 0.9rem;
  1053. line-height: 1;
  1054. opacity: 0;
  1055. padding: 10px;
  1056. padding-right: 46.8px;
  1057. position: fixed;
  1058. right: -20px;
  1059. text-align: center;
  1060. z-index: -1;
  1061. -webkit-transition: all 0.9s ease;
  1062. -moz-transition: all 0.9s ease;
  1063. -o-transition: all 0.9s ease;
  1064. }
  1065.  
  1066. {CustomCSS}
  1067.    
  1068. </style>
  1069.    
  1070. </head>
  1071.  
  1072. <body>
  1073.  
  1074. <div id="container">
  1075.  
  1076. <div id="ui-wrapper">
  1077.    
  1078. <div id="user-information">
  1079.  
  1080. <div class="sidebar-image"><img src="{image:Sidebar Image}"/></div>
  1081.  
  1082. <div class="title">{text:Title}</div>
  1083.  
  1084. <div id="one" class="tab-content">
  1085.  
  1086. {block:Description}<div class="description">{Description}</div>{/block:Description}
  1087.  
  1088. </div>
  1089.  
  1090. <div id="two" class="tab-content">
  1091.  
  1092. <div class="more-links">
  1093. {block:SubmissionsEnabled}{block:ifSubmitLink}<a href="/submit">Submit</a>{/block:ifSubmitLink}{/block:SubmissionsEnabled}
  1094. {block:ifLink1URL}<a href="{text:Link 1 URL}">{text:Link 1 Name}</a>{/block:ifLink1URL}
  1095. {block:ifLink2URL}<a href="{text:Link 2 URL}">{text:Link 2 Name}</a>{/block:ifLink2URL}
  1096. {block:ifLink3URL}<a href="{text:Link 3 URL}">{text:Link 3 Name}</a>{/block:ifLink3URL}
  1097. {block:ifLink4URL}<a href="{text:Link 4 URL}">{text:Link 4 Name}</a>{/block:ifLink4URL}
  1098. {block:ifLink5URL}<a href="{text:Link 5 URL}">{text:Link 5 Name}</a>{/block:ifLink5URL}
  1099. {block:ifLink6URL}<a href="{text:Link 6 URL}">{text:Link 6 Name}</a>{/block:ifLink6URL}
  1100. <a href="/archive">Archive</a>
  1101. </div>
  1102.  
  1103. </div>
  1104.  
  1105. <div id="three" class="tab-content">
  1106.  
  1107. <!-- Start of Search Bar -->
  1108.  
  1109. <div class="search-wrapper"><form action="/search" method="get"><input type="text" name="q" placeholder="Search This Blog...?" value="{SearchQuery}"/></form></div>
  1110.  
  1111. <!-- End of Search Bar -->
  1112.  
  1113. </div>
  1114.  
  1115. <div class="tab">
  1116. <a href="/">Home</a>
  1117. {block:AskEnabled}<a href="/ask">Ask</a>{/block:AskEnabled}
  1118. <a class="tab-links" onclick="openPanel(event, 'one')" id="defaultOpen">About</a>
  1119. <a class="tab-links" onclick="openPanel(event, 'two')" id="defaultOpen">Links</a>
  1120. <a class="tab-links" onclick="openPanel(event, 'three')" id="defaultOpen">Search</a>
  1121. </div>
  1122.  
  1123. </div>
  1124.  
  1125. </div>
  1126.  
  1127. <div id="posts">
  1128.  
  1129. {block:Posts}
  1130.  
  1131. <div class="entries" id="{PostID}" post-type="{PostType}">
  1132.  
  1133. <div class="entries-wrapper">
  1134.  
  1135. {block:Date}
  1136. <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>
  1137. {/block:Date}
  1138.  
  1139. {block:Text}
  1140. {block:NotReblog}
  1141. <div class="npf-wrapper">
  1142. {block:Title}
  1143. <h1>{Title}</h1>
  1144. {/block:Title}
  1145. {Body}
  1146. </div>
  1147. {/block:NotReblog}
  1148. {block:RebloggedFrom}
  1149. <div class="text-wrapper">
  1150. {block:Title}
  1151. <h1>{Title}</h1>
  1152. {/block:Title}
  1153. <div class="text">
  1154. {Body}
  1155. </div>
  1156. </div>
  1157. {/block:RebloggedFrom}
  1158. {/block:Text}
  1159.  
  1160. {block:Answer}
  1161. <div class="message-wrapper">
  1162. <div class="message-info-wrapper">
  1163. <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>
  1164. </div>
  1165. <div class="message">{Question}</div>
  1166. </div>
  1167. <div class="caption">
  1168. {Answer}
  1169. </div>
  1170. {/block:Answer}
  1171.  
  1172. {block:Quote}
  1173. <div class="quote-wrapper">
  1174. <div class="quote">
  1175. "{Quote}</i>"
  1176. {block:Source}
  1177. <br><br>
  1178. <font style="font-family: '{select:Body Font}', sans-serif;font-size: {select:Uppercase Font Size};font-style: normal;font-weight: normal;text-transform: uppercase;">
  1179. {Source}
  1180. </font>
  1181. {/block:Source}
  1182. </div>
  1183. <div class="quote-icon"><i class="far fa-comment-dots" style="vertical-align: top;"></i></div>
  1184. </div>
  1185. {/block:Quote}
  1186.  
  1187. {block:Link}
  1188. {block:Thumbnail}
  1189. <img src="{Thumbnail}" style="border-radius: 5px;margin-bottom: 10px;"/>
  1190. {/block:Thumbnail}
  1191. <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}
  1192. </a></div>
  1193. {block:Description}
  1194. <div class="caption">
  1195. {Description}
  1196. </div>
  1197. {/block:Description}
  1198. {/block:Link}
  1199.  
  1200. {block:Chat}
  1201. <div class="chat">
  1202. {block:Title}
  1203. <h1>{Title}</h1>
  1204. {/block:Title}
  1205. {block:Lines}
  1206. <li>{block:Label}{Label}{/block:Label}
  1207. {Line}
  1208. </li>
  1209. {/block:Lines}
  1210. </div>
  1211. {/block:Chat}
  1212.  
  1213. {block:Audio}
  1214. <div class="audio">
  1215. {AudioEmbed}
  1216. </div>
  1217. {block:Caption}
  1218. <div class="caption">{Caption}</div>
  1219. {/block:Caption}
  1220. {/block:Audio}
  1221.  
  1222. {block:Photo}
  1223. <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>
  1224. {block:Caption}
  1225. <div class="text-wrapper">
  1226. <div class="caption">{Caption}</div>
  1227. </div>
  1228. {/block:Caption}
  1229. {/block:Photo}
  1230.  
  1231. {block:Photoset}
  1232. <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>
  1233. {block:Caption}
  1234. <div class="text-wrapper">
  1235. <div class="caption">{Caption}</div>
  1236. </div>
  1237. {/block:Caption}
  1238. {/block:Photoset}
  1239.  
  1240. {block:Video}
  1241. <div class="video">
  1242. {Video-500}
  1243. </div>
  1244. {block:Caption}
  1245. <div class="caption">{Caption}</div>
  1246. {/block:Caption}
  1247. {/block:Video}
  1248.  
  1249. {block:ContentSource}
  1250. <div class="source">
  1251. <i class="fas fa-paper-plane" style="color: {color:Main Color};margin-right: 5px;"></i><a href="{SourceURL}" title="{SourceTitle}">Source</a>
  1252. </div>
  1253. {/block:ContentSource}
  1254.  
  1255. {block:Date}
  1256. <div class="pslr">
  1257. {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}
  1258. <font style="float: right;">
  1259. <a class="like-b" href="#">{LikeButton}<div class="b"><i class="far fa-heart"></i></div></a>
  1260. <a href="{ReblogURL}" target="_blank"><i class="fas fa-undo-alt"></i></a>
  1261. </font>
  1262. </div>
  1263. {/block:Date}
  1264.  
  1265. {block:Date}
  1266. {block:IfHideTags}
  1267. {block:HasTags}
  1268. <div class="vsdt-wrapper">
  1269. <a class="tags-title"><span><i class="fas fa-angle-right" style="margin-right: 5px;"></i>Show Tags</span></a>
  1270. <div class="tags">
  1271. {block:Tags}
  1272. <span><a href="{TagURL}"><i class="far fa-heart" style="margin-right: 5px;"></i>{Tag}</a></span>
  1273. {/block:Tags}
  1274. </div>
  1275. </div>
  1276. {/block:HasTags}
  1277. {/block:IfHideTags}
  1278. {block:IfShowTags}
  1279. {block:HasTags}
  1280. <div class="vsdt-wrapper">
  1281. <div class="tags-alternate">
  1282. {block:Tags}
  1283. <span><a href="{TagURL}"><i class="far fa-heart" style="margin-right: 5px;"></i>{Tag}</a></span>
  1284. {/block:Tags}
  1285. </div>
  1286. </div>
  1287. {/block:HasTags}
  1288. {/block:IfShowTags}
  1289. {block:Date}
  1290.  
  1291. </div>
  1292.  
  1293. {block:PostNotes}
  1294. {PostNotes}
  1295. {/block:PostNotes}
  1296.  
  1297. </div>
  1298.  
  1299. {/block:Posts}
  1300.  
  1301. {block:Pagination}
  1302. <div class="pagination">
  1303. {block:PreviousPage}
  1304. <div class="navigation">
  1305. <a href="{PreviousPage}"><i class="fas fa-angle-left" style="margin-right: 5px;"></i>Prev</a>
  1306. </div>
  1307. {/block:PreviousPage}
  1308. <div class="pages">
  1309. {CurrentPage} / {TotalPages}
  1310. </div>
  1311. {block:NextPage}
  1312. <div class="navigation">
  1313. <a href="{NextPage}">Next<i class="fas fa-angle-right" style="margin-left: 5px;"></i></a>
  1314. </div>
  1315. {/block:NextPage}
  1316. </div>
  1317. {/block:Pagination}
  1318.  
  1319. </div>
  1320.  
  1321. </div>
  1322.  
  1323. {block:IfBackToTop}<div id="top"><i class="fas fa-arrow-circle-up"></i></div>{/block:IfBackToTop}
  1324.  
  1325. <!-- Start of Theme Credit -->
  1326.  
  1327. <div id="credit"><a href="https://vitaminholland.tumblr.com/"><i class="fas fa-feather-alt"></i></a><div class="credit-name">VIT</div></div>
  1328.  
  1329. <!-- End of Theme Credit -->
  1330.  
  1331. </body>
  1332.  
  1333. <!-- Tabs Script -->
  1334.  
  1335. <script>
  1336. function openPanel(evt, number) {
  1337. var i, tabcontent, tablinks;
  1338. tabcontent = document.getElementsByClassName("tab-content");
  1339. for (i = 0; i < tabcontent.length; i++) {
  1340. tabcontent[i].style.display = "none";
  1341. }
  1342. tablinks = document.getElementsByClassName("tab-links");
  1343. for (i = 0; i < tablinks.length; i++) {
  1344. tablinks[i].className = tablinks[i].className.replace(" active", "");
  1345. }
  1346. document.getElementById(number).style.display = "block";
  1347. evt.currentTarget.className += " active";
  1348. }
  1349. document.getElementById("defaultOpen").click();
  1350. </script>
  1351.  
  1352. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement