Advertisement
rasperries

phii

Apr 26th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.57 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. phi @ 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="color:link" content="#e5bbe2">
  23. <meta name="if:light version" content="0">
  24. <meta name="if:one column" content="0">
  25. <meta name="if:show description" content="1">
  26. <meta name="if:show captions" content="1">
  27. <meta name="if:show tags" content="1">
  28. <meta name="if:infinite scroll" content="0">
  29.  
  30. <meta name="select:Font" content="karla" title="Karla"/>
  31. <meta name="select:Font" content="lato" title="Lato"/>
  32. <meta name="select:Font" content="source-sans-pro" title="Source Sans Pro"/>
  33. <meta name="select:Font" content="mako" title="Mako"/>
  34. <meta name="select:Font" content="maven-pro" title="Maven Pro"/>
  35. <meta name="select:Font" content="open-sans" title="Open Sans"/>
  36. <meta name="select:Font" content="arial" title="Arial"/>
  37. <meta name="select:Font" content="helvetica" title="Helvetica"/>
  38. <meta name="select:Font" content="trebuchet ms" title="Trebuchet ms"/>
  39. <meta name="select:Font" content="inconsolata" title="Inconsolata"/>
  40. <meta name="select:Font" content="courier-prime" title="Courier Prime"/>
  41. <meta name="select:Font" content="lora" title="Lora"/>
  42.  
  43. <meta name="select:Font Size" content="9px" title="9px"/>
  44. <meta name="select:Font Size" content="10px" title="10px"/>
  45. <meta name="select:Font Size" content="11px" title="11px"/>
  46.  
  47. <meta name="select:posts" content="222" title="222px">
  48. <meta name="select:posts" content="245" title="245px">
  49. <meta name="select:posts" content="350" title="350px">
  50. <meta name="text:home link" content="">
  51. <meta name="text:archive link" content="archive">
  52. <meta name="text:ask link" content="message">
  53. <meta name="text:link 1" content="">
  54. <meta name="text:link 1 url" content="">
  55. <meta name="text:link 2" content="">
  56. <meta name="text:link 2 url" content="">
  57. <meta name="text:link 3" content="">
  58. <meta name="text:link 3 url" content="">
  59. <meta name="text:link 4" content="">
  60. <meta name="text:link 4 url" content="">
  61. <meta name="text:link 5" content="">
  62. <meta name="text:link 5 url" content="">
  63. <meta name="text:link 6" content="">
  64. <meta name="text:link 6 url" content="">
  65.  
  66. <script src="//use.edgefonts.net/{select:font}:n4,i4,n5,n6,n7.js"></script>
  67.  
  68. <style type="text/css">
  69.  
  70. /* general */
  71.  
  72. body {
  73. margin:0;
  74. font:normal 10px/1.5em source-sans-pro, arial, sans-serif;
  75. line-height:150%;
  76. word-wrap:break-word;
  77. overflow-wrap:break-word;
  78. position:relative;
  79. text-align:left;
  80. -moz-osx-font-smoothing:grayscale;
  81. -webkit-font-smoothing:antialiased;
  82. font-smoothing:antialiased;
  83. margin:0;
  84. color:rgb(275,275,275);
  85. background-color:rgb(22,22,22);
  86. }
  87. a {
  88. color:inherit;
  89. text-decoration:none;
  90. -webkit-transition:all .4s ease-out;
  91. transition:all .4s ease-out;
  92. }
  93. a:hover {
  94. color:rgb(225,225,225)!important;
  95. }
  96. small, sub {
  97. font-size:inherit;
  98. vertical-align:baseline;
  99. }
  100. blockquote, ol, ul, p, pre {
  101. margin:0 0 9px;
  102. }
  103. .text figure, .text img {
  104. padding:3px 0;
  105. margin:0 0 9px;
  106. }
  107. h1, h2, h3, h4, h5, h6 {
  108. margin:0;
  109. font-size:inherit;
  110. font-weight:inherit;
  111. }
  112. ol, ul {
  113. counter-reset:list;
  114. list-style:none;
  115. padding:0;
  116. }
  117. pre {
  118. white-space:normal;
  119. }
  120. img {
  121. border:0;
  122. max-width:100%;
  123. height:auto;
  124. display:block;
  125. }
  126. hr {
  127. border:0;
  128. -moz-box-sizing:border-box;
  129. box-sizing:border-box;
  130. }
  131. ::-webkit-scrollbar {
  132. width:17px;
  133. height:17px;
  134. }
  135. ::-webkit-scrollbar {
  136. background-color:rgb(22,22,22);
  137. }
  138. ::-webkit-scrollbar-track {
  139. border:8px solid rgb(22,22,22);
  140. background-color:rgb(60,60,60);
  141. }
  142. ::-webkit-scrollbar-thumb {
  143. border:8px solid rgb(22,22,22);
  144. background-color:rgb(120,120,120);
  145. }
  146.  
  147. /* accents */
  148.  
  149. .title {
  150. font-style:;
  151. color:rgb(285,285,285);
  152. }
  153. h1.title {
  154. margin:12px 0;
  155. font-size:1em;
  156. font-style:italic;
  157. line-height:150%;
  158. }
  159. h1.title:first-child {
  160. margin-top:0;
  161. }
  162. .accent {
  163. font-size:{select:font size};
  164. text-transform:lowercase;
  165. letter-spacing:px;
  166. color:rgb(120,120,120);
  167. }
  168. .text a {
  169. font-style:;
  170. color:rgb(185,185,185);
  171. }
  172. .tags a,
  173. .question,
  174. .pagination span {
  175. font-style:italic;
  176. color:rgb(120,120,120);
  177. }
  178. blockquote:after,
  179. blockquote > p:first-child .tumblr_blog:before {
  180. content:'';
  181. display:block;
  182. }
  183. hr,
  184. blockquote:after,
  185. blockquote > p:first-child .tumblr_blog:before {
  186. margin:11px 0 12px;
  187. width:28px;
  188. height:1px;
  189. background-color:rgb(80,80,80);
  190. }
  191. blockquote:last-child:after,
  192. .source .tumblr_blog:before {
  193. display:none;
  194. }
  195. ol li,
  196. ul li {
  197. position:relative;
  198. padding-left:24px;
  199. counter-increment:list;
  200. }
  201. ol li:before {
  202. content:counter(list) '.';
  203. position:absolute;
  204. margin-left:-24px;
  205. color:rgb(120,120,120);
  206. }
  207. ul li:before {
  208. content:'';
  209. position:absolute;
  210. left:0;
  211. top:6px;
  212. width:6px;
  213. height:1px;
  214. background-color:rgb(80,80,80);
  215. }
  216. .chat li {
  217. padding-left:0;
  218. }
  219. .chat li:before {
  220. display:none;
  221. }
  222. svg {
  223. height:auto;
  224. overflow:visible;
  225. }
  226. svg path {
  227. -webkit-transition:fill .6s ease-out;
  228. transition:fill .6s ease-out;
  229. }
  230.  
  231. /* container */
  232.  
  233. .main {
  234. margin:100px auto;
  235. padding-left:calc(120px + {select:posts}px * 0.3);
  236. padding-right:calc({select:posts}px * 0.3);
  237. {block:ifOneColumn}
  238. width:calc({select:posts}px * 1.3);
  239. {/block:ifOneColumn}
  240. }
  241. .content {
  242. overflow:hidden;
  243. margin:calc({select:posts}px * 0.3) auto 0;
  244. {block:PermalinkPage}
  245. width:calc({select:posts}px * 1.3);
  246. {/block:PermalinkPage}
  247. }
  248.  
  249. /* sidebar */
  250.  
  251. aside {
  252. position:fixed;
  253. margin-left:-120px;
  254. top:100px;
  255. width:120px;
  256. text-align:right;
  257. opacity:0;
  258. }
  259. aside .title {
  260. font-style:normal;
  261. font-size:{select:font size};
  262. text-transform:lowercase;
  263. letter-spacing:px;
  264. margin:15px -2px 15px 0!important;
  265. color:rgb({RGBcolor:link});
  266. }
  267. aside .desc {
  268. margin:15px 0;
  269.  
  270. }
  271. aside .links {
  272. margin:15px -1px 15px 0!important;
  273. text-transform:lowercase;
  274. letter-spacing:px;
  275. font-style:;
  276.  
  277. }
  278. aside .links li {
  279. display:block;
  280. margin-bottom:5px;
  281. }
  282.  
  283. /* entries */
  284.  
  285. .entry {
  286. position:relative;
  287. float:left;
  288. overflow:hidden;
  289. width:{select:posts}px;
  290. margin:0 0 calc({select:posts}px * 0.3) calc({select:posts}px * 0.3);
  291. opacity:0;
  292. z-index:-1;
  293. {block:ifNotOneColumn}
  294. {block:PermalinkPage}
  295. width:422px;
  296. {/block:PermalinkPage}
  297. {block:ifNotOneColumn}
  298. {block:ifOneColumn}
  299. {block:IndexPage}
  300. margin-bottom:100px;
  301. {/block:IndexPage}
  302. {/block:ifOneColumn}
  303. }
  304. .ph .media {
  305. background-color:rgb(48,48,48);
  306. border-top:1px solid rgb(22,22,22);
  307. }
  308. .body {
  309. padding:15px 18px;
  310. background-color:rgb(36,36,36);
  311. }
  312. .permalink {
  313. margin-right:5px;
  314. color:rgb({RGBcolor:link});
  315. }
  316. .tags {
  317. {block:IndexPage}
  318. {block:ifNotShowTags}
  319. display:none;
  320. {/block:ifNotShowTags}
  321. {/block:IndexPage}
  322. }
  323. .tags a {
  324. margin-right:5px;
  325. }
  326.  
  327. /* post types */
  328.  
  329. .text {
  330. margin:12px 0;
  331. }
  332. .text:last-child,
  333. .text *:last-child {
  334. margin-bottom:0;
  335. }
  336. .media {
  337. position:relative;
  338. overflow:hidden;
  339. }
  340. .media > a,
  341. .media > img,
  342. .media .photo-slideshow,
  343. .media .video {
  344. display:block!important;
  345. padding:0;
  346. margin:0;
  347. }
  348. .media .photo-slideshow .row:last-of-type .photo-data.count-1 {
  349. margin-bottom:0!important;
  350. }
  351. .media .video iframe {
  352. display:block;
  353. }
  354. .lb {
  355. display:block!important;
  356. width:auto!important;
  357. position:absolute;
  358. top:0;
  359. left:0;
  360. bottom:0;
  361. right:0;
  362. }
  363. .lb svg {
  364. display:block;
  365. position:absolute;
  366. bottom:0;
  367. right:0;
  368. width:14px;
  369. padding:6px 6px 5px;
  370. background-color:rgba(0,0,0,.56);
  371. }
  372. .lb svg path {
  373. fill:rgba(255,255,255,.75);
  374. }
  375. {block:IndexPage}
  376. {block:ifNotShowCaptions}
  377. .caption {
  378. display:none;
  379. }
  380. {/block:ifNotShowCaptions}
  381. {/block:IndexPage}
  382. .caption p,
  383. .caption blockquote {
  384. margin:0;
  385. }
  386.  
  387.  
  388. /* audio posts */
  389.  
  390. .audiowrap {
  391. position:relative;
  392. height:43px;
  393. overflow:hidden;
  394. padding:8px;
  395. background-color:#fbfbfb;
  396. }
  397. .audio {
  398. position:absolute;
  399. display:inline-block;
  400. left:0;
  401. top:0;
  402. right:0;
  403. bottom:0;
  404. text-align:right;
  405. line-height:59px;
  406. }
  407. .audio .player {
  408. width:27px;
  409. height:27px;
  410. left:16px;
  411. top:16px;
  412. opacity:.4;
  413. line-height:0;
  414. overflow:hidden;
  415. position:absolute;
  416. {block:ifNotLightVersion}
  417. -webkit-filter:invert(100%);
  418. {/block:ifNotLightVersion}
  419. }
  420. .audio .track {
  421. overflow:hidden;
  422. line-height:15px;
  423. margin-left:60px;
  424. width:calc(100% - 60px);
  425. display:inline-block;
  426. vertical-align:middle;
  427. }
  428. .audio .track span {
  429. display:block;
  430. max-height:15px;
  431. white-space:nowrap;
  432. overflow:hidden;
  433. text-overflow:ellipsis;
  434. margin-right:15px;
  435. font-style:normal;
  436. }
  437.  
  438. /* pagination */
  439.  
  440. .pagination {
  441. margin:calc(100px - {select:posts}px * 0.3) auto 0;
  442. padding-left:calc({select:posts}px * 0.3);
  443. text-align:center;
  444. clear:both;
  445. }
  446. .pagination a {
  447. display:inline-block;
  448. vertical-align:top;
  449. max-height:10px;
  450. overflow:visible;
  451. margin-bottom:24px;
  452. }
  453. .pagination a svg {
  454. width:8px;
  455. padding:4px;
  456. }
  457. .pagination a svg path {
  458. fill:rgba(255,255,255,.5);
  459. }
  460. .pagination span {
  461. margin:0 24px;
  462. }
  463.  
  464. /* notes */
  465.  
  466. .notes {
  467. padding:0;
  468. background:transparent;
  469. }
  470. .notes li {
  471. display:block;
  472. }
  473. .notes img {
  474. display:none;
  475. }
  476. .notes .more_notes_link_container {
  477. text-align:inherit!important;
  478. }
  479.  
  480. /* etc */
  481.  
  482. #tumblr_controls,
  483. .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls {
  484. position:fixed!important;
  485. top:0!important;
  486. right:0!important;
  487. opacity:.5!important;
  488. -webkit-backface-visibility:hidden;
  489. padding:10px;
  490. -webkit-transition:opacity .3s ease-out;
  491. transition:opacity .3s ease-out;
  492. }
  493. #tumblr_lightbox, .tmblr-lightbox {
  494. background-color:rgba(22,22,22,.93)!important;
  495. }
  496. #vignette, .vignette {
  497. opacity:0;
  498. }
  499. #tumblr_lightbox img, .lightbox-image {
  500. box-shadow:none!important;
  501. border-radius:0!important;
  502. -moz-box-sizing:border-box;
  503. box-sizing:border-box;
  504. max-width:none;
  505. }
  506. #tumblr_lightbox_caption, .lightbox-caption {
  507. visibility:hidden;
  508. }
  509. #theme {
  510. position:fixed;
  511. display:block;
  512. bottom:10px;
  513. right:10px;
  514. z-index:999;
  515. padding:5px;
  516. line-height:1em;
  517. }
  518. {block:ifInfiniteScroll}
  519. .pagination,
  520. #infscr-loading {
  521. display:none!important;
  522. }
  523. {/block:ifInfiniteScroll}
  524.  
  525. {block:ifLightVersion}
  526. /* light version */
  527.  
  528. body {color:rgb(120,120,120); background-color:#fff;}
  529. a:hover {color:rgb(100,100,100)!important;}
  530. ::-webkit-scrollbar {background-color:rgb(244,244,244);}
  531. ::-webkit-scrollbar-track {border:8px solid rgb(244,244,244); background-color:rgb(211,211,211);}
  532. ::-webkit-scrollbar-thumb {border:8px solid rgb(244,244,244); background-color:rgb(170,170,170);}
  533. .title {color:rgb(80,80,80);}
  534. .accent, .tags a, .question, .pagination span, ol li:before {color:rgb(180,180,180);}
  535. .permalink {color:rgb({RGBcolor:link});}
  536. hr, blockquote:after, blockquote > p:first-child .tumblr_blog:before, ul li:before {background-color:rgb(225,225,225);}
  537. .body {background-color:rgb(251,251,251);}
  538. .ph .media {background-color:rgb(255,255,255); border-color:rgb(245,245,245);}
  539. .lb svg {background-color:rgba(255,255,255,.75);}
  540. .lb svg path {fill:rgba(0,0,0,.4);}
  541. .pagination a svg path {fill:rgba(0,0,0,.3);}
  542. #tumblr_lightbox, .tmblr-lightbox {background-color:rgba(244,244,244,.93)!important;}
  543. #tumblr_controls, .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls {-webkit-filter:invert(100%);}
  544. {/block:ifLightVersion}
  545. </style>
  546. <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
  547.  
  548.  
  549.  
  550. </head>
  551. <body class="p{select:posts}">
  552. <div class="main">
  553. <div class="content">
  554. <aside>
  555. <h1 class="title"><a href="/">{Title}</a></h1>
  556. {block:ifShowDescription}
  557. <section class="desc">
  558. {Description}
  559. </section>
  560. {/block:ifShowDescription}
  561. <section class="links accent">
  562. {block:ifHomeLink}<li><a href="/">{text:home link}</a></li>{/block:ifHomeLink}
  563. {block:ifAskLink}<li><a href="/ask">{text:ask link}</a></li>{/block:ifAskLink}
  564. {block:HasPages}{block:Pages}<li><a href="{URL}">{Label}</a></li> {/block:Pages}{/block:HasPages}
  565. {block:ifLink1}<li><a href="{text:link 1 url}">{text:link 1}</a></li>{/block:ifLink1}
  566. {block:ifLink2}<li><a href="{text:link 2 url}">{text:link 2}</a></li>{/block:ifLink2}
  567. {block:ifLink3}<li><a href="{text:link 3 url}">{text:link 3}</a></li>{/block:ifLink3}
  568. {block:ifLink4}<li><a href="{text:link 4 url}">{text:link 4}</a></li>{/block:ifLink4}
  569. {block:ifLink5}<li><a href="{text:link 5 url}">{text:link 5}</a></li>{/block:ifLink5}
  570. {block:ifLink6}<li><a href="{text:link 6 url}">{text:link 6}</a></li>{/block:ifLink6}
  571. {block:ifArchiveLink}<li><a href="/archive">{text:archive link}</a></li>{/block:ifArchiveLink}
  572. </section>
  573. </aside>
  574. {block:Posts}
  575. <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}">
  576. <section class="body">
  577. {block:Date}
  578. <a class="permalink accent" href="{Permalink}">{Month} {DayOfMonth}</a>
  579. {/block:Date}
  580. {block:Answer}
  581. <div class="question text">
  582. <i class="sender">{Asker}:</i>
  583. <i>{Question}</i>
  584. </div>
  585. <div class="answer text">{Answer}</div>
  586. {/block:Answer}
  587. {block:Chat}
  588. {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
  589. <div class="chat text">
  590. {block:Lines}
  591. <p class="line">
  592. {block:Label}
  593. <span class="label title">{Label}&nbsp;</span>
  594. {/block:Label}
  595. {Line}
  596. </p>
  597. {/block:Lines}
  598. </div>
  599. {/block:Chat}
  600. {block:Link}
  601. <h1 class="title"><a href="{URL}">{Name}</a></h1>
  602. {block:Description}<div class="text">{Description}</div>{/block:Description}
  603. {/block:Link}
  604. {block:Quote}
  605. <h1 class="quote title">{Quote}</h1>
  606. {block:Source}
  607. <div class="source text">{Source}</div>
  608. {/block:Source}
  609. {/block:Quote}
  610. {block:Text}
  611. {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
  612. <div class="text">{Body}</div>
  613. {/block:Text}
  614. {block:Caption}
  615. <div class="caption text">{Caption}</div>
  616. {/block:Caption}
  617. {block:HasTags}
  618. <div class="tags">
  619. {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  620. </div>
  621. {/block:HasTags}
  622. </section>
  623. <section class="media">
  624. {block:Audio}
  625. <div class="audiowrap">
  626. <div class="audio accent">
  627. {block:AudioPlayer}
  628. <div class="player">{AudioPlayerBlack}</div>
  629. {/block:AudioPlayer}
  630. <div class="track">{block:TrackName}<span class="title">{TrackName}</span>{/block:TrackName}{block:Artist}<span>{Artist}</span>{/block:Artist}</div>
  631. </div>
  632. </div>
  633. {/block:Audio}
  634. {block:Photo}
  635. {LinkOpenTag}
  636. <img src="{PhotoURL-HighRes}">
  637. {LinkCloseTag}
  638. {block:IndexPage}
  639. <a class="lb" 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"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M179.5,34.5c-3.3,0-6,2.7-6,6s2.7,6,6,6c3.9,0,7,2.3,7.8,5.7c-0.2,0.6-0.3,1.2-0.3,1.8v41c-7.2-7.1-17.1-11.5-28-11.5 c-14.6,0-27.3,7.8-34.3,19.5c-3.6-3.4-8.4-5.5-13.7-5.5s-10.1,2.1-13.7,5.5c-7-11.6-19.8-19.5-34.3-19.5c-11.4,0-21.7,4.8-29,12.5 V56.4c0.3-0.7,0.5-1.5,0.5-2.4c0-4.4,3.1-7.5,7.5-7.5c3.3,0,6-2.7,6-6s-2.7-6-6-6c-10.1,0-18,7-19.3,16.7C22.3,52,22,53,22,54v70 c0,1.4,0.5,2.6,1.2,3.6c2.1,20.1,19.1,35.9,39.8,35.9c22.1,0,40-17.9,40-40c0-1.5-0.1-2.9-0.2-4.3c0.2-0.5,0.2-1.1,0.2-1.7 c0-4.4,3.6-8,8-8s8,3.6,8,8c0,0.6,0.1,1.1,0.2,1.7c-0.2,1.4-0.2,2.9-0.2,4.3c0,22.1,17.9,40,40,40c21.7,0,39.4-17.4,40-39 c0-0.2,0-0.3,0-0.5V56.4c0.3-0.7,0.5-1.5,0.5-2.4C199.5,43.1,190.7,34.5,179.5,34.5z M63,151.5c-15.4,0-28-12.6-28-28s12.6-28,28-28 s28,12.6,28,28S78.4,151.5,63,151.5z M159,151.5c-15.4,0-28-12.6-28-28s12.6-28,28-28s28,12.6,28,28S174.4,151.5,159,151.5z"/></svg></a>
  640. {/block:IndexPage}
  641. {/block:Photo}
  642. {block:Photoset}
  643. {block:PermalinkPage}
  644. <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>
  645. {/block:PermalinkPage}
  646. {block:IndexPage}
  647. {block:Photos}<img src="{PhotoURL-HighRes}"><!--{/block:Photos}-->
  648. <a class="lb" href="#" onclick="Tumblr.Lightbox.init([/*{block:Photos}, /**/ { width: '{PhotoWidth-HighRes}', height: '{PhotoHeight-HighRes}', low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }{/block:Photos}]);$('body').toggleClass('tumblr_lightbox_active');return false"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M179.5,34.5c-3.3,0-6,2.7-6,6s2.7,6,6,6c3.9,0,7,2.3,7.8,5.7c-0.2,0.6-0.3,1.2-0.3,1.8v41c-7.2-7.1-17.1-11.5-28-11.5 c-14.6,0-27.3,7.8-34.3,19.5c-3.6-3.4-8.4-5.5-13.7-5.5s-10.1,2.1-13.7,5.5c-7-11.6-19.8-19.5-34.3-19.5c-11.4,0-21.7,4.8-29,12.5 V56.4c0.3-0.7,0.5-1.5,0.5-2.4c0-4.4,3.1-7.5,7.5-7.5c3.3,0,6-2.7,6-6s-2.7-6-6-6c-10.1,0-18,7-19.3,16.7C22.3,52,22,53,22,54v70 c0,1.4,0.5,2.6,1.2,3.6c2.1,20.1,19.1,35.9,39.8,35.9c22.1,0,40-17.9,40-40c0-1.5-0.1-2.9-0.2-4.3c0.2-0.5,0.2-1.1,0.2-1.7 c0-4.4,3.6-8,8-8s8,3.6,8,8c0,0.6,0.1,1.1,0.2,1.7c-0.2,1.4-0.2,2.9-0.2,4.3c0,22.1,17.9,40,40,40c21.7,0,39.4-17.4,40-39 c0-0.2,0-0.3,0-0.5V56.4c0.3-0.7,0.5-1.5,0.5-2.4C199.5,43.1,190.7,34.5,179.5,34.5z M63,151.5c-15.4,0-28-12.6-28-28s12.6-28,28-28 s28,12.6,28,28S78.4,151.5,63,151.5z M159,151.5c-15.4,0-28-12.6-28-28s12.6-28,28-28s28,12.6,28,28S174.4,151.5,159,151.5z"/></svg></a>
  649. {/block:IndexPage}
  650. {/block:Photoset}
  651. {block:Video}
  652. <div class="video">{Video-500}</div>
  653. {/block:Video}
  654. </section>
  655. </article>
  656. {block:PostNotes}
  657. <article class="entry" id="notes">
  658. <section class="body w">
  659. <h1 class="title">{NoteCountWithLabel}</h1>
  660. {block:RebloggedFrom}
  661. <div class="rf accent text">
  662. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  663. {block:ContentSource}
  664. Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  665. {/block:ContentSource}
  666. </div>
  667. {/block:RebloggedFrom}
  668. {PostNotes}
  669. </section>
  670. </article>
  671. {/block:PostNotes}
  672. {/block:Posts}
  673. </div>
  674. {block:Pagination}
  675. <div class="pagination">
  676. {block:PreviousPage}
  677. <a class="prev" href="{PreviousPage}">
  678. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 375.473 375.473" style="enable-background:new 0 0 375.473 375.473;" xml:space="preserve"><g><g><path d="M315.817,6.856c-5.667-7.65-16.15-9.067-23.8-3.4L63.083,174.023c-4.25,3.117-6.8,8.217-6.8,13.6 c0,5.383,2.55,10.483,6.8,13.6l228.933,170.85c3.117,2.267,6.517,3.4,10.2,3.4c5.1,0,10.2-2.267,13.6-6.8 c5.667-7.65,3.967-18.133-3.4-23.8l-210.8-157.25l210.8-157.25C319.783,24.99,321.483,14.223,315.817,6.856z"/></g></g></svg>
  679. </a>
  680. {/block:PreviousPage}
  681. <span class="pg">{CurrentPage} of {TotalPages}</span>
  682. {block:NextPage}
  683. <a class="next" href="{NextPage}">
  684. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 375.39 375.39" style="enable-background:new 0 0 375.39 375.39;" xml:space="preserve"><g><g><path d="M59.615,368.59c3.4,4.533,8.5,6.8,13.6,6.8c3.4,0,7.083-1.133,10.2-3.4l228.933-170.85c4.25-3.117,6.8-8.217,6.8-13.6 s-2.55-10.483-6.8-13.6L83.415,3.373c-7.65-5.667-18.133-3.967-23.8,3.4c-5.667,7.65-3.967,18.133,3.4,23.8l210.8,157.25 l-210.8,157.25C55.648,350.456,53.948,361.223,59.615,368.59z"/></g></g></svg>
  685. </a>
  686. {/block:NextPage}</span>
  687. </div>
  688. {/block:Pagination}
  689. </div>
  690. <!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} -->
  691. <a href="http://shythemes.tumblr.com" id="theme" class="accent" title="theme">k.</a>
  692. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  693. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  694. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  695. {block:PermalinkPage}
  696. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  697. {/block:PermalinkPage}
  698. {block:IndexPage}
  699. {block:ifInfiniteScroll}
  700. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  701. {/block:ifInfiniteScroll}
  702. {/block:IndexPage}
  703. <script>
  704. $(document).ready(function(){
  705. {block:PermalinkPage}
  706. // pxu photosets
  707. $('.photo-slideshow').pxuPhotoset({
  708. lightbox: true,
  709. rounded: false,
  710. gutter: '1px',
  711. photoset: '.photo-slideshow',
  712. photoWrap: '.photo-data',
  713. photo: '.pxu-photo'
  714. });
  715. {/block:PermalinkPage}
  716. // soundcloud players
  717. var color = '{color:link}'; // color of play button (hex)
  718. $('.soundcloud_audio_player').each(function(){
  719. $(this).attr({ src: $(this).attr('src').split('&')[0] + '&amp;liking=false&amp;sharing=false&amp;auto_play=false&amp;show_comments=false&amp;continuous_play=false&amp;buying=false&amp;show_playcount=false&amp;show_artwork=false&amp;origin=tumblr&amp;color=' + color.split('#')[1], height: 116, width: '100%' });
  720. });
  721. // tumblr audio players
  722. $('.tumblr_audio_player').each(function(){
  723. $(this).attr({ src: $(this).attr('src').split('&color=')[0] + '&color=transparent&simple=1 '});
  724. });
  725. // masonry
  726. var $container = $('.content');
  727. $container.masonry({
  728. itemSelector: '.entry',
  729. columnWidth: {select:posts} * 1.3,
  730. isFitWidth: true
  731. });
  732. $container.imagesLoaded(function(){
  733. $container.masonry();
  734. $('aside').animate({ opacity: 1 });
  735. $container.find('.entry').animate({ opacity: 1, zIndex: 1 });
  736. });
  737. {block:IndexPage}
  738. {block:ifInfiniteScroll}
  739. // infinite scroll
  740. var $container = $('.content');
  741. $container.infinitescroll({
  742. itemSelector: '.entry',
  743. navSelector: '.pagination',
  744. nextSelector: '.next',
  745. loadingImg: '',
  746. loadingText: '<em></em>',
  747. bufferPx: 2000
  748. },
  749. function( newElements ) {
  750. var $newElems = $( newElements );
  751. $newElems.imagesLoaded(function(){
  752. $container.masonry( 'appended', $newElems );
  753. $newElems.animate({ opacity: 1, zIndex: 1 });
  754. });
  755. // videos
  756. $newElems.find('.video').each(function(){
  757. resizeVideos();
  758. },
  759. function(){
  760. $container.masonry();
  761. });
  762. // soundcloud players
  763. $newElems.find('.soundcloud_audio_player').each(function(){
  764. $(this).attr({ src: $(this).attr('src').split('&')[0] + '&amp;liking=false&amp;sharing=false&amp;auto_play=false&amp;show_comments=false&amp;continuous_play=false&amp;buying=false&amp;show_playcount=false&amp;show_artwork=false&amp;origin=tumblr&amp;color=' + color.split('#')[1], height: 116, width: '100%' });
  765. },
  766. function(){
  767. $container.masonry();
  768. });
  769. // tumblr audio players
  770. $newElems.find('.tumblr_audio_player').each(function(){
  771. $(this).attr({ src: $(this).attr('src').split('&color=')[0] + '&color=transparent&simple=1 '});
  772. },
  773. function(){
  774. $container.masonry();
  775. });
  776. });
  777. {/block:ifInfiniteScroll}
  778. {/block:IndexPage}
  779. });
  780. </script>
  781. </body>
  782. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement