Advertisement
rasperries

myth resurgam

Oct 7th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.15 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="https://www.w3.org/1999/xhtml">
  3. <head>
  4. <!--
  5.  
  6.  
  7.  
  8.  
  9.  
  10. myth @ shythemes
  11.  
  12.  
  13.  
  14.  
  15.  
  16. -->
  17. <title>{Title}</title>
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. <link rel="shortcut icon" href="{Favicon}">
  20. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  21. <meta name="viewport" content="width=device-width, initial-scale=1">
  22. <meta name="image:sidebar" content="">
  23. <meta name="if:bigger posts" content="0">
  24. <meta name="if:show title" content="1">
  25. <meta name="if:show captions" content="1">
  26. <meta name="if:show tags" content="1">
  27. <meta name="if:show album art" content="1">
  28. <meta name="if:show note count" content="1">
  29. <meta name="if:justify text" content="1">
  30. <meta name="if:infinite scroll" content="0">
  31. <meta name="text:home link" content="">
  32. <meta name="text:archive link" content="archive">
  33. <meta name="text:ask link" content="message">
  34. <meta name="text:link 1" content="">
  35. <meta name="text:link 1 url" content="">
  36. <meta name="text:link 2" content="">
  37. <meta name="text:link 2 url" content="">
  38. <meta name="text:link 3" content="">
  39. <meta name="text:link 3 url" content="">
  40. <meta name="text:link 4" content="">
  41. <meta name="text:link 4 url" content="">
  42. <meta name="text:link 5" content="">
  43. <meta name="text:link 5 url" content="">
  44. <meta name="text:link 6" content="">
  45. <meta name="text:link 6 url" content="">
  46.  
  47. <script src="//use.edgefonts.net/source-serif-pro;lato.js"></script>
  48.  
  49. <style type="text/css">
  50.  
  51. /* general */
  52.  
  53. body {
  54. margin:0;
  55. font-size:10px;
  56. font-family:source-serif-pro, georgia, serif;
  57. line-height:14px;
  58. word-break:break-word;
  59. -moz-osx-font-smoothing:grayscale;
  60. -webkit-font-smoothing:antialiased;
  61. font-smoothing:antialiased;
  62. color:rgb(55,55,55);
  63. background:rgb(255,255,255);
  64. {block:ifJustifyText}text-align:justify;{/block:ifJustifyText}
  65. }
  66. a {
  67. color:inherit;
  68. text-decoration:none;
  69. -webkit-transition:all .4s ease-out;
  70. transition:all .4s ease-out;
  71. }
  72. a:hover {
  73. color:rgb(0,0,0)!important;
  74. }
  75. small, sub {
  76. font-size:inherit;
  77. vertical-align:baseline;
  78. }
  79. blockquote, ol, ul, li, p, pre {
  80. margin:0 0 10px;
  81. }
  82. .text figure, .text img {
  83. margin:0 0 12px;
  84. }
  85. h1, h2, h3, h4, h5, h6 {
  86. margin:0;
  87. font-size:8px;
  88. font-weight:bold;
  89. font-family:lato;
  90. line-height:inherit;
  91. text-transform:uppercase;
  92. letter-spacing:2px;
  93. color:rgb(0,0,0);
  94. margin-bottom:10px;
  95. }
  96. ol, ul {
  97. list-style:none;
  98. padding:0;
  99. }
  100. pre {
  101. white-space:normal;
  102. }
  103. img {
  104. border:0;
  105. max-width:100%;
  106. height:auto;
  107. display:block;
  108. }
  109. hr {
  110. border:0;
  111. -moz-box-sizing:border-box;
  112. box-sizing:border-box;
  113. }
  114. ::-webkit-scrollbar {
  115. width:17px;
  116. height:17px;
  117. }
  118. ::-webkit-scrollbar {
  119. background-color:rgb(255,255,255);
  120. }
  121. ::-webkit-scrollbar-track {
  122. border:8px solid rgb(255,255,255);
  123. background-color:rgb(240,240,240);
  124. }
  125. ::-webkit-scrollbar-thumb {
  126. border:8px solid rgb(255,255,255);
  127. background-color:rgb(144,144,144);
  128. }
  129.  
  130. /* accents */
  131.  
  132. .title, b, strong {
  133. font-size:8px;
  134. font-weight:bold;
  135. font-family:lato;
  136. line-height:inherit;
  137. text-transform:uppercase;
  138. letter-spacing:2px;
  139. color:rgb(0,0,0);
  140. }
  141. b, strong {
  142. padding-left:2px;
  143. }
  144. h1.title {
  145. padding-left:0;
  146. margin-bottom:23px;
  147. }
  148. .accent {
  149. font-size:8px;
  150. font-weight:normal;
  151. font-family:lato;
  152. text-transform:uppercase;
  153. letter-spacing:2px;
  154. line-height:inherit;
  155. color:rgb(122,122,122);
  156. }
  157. .text a {
  158. color:rgb(144,144,144);
  159. }
  160. blockquote:after,
  161. .tumblr_blog:before {
  162. content:'';
  163. display:block;
  164. }
  165. hr,
  166. blockquote:after,
  167. .tumblr_blog:before {
  168. margin:13px 0 14px;
  169. width:25px;
  170. height:1px;
  171. background-color:rgb(230,230,230);
  172. }
  173. blockquote:last-child:after,
  174. .source .tumblr_blog:before,
  175. .text > p .tumblr_blog:before {
  176. display:none;
  177. }
  178. ol, ul {
  179. padding:6px 0;
  180. list-style-type:none;
  181. }
  182. ol li,
  183. ul li {
  184. position:relative;
  185. padding-left:37px;
  186. }
  187. ol li:before,
  188. ul li:before {
  189. content:'';
  190. position:absolute;
  191. display:block;
  192. top:7px;
  193. left:13px;
  194. height:0;
  195. width:12px;
  196. margin-top:-1px;
  197. border-top:1px solid rgb(224,224,224);
  198. }
  199. .chat li,
  200. .notes li {
  201. padding-left:0;
  202. }
  203. .chat li:before,
  204. .notes li:before {
  205. display:none;
  206. }
  207.  
  208. /* container */
  209.  
  210. .main {
  211. margin:50px 0 50px 276px;
  212. width:701px;
  213. }
  214.  
  215. /* sidebar */
  216.  
  217. aside {
  218. position:fixed;
  219. top:50px;
  220. bottom:50px;
  221. left:0;
  222. width:175px;
  223. padding:9px 50px;
  224. border-right:1px solid rgb(240,240,240);
  225. }
  226. aside .title,
  227. aside .desc,
  228. aside .links {
  229. margin:0 0 23px;
  230. }
  231. aside .sidebar {
  232. display:block;
  233. margin:25px 0;
  234. }
  235. aside .sidebar:first-child {
  236. margin:-9px 0 25px;
  237. }
  238. aside .sidebar img {
  239. opacity:.9;
  240. }
  241. aside .links li { font-size:8px;
  242. display:block;
  243. }
  244.  
  245. /* entries */
  246.  
  247. .entry {
  248. position:relative;
  249. overflow:hidden;
  250. margin:0 0 125px;
  251. }
  252. .entry:last-child {
  253. margin-bottom:0;
  254. }
  255. .entry > section {
  256. float:left;
  257. position:relative;
  258. -moz-box-sizing:border-box;
  259. box-sizing:border-box;
  260. }
  261. .entry > .post {
  262. width:401px;
  263. padding:9px 50px;
  264. border-right:1px solid rgb(240,240,240);
  265. }
  266. .ph > .post {
  267. padding:0 50px;
  268. }
  269. .entry > .side {
  270. width:300px;
  271. margin-left:-1px;
  272. padding:9px 25px;
  273. border-left:1px solid rgb(240,240,240);
  274. }
  275. .comma {
  276. margin:0 5px;
  277. }
  278. .tags .comma:last-child {
  279. display:none;
  280. }
  281. {block:PermalinkPage}
  282. .entry > .post,
  283. .entry > .side {
  284. float:none;
  285. width:600px!important;
  286. border:0!important;
  287. }
  288. .entry > .post {
  289. margin:0 0 125px;
  290. }
  291. .entry > .side {
  292. padding:9px 50px;
  293. }
  294. {/block:PermalinkPage}
  295. {block:IndexPage}
  296. .tags {
  297. font-size:7px;
  298. {block:ifNotShowTags}display:none;{/block:ifNotShowTags}
  299. }
  300. {/block:IndexPage}
  301.  
  302. {block:ifBiggerPosts}
  303. /* bigger posts */
  304.  
  305. .main {
  306. width:801px;
  307. }
  308. .entry > .post {
  309. width:501px;
  310. }
  311. {/block:ifBiggerPosts}
  312.  
  313. /* post types */
  314.  
  315. .text {
  316. margin:1em 0 0;
  317. max-width:500px;
  318. }
  319. .text:last-child,
  320. .text *:last-child {
  321. margin-bottom:0;
  322. }
  323. .caption {
  324. {block:IndexPage}{block:ifNotShowCaptions}display:none;{/block:ifNotShowCaptions}{/block:IndexPage}
  325. }
  326. .quote,
  327. .question {
  328. margin-bottom:23px;
  329. }
  330. .chat {
  331. padding:0;
  332. list-style-type:none;
  333. text-align:right;
  334. }
  335. .chat .line {
  336. margin-bottom:9px;
  337. }
  338. .chat .label {
  339. float:left;
  340. }
  341. .media > a img, .media > img, .media .photo-slideshow {
  342. display:block;
  343. margin:0;
  344. opacity:.9;
  345. }
  346.  
  347. /* audio posts */
  348.  
  349. .audiowrap {
  350. position:relative;
  351. height:60px;
  352. overflow:hidden;
  353. background-color:rgb(246,246,246);
  354. }
  355. .audio {
  356. position:absolute;
  357. display:inline-block;
  358. left:0;
  359. top:0;
  360. right:0;
  361. bottom:0;
  362. text-align:left;
  363. line-height:60px;
  364. }
  365. .audio .player {
  366. width:27px;
  367. height:27px;
  368. left:16px;
  369. top:16px;
  370. opacity:.4;
  371. line-height:0;
  372. overflow:hidden;
  373. position:absolute;
  374. }
  375. .audio .track {
  376. overflow:hidden;
  377. line-height:15px;
  378. margin-left:60px;
  379. width: calc(100% - 60px);
  380. display:inline-block;
  381. vertical-align:middle;
  382. }
  383. .audio .track span {
  384. display:block;
  385. max-height:15px;
  386. white-space:nowrap;
  387. overflow:hidden;
  388. text-overflow:ellipsis;
  389. margin-right:15px;
  390. }
  391. .audio .track span:first-child {
  392. color:{color:text};
  393. }
  394.  
  395. .pagination {
  396. margin:125px 0 0;
  397. padding:0 50px;
  398. display:block!important;
  399. }
  400. .pagination span {
  401. margin:0 5px;
  402. }
  403. .notes {
  404. padding:0;
  405. }
  406. .notes li {
  407. display:block;
  408. }
  409. .notes img {
  410. display:none;
  411. }
  412. .notes .more_notes_link_container {
  413. text-align:inherit!important;
  414. }
  415. #tumblr_controls,
  416. .tmblr-iframe {
  417. position:fixed!important;
  418. opacity:.67!important;
  419. -webkit-filter:invert(90%);
  420. -webkit-backface-visibility:hidden;
  421. padding:10px;
  422. }
  423. #tumblr_lightbox, .tmblr-lightbox {
  424. background-color:rgba(255,255,255,.98)!important;
  425. }
  426. #vignette, .vignette {
  427. opacity:0;
  428. }
  429. #tumblr_lightbox img, .lightbox-image {
  430. box-shadow:none!important;
  431. border-radius:0!important;
  432. -moz-box-sizing:border-box;
  433. box-sizing:border-box;
  434. max-width:none;
  435. }
  436. #tumblr_lightbox_caption, .lightbox-caption {
  437. visibility:hidden;
  438. }
  439. #theme {
  440. position:fixed;
  441. display:block;
  442. bottom:10px;
  443. right:10px;
  444. z-index:999;
  445. padding:5px;
  446. line-height:1em;
  447. background-color:rgb(255,255,255);
  448. }
  449. {block:ifInfiniteScroll}
  450. .pagination .pn,
  451. #infscr-loading {
  452. display:none!important;
  453. }
  454. {/block:ifInfiniteScroll}
  455. </style>
  456. <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
  457. </head>
  458. <body>
  459. <div class="main">
  460. <aside>
  461. {block:ifShowTitle}<h1 class="title"><a href="/">{Title}</a>{/block:ifShowTitle}</h1>
  462. {block:ifSidebarImage}<a href="/" class="sidebar"><img src="{image:sidebar}"></a>{/block:ifSidebarImage}
  463. <div class="desc">{description}</div>
  464. <div class="links accent">
  465. {block:ifHomeLink}<li><a href="/">{text:home link}</a></li>{/block:ifHomeLink}
  466.  
  467. {block:ifAskLink}<li><a href="/ask">{text:ask link}</a></li>{/block:ifAskLink}
  468. {block:HasPages}{block:Pages}<li><a href="{URL}">{Label}</a></li> {/block:Pages}{/block:HasPages}
  469. {block:ifLink1}<li><a href="{text:link 1 url}">{text:link 1}</a></li>{/block:ifLink1}
  470. {block:ifLink2}<li><a href="{text:link 2 url}">{text:link 2}</a></li>{/block:ifLink2}
  471. {block:ifLink3}<li><a href="{text:link 3 url}">{text:link 3}</a></li>{/block:ifLink3}
  472. {block:ifLink4}<li><a href="{text:link 4 url}">{text:link 4}</a></li>{/block:ifLink4}
  473. {block:ifLink5}<li><a href="{text:link 5 url}">{text:link 5}</a></li>{/block:ifLink5}
  474. {block:ifLink6}<li><a href="{text:link 6 url}">{text:link 6}</a></li>{/block:ifLink6}
  475. {block:ifArchiveLink}<li><a href="/archive">{text:archive link}</a></li>{/block:ifArchiveLink}
  476. </div>
  477. </aside>
  478. <div class="content">
  479. {block:Posts}
  480. <article class="entry {block:Photo}ph{/block:Photo}{block:Photoset}ph{/block:Photoset}{block:Video}ph{/block:Video}{block:Audio}ph{/block:Audio}" id="{PostID}">
  481. <section class="post">
  482. {block:Audio}
  483. {block:ifShowAlbumArt}{block:AlbumArt}<div class="media"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}{/block:ifShowAlbumArt}
  484. <div class="audiowrap">
  485. <div class="audio accent block">
  486. {block:AudioPlayer}
  487. <div class="player">{AudioPlayerWhite}</div>
  488. {/block:AudioPlayer}
  489. <div class="track">{block:TrackName}<span class="title">{TrackName}</span>{/block:TrackName}{block:Artist}<span>{Artist}</span>{/block:Artist}</div>
  490. </div>
  491. </div>
  492. {/block:Audio}
  493. {block:Photo}
  494. <div class="media">
  495. {LinkOpenTag}
  496. <img src="{PhotoURL-HighRes}">
  497. {LinkCloseTag}
  498. </div>
  499. {/block:Photo}
  500. {block:Photoset}
  501. <div class="media photoset">
  502. <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>
  503. </div>
  504. {/block:Photoset}
  505. {block:Video}
  506. <div class="media">
  507. <div class="video">{Video-500}</div>
  508. </div>
  509. {/block:Video}
  510. {block:Answer}
  511. <div class="question accent">
  512. <span class="sender title">{Asker}</span> /
  513. {Question}
  514. </div>
  515. <div class="answer text">{Answer}</div>
  516. {/block:Answer}
  517. {block:Chat}
  518. {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
  519. <ul class="chat text">
  520. {block:Lines}
  521. <li class="line">
  522. {block:Label}
  523. <div class="label accent">{Label}</div>
  524. {/block:Label}
  525. {Line}
  526. </li>
  527. {/block:Lines}
  528. </ul>
  529. {/block:Chat}
  530. {block:Link}
  531. <h1 class="title"><a href="{URL}">{Name}</a></h1>
  532. {block:Description}<div class="text">{Description}</div>{/block:Description}
  533. {/block:Link}
  534. {block:Quote}
  535. <div class="quote title">{Quote}</div>
  536. {block:Source}
  537. <div class="source text">{Source}</div>
  538. {/block:Source}
  539. {/block:Quote}
  540. {block:Text}
  541. {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
  542. <div class="text">{Body}</div>
  543. {/block:Text}
  544. </section>
  545. <section class="side">
  546. {block:Date}
  547. <div class="date">
  548. <a class="permalink title" href="{Permalink}">{DayOfMonth} {Month} {Year}</a>
  549. {block:IndexPage}{block:NoteCount}{block:ifShowNoteCount}<br><a class="notecount accent" href="{Permalink}">{NoteCountWithLabel}</a>{/block:ifShowNoteCount}{/block:NoteCount}{/block:IndexPage}
  550. {block:PermalinkPage}{block:RebloggedFrom}<div class="rf accent">via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource}<span class="comma"> / </span><a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}</div>{/block:RebloggedFrom}{/block:PermalinkPage}
  551. </div>
  552. {block:Date}
  553. {block:Caption}
  554. <div class="caption text"><hr>{Caption}</div>
  555. {/block:Caption}
  556. {block:HasTags}
  557. <div class="tags accent"><hr>
  558. {block:Tags}<a href="{TagURL}">{Tag}</a><span class="comma"> / </span>{/block:Tags}
  559. </div>
  560. {/block:HasTags}
  561. </section>
  562. </article>
  563. {block:PostNotes}
  564. <article class="entry" id="notes">
  565. <section class="side">
  566. <h1 class="title">{NoteCountWithLabel}</h1>
  567. <div class="text light">{PostNotes}</div>
  568. </section>
  569. </article>
  570. {/block:PostNotes}
  571. {/block:Posts}
  572. </div>
  573. {block:Pagination}<div class="pagination accent"><span class="pn">{block:PreviousPage}<a class="prev accent" href="{PreviousPage}">previous</a>{block:NextPage}<span class="accent"> / </span>{/block:NextPage}{/block:PreviousPage}{block:NextPage}<a class="next title" href="{NextPage}">next page</a>{/block:NextPage}</span></div>{/block:Pagination}
  574. </div>
  575. <!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} -->
  576. <a href="https://shythemes.tumblr.com" id="theme" class="accent" title="theme">k.</a>
  577. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  578. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  579. <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  580. {block:IndexPage}
  581. {block:ifInfiniteScroll}
  582. <script src="https://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  583. {/block:ifInfiniteScroll}
  584. {/block:IndexPage}
  585. <script>
  586. $(document).ready(function(){
  587. // tumblr audio players
  588. $('.tumblr_audio_player').each(function(){
  589. $(this).attr({ src: $(this).attr('src').split('&color=')[0] + '&color=transparent&simple=1 '});
  590. });
  591. // pxu photosets
  592. $('.photo-slideshow').pxuPhotoset({
  593. lightbox: true,
  594. rounded: false,
  595. gutter: '2px',
  596. photoset: '.photo-slideshow',
  597. photoWrap: '.photo-data',
  598. photo: '.pxu-photo'
  599. });
  600. {block:ifInfiniteScroll}
  601. // infinite scroll
  602. var $container = $('.content');
  603. $container.infinitescroll({
  604. itemSelector: '.entry',
  605. navSelector: '.pagination',
  606. nextSelector: '.next',
  607. loadingImg: '',
  608. loadingText: '<em></em>',
  609. bufferPx: 2000
  610. },
  611. function( newElements ) {
  612. var $newElems = $( newElements );
  613. // pxu photosets
  614. $newElems.find('.photo-slideshow').pxuPhotoset({
  615. lightbox: true,
  616. rounded: false,
  617. gutter: '2px',
  618. photoset: '.photo-slideshow',
  619. photoWrap: '.photo-data',
  620. photo: '.pxu-photo'
  621. });
  622. // videos
  623. resizeVideos();
  624. // tumblr audio players
  625. $newElems.find('.tumblr_audio_player').each(function(){
  626. $(this).attr({ src: $(this).attr('src').split('&color=')[0] + '&color=transparent&simple=1 '});
  627. });
  628. });
  629. {/block:ifInfiniteScroll}
  630. });
  631. </script>
  632. </body>
  633. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement