Advertisement
rasperries

phi

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