rasperries

myth 2020

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