Advertisement
vitaminholland

Theme — Melodies Of A Broken Heart

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