Advertisement
userbru

theme seventeen.

Oct 5th, 2021 (edited)
3,382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.06 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>{Title} {block:TagPage}/ #{Tag}{/block:TagPage}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
  5.  
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  9. <meta charset="utf-8">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11.  
  12. <!---
  13. THEME BY USERBRU
  14.  
  15.  
  16. BASE CODE BY SEYCHE.TUMBLR.COM
  17. tumblr controls cyantists
  18. icons from font-awesome and cappuccicons
  19. ask customization from sacrin-themes
  20. back to top by backtotopbutton.com
  21. day/night toggle by egg.design
  22. tooltips by tippy
  23. NPF fix by glenthemes
  24.  
  25.  
  26.  
  27. --->
  28.  
  29. <!---- scripts ---->
  30. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
  31. <link rel="stylesheet" href=
  32. "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.css">
  33. </link>
  34. <script src="//pull.cappuccicons.com/cpf.js"></script>
  35.  
  36. <link rel="preconnect" href="https://fonts.googleapis.com">
  37. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  38. <link href="https://fonts.googleapis.com/css2?family=Poppins&family=Rubik:wght@375&display=swap" rel="stylesheet">
  39.  
  40. <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap" rel="stylesheet">
  41.  
  42. <!----- VARIABLES AND OPTIONS ----->
  43.  
  44. <meta name="image:Sidebar" content=""/>
  45.  
  46. <meta name="color:background" content="#ffffff"/>
  47. <meta name="color:text" content="#707070"/>
  48. <meta name="color:link" content="#313131"/>
  49. <meta name="color:accent" content="#71d3d7"/>
  50. <meta name="color:borders" content="#dcdcdc"/>
  51. <meta name="color:askbg" content="#000"/>
  52. <meta name="color:info" content="#000"/>
  53. <meta name="color:navborder" content="#000"/>
  54. <meta name="color:selected text" content="#000"/>
  55. <meta name="color:selected text bg" content="#000" />
  56. <meta name="color:gradient 1 tooltips" content="#000"/>
  57. <meta name="color:gradient 2 tooltips" content="#fff"/>
  58.  
  59. <meta name="if:scroll to top" content="0"/>
  60.  
  61. <meta name="select:Post Width" content="400px" title="400px"/>
  62. <meta name="select:Post Width" content="500px" title="500px"/>
  63. <meta name="select:Post Width" content="540px" title="540px"/>
  64.  
  65. <meta name="text:Post Margin" content="150"/>
  66. <meta name="text:Desktop Description" content=""/>
  67.  
  68. <meta name="text:Home Link" content="home"/>
  69. <meta name="text:Ask Link" content="ask"/>
  70. <meta name="text:Link 1 URL" content=""/>
  71. <meta name="text:Link 1" content=""/>
  72. <meta name="text:Link 2 URL" content=""/>
  73. <meta name="text:Link 2" content=""/>
  74. <meta name="text:Link 3 URL" content=""/>
  75. <meta name="text:Link 3" content=""/>
  76. <meta name="text:Link 4 URL" content=""/>
  77. <meta name="text:Link 4" content=""/>
  78. <meta name="text:Link 5 URL" content=""/>
  79. <meta name="text:Link 5" content=""/>
  80. <meta name="text:Link 6 URL" content=""/>
  81. <meta name="text:Link 6" content=""/>
  82.  
  83. <!---- day/night toggle----->
  84.  
  85. <script>$(document).ready(function(){
  86. $('.daynight').click(function(){
  87. $(document).ready(function(){
  88. $('.daynight').click(function(){
  89. $('body').toggleClass('night');
  90. $('.daynight span').toggleClass('fa-sun');
  91. });
  92. });
  93. });
  94. });</script>
  95.  
  96. <!---- NPF FIX --->
  97.  
  98. <script src="//cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js"></script>
  99.  
  100. <!--
  101. NPF images fix v3.0 by @glenthemes [2021]
  102. 💌 git.io/JRBt7
  103. --->
  104. <script src="//npf-images-v3.github.io/script.js"></script>
  105. <link rel="stylesheet" href="//npf-images-v3.github.io/recon.css">
  106. <style tmblr-npf>
  107. :root {
  108. --NPF-Caption-Spacing:1em;
  109. --NPF-Image-Spacing:4px;
  110. }
  111. </style>
  112.  
  113. <link rel="stylesheet" media="screen" href="//assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css">
  114.  
  115. <!----- CSS ----->
  116.  
  117. <style type="text/css">
  118.  
  119.  
  120. /* TOOLTIPS */
  121. .tippy-tooltip.gradient-theme {
  122. background-image:linear-gradient(to right, {color:gradient 1 tooltips}, {color:gradient 2 tooltips});
  123. color:var(--boxes);
  124. text-align:center;
  125. font-family:'Poppins', sans-serif;
  126. font-weight:bold;
  127. text-transform:uppercase;
  128. letter-spacing:1px;
  129. font-size:0.90em;
  130. box-shadow: 7px 7px 7px -9px rgba(000,000,000, 0.45);}
  131.  
  132. .tippy-tooltip.gradient-theme .tippy-svg-arrow {
  133. fill:var(--text);}
  134.  
  135. /*TUMBLR CONTROLS*/
  136.  
  137.  
  138. /*---- scrollbar ----*/
  139. ::-webkit-scrollbar {
  140. width:17px;
  141. height:17px;
  142. }
  143. ::-webkit-scrollbar {
  144. background-color:rgb(255,255,255); /* background color */
  145. }
  146. ::-webkit-scrollbar-track {
  147. border:8px solid rgb(255,255,255); /* background color */
  148. background-color:rgb(230,230,230); /* light border color */
  149. }
  150. ::-webkit-scrollbar-thumb {
  151. border:8px solid rgb(255,255,255); /* background color */
  152. background-color:rgb(144,144,144); /* dark border color */
  153. min-height:24px;
  154. min-width:24px;
  155. }
  156.  
  157.  
  158. /*----- BASIC STYLING -----*/
  159.  
  160. body {
  161. font-family: 'Rubik';
  162. font-size:12.5px;
  163. font-style:lowercase;
  164. color: {color:text};
  165. background-color: {color:background};
  166. line-height: 160%;
  167. word-wrap: break-word;
  168. letter-spacing: 0.04em;
  169. margin: 0;
  170. padding: 0;
  171. }
  172.  
  173. ::selection {
  174. color: {color:selected text};
  175. background: {color:selected text bg};
  176. }
  177.  
  178. a {
  179. color: {color:link};
  180. text-decoration: none;
  181. -webkit-transition: all 0.3s;
  182. -moz-transition: all 0.3s;
  183. -ms-transition: all 0.3s;
  184. -o-transition: all 0.3s;
  185. transition: all 0.3s;
  186. }
  187.  
  188. a:hover {
  189. color: {color:accent};
  190. -webkit-transition: all 0.3s;
  191. -moz-transition: all 0.3s;
  192. -ms-transition: all 0.3s;
  193. -o-transition: all 0.3s;
  194. transition: all 0.3s;
  195. }
  196.  
  197. blockquote {
  198. padding: 0 0 0 1.5em;
  199. border-left: 1px solid {color:borders};
  200. margin: 1.5em 0 1.5em 1.5em;
  201. }
  202.  
  203. h1, h2, h3, h4, h5, .title {
  204. letter-spacing: 0.06em;
  205. line-height: 145%;
  206. font-weight: bold;
  207. }
  208.  
  209. h1, .title {font-size: 1.5em;}
  210. h2 {font-size: 1.3em;}
  211. h3 {font-size: 1.25em;}
  212. h4 {font-size: 1.1em;}
  213. h5 {font-size: 1em;}
  214.  
  215. small {font-size: 0.9em;}
  216. big {font-size: 1.1em;}
  217.  
  218. hr {
  219. height: 1px;
  220. border: none;
  221. box-shadow: none;
  222. background-color: {color:borders};
  223. }
  224.  
  225. pre {
  226. line-height: inherit;
  227. font-size: inherit;
  228. white-space: pre-wrap;
  229. white-space: -moz-pre-wrap;
  230. white-space: -pre-wrap;
  231. white-space: -o-pre-wrap;
  232. word-wrap: break-word;
  233. }
  234.  
  235. /* ----- TUMBLR CONTROLS ---- */
  236.  
  237. iframe.tmblr-iframe {
  238. z-index:99999999999999!important;
  239. top: 15px!important;
  240. right: 15px!important;
  241. opacity:0;
  242. padding-right:38px;
  243. -webkit-transform:scale(0.75);
  244. -ms-transform:scale(0.75);
  245. transform:scale(0.75);
  246. -webkit-transform-origin:100% 0;
  247. -ms-transform-origin:100% 0;
  248. transform-origin:100% 0;
  249. -webkit-filter: invert(60%) sepia(100%) hue-rotate(290deg);
  250. filter: invert(60%) sepia(100%) hue-rotate(290deg);
  251.  
  252. cursor: pointer;
  253. }
  254. iframe.tmblr-iframe:hover {
  255. opacity:1!important;
  256. }
  257. .controls {
  258. position:fixed;
  259. top:23px;
  260. right:15px;
  261. z-index:999999999;
  262. cursor: pointer;
  263. }
  264.  
  265.  
  266. .controls:hover {
  267. stroke: var(--bodyLinkHoverColor);
  268. }
  269.  
  270.  
  271.  
  272.  
  273.  
  274. /*----- SIDEBAR -----*/
  275.  
  276. #sidebar {
  277. width: 300px;
  278. position: fixed;
  279. top: {text:post margin}px;
  280. text-align: center;
  281. border-radius:2px 2px 2px 2px;
  282. }
  283.  
  284.  
  285. {block:ifSidebarImage}
  286. #side-img {margin-bottom: 1.5em; border-radius:2%;
  287. }
  288. {/block:ifSidebarImage}
  289.  
  290. #description {
  291. margin-top:1.25em;
  292. font-size:12px;
  293. font-family:'Rubik';
  294. text-align:center;
  295. text-shadow:0.5px 0 0.1px gray;
  296. }
  297.  
  298. .search .query {
  299. color:{color:text};
  300. width:290px;
  301. font-family:'Poppins';
  302. text-align:center;
  303. font-size:10px;
  304. border:0px;
  305. margin-top:10px;
  306. outline:none;
  307. }
  308.  
  309. nav {
  310. margin-top: 1.25em;
  311. border-width:0.1em;
  312. border-style:dashed;
  313. border-radius:3px;
  314. padding:10px;
  315. border-color:{color:navborder};
  316. text-shadow:1px 0px 1px gray;
  317.  
  318. }
  319. nav a {margin: auto 0.5em;}
  320.  
  321. .title {
  322.  
  323. font-family:'Poppins';
  324. font-size:35px;
  325. font-style:bold;
  326. margin-top:0px;
  327. letter-spacing:1px;
  328. text-shadow: 2px 0 1px gray;
  329. }
  330.  
  331. .title a:hover{
  332. font-style:italic;
  333. }
  334.  
  335. .subtitle {
  336. text-align:center;
  337. font-style:normal;
  338. font-family:'Poppins'';
  339. font-weight:300;
  340. font-size:11px;
  341. margin-bottom:10px;
  342. text-shadow:0.5px 0 0.1px gray;
  343. }
  344.  
  345. .subtitle a:hover{
  346. font-style:italic;
  347. }
  348.  
  349. /*----- POSTS -----*/
  350.  
  351. main {
  352. position: relative;
  353. width: calc(300px + {select:post width} + 150px);
  354. margin: auto;
  355. }
  356.  
  357. section {
  358. position: relative;
  359. width: {select:post width};
  360. margin-left: 400px;
  361. }
  362.  
  363. article {
  364. width: 100%;
  365. position: relative;
  366. margin: {text:post margin}px auto;
  367. }
  368.  
  369. .posts li, .posts blockquote, figure, video, iframe, .video, .video iframe, figure.tmblr-embed.tmblr-full, figure.tmblr-embed.tmblr-full iframe, .caption iframe {max-width: 100%;}
  370.  
  371. /*----- CAPTIONS -----*/
  372.  
  373. .caption {margin-top: 2em; list-style-type: none;}
  374. .text-caption:first-of-type {margin-top: 0;}
  375.  
  376. .user-icon, .ask-icon {
  377. display: inline-block;
  378. vertical-align: middle;
  379. width: 2em;
  380. height: 2em;
  381. margin-right: 1em;
  382. }
  383.  
  384. .username {
  385. display: inline-block;
  386. vertical-align: middle;
  387. font-weight: bold;
  388. }
  389.  
  390. .deactive::after {
  391. content: '(deactivated)';
  392. margin-left: 1em;
  393. opacity: 0.75;
  394. color: {color:text};
  395. }
  396.  
  397. p.tmblr-attribution {margin-top: 1em !important;}
  398.  
  399. /*----- TEXT -----*/
  400.  
  401. h1.post-title {margin-top: 0;}
  402.  
  403. /*----- LINK -----*/
  404.  
  405. a.link-wrap {display: block; border: 1px solid {color:borders};}
  406. .link {padding: 2em;}
  407. .link-host, .link-txt {margin-top: 1.5em;}
  408.  
  409. .npf-link-block {
  410. margin-top: 1.5em;
  411. background-color: inherit;
  412. border: 1px solid inherit;
  413. color: inherit;
  414. }
  415.  
  416. /*----- PHOTO -----*/
  417.  
  418. img {
  419. margin: 0;
  420. display: block;
  421. height: auto;
  422. max-width: 100%;
  423. }
  424.  
  425. .photo img {width: 100%;}
  426. .vignette, #vignette {opacity: 0;}
  427. .tmblr-lightbox, #tumblr_lightbox {background-color: rgba(130, 130, 130, 0.75) !important;}
  428.  
  429. .lightbox-image, #tumblr_lightbox img {
  430. box-shadow: none !important;
  431. border-radius: 0 !important;
  432. max-width: none;
  433. }
  434.  
  435. #tumblr_lightbox_caption, .lightbox-caption {
  436. color: #fff !important;
  437. font-family: inherit;
  438. margin-top: 1em !important;
  439. }
  440.  
  441. /*----- PHOTOSET -----*/
  442.  
  443. .post-content div.npf_row, .post div.npf_row, body div.npf_row {
  444. margin-left: 0 !important;
  445. margin-right: 0 !important;
  446. }
  447.  
  448. /*----- QUOTE -----*/
  449.  
  450. .quote {line-height: 160%; font-size: 1.25em;}
  451.  
  452. .quote p:first-of-type {margin-top: 0;}
  453. .quote p:last-of-type {margin-bottom: 0;}
  454.  
  455. .source {margin-top: 1.5em;}
  456.  
  457. /*----- CHAT -----*/
  458.  
  459. .chat {padding: 0; margin: 0;}
  460. .chat li {list-style-type: none; margin-top: 1em;}
  461. .chat li:first-of-type {margin-top: 0;}
  462. .chatter {font-weight: bold;}
  463.  
  464. p.npf_chat, p.npf_chat b {font-family: inherit;}
  465.  
  466. /*----- ANSWER -----*/
  467.  
  468.  
  469.  
  470. .askerbg {
  471.  
  472. padding: 0px;
  473. border-radius: 100px;
  474.  
  475. }
  476.  
  477. .askerbg img {
  478.  
  479. border-radius:100px!important;
  480.  
  481. }
  482.  
  483.  
  484.  
  485. .question {
  486.  
  487. width: auto;
  488. font-family:'Poppins';
  489. margin-top: 10px;
  490. margin-bottom:20px;
  491. color:{color:text};
  492. padding: 10px;
  493. border-radius: 7px;
  494. background:{color:askbg};
  495.  
  496. }
  497.  
  498.  
  499.  
  500. /*----- AUDIO -----*/
  501.  
  502. .audiopost {padding: 2em; border: 1px solid {color:borders};}
  503.  
  504. .album-art {
  505. z-index: 1;
  506. display: inline-block;
  507. vertical-align: middle;
  508. float: left;
  509. width: 100px;
  510. height: 100px;
  511. }
  512.  
  513. .audio-player-wrap {
  514. width: 100px;
  515. height: 100px;
  516. display: inline-block;
  517. }
  518.  
  519. .button {
  520. width: 30px;
  521. height: 30px;
  522. overflow: hidden;
  523. position: relative;
  524. z-index: 2;
  525. margin: 7px;
  526. }
  527.  
  528. .audiobox {
  529. background-color: #f2f2f2;
  530. z-index: 3;
  531. position: absolute;
  532. margin: 28px 0 0 28px;
  533. border-radius: 50%;
  534. }
  535.  
  536. .audioinfo {
  537. display: inline-block;
  538. height: 100px;
  539. max-width: calc(100% - 100px);
  540. margin-left: 100px;
  541. display: flex;
  542. justify-content: center;
  543. flex-direction: column;
  544. box-sizing: border-box;
  545. padding-left: 2em;
  546. }
  547.  
  548. .audioinfo li {list-style-type: none;}
  549. .track {font-weight: bold;}
  550.  
  551. /*----- INFO -----*/
  552.  
  553. .info {margin-top: 2em;}
  554. .info a {display: inline-block; vertical-align: middle;}
  555.  
  556. .likeb {
  557. position: relative;
  558. display: inline-block;
  559. height: 1.6em;
  560. margin-bottom: -1px;
  561. }
  562.  
  563. .likeb .like_button iframe {
  564. position: absolute;
  565. top: 0;
  566. left: 0;
  567. bottom: 0;
  568. right: 0;
  569. z-index: 2;
  570. opacity: 0;
  571. }
  572.  
  573. .like_button iframe {width: 100% !important; height: 100% !important;}
  574. .likeb .liked + .actual-button {color: red;}
  575. .likeb .liked + .actual-button:after {content: 'd';}
  576.  
  577. .info a {
  578.  
  579.  
  580. margin-right: 0.75em;
  581. font-family:'Poppins';
  582. font-style:bold;
  583. color:{color:info};
  584.  
  585. }
  586.  
  587. .tags {
  588. margin-right: 0.75em;
  589. font-size:12px;
  590. font-family:'Rubik';
  591. color:{color:text};
  592. }
  593.  
  594. a.pinned-post {font-weight: bold; color: {color:accent};}
  595.  
  596. /*---- POST NOTES -----*/
  597.  
  598. .notes {margin: {text:post margin}px 0;}
  599.  
  600. ol.notes {
  601. max-width: 100%;
  602. padding: 0;
  603. margin: 2em 0 0 0;
  604. }
  605.  
  606. ol.notes li.note {padding: 0.5em 0; list-style-type: none;}
  607.  
  608. ol.notes li.note img.avatar {
  609. margin-right: 1em;
  610. vertical-align: middle;
  611. display: inline-block;
  612. width: 1.25em;
  613. height: 1.25em;
  614. }
  615.  
  616. /*---- PAGINATION -----*/
  617.  
  618. #page-navigation {text-align: center;}
  619. #page-navigation a, .current-page {margin: 0 0.5em;}
  620. .current-page {font-weight: bold; color: {color:accent};}
  621.  
  622. /*---- CREDIT -----*/
  623.  
  624. #credit {
  625. position: fixed;
  626. bottom: 20px;
  627. right: 20px;
  628. font-size: 15px;
  629. }
  630.  
  631. #scrollToTop:link,
  632. #scrollToTop:visited {
  633.  
  634. display: none;
  635. position: fixed;
  636. bottom:48px;
  637. right:17px;
  638. font-size: 20px;
  639. padding: 13px;
  640. color:{color:Link};
  641.  
  642. }
  643. /*---- day/night toggle ---*/
  644.  
  645. body.night {
  646. background:#292f36;
  647. color:white!important;
  648. transition:.6s;
  649. }
  650. .daynight span {
  651. position: fixed;
  652. top:155px;
  653. left:160px;
  654. font-size: 13px;
  655. cursor:pointer;
  656. padding:10px;
  657. }
  658.  
  659. body.night a, body.night b, body.night i { color:white!important; }
  660.  
  661. body.night header, body.night scrollbar, body.night footer { background:#21262c!important; }
  662.  
  663.  
  664. /*----
  665.  
  666. MEDIA QUERIES AND RESPONSIVENESS:
  667.  
  668. if you change the basic layout (i.e. sidebar to header), you MUST modify or delete this section, or else your theme will get screwed up on smaller screen sizes. if you're unfamiliar with media queries and/or you aren't interested in making responsive themes, I recommend deleting this whole section.
  669.  
  670. -----*/
  671.  
  672. /*--- for small desktop/tablet screens. converts sidebar to header ---*/
  673.  
  674. @media only screen and (max-width: 1100px) {
  675. main {width: {select:post width};}
  676.  
  677. #sidebar {
  678. position: relative;
  679. margin: {text:post margin}px auto;
  680. width: 100%;
  681. top: auto;
  682. }
  683.  
  684. section {margin-left: 0;}
  685. }
  686.  
  687. /*--- for mobile devices ---*/
  688.  
  689. @media only screen and (max-width: 720px) {
  690. main, section {width: 80vw;}
  691. }
  692.  
  693. /*---- END OF MEDIA QUERIES -----*/
  694.  
  695. {CustomCSS}
  696.  
  697. </style>
  698. </head>
  699.  
  700. <!----- HTML ----->
  701.  
  702. <body>
  703.  
  704. <!-- main = main container -->
  705.  
  706. <main>
  707.  
  708. <!----- SIDEBAR ----->
  709. <aside id="sidebar">
  710. <div class="daynight"><i class="fas fa-toggle-on" style="color:{color:link}"></i></div>
  711. {block:ifSidebarImage}<img src="{image:Sidebar}" id="side-img" alt="Sidebar image"/></a>{/block:ifSidebarImage}
  712. <div class="title"><a href="/">{Title}</a></div>
  713. <div class="subtitle"><a href="https://tumblr.com/follow/{name}">+ @{name}</a></div>
  714. {block:Description}<div id="description">{text:Desktop Description}</div>{/block:Description}
  715.  
  716. <form class="search" action="javascript:return false">
  717. <input type="text" class="query" placeholder="search this blog...">
  718. </form>
  719.  
  720. <nav>
  721. <a href="/" title="home"><i class="cp cp-paper-plane-o"></i></a>
  722. <a href="/ask" title="messages"><i class="cp cp-chat-o"></i></a>
  723. <a href="{text:Link 1 URL}" title="{text:Link 1}"><i class="cp cp-user"></i></a>
  724. <a href="{text:Link 2 URL}" title="{text:Link 2}"><i class="cp cp-more"></i></a>
  725. <a href="{text:Link 3 URL}" title="{text:Link 3}"><i class="cp cp-edit-o"></i></a>
  726. <a href="{text:Link 4 URL}" title="{text:Link 4}"><i class="cp cp-star-o"></i></a>
  727. <a href="{text:Link 5 URL}" title="{text:Link 5}"><i class="cp cp-heart-o"></i>
  728. </a>
  729. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  730. </nav>
  731.  
  732.  
  733. </aside>
  734. <!----- TAG AND DAY PAGES ----->
  735.  
  736. <!-- section = post container -->
  737.  
  738. <section>
  739.  
  740. {block:TagPage}
  741. <article>
  742. Viewing posts filed under #{Tag}
  743. </article>
  744. {/block:TagPage}
  745.  
  746. {block:DayPage}
  747. <article>
  748. Viewing posts made on {Month} {DayOfMonth}, {Year}
  749. </article>
  750. {/block:DayPage}
  751.  
  752. <!----- POSTS ----->
  753.  
  754. {block:Posts inlineMediaWidth="1280" inlineNestedMediaWidth="1280"}
  755. <article class="posts" id="{PostID}" post-type="{PostType}">
  756.  
  757. {block:Text}
  758. {block:Title}<h1 class="post-title"><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  759. {block:NotReblog}
  760. <li class="caption text-caption">
  761. {Body}
  762. </li>
  763. {/block:NotReblog}
  764. {block:RebloggedFrom}
  765. {block:Reblogs}
  766. <li class="caption text-caption source-head">
  767. <img src="{PortraitURL-64}" class="user-icon">
  768. <div class="username {block:IsDeactivated}deactive{/block:IsDeactivated}"><a href="{Permalink}">{Username}</a></div>
  769. {Body}
  770. </li>
  771. {/block:Reblogs}
  772. {/block:RebloggedFrom}
  773. {/block:Text}
  774.  
  775. {block:Link}
  776. <a href="{URL}" class="link-wrap">
  777. {block:Thumbnail}<img src="{Thumbnail-HighRes}">{/block:Thumbnail}
  778. <div class="link">
  779. <div class="title">{Name}</div>
  780. {block:Excerpt}<div class="link-txt">{Excerpt}</div>{/block:Excerpt}
  781. {block:Host}<div class="link-host">{Host}</div>{/block:Host}
  782. </div>
  783. </a>
  784. {block:Description}
  785. {block:NotReblog}
  786. <li class="caption">
  787. {Description}
  788. </li>
  789. {/block:NotReblog}
  790. {/block:Description}
  791. {block:RebloggedFrom}
  792. {block:Reblogs}
  793. <li class="caption">
  794. <img src="{PortraitURL-64}" class="user-icon">
  795. <div class="username {block:IsDeactivated}deactive{/block:IsDeactivated}"><a href="{Permalink}">{Username}</a></div>
  796. {Body}
  797. </li>
  798. {/block:Reblogs}
  799. {/block:RebloggedFrom}
  800. {/block:Link}
  801.  
  802. {block:Photo}
  803. <div class="photo">
  804. {LinkOpenTag}<a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"></a>{LinkCloseTag}
  805. </div>
  806. {block:Caption}
  807. {block:NotReblog}
  808. <li class="caption">
  809. {Caption}
  810. </li>
  811. {/block:NotReblog}
  812. {block:RebloggedFrom}
  813. {block:Reblogs}
  814. <li class="caption">
  815. <img src="{PortraitURL-64}" class="user-icon">
  816. <div class="username {block:IsDeactivated}deactive{/block:IsDeactivated}"><a href="{Permalink}">{Username}</a></div>
  817. {Body}
  818. </li>
  819. {/block:Reblogs}
  820. {/block:RebloggedFrom}
  821. {/block:Caption}
  822. {/block:Photo}
  823.  
  824. {block:Photoset}
  825. <div class="photo">{Photoset-700}</div>
  826. {block:Caption}
  827. {block:NotReblog}
  828. <li class="caption">
  829. {Caption}
  830. </li>
  831. {/block:NotReblog}
  832. {block:RebloggedFrom}
  833. {block:Reblogs}
  834. <li class="caption">
  835. <img src="{PortraitURL-64}" class="user-icon">
  836. <div class="username {block:IsDeactivated}deactive{/block:IsDeactivated}"><a href="{Permalink}">{Username}</a></div>
  837. {Body}
  838. </li>
  839. {/block:Reblogs}
  840. {/block:RebloggedFrom}
  841. {/block:Caption}
  842. {/block:Photoset}
  843.  
  844. {block:Video}
  845. <div class="video">{Video-500}</div>
  846. {block:Caption}
  847. {block:NotReblog}
  848. <li class="caption">
  849. {Caption}
  850. </li>
  851. {/block:NotReblog}
  852. {block:RebloggedFrom}
  853. {block:Reblogs}
  854. <li class="caption">
  855. <img src="{PortraitURL-64}" class="user-icon">
  856. <div class="username {block:IsDeactivated}deactive{/block:IsDeactivated}"><a href="{Permalink}">{Username}</a></div>
  857. {Body}
  858. </li>
  859. {/block:Reblogs}
  860. {/block:RebloggedFrom}
  861. {/block:Caption}
  862. {/block:Video}
  863.  
  864. {block:Quote}
  865. <div class="quote">{Quote}</div>
  866. {block:Source}<div class="source">{Source}</div>{/block:Source}
  867. {/block:Quote}
  868.  
  869. {block:Chat}
  870. {block:Title}<h1 class="post-title"><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  871. <ul class="chat">{block:Lines}
  872. <li>
  873. {block:Label}<div class="chatter">{Label}</div>{/block:Label}
  874. {Line}
  875. </li>
  876. {/block:Lines}</ul>
  877. {/block:Chat}
  878.  
  879. {block:Answer}
  880. <table style="padding-bottom:5px;margin-bottom:5px;">
  881. <tr>
  882. <td class="askerbg" style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-64}"></td><td style="vertical-align:top;"><strong>{Asker} asked:</strong>
  883. <div class="question">{Question}</div>
  884. </td>
  885. </tr>
  886. </table>
  887. {Answer}
  888. {/block:Answer}
  889.  
  890. {block:Audio}
  891. <div class="audiopost">
  892. <div class="audiobox">
  893. <div class="button">
  894. {block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}
  895. </div>
  896. </div>
  897. {block:AlbumArt}
  898. <img src="{AlbumArtURL}" class="album-art">
  899. {/block:AlbumArt}
  900. <div class="audioinfo">
  901. {block:TrackName}<li class="track">{TrackName}</li>{/block:TrackName}
  902. {block:Artist}<li>{Artist}</li>{/block:Artist}
  903. {block:Album}<li>{Album}</li>{/block:Album}
  904. </div>
  905. </div>
  906. {block:Caption}
  907. {block:NotReblog}
  908. <li class="caption">
  909. {Caption}
  910. </li>
  911. {/block:NotReblog}
  912. {block:RebloggedFrom}
  913. {block:Reblogs}
  914. <li class="caption">
  915. <img src="{PortraitURL-64}" class="user-icon">
  916. <div class="username {block:IsDeactivated}deactive{/block:IsDeactivated}"><a href="{Permalink}">{Username}</a></div>
  917. {Body}
  918. </li>
  919. {/block:Reblogs}
  920. {/block:RebloggedFrom}
  921. {/block:Caption}
  922. {/block:Audio}
  923.  
  924. <!----- INFO ----->
  925.  
  926. {block:Date}
  927. <div class="info">
  928. {block:PinnedPostLabel}<a href="{Permalink}" class="pinned-post"><i class="fas fa-thumbtack"></i> {PinnedPostLabel}</a>{/block:PinnedPostLabel}
  929. <a href="{Permalink}" title="{TimeAgo}">{DayOfMonth}/{MonthNumberWithZero}</a>
  930. {block:NoteCount} <i class="fas fa-angle-double-right" style="font-size:8px"></i> &nbsp; <a href="{Permalink}" title="notes">{NoteCountWithLabel}</a>{/block:NoteCount}
  931.  
  932. <!-- reblog info and content source on permalink pages -->
  933.  
  934. {block:PermalinkPage}
  935.  
  936. {block:RebloggedFrom}
  937. <a href="{ReblogParentURL}" title="reblogged from">via</a>
  938. <a href="{ReblogRootURL}" title="original poster">source</a>
  939. {/block:RebloggedFrom}
  940.  
  941. {/block:PermalinkPage}
  942.  
  943. <i class="far fa-heart" style="font-size:8px"></i> &nbsp;
  944.  
  945. <!-- like and reblog buttons -->
  946.  
  947. <a href="{ReblogURL}" target="_blank" title="reblog this post">reblog</a><i class="far fa-heart" style="font-size:8px"></i> &nbsp;
  948. <a class="likeb" href="#" title="like this post">{LikeButton}<span class="actual-button">like</span></a>
  949.  
  950. </div>
  951. {/block:Date}
  952.  
  953. <!----- TAGS ----->
  954.  
  955. {block:HasTags}
  956. <div class="tags">
  957. {block:Tags}<a href="{TagURL}">#{Tag} &nbsp;</a>{/block:Tags}
  958. </div>
  959. {/block:HasTags}
  960.  
  961. <!----- POST NOTES ----->
  962.  
  963. {block:PermalinkPage}{block:Date}
  964. {block:NoteCount}{block:PostNotes}
  965. <div class="notes">
  966. {PostNotes-64}
  967. </div>
  968. {/block:PostNotes}{/block:NoteCount}
  969. {/block:Date}{/block:PermalinkPage}
  970.  
  971. </article>
  972. {/block:Posts}
  973.  
  974. <!-- end of posts container -->
  975.  
  976. </section>
  977.  
  978. <!----- PAGINATION ----->
  979.  
  980. {block:Pagination}
  981. <article id="page-navigation">
  982. {block:PreviousPage}<a href="{PreviousPage}">previous page</a>{/block:PreviousPage}
  983. {block:JumpPagination length="5"}
  984. {block:CurrentPage}<span class="current-page">{PageNumber}</span>{/block:CurrentPage}
  985. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
  986. {/block:JumpPagination}
  987. {block:NextPage}<a href="{NextPage}">next page</a>{/block:NextPage}
  988. </article>
  989. {/block:Pagination}
  990.  
  991. <!-- end of main container -->
  992.  
  993. <!-- tumblr controls -->
  994.  
  995. <div class="controls"><i class="fas fa-power-off"></i></div>
  996. </main>
  997.  
  998. <!----- CREDIT ----->
  999.  
  1000. <a href="https://userbru.tumblr.com" title="by userbru" id="credit"><i class="far fa-moon"></i></a>
  1001.  
  1002.  
  1003. {block:IfScrollToTop}<script>var topButton = "sleek/simple-light";</script><script src="//backtotopbutton.com/script/toTop.js"></script>{/block:IfScrollToTop}
  1004.  
  1005.  
  1006. <script>
  1007. $(document).ready(function(){
  1008. $('.search').submit(function(event){
  1009. var value = $('input:first').val();
  1010. location.replace('http://{Name}.tumblr.com/tagged/' + value);
  1011. });
  1012. });
  1013. </script>
  1014.  
  1015. </body>
  1016.  
  1017. <script src="https://unpkg.com/popper.js@1"></script>
  1018. <script src="https://unpkg.com/tippy.js@5/dist/tippy-bundle.iife.js"></script>
  1019. <link rel="stylesheet" href="https://unpkg.com/tippy.js@5/dist/svg-arrow.css" />
  1020.  
  1021.  
  1022.  
  1023. <script>
  1024.  
  1025.  
  1026. tippy('a[title]', {
  1027. theme: 'gradient',
  1028. arrow: false,
  1029. zIndex: 9999999999,
  1030. maxWidth: 300,
  1031.  
  1032. content(reference) {
  1033. const title = reference.getAttribute('title');
  1034. reference.removeAttribute('title');
  1035. return title;
  1036. },
  1037. });
  1038.  
  1039.  
  1040. </script>
  1041.  
  1042. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement