Advertisement
rasperries

shy myth

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