Advertisement
anakinskywalker

:LŁ

Dec 15th, 2021
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.13 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4.  
  5. <!------------------------------------------------
  6.  
  7. DUALITY BY 92PCY.TUMBLR.COM
  8. LASTED UPDATED 21.09.25 v1.01
  9.  
  10. CREDITS:
  11.  
  12. - feathericons by cole bemis
  13. - scroll to top by paul underwood
  14. - style my tooltips by malihu
  15. - timeAgo(); plugin by bychloethemes
  16. - no.js photosets by annasthms & eggdesign
  17. - smoothscroll by balazs galambosi
  18. - responsive iframes by nouvae
  19. - npf posts fix by glenthemes
  20.  
  21. -------------------------------------------------->
  22.  
  23. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  24. <link rel="shortcut icon" href="{Favicon}">
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26. <title>{title} {block:TagPage}/ #{Tag}{/block:TagPage}{block:DayPage}/ @ {ShortMonth} {DayOfMonth}, {Year}{/block:DayPage} {block:PostSummary}/ {PostSummary}{/block:PostSummary}</title>
  27. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  28.  
  29. <meta name="image:Sidebar" content=""/>
  30.  
  31. <meta name="color:Background" content="#FFFFFF"/>
  32. <meta name="color:Text" content="#000000"/>
  33. <meta name="color:Links" content="#000000"/>
  34. <meta name="color:Accent" content="#000FFF"/>
  35. <meta name="color:Borders" content="#DCDCDC"/>
  36.  
  37. <meta name="if:Sidebar" content=""/>
  38.  
  39. <meta name="text:Title" content=""/>
  40. <meta name="text:Description" content=""/>
  41.  
  42. <meta name="text:Google Font" content="Roboto"/>
  43.  
  44. <meta name="text:Font Size" content="12px"/>
  45. <meta name="text:Post Width" content="540px"/>
  46. <meta name="text:Sidebar Width" content="150px"/>
  47. <meta name="text:Margin" content="150px"/>
  48. <meta name="text:Photoset Gutter" content="1px"/>
  49.  
  50. <meta name="text:Home Link" content="index"/>
  51. <meta name="text:Ask Link" content="contact"/>
  52. <meta name="text:Archive Link" content="archive"/>
  53.  
  54. <meta name="text:Link 1 URL" content=""/>
  55. <meta name="text:Link 1" content=""/>
  56. <meta name="text:Link 2 URL" content=""/>
  57. <meta name="text:Link 2" content=""/>
  58. <meta name="text:Link 3 URL" content=""/>
  59. <meta name="text:Link 3" content=""/>
  60. <meta name="text:Link 4 URL" content=""/>
  61. <meta name="text:Link 4" content=""/>
  62. <meta name="text:Link 5 URL" content=""/>
  63. <meta name="text:Link 5" content=""/>
  64. <meta name="text:Link 6 URL" content=""/>
  65. <meta name="text:Link 6" content=""/>
  66.  
  67. <!-- FONTS -->
  68.  
  69. <link href="https://fonts.googleapis.com/css?family={text:Google Font}:300,400,500,600,700|Karla:500" rel="stylesheet">
  70.  
  71. <!-- SCRIPTS -->
  72.  
  73. <link href="https://static.tumblr.com/0podkko/oDSpg7y88/photosets.css" rel="stylesheet">
  74. <link href="https://cdn.jsdelivr.net/gh/emilymcaldwell/feathericons/style.css" rel="stylesheet" type="text/css">
  75. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.10/SmoothScroll.min.js"></script>
  76. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  77. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  78.  
  79. <!--
  80. NPF images fix v3.0 by @glenthemes [2021]
  81. 💌 git.io/JRBt7
  82. --->
  83. <script src="https://npf-images-v3.github.io/script.js"></script>
  84. <link rel="stylesheet" href="https://npf-images-v3.github.io/recon.css">
  85. <style tmblr-npf>
  86. :root {
  87. --NPF-Caption-Spacing:20px;
  88. --NPF-Image-Spacing:{text:photoset gutter};
  89. }
  90. </style>
  91.  
  92. <style type="text/css">
  93.  
  94. /* SELECTION */
  95.  
  96. ::-webkit-selection { background:{color:accent}; color:{color:background}; }
  97. ::-moz-selection{ background:{color:accent}; color:{color:background}; }
  98. ::selection { background:{color:accent}; color:{color:background}; }
  99.  
  100. ::marker { color:{color:borders}; }
  101.  
  102. /* LIGHTBOXES */
  103.  
  104. .vignette, #vignette {
  105. opacity:0;
  106. }
  107. .lightbox-image, #tumblr_lightbox img {
  108. box-shadow:none!important;
  109. border-radius:0!important;
  110. max-width:none;
  111. }
  112.  
  113. .tmblr-lightbox, #tumblr_lightbox {
  114. background-color:{color:background}D9!important;
  115. }
  116.  
  117. /* TOOLTIPS */
  118.  
  119. #s-m-t-tooltip {
  120. position:absolute;
  121. margin:15px;
  122. text-transform:uppercase;
  123. padding:10px;
  124. border-radius:3px;
  125. background:{color:accent};
  126. color:{color:background};
  127. letter-spacing:1px;
  128. font-size:10px;
  129. line-height:10px;
  130. z-index:9999;
  131. }
  132.  
  133. /* BASIC STYLES */
  134.  
  135. body {
  136. font-family:'{text:google font}', sans-serif;
  137. font-size:{text:font size};
  138. background:{color:background};
  139. line-height:180%;
  140. color:{color:text};
  141. -webkit-font-smoothing:antialiased;
  142. -moz-osx-font-smoothing:grayscale;
  143. margin:0;
  144. }
  145.  
  146. a {
  147. cursor:help;
  148. text-decoration:none;
  149. color:{color:links};
  150. transition:all 0.1s ease-in-out;
  151. }
  152.  
  153. a:hover {
  154. color:{color:accent};
  155. transition:all 0.1s ease-in-out;
  156. }
  157.  
  158. .post-info a, nav a, .comment-container a, .blog-title a {
  159. text-decoration:underline;
  160. }
  161.  
  162. h1, .title {font-size:calc({text:font size} + 3px);line-height:100%;margin-bottom:20px;}
  163. h2 {font-size:calc({text:font size} + 3px);}
  164. h3 {font-size:calc({text:font size} + 2px);}
  165. h4 {font-size:calc({text:font size} + 1px);}
  166. h5 {font-size:1em;}
  167.  
  168. small {font-size:0.9em;}
  169. big {font-size:1.1em;}
  170.  
  171. blockquote {
  172. border-left:1px solid {color:borders};
  173. margin:15px 0;
  174. padding-left:15px;
  175. }
  176.  
  177. hr {
  178. border:none;
  179. box-shadow:0;
  180. margin:20px 0;
  181. width:100%;
  182. border-top:1px solid {color:borders};
  183. }
  184.  
  185. ul, ol { list-style-position:inside; padding:0; }
  186. ul { list-style-type:circle; }
  187. ol { list-style-type:decimal; }
  188.  
  189.  
  190.  
  191. /* FORMATTING */
  192.  
  193. section {
  194. position:relative;
  195. width:{text:post width};
  196. margin:{text:margin} auto;
  197. }
  198.  
  199. .posts {
  200. position:relative;
  201. width:{text:post width};
  202. margin:{text:margin} 0;
  203. }
  204.  
  205. header {
  206. width:{text:post width};
  207. {block:ifSidebar}
  208. position:fixed;
  209. text-align:right;
  210. width:{text:sidebar width};
  211. margin-left:calc(-{text:sidebar width} + -{text:margin});
  212. {/block:ifSidebar}
  213. }
  214.  
  215. /* HEADER */
  216.  
  217. .sidebar {
  218. line-height:0;
  219. {block:ifNotSidebarImage}
  220. display:none;
  221. {/block:ifNotSidebarImage}
  222. }
  223.  
  224. .sidebar img {
  225. width:{text:sidebar width};
  226. }
  227.  
  228. header div {
  229. margin-bottom:20px;
  230. }
  231. {block:ifNotSidebar}
  232. header div:first-of-type { margin-bottom:5px; font-size:calc({text:font size} + 4px); }
  233. {/block:ifNotSidebar}
  234.  
  235.  
  236. .blog-title {
  237. font-size:calc({text:font size} + 4px);
  238. {block:ifSidebar}
  239. font-size:calc({text:font size} + 2px);
  240. {/block:ifSidebar}
  241. font-weight:500;
  242. }
  243.  
  244. .blog-title a, .post-info a { color:{color:text}; }
  245. .blog-title a:hover, .post-info a:hover { color:{color:accent}; }
  246.  
  247. .description a { text-decoration:underline; }
  248.  
  249. nav span {
  250. display:inline-block;
  251. margin-right:5px;
  252. {block:ifSidebar}
  253. display:block;
  254. margin:0;
  255. {/block:ifSidebar}
  256. }
  257.  
  258. /* POSTS */
  259.  
  260. .ph img { width:100%; }
  261. [photoset-layout] { grid-gap:{text:photoset gutter}; }
  262. [photoset-layout] div { cursor:help; }
  263. [photoset-layout] img { border-radius:0; }
  264.  
  265. /* AUDIO */
  266.  
  267. .spotify_audio_player {
  268. height:80px!important;
  269. width:100%!important;
  270. }
  271.  
  272. .soundcloud_audio_player {
  273. max-height:116px!important;
  274. }
  275.  
  276. .bandcamp_audio_player {
  277. height:120px!important;
  278. width:100%!important;
  279. }
  280.  
  281. .audio-wrap {
  282. display:flex;
  283. align-items:center;
  284. height:auto;
  285. width:100%;
  286. box-sizing:border-box;
  287. line-height:0%;
  288. margin-bottom:25px;
  289. }
  290.  
  291. .audio-player {
  292. width:27px;
  293. transform:scale(1.2);
  294. margin-left:5px;
  295. margin-bottom:-3px;
  296. line-height:0;
  297. }
  298.  
  299. .audio-info {
  300. display:flex;
  301. align-items:center;
  302. justify-content:space-between;
  303. width:100%;
  304. height:70px;
  305. padding:0 20px;
  306. box-sizing:border-box;
  307. color:{color:background};
  308. background:{color:text}66;
  309. backdrop-filter:blur(5px);
  310. text-align:right;
  311. }
  312.  
  313. .track-info {
  314. line-height:170%;
  315. }
  316.  
  317. /* ASKS */
  318.  
  319. .asker {
  320. margin-top:-10px;
  321. }
  322.  
  323. .asker, .answerer {
  324. text-transform:lowercase;
  325. font-weight:bold;
  326. }
  327.  
  328. .answerer {
  329. margin-bottom:10px;
  330. }
  331.  
  332. .asker a, .answerer a {
  333. color:{color:text};
  334. }
  335.  
  336. .asker a:hover, .answerer a:hover {
  337. color:{color:accent};
  338. }
  339.  
  340. .asker img, .answerer img {
  341. display:none;
  342. width:20px!important;
  343. height:20px;
  344. border-radius:50%;
  345. margin:0 10px 0 0;
  346. }
  347.  
  348. .question-container, .answer-container {
  349. margin:20px 0;
  350. }
  351.  
  352. /* QUOTE */
  353.  
  354. .quote {
  355. font-size:calc({text:font size} + 1px);
  356. font-style:italic;
  357.  
  358. }
  359.  
  360. .quote-source {
  361. font-size:calc({text:font size} + 2px);
  362. font-weight:500;
  363. margin-bottom:5px;
  364. }
  365.  
  366. /* LINK */
  367.  
  368. .link {
  369. font-size:15px;
  370. }
  371.  
  372. .link .feather {
  373. font-size:15px;
  374. }
  375.  
  376. .excerpt {
  377. font-size:{text:font size};
  378. font-weight:normal;
  379. }
  380.  
  381. .link-description p {
  382. margin:10px 0 0 0;
  383. }
  384.  
  385. /* CHAT */
  386.  
  387. .line {
  388. margin-bottom:10px;
  389. }
  390.  
  391. .line:last-of-type {
  392. margin:0;
  393. }
  394.  
  395. .label {
  396. font-weight:bold;
  397. }
  398.  
  399. /* CAPTIONS */
  400.  
  401. .comment-container {
  402. margin-top:20px;
  403. }
  404.  
  405. .commenter {
  406. display:flex;
  407. align-items:center;
  408. font-weight:bold;
  409. margin:10px 0;
  410. }
  411.  
  412. .commenter a {
  413. color:{color:text};
  414. }
  415.  
  416. .commenter a:hover {
  417. color:{color:accent};
  418. }
  419.  
  420. .commenter img {
  421. display:none;
  422. width:20px!important;
  423. height:20px;
  424. border-radius:50%;
  425. margin:0 10px 0 0;
  426. }
  427.  
  428. /* POST INFO */
  429.  
  430. .post-info {
  431. margin-top:20px;
  432. }
  433.  
  434. .date {
  435. display:inline;
  436. margin-right:5px;
  437. overflow-wrap:break-word;
  438. }
  439.  
  440. .date:first-of-type {
  441. font-weight:bold;
  442. }
  443.  
  444. /* NOTES */
  445.  
  446. .notes-info {
  447. display:flex;
  448. flex-direction:column;
  449. margin-top:{text:margin};
  450. }
  451.  
  452. ol.notes { padding:0; margin:0; display:block; margin-bottom:{text:margin}; }
  453. .notes img, .notes-source img { display:none; vertical-align:middle; width:20px; border-radius:50%; margin-right:10px; }
  454. li.note { display:block; margin:0; padding:3px 0; width:100%; }
  455. li.note blockquote { padding:0 0 0 10px; margin:5px 0 0 9px; }
  456. a.more_notes_link,.notes_loading { color:{color:text}; text-transform:lowercase; font-weight:bold; text-align:left!important; }
  457. a.more_notes_link:hover { color:{color:accent}; }
  458. .more_notes_link,.notes_loading {
  459. display:inline-block;
  460. text-align:left!important;
  461. width:inherit;
  462. margin-top:0;
  463. }
  464.  
  465. /* FOOTER */
  466.  
  467. footer {
  468. display:flex;
  469. align-items:center;
  470. justify-content:center;
  471. line-height:100%;
  472. }
  473.  
  474. footer span {
  475. margin:0 10px;
  476. }
  477.  
  478. footer .feather {
  479. font-size:20px;
  480. }
  481.  
  482. /* CREDIT */
  483.  
  484. .feather {
  485. font-size:16px;
  486. line-height:100%;
  487. }
  488.  
  489. .credit {
  490. position:fixed;
  491. bottom:20px;
  492. right:20px;
  493. background:{color:background};
  494. padding:7px;
  495. border-radius:5px;
  496. line-height:100%;
  497. }
  498.  
  499. .top {
  500. display:none;
  501. position:fixed;
  502. bottom:60px;
  503. right:20px;
  504. background:{color:background};
  505. padding:7px;
  506. border-radius:5px;
  507. line-height:100%;
  508. }
  509.  
  510. /* CUSTOM CSS */
  511.  
  512. {CustomCSS}
  513.  
  514. /* MEDIA QUERIES */
  515.  
  516. @media only screen and (max-width: 1200px) {
  517. section, .posts, header, footer {
  518. width:{text:post width};
  519. }
  520.  
  521. header {
  522. position:relative;
  523. text-align:left;
  524. margin:0;
  525. }
  526.  
  527. .blog-title {
  528. margin-bottom:5px;
  529. font-size:calc({text:font size} + 4px);
  530. }
  531.  
  532. .sidebar {
  533. display:none;
  534. }
  535.  
  536. nav span {
  537. display:inline-block;
  538. margin-right:5px;
  539. }
  540. }
  541.  
  542. @media only screen and (max-width: 720px) {
  543. section, .posts, header, footer {
  544. position:relative;
  545. width:80vw;
  546. margin:75px auto;
  547. padding:0;
  548. }
  549.  
  550. .video, .tmblr-full > video {
  551. width:80vw;
  552. }
  553.  
  554. .iframe-controls--phone-mobile {display: none!important;}
  555. .tmblr-iframe-pushdown {padding-top: 0!important;}
  556. .tmblr-iframe--app-cta-button {display: none!important;}
  557. }
  558.  
  559. </style>
  560. </head>
  561. <body>
  562.  
  563. <section id="entries">
  564.  
  565. <header>
  566. {block:ifSidebarImage}
  567. <div class="sidebar"><a href="{image:Sidebar}"></a></div>
  568. {/block:ifSidebarImage}
  569. {block:ifTitle}
  570. <div class="blog-title"><a href="/web/20211021155506/https://raw.githubusercontent.com/">{text:Title}</a></div>
  571. {/block:ifTitle}
  572. {block:ifDescription}
  573. <div class="description">{text:Description}</div>
  574. {/block:ifDescription}
  575. <nav>
  576. {block:ifHomeLink}<span><a href="/web/20211021155506/https://raw.githubusercontent.com/">{text:Home Link}</a></span>{/block:ifHomeLink}
  577. {block:ifAskLink}<span><a href="/web/20211021155506/https://raw.githubusercontent.com/ask">{text:Ask Link}</a></span>{/block:ifAskLink}
  578. {block:ifArchiveLink}<span><a href="/web/20211021155506/https://raw.githubusercontent.com/archive">{text:Archive Link}</a></span>{/block:ifArchiveLink}
  579. {block:ifLink1}<span><a href="{text:Link 1 URL}">{text:Link 1}</a></span>{/block:ifLink1}
  580. {block:ifLink2}<span><a href="{text:Link 2 URL}">{text:Link 2}</a></span>{/block:ifLink2}
  581. {block:ifLink3}<span><a href="{text:Link 3 URL}">{text:Link 3}</a></span>{/block:ifLink3}
  582. {block:ifLink4}<span><a href="{text:Link 4 URL}">{text:Link 4}</a></span>{/block:ifLink4}
  583. {block:ifLink5}<span><a href="{text:Link 5 URL}">{text:Link 5}</a></span>{/block:ifLink5}
  584. {block:ifLink6}<span><a href="{text:Link 6 URL}">{text:Link 6}</a></span>{/block:ifLink6}
  585. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  586. </nav>
  587. </header>
  588.  
  589. {block:posts}
  590. <article class="posts {block:caption}captioned{/block:caption}" post-type="{PostType}">
  591.  
  592. <!-- {block:NoRebloggedFrom}
  593. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  594. {/block:NoRebloggedFrom} -->
  595. {block:ContentSource}<!-- {SourceURL}
  596. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  597. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  598. {/block:ContentSource}
  599.  
  600. {block:Text}
  601. <div class="body">
  602. {block:NotReblog}
  603. <div class="comment-container">
  604. {block:Title}
  605. <div class="title">{Title}</div>
  606. {/block:Title}
  607. {Body}</div>
  608. {/block:NotReblog}
  609. {block:RebloggedFrom}
  610. {block:Reblogs}
  611. <div class="comment-container">
  612. {block:Title}
  613. <div class="title">{Title}</div>
  614. {/block:Title}
  615. <div class="commenter source-head">
  616. <img src="{PortraitURL-64}"/>
  617. <span>
  618. {block:HasPermalink}<a href="{Permalink}">{/block:HasPermalink}{Username}{block:HasPermalink}</a>{/block:HasPermalink}
  619. </span>
  620. </div>
  621. <div class="comment">{Body}</div>
  622. </div>
  623. {/block:Reblogs}
  624. {/block:RebloggedFrom}
  625. </div>
  626. {/block:Text}
  627.  
  628. <div class="ph">
  629.  
  630. {block:Photo}
  631. <a class="photo" 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}"></a>
  632. {/block:Photo}
  633.  
  634. {block:Photoset}
  635. <div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}" data-lowres="{PhotoURL-500}" data-highres="{PhotoURL-HighRes}" onclick="lightbox(this)"><img src="{PhotoURL-HighRes}"/></div>{/block:Photos}</div>
  636. {/block:Photoset}
  637.  
  638. </div>
  639.  
  640. {block:Video}
  641. <div class="video">{VideoEmbed-500}</div>
  642. {/block:Video}
  643.  
  644. {block:Quote}
  645. <div class="quote-container">
  646. {block:Source}<div class="quote-source">{Source} &horbar;</div>{/block:Source}
  647. <div class="quote">{Quote}</div>
  648. </div>
  649. {/block:Quote}
  650.  
  651. {block:Link}
  652. <div class="link-container">
  653. <div class="link"><a href="{URL}" class="path{block:Description} has-desc{/block:Description}" {target}><span>{Name} {block:Excerpt}<div class="excerpt">{Excerpt}</div>{/block:Excerpt}</span><i class="feather feather-external-link"></i></a></div>
  654. {block:Description}
  655. <div class="link-description">
  656. {block:NotReblog}{Description}{/block:NotReblog}
  657. </div>
  658. {/block:Description}
  659. </div>
  660. {/block:Link}
  661.  
  662. {block:Chat}
  663. <div class="chat">
  664. {block:Lines}
  665. <div class="line"><span class="label">{block:Label}{Label} {/block:Label}</span>{Line}</div>
  666. {/block:Lines}
  667. </div>
  668. {/block:Chat}
  669.  
  670. {block:Audio}
  671. <div class="audio-wrap" style="background-color:{color:text};background-image:url({block:AlbumArt}{AlbumArtURL}{/block:AlbumArt});background-position-y:center;background-size:100%;">
  672. <div class="audio-info">
  673. <div class="audio-player">{block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}</div>
  674. <span class="track-info">
  675. <div class="track">{block:TrackName}<strong>{TrackName}</strong>{/block:TrackName}</div>
  676. <div class="artist">{block:Artist}{Artist}{/block:Artist}</div>
  677. </span>
  678. </div>
  679. </div>
  680. {/block:Audio}
  681.  
  682. {block:Answer}
  683. <div class="question-container">
  684. <div class="question_text"><p>{Question}</p></div>
  685. <div class="asker">
  686. <img src="{AskerPortraitURL-48}"/>
  687. &horbar; sent by {Asker}
  688. </div>
  689. </div>
  690. {block:Answerer}
  691. <div class="answer-container">
  692. <div class="answerer">
  693. <img src="{AnswererPortraitURL-48}"/>
  694. {Answerer}
  695. </div>
  696. <div class="answer_text">{Answer}</div>
  697. </div>
  698. {block:Reblogs}
  699. <div class="reply-container">
  700. <div class="replier">
  701. <img src="{PortraitURL-64}"/>
  702. {block:HasPermalink}<a href="{Permalink}">{/block:HasPermalink}{Username}{block:HasPermalink}</a>{/block:HasPermalink}
  703. </div>
  704. <div class="reply">{Body}</div>
  705. </div>
  706. {/block:Reblogs}
  707. {/block:Answerer}
  708. {block:NotReblog}
  709. <div class="answer-container">
  710. <div class="answer_text">{Answer}</div>
  711. </div>
  712. {/block:NotReblog}
  713. {/block:Answer}
  714.  
  715. {block:Caption}
  716. <div class="caption">
  717. {block:NotReblog}
  718. <div class="comment-container">
  719. <div class="comment">{Caption}</div>
  720. </div>
  721. {/block:NotReblog}
  722. {block:RebloggedFrom}
  723. {block:Reblogs}
  724. <div class="comment-container">
  725. <div class="commenter">
  726. <img src="https://raw.githubusercontent.com/emilymcaldwell/tumblr/main/{PortraitURL-64}"/>
  727. <span>
  728. {block:HasPermalink}<a href="{Permalink}">{/block:HasPermalink}{Username}{block:HasPermalink}</a>{/block:HasPermalink}
  729. </span>
  730. </div>
  731. <div class="comment">{Body}</div>
  732. </div>
  733. {/block:Reblogs}
  734. {/block:RebloggedFrom}
  735. </div>
  736. {/block:Caption}
  737.  
  738. {block:Date}
  739. <div class="post-info">
  740. <div class="date"><a href="{Permalink}" class="notecount">{NoteCount}</a></div>
  741. {block:hastags}
  742. {block:Tags}<div class="date"><a href="{TagUrl}">{Tag}</a></div>{/block:Tags}
  743. {/block:hasTags}
  744. </div>
  745. {/block:Date}
  746.  
  747. {block:PostNotes}
  748. <div class="notes-info">
  749. <span><b>{TimeAgo} on {DayOfWeek}, {Month} {DayOfMonthWithZero}{DayOfMonthSuffix} {Year}</b></span>
  750. {block:NotReblog}
  751. <span>original post by <a href="{ReblogParentURL}">@{Name}</a></span>
  752. {/block:NotReblog}
  753. {block:RebloggedFrom}
  754. <span>reblogged from <a href="{ReblogParentURL}">@{ReblogParentName}</a></span>
  755. <span>{block:ContentSource}originally posted by <a href="{ReblogRootURL}">@{ReblogRootName}</a>{/block:ContentSource}</span>
  756. {/block:RebloggedFrom}
  757. </div>
  758. <hr>{PostNotes}
  759. {/block:PostNotes}
  760.  
  761. </article>
  762. {/block:Posts}
  763.  
  764. {block:Pagination}
  765. <footer>
  766. {block:PreviousPage}
  767. <span><a href="{PreviousPage}">back</a></span>
  768. {/block:PreviousPage}
  769. {block:JumpPagination length="5"}{block:CurrentPage}
  770. <span class="current_page">{PageNumber}</span>
  771. {/block:CurrentPage}{block:JumpPage}
  772. <span><a class="jump_page" href="{URL}">{PageNumber}</a></span>
  773. {/block:JumpPage}{/block:JumpPagination}
  774. {block:NextPage}
  775. <span><a href="{NextPage}">next</a></span>
  776. {/block:NextPage}
  777. </footer>
  778. {/block:Pagination}
  779.  
  780. </section>
  781.  
  782. <script type="text/javascript" src="https://static.tumblr.com/i5s2zks/9Acok8oo2/bct-timeago.min.js"></script>
  783. <script>
  784. $('section').find('.notecount').each(function(){
  785. var n = $(this).html().split(' ')[0].replace(/,/g, '');
  786. if (n > 999) {
  787. n = Math.floor(n / 100) / 10;
  788. $(this).text(n + 'k');
  789. }
  790. });
  791.  
  792. $(".time-ago").timeAgo({
  793. time: "word",
  794. spaces: true,
  795. words: false,
  796. suffix: "ago",
  797. });
  798. </script>
  799.  
  800. <script src="https://rawgit.com/robinpx/tumblr/master/scripts/flexibleFrames/flexibleFrames.min.js"></script>
  801.  
  802. <script>
  803. $(document).ready(function() {
  804. flexibleFrames($(".video"));
  805. });
  806. </script>
  807.  
  808. <script>
  809. (function($){
  810. $(document).ready(function(){
  811. $("[title]").style_my_tooltips({
  812. tip_follows_cursor:true,
  813. tip_delay_time:30,
  814. tip_fade_speed:300,
  815. attribute:"title"
  816. });
  817. });
  818. })(jQuery);
  819. </script>
  820.  
  821. <script>
  822. function gatherData(images, arr) {
  823. for (let i = 0; i < images.length; i++) {
  824. let currentData = {
  825. "width": images[i].getAttribute('data-width'),
  826. "height": images[i].getAttribute('data-height'),
  827. "low_res": images[i].getAttribute('data-lowres'),
  828. "high_res": images[i].getAttribute('data-highres')
  829. };
  830. arr.push(currentData);
  831. }
  832. }
  833. function getIndex(elem) {
  834. let i = 0;
  835. while( (elem = elem.previousElementSibling) != null ) i++;
  836. return i;
  837. }
  838. function lightbox(elem) {
  839. let currentPhotoset = elem.parentNode;
  840. let photosetPhotos = currentPhotoset.getElementsByTagName('div');
  841. let data = [];
  842. gatherData(photosetPhotos, data);
  843. Tumblr.Lightbox.init(data, getIndex(elem) + 1);
  844. }
  845. </script>
  846.  
  847. <script>
  848. $(document).ready(function() {
  849. var $audio = $('iframe.tumblr_audio_player');
  850. $audio.load(function() {
  851. $(this).contents().find('head').append('<style type="text/css">' +
  852. '.audio-player { background: transparent; color: {color:background} !important; }' +
  853. '.simple-player .audio-player { width:27px; }' +
  854. '.audio_player { height:27px!important; }' +
  855. '.audio-player .progress { display:none; }' +
  856. '.simple-player .audio-player .play-pause { padding:0; }' +
  857. '</style>');
  858. });
  859. });
  860. </script>
  861.  
  862. <script>
  863. $(document).ready(function(){
  864. $(window).scroll(function(){
  865. if ($(this).scrollTop() > 100) {
  866. $('.top').fadeIn();
  867. } else {
  868. $('.top').fadeOut();
  869. }
  870. });
  871.  
  872. $('.top').click(function(){
  873. $('html, body').animate({scrollTop : 0},800);
  874. return false;
  875. });
  876.  
  877. });
  878. </script>
  879.  
  880. <a href="#" title="back to top" class="top"><i class="feather feather-arrow-up"></i></a>
  881.  
  882. <div class="credit"><a href="https://92pcy.tumblr.com/" title="92pcy"><i class="feather feather-smile"></i></a></div>
  883.  
  884. </body>
  885.  
  886. </html>
  887.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement