Advertisement
vitaminholland

Theme — Paper Rings

Nov 17th, 2021 (edited)
1,412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 27.18 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. <!-- 'Paper Rings' 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:Links Background" content="#000000"/>
  23. <meta name="color:Like" content="#ec6363"/>
  24. <meta name="color:Main Color" content="#9c6c74"/>
  25. <meta name="color:Pin" content="#31a49d"/>
  26. <meta name="color:Post Background" content="#ffffff"/>
  27. <meta name="color:Pre Background" content="#f8f8f8"/>
  28. <meta name="color:Scrollbar" content="#000000"/>
  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://64.media.tumblr.com/2f4676fe5d7824c97bea5ca88987b7cc/3b0d5aa7e22687e7-20/s2048x3072/fd0f25c1442217dc12db592c3eaa203f205f7654.png"/>
  53.  
  54. <meta name="text:Title" content="Paper Rings"/>
  55. <meta name="text:Subtitle" content="I Like Shiny Things, But I'd Marry You With Paper Rings"/>
  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. background: {color:Links Background};
  336. border-right: 1px solid {color:Border};
  337. align-items: baseline;
  338. display: flex;
  339. flex-direction: column;
  340. position: fixed;
  341. justify-content: space-between;
  342. height: 100%;
  343. top: 0px;
  344. width: 70px;
  345. }
  346.  
  347. .avatar-image {
  348. height: 40px;
  349. margin-top: 16.805px;
  350. margin-left: auto;
  351. margin-right: auto;
  352. width: 40px;
  353. }
  354.  
  355. .avatar-image img {
  356. border-radius: 100px;
  357. height: 40px;
  358. width: 40px;
  359. }
  360.  
  361. .links {
  362. margin-left: auto;
  363. margin-right: auto;
  364. margin-bottom: 16.805px;
  365. width: 34.39px;
  366. }
  367.  
  368. .links a {
  369. border-radius: 100px;
  370. color: {color:Post Background};
  371. display: inline-block;
  372. font-size: 0.9rem;
  373. font-variant: normal;
  374. height: 0.9rem;
  375. line-height: 1;
  376. margin-bottom: 10px;
  377. padding: 10px;
  378. text-rendering: auto;
  379. width: 0.9rem;
  380. }
  381.  
  382. .links a:hover {
  383. background: {color:Post Background};
  384. color: {color:Links Background};
  385. }
  386.  
  387. .links a:last-of-type {
  388. margin-bottom: 0px;
  389. }
  390.  
  391. #container {
  392. margin-bottom: 70px;
  393. margin-left: 70px;
  394. margin-top: 70px;
  395. width: calc(100% - 70px);
  396. }
  397.  
  398. #inner-wrapper {
  399. margin-left: auto;
  400. margin-right: auto;
  401. width: 842px;
  402. }
  403.  
  404. #ui-wrapper {
  405. align-items: center;
  406. display: flex;
  407. flex-direction: column;
  408. height: 100%;
  409. justify-content: center;
  410. position: fixed;
  411. top: 0px;
  412. width: 250px;
  413. }
  414.  
  415. #user-information {
  416. width: 250px;
  417. }
  418.  
  419. .sidebar-image {
  420. height: 200px;
  421. width: 250px;
  422. }
  423.  
  424. .sidebar-image img {
  425. border-top-left-radius: 5px;
  426. border-top-right-radius: 5px;
  427. height: 200px;
  428. width: 250px;
  429. }
  430.  
  431. .sd-wrapper {
  432. background: {color:Post Background};
  433. border: 1px solid {color:Border};
  434. border-bottom-left-radius: 5px;
  435. border-bottom-right-radius: 5px;
  436. border-top: none;
  437. padding: 20px;
  438. }
  439.  
  440. .title {
  441. font-family: '{select:Heading Font}', sans-serif;
  442. font-size: 1rem;
  443. font-weight: bold;
  444. text-transform: lowercase;
  445. }
  446.  
  447. .subtitle {
  448. font-size: {select:Uppercase Font Size};
  449. margin-top: 15px;
  450. text-transform: uppercase;
  451. }
  452.  
  453. .description {
  454. margin-top: 15px;
  455. }
  456.  
  457. #posts {
  458. margin-left: 350px;
  459. width: 492px;
  460. }
  461.  
  462. .entries {
  463. margin-bottom: 50px;
  464. width: 492px;
  465. }
  466.  
  467. .entries-wrapper {
  468. background: {color:Post Background};
  469. border: 1px solid {color:Border};
  470. border-radius: 5px;
  471. padding: 20px;
  472. width: 450px;
  473. }
  474.  
  475. .entries img {
  476. height: auto;
  477. max-width: 100%;
  478. }
  479.  
  480. .npf_row img {
  481. width: 100%;
  482. }
  483.  
  484. .tmblr-full {
  485. margin-bottom: 10px;
  486. }
  487.  
  488. .npf_inst {
  489. margin-bottom: 20px;
  490. }
  491.  
  492. .npf-wrapper {
  493. margin: 0px;
  494. }
  495.  
  496. .npf-wrapper .tmblr-full {
  497. display: flex;
  498. }
  499.  
  500. .text-wrapper {
  501. margin: 0px;
  502. }
  503.  
  504. .read_more {
  505. background: {color:Main Color};
  506. border: 1px solid {color:Border};
  507. border-radius: 5px;
  508. color: white;
  509. display: inline-block;
  510. font-size: {select:Uppercase Font Size};
  511. padding: 10px;
  512. text-align: center;
  513. text-transform: uppercase;
  514. width: calc(100% - 22px);
  515. }
  516.  
  517. .read_more:hover {
  518. background: white;
  519. color: {color:Main Color};
  520. }
  521.  
  522. .vignette, #vignette {
  523. opacity: 0;
  524. }
  525.  
  526. .lightbox-image, #tumblr_lightbox img {
  527. border-radius: 0!important;
  528. box-shadow: none!important;
  529. max-width: none;
  530. }
  531.  
  532. .tmblr-lightbox, #tumblr_lightbox {
  533. background-attachment: fixed;
  534. background-image: url('https://i.imgur.com/7wF2zbK.png');
  535. background-repeat: repeat;
  536. }
  537.  
  538. .lightbox-caption, #tumblr_lightbox_caption {
  539. visibility: hidden;
  540. }
  541.  
  542. .text p {
  543. margin-top: 0px;
  544. }
  545.  
  546. .caption {
  547. margin-top: 20px;
  548. }
  549.  
  550. .caption p {
  551. margin-top: 0px;
  552. }
  553.  
  554. blockquote.tumblr_parent {
  555. border: none;
  556. border-bottom: 1px solid {color:Border};
  557. margin: 0px;
  558. margin-bottom: 20px;
  559. padding: 0px;
  560. }
  561.  
  562. blockquote.tumblr_parent:last-child {
  563. border-bottom: 0px;
  564. }
  565.  
  566. blockquote.user-reblog {
  567. border: none;
  568. margin: 0px;
  569. padding: 0px;
  570. }
  571.  
  572. .tumblr_avatar {
  573. border-radius: 100px;
  574. height: 30px;
  575. margin-bottom: 20px;
  576. width: 30px;
  577. }
  578.  
  579. .tumblr_avatar img {
  580. height: 30px;
  581. width: 30px;
  582. }
  583.  
  584. .user-image img {
  585. height: 30px;
  586. width: 30px;
  587. }
  588.  
  589. a.tumblr_blog {
  590. font-size: {select:Body Font Size};
  591. font-weight: bold;
  592. margin-top: calc((30px - {select:Body Font Size}) / 4);
  593. display: inline-block;
  594. position: absolute;
  595. margin-left: 10px;
  596. text-align: center;
  597. text-transform: lowercase;
  598. }
  599.  
  600. .ask-wrapper {
  601. width: 100%;
  602. }
  603.  
  604. .asker-wrapper {
  605. overflow: auto;
  606. width: 100%;
  607. }
  608.  
  609. .asker-name {
  610. background: {color:Chat Even Background};
  611. border-top-left-radius: 5px;
  612. border-top-right-radius: 5px;
  613. font-size: {select:Uppercase Font Size};
  614. padding: 20px;
  615. text-transform: uppercase;
  616. }
  617.  
  618. .asker-question {
  619. border: 1px solid {color:Border};
  620. border-top: none;
  621. border-bottom-left-radius: 5px;
  622. border-bottom-right-radius: 5px;
  623. font-size: {select:Uppercase Font Size};
  624. padding: 20px;
  625. text-transform: uppercase;
  626. }
  627.  
  628. .asker-question p {
  629. margin: 0px;
  630. }
  631.  
  632. .quote-wrapper {
  633. width: 100%;
  634. }
  635.  
  636. .quote-icon {
  637. background: {color:Chat Even Background};
  638. border-radius: 100px;
  639. color: {color:Main Color};
  640. font-size: 0.9rem;
  641. height: 0.9rem;
  642. margin-left: auto;
  643. margin-right: auto;
  644. margin-top: -17.195px;
  645. padding: 10px;
  646. width: 0.9rem;
  647. }
  648.  
  649. .quote {
  650. border: 1px solid {color:Border};
  651. border-radius: 5px;
  652. font-family: 'Playfair Display', serif;
  653. font-size: 1.2rem;
  654. font-weight: bold;
  655. padding: 10px;
  656. padding-bottom: 26.4px;
  657. text-align: center;
  658. }
  659.  
  660. .website {
  661. background: {color:Main Color};
  662. border-radius: 5px;
  663. color: {color:Post Background};
  664. font-size: {select:Uppercase Font Size};
  665. padding: 20px;
  666. text-transform: uppercase;
  667. }
  668.  
  669. .website a {
  670. color: {color:Post Background};
  671. }
  672.  
  673. .website a:hover {
  674. color: {color:Link Hover};
  675. }
  676.  
  677. .chat {
  678. font-size: {select:Uppercase Font Size};
  679. text-transform: uppercase;
  680. }
  681.  
  682. .chat li {
  683. list-style-type: none;
  684. }
  685.  
  686. .chat li:nth-child(odd) {
  687. background: {color:Main Color};
  688. color: {color:Post Background};
  689. padding: 10px;
  690. }
  691.  
  692. .chat li:nth-child(even) {
  693. background: {color:Chat Even Background};
  694. color: {color:Main Color};
  695. padding: 10px;
  696. }
  697.  
  698. .audio iframe {
  699. height: 85px;
  700. width: 450px;
  701. }
  702.  
  703. figure {
  704. display: flex;
  705. width: 100%;
  706. }
  707.  
  708. figcaption.npf-audio-wrapper {
  709. width: 100%;
  710. }
  711.  
  712. .npf-audio-wrapper {
  713. --NPF-Audio-Buttons-Size: 1.4rem;
  714. --NPF-Audio-Buttons-Color: #555555;
  715. --NPF-Audio-Buttons-Spacing: 1.3rem;
  716. --NPF-Audio-Image-Size: 85px;
  717. --NPF-Audio-Image-Spacing: 0px;
  718. }
  719.  
  720. span.npf-audio-title {
  721. font-weight: bold;
  722. }
  723.  
  724. .npf-audio-background {
  725. background-color: #f2f2f2;
  726. padding: 1.5rem;
  727. }
  728.  
  729. video {
  730. height: auto;
  731. width: 100%;
  732. }
  733.  
  734. .source {
  735. background: {color:Chat Even Background};
  736. border-radius: 5px;
  737. display: inline-block;
  738. font-size: {select:Uppercase Font Size};
  739. margin-top: 10px;
  740. padding: 5px;
  741. text-transform: uppercase;
  742. }
  743.  
  744. .pinned-post {
  745. background: {color:Pin};
  746. border-radius: 5px;
  747. color: {color:Post Background};
  748. font-size: {select:Uppercase Font Size};
  749. margin-bottom: 20px;
  750. padding: 20px;
  751. text-transform: uppercase;
  752. }
  753.  
  754. .post-date {
  755. border-bottom: 1px solid {color:Border};
  756. font-size: {select:Uppercase Font Size};
  757. margin: -20px;
  758. margin-bottom: 20px;
  759. padding: 20px;
  760. overflow: auto;
  761. text-transform: uppercase;
  762. }
  763.  
  764. .pslr {
  765. border-top: 1px solid {color:Border};
  766. font-size: {select:Uppercase Font Size};
  767. margin: -20px;
  768. margin-top: 20px;
  769. padding: 20px;
  770. overflow: auto;
  771. text-transform: uppercase;
  772. }
  773.  
  774. .like-b {
  775. display: inline-block;
  776. margin-right: 10px;
  777. position: relative;
  778. }
  779.  
  780. .like-b .like_button iframe {
  781. bottom: 0px;
  782. left: 0px;
  783. opacity: 0;
  784. position: absolute;
  785. right: 0px;
  786. top: 0px;
  787. }
  788.  
  789. .like-b .liked + .b {
  790. color: {color:Like};
  791. }
  792.  
  793. .vsdt-wrapper {
  794. font-size: {select:Uppercase Font Size};
  795. margin: -5px;
  796. margin-top: 10px;
  797. text-transform: uppercase;
  798. }
  799.  
  800. .vsdt-wrapper span {
  801. background: {color:Post Background};
  802. border: 1px solid {color:Border};
  803. border-radius: 5px;
  804. display: inline-block;
  805. margin: 5px;
  806. padding: 5px 10px 5px 10px;
  807. }
  808.  
  809. .tags-title {
  810. font-size: {select:Uppercase Font Size};
  811. display: inline-block;
  812. text-transform: uppercase;
  813. }
  814.  
  815. .tags-title a {
  816. -webkit-transition: all 0.5s ease;
  817. -moz-transition: all 0.5s ease;
  818. -o-transition: all 0.5s ease;
  819. }
  820.  
  821. .tags-title:hover {
  822. color: {color:Link Hover};
  823. }
  824.  
  825. .tags {
  826. font-size: {select:Uppercase Font Size};
  827. text-transform: uppercase;
  828. }
  829.  
  830. .tags-alternate {
  831. font-size: {select:Uppercase Font Size};
  832. display: inline-block;
  833. text-transform: uppercase;
  834. }
  835.  
  836. ol.notes {
  837. background: {color:Post Background};
  838. border: 1px solid {color:Border};
  839. border-radius: 5px;
  840. font-size: {select:Uppercase Font Size};
  841. margin-top: 20px;
  842. padding: 10px;
  843. text-align: left;
  844. text-transform: uppercase;
  845. }
  846.  
  847. ol.notes li {
  848. list-style-type: none;
  849. margin: 10px;
  850. }
  851.  
  852. ol.notes li.note img.avatar {
  853. border-radius: 100px;
  854. vertical-align: -4px;
  855. height: 16px;
  856. margin-right: 10px;
  857. width: 16px;
  858. }
  859.  
  860. .more_notes_link {
  861. background: {color:Main Color};
  862. border-radius: 5px;
  863. color: white;
  864. display: inline-block;
  865. padding: 5px 10px 5px 10px;
  866. text-align: center;
  867. }
  868.  
  869. .pagination {
  870. align-items: baseline;
  871. display: flex;
  872. font-size: {select:Uppercase Font Size};
  873. justify-content: space-between;
  874. text-align: center;
  875. text-transform: uppercase;
  876. }
  877.  
  878. .navigation {
  879. align-self: baseline;
  880. display: flex;
  881. }
  882.  
  883. .navigation a {
  884. background: {color:Main Color};
  885. border: 1px solid {color:Main Color};
  886. border-radius: 5px;
  887. color: {color:Post Background};
  888. padding: 5px;
  889. }
  890.  
  891. .navigation a:hover {
  892. background: {color:Post Background};
  893. color: {color:Main Color};
  894. }
  895.  
  896. .pages {
  897. align-self: baseline;
  898. background: {color:Main Color};
  899. border: 1px solid {color:Main Color};
  900. border-radius: 5px;
  901. color: {color:Post Background};
  902. display: flex;
  903. padding: 5px;
  904. }
  905.  
  906. #top {
  907. background: {color:Main Color};
  908. border: 1px solid {color:Border};
  909. border-radius: 100px;
  910. bottom: 66px;
  911. color: {color:Post Background};
  912. display: none;
  913. font-size: 0.9rem;
  914. font-variant: normal;
  915. height: 0.9rem;
  916. line-height: 1;
  917. padding: 10px;
  918. position: fixed;
  919. right: 20px;
  920. text-rendering: auto;
  921. width: 0.9rem;
  922. z-index: 1;
  923. -webkit-transition: all 0.5s ease;
  924. -moz-transition: all 0.5s ease;
  925. -o-transition: all 0.5s ease;
  926. }
  927.  
  928. #top:hover {
  929. background: {color:Post Background};
  930. color: {color:Link Hover};
  931. }
  932.  
  933. #credit {
  934. bottom: 20px;
  935. font-size: 0.9rem;
  936. height: 36px;
  937. position: fixed;
  938. right: 20px;
  939. text-transform: uppercase;
  940. z-index: 1;
  941. width: auto;
  942. }
  943.  
  944. #credit a {
  945. background: {color:Main Color};
  946. border: 1px solid {color:Border};
  947. border-radius: 100px;
  948. color: {color:Post Background};
  949. display: inline-block;
  950. font-size: 0.9rem;
  951. font-variant: normal;
  952. height: 0.9rem;
  953. line-height: 1;
  954. padding: 10px;
  955. width: 0.9rem;
  956. }
  957.  
  958. #credit a:hover  {
  959. background: {color:Post Background};
  960. color: {color:Link Hover};
  961. }
  962.  
  963. #credit:hover .credit-name {
  964. right: 20px;
  965. opacity: 1;
  966. }
  967.  
  968. .credit-name {
  969. background: {color:Text};
  970. border: 1px solid {color:Border};
  971. border-radius: 100px;
  972. bottom: 20px;
  973. color: {color:Post Background};
  974. display: inline-block;
  975. font-size: 0.9rem;
  976. font-variant: normal;
  977. height: 0.9rem;
  978. line-height: 1;
  979. opacity: 0;
  980. padding: 10px;
  981. padding-right: 46.8px;
  982. position: fixed;
  983. right: -20px;
  984. text-align: center;
  985. z-index: -1;
  986. -webkit-transition: all 0.9s ease;
  987. -moz-transition: all 0.9s ease;
  988. -o-transition: all 0.9s ease;
  989. }
  990.  
  991. {CustomCSS}
  992.    
  993. </style>
  994.    
  995. </head>
  996.  
  997. <body>
  998.  
  999. <div id="links-wrapper">
  1000.  
  1001. <div class="avatar-image"><img src="{PortraitURL-40}"/></div>
  1002.  
  1003. <div class="links">
  1004. <a href="/" title="Home"><i class="far fa-arrow-alt-circle-left"></i></a>
  1005. {block:AskEnabled}<a href="/ask" title="Ask"><i class="far fa-envelope"></i></a>{/block:AskEnabled}
  1006. {block:SubmissionsEnabled}{block:ifSubmitLink}<a href="/submit" title="Submit"><i class="fas fa-file-import"></i></a>{/block:ifSubmitLink}{/block:SubmissionsEnabled}
  1007. {block:ifLink1URL}<a href="{text:Link 1 URL}" title="{text:Link 1 Name}"><i class="fas fa-cookie-bite"></i></a>{/block:ifLink1URL}
  1008. {block:ifLink2URL}<a href="{text:Link 2 URL}" title="{text:Link 2 Name}"><i class="fas fa-paint-brush"></i></a>{/block:ifLink2URL}
  1009. {block:ifLink3URL}<a href="{text:Link 3 URL}" title="{text:Link 3 Name}"><i class="far fa-moon"></i></a>{/block:ifLink3URL}
  1010. <a href="/archive" title="Archive"><i class="fas fa-server"></i></a>
  1011. </div>
  1012.  
  1013. </div>
  1014.  
  1015. <div id="container">
  1016.  
  1017. <div id="inner-wrapper">
  1018.  
  1019. <div id="ui-wrapper">
  1020.  
  1021. <div id="user-information">
  1022.  
  1023. <div class="sidebar-image"><img src="{image:Sidebar Image}"/></div>
  1024.  
  1025. <div class="sd-wrapper">
  1026.  
  1027. <div class="title">{text:Title}</div>
  1028.  
  1029. <div class="subtitle">{text:Subtitle}</div>
  1030.  
  1031. {block:Description}<div class="description">{Description}</div>{/block:Description}
  1032.  
  1033. </div>
  1034.  
  1035. </div>
  1036.  
  1037. </div>
  1038.  
  1039. <div id="posts">
  1040.  
  1041. {block:Posts}
  1042.  
  1043. <div class="entries" id="{PostID}" post-type="{PostType}">
  1044.  
  1045. {block:PinnedPostLabel}
  1046. <div class="pinned-post">
  1047. <i class="fas fa-star" style="margin-right: 5px;"></i>{PinnedPostLabel}
  1048. </div>
  1049. {/block:PinnedPostLabel}
  1050.  
  1051. <div class="entries-wrapper">
  1052.  
  1053. {block:Date}
  1054. <div class="post-date"><a href="{Permalink}"><i class="far fa-clock" style="color: {color:Text};margin-right: 5px;"></i>{Month} {DayOfMonth}, {Year}</a></div>
  1055. {/block:Date}
  1056.  
  1057. {block:Text}
  1058. {block:NotReblog}
  1059. <div class="npf-wrapper">
  1060. {block:Title}
  1061. <h1>{Title}</h1>
  1062. {/block:Title}
  1063. {Body}
  1064. </div>
  1065. {/block:NotReblog}
  1066. {block:RebloggedFrom}
  1067. <div class="text-wrapper">
  1068. {block:Title}
  1069. <h1>{Title}</h1>
  1070. {/block:Title}
  1071. <div class="text">
  1072. {Body}
  1073. </div>
  1074. </div>
  1075. {/block:RebloggedFrom}
  1076. {/block:Text}
  1077.  
  1078. {block:Answer}
  1079. <div class="ask-wrapper">
  1080. <div class="asker-wrapper">
  1081. <div class="asker-name">
  1082. <i class="far fa-question-circle"></i> <a href="{AskerURL}">{Asker}</a> sent a message:
  1083. </div>
  1084. <div class="asker-question">
  1085. {Question}
  1086. </div>
  1087. </div>
  1088. <div class="caption">
  1089. {Answer}
  1090. </div>
  1091. </div>
  1092. {/block:Answer}
  1093.  
  1094. {block:Quote}
  1095. <div class="quote-wrapper">
  1096. <div class="quote">
  1097. "{Quote}</i>"
  1098. {block:Source}
  1099. <br><br>
  1100. <font style="font-family: '{select:Body Font}', sans-serif;font-size: {select:Uppercase Font Size};font-style: normal;font-weight: normal;text-transform: uppercase;">
  1101. {Source}
  1102. </font>
  1103. {/block:Source}
  1104. </div>
  1105. <div class="quote-icon"><i class="far fa-comment-dots" style="vertical-align: top;"></i></div>
  1106. </div>
  1107. {/block:Quote}
  1108.  
  1109. {block:Link}
  1110. {block:Thumbnail}
  1111. <img src="{Thumbnail}" style="border-radius: 5px;margin-bottom: 10px;"/>
  1112. {/block:Thumbnail}
  1113. <div class="website"><i class="fas fa-external-link-alt" style="margin-right: 10px;"></i><a href="{URL}" target="_blank">{Name}<br><br>{block:Excerpt}{Excerpt}{/block:Excerpt}
  1114. </a></div>
  1115. {block:Description}
  1116. <div class="caption">
  1117. {Description}
  1118. </div>
  1119. {/block:Description}
  1120. {/block:Link}
  1121.  
  1122. {block:Chat}
  1123. <div class="chat">
  1124. {block:Title}
  1125. <h1>{Title}</h1>
  1126. {/block:Title}
  1127. {block:Lines}
  1128. <li>{block:Label}{Label}{/block:Label}
  1129. {Line}
  1130. </li>
  1131. {/block:Lines}
  1132. </div>
  1133. {/block:Chat}
  1134.  
  1135. {block:Audio}
  1136. <div class="audio">
  1137. {AudioEmbed}
  1138. </div>
  1139. {block:Caption}
  1140. <div class="caption">{Caption}</div>
  1141. {/block:Caption}
  1142. {/block:Audio}
  1143.  
  1144. {block:Photo}
  1145. <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>
  1146. {block:Caption}
  1147. <div class="text-wrapper">
  1148. <div class="caption">{Caption}</div>
  1149. </div>
  1150. {/block:Caption}
  1151. {/block:Photo}
  1152.  
  1153. {block:Photoset}
  1154. <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>
  1155. {block:Caption}
  1156. <div class="text-wrapper">
  1157. <div class="caption">{Caption}</div>
  1158. </div>
  1159. {/block:Caption}
  1160. {/block:Photoset}
  1161.  
  1162. {block:Video}
  1163. <div class="video">
  1164. {Video-500}
  1165. </div>
  1166. {block:Caption}
  1167. <div class="caption">{Caption}</div>
  1168. {/block:Caption}
  1169. {/block:Video}
  1170.  
  1171. {block:ContentSource}
  1172. <div class="source">
  1173. <i class="fas fa-paper-plane" style="color: {color:Main Color};margin-right: 5px;"></i><a href="{SourceURL}" title="{SourceTitle}">Source</a>
  1174. </div>
  1175. {/block:ContentSource}
  1176.  
  1177. {block:Date}
  1178. <div class="pslr">
  1179. {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}
  1180. <font style="float: right;">
  1181. <a class="like-b" href="#">{LikeButton}<div class="b"><i class="far fa-heart"></i></div></a>
  1182. <a href="{ReblogURL}" target="_blank"><i class="fas fa-undo-alt"></i></a>
  1183. </font>
  1184. </div>
  1185. {/block:Date}
  1186.  
  1187. {block:Date}
  1188. {block:IfHideTags}
  1189. {block:HasTags}
  1190. <div class="vsdt-wrapper">
  1191. <a class="tags-title"><span><i class="fas fa-angle-right" style="margin-right: 5px;"></i>Show Tags</span></a>
  1192. <div class="tags">
  1193. {block:Tags}
  1194. <span><a href="{TagURL}"><i class="far fa-heart" style="margin-right: 5px;"></i>{Tag}</a></span>
  1195. {/block:Tags}
  1196. </div>
  1197. </div>
  1198. {/block:HasTags}
  1199. {/block:IfHideTags}
  1200. {block:IfShowTags}
  1201. {block:HasTags}
  1202. <div class="vsdt-wrapper">
  1203. <div class="tags-alternate">
  1204. {block:Tags}
  1205. <span><a href="{TagURL}"><i class="far fa-heart" style="margin-right: 5px;"></i>{Tag}</a></span>
  1206. {/block:Tags}
  1207. </div>
  1208. </div>
  1209. {/block:HasTags}
  1210. {/block:IfShowTags}
  1211. {block:Date}
  1212.  
  1213. </div>
  1214.  
  1215. {block:PostNotes}
  1216. {PostNotes}
  1217. {/block:PostNotes}
  1218.  
  1219. </div>
  1220.  
  1221. {/block:Posts}
  1222.  
  1223. {block:Pagination}
  1224. <div class="pagination">
  1225. {block:PreviousPage}
  1226. <div class="navigation">
  1227. <a href="{PreviousPage}"><i class="fas fa-angle-left" style="margin-right: 5px;"></i>Prev</a>
  1228. </div>
  1229. {/block:PreviousPage}
  1230. <div class="pages">
  1231. {CurrentPage} / {TotalPages}
  1232. </div>
  1233. {block:NextPage}
  1234. <div class="navigation">
  1235. <a href="{NextPage}">Next<i class="fas fa-angle-right" style="margin-left: 5px;"></i></a>
  1236. </div>
  1237. {/block:NextPage}
  1238. </div>
  1239. {/block:Pagination}
  1240.  
  1241. </div>
  1242.  
  1243. </div>
  1244.  
  1245. </div>
  1246.  
  1247. {block:IfBackToTop}<div id="top"><i class="fas fa-arrow-circle-up"></i></div>{/block:IfBackToTop}
  1248.  
  1249. <!-- Start of Theme Credit -->
  1250.  
  1251. <div id="credit"><a href="https://vitaminholland.tumblr.com/"><i class="fas fa-feather-alt"></i></a><div class="credit-name">VIT</div></div>
  1252.  
  1253. <!-- End of Theme Credit -->
  1254.  
  1255. </body>
  1256.  
  1257. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement