Advertisement
rasperries

shy rosehoney updated code

Jul 17th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.53 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.  
  11.  
  12. velvet @ shythemes
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. ----------------------------------------------------------------------->
  21.  
  22. <title>{Title}</title>
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. <link rel="shortcut icon" href="{Favicon}">
  25. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  26. <meta name="viewport" content="width=device-width, initial-scale=1">
  27.  
  28. <!-- meta tags -------------------------------------------------------->
  29.  
  30. <meta name="image:sidebar" content="">
  31. <meta name="color:link hover" content="#000000">
  32. <meta name="if:italics" content="">
  33. <meta name="if:show avatar" content="">
  34. <meta name="if:show search" content="">
  35. <meta name="if:show full photosets" content="">
  36. <meta name="if:show captions" content="">
  37. <meta name="if:show tags" content="">
  38. <meta name="if:infinite scroll" content="">
  39. <meta name="text:home link" content="">
  40. <meta name="text:archive link" content="">
  41. <meta name="text:ask link" content="contact">
  42. <meta name="text:search placeholder" content="search">
  43. <meta name="text:link 1" content="">
  44. <meta name="text:link 1 url" content="">
  45. <meta name="text:link 2" content="">
  46. <meta name="text:link 2 url" content="">
  47. <meta name="text:link 3" content="">
  48. <meta name="text:link 3 url" content="">
  49. <meta name="text:link 4" content="">
  50. <meta name="text:link 4 url" content="">
  51. <meta name="text:link 5" content="">
  52. <meta name="text:link 5 url" content="">
  53. <meta name="text:link 6" content="">
  54. <meta name="text:link 6 url" content="">
  55.  
  56. <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i" rel="stylesheet">
  57.  
  58. <!-- css -------------------------------------------------------------->
  59.  
  60. <style type="text/css">
  61.  
  62. /* typography ------------------------------------------------------- */
  63.  
  64. body {
  65. margin:0;
  66. font-size:9px;
  67. font-family:source-serif-pro, georgia, serif;
  68. letter-spacing:0.50px;
  69. word-spacing:0.5px;
  70. line-height:1.8em;
  71. word-break:break-word;
  72. -moz-osx-font-smoothing:grayscale;
  73. -webkit-font-smoothing:antialiased;
  74. font-smoothing:antialiased;
  75. overflow-x:hidden;
  76. color:#111;
  77. background:#ffffff;
  78. }
  79. a {
  80. color:inherit;
  81. text-decoration:none;
  82. transition:all 0s ease-in-out;
  83. -webkit-transition:all 0s ease-in-out;
  84. }
  85. small, sub {
  86. font-size:1em;
  87. vertical-align:baseline;
  88. }
  89. blockquote, ol, ul, p, pre, figure {
  90. margin:1em 0;
  91. }
  92. h1, h2, h3, h4, h5, h6 {
  93. margin:0 0 1em;
  94. font-size:1em;
  95. font-weight:inherit;
  96. }
  97. img {
  98. border:0;
  99. max-width:100%;
  100. height:auto;
  101. }
  102. pre {
  103. white-space:normal;
  104. }
  105. h1 {
  106. margin:0 0 1em;
  107. color:#000000;
  108. }
  109. ol {
  110. counter-reset:list;
  111. list-style:none;
  112. padding:0;
  113. }
  114. ol li {
  115. position:relative;
  116. padding-left:3em;
  117. counter-increment:list;
  118. }
  119. ol li:before {
  120. content:counter(list) '.';
  121. position:absolute;
  122. margin-left:-3em;
  123. }
  124. hr,
  125. .tumblr_parent:not(:first-of-type):before {
  126. content:'';
  127. display:block;
  128. margin:1.8em 0;
  129. border:0;
  130. height:1px;
  131. width:100%;
  132. -moz-box-sizing:border-box;
  133. box-sizing:border-box;
  134. background-color:#e6e6e6;
  135. }
  136. .tumblr_parent blockquote {
  137. padding:0 0 0 2em;
  138. border-left:1px solid #e6e6e6;
  139. }
  140. {block:ifItalics}
  141. nav a, nav .search .query, .text a, .accent, .loading {
  142. font-style:italic;
  143. }
  144. {/block:ifItalics}
  145. .entry .text a:not(.tumblr_blog) {
  146. padding-bottom:1px;
  147. background-image:linear-gradient(transparent, #111111);
  148. background-size:1px 1px;
  149. background-repeat:repeat-x;
  150. background-position:left bottom;
  151. }
  152. .entry .text a:not(.tumblr_blog):hover {
  153. color:{color:link hover};
  154. background-image:linear-gradient(transparent, {color:link hover});
  155. }
  156. .title {
  157. font-size:1.2em;
  158. line-height:1.6em;
  159. margin-bottom:.5em;
  160. }
  161. .accent,
  162. .tumblr_parent .tumblr_blog,
  163. ol li:before,
  164. nav a,
  165. .search .query,
  166. .desc a,
  167. .loading,
  168. .notes .more_notes_link_container a {
  169. color:#6f6f6f;
  170. }
  171. b, strong {
  172. font-size:7.5px;
  173. font-family:lato, sans-serif;
  174. letter-spacing:1.5px;
  175. text-transform:uppercase;
  176. }
  177.  
  178. /* layout ----------------------------------------------------------- */
  179.  
  180. .main {
  181. margin:0 auto;
  182. }
  183. aside {
  184. padding:80px 80px 40px;
  185. }
  186. aside section {
  187. margin:0 auto;
  188. max-width:540px;
  189. }
  190. aside section:not(:first-child) {
  191. margin-top:1.8em;
  192. }
  193. aside nav li {
  194. display:block;
  195. margin:0 0 .5em;
  196. }
  197. aside h1.blog.title {
  198.  
  199. font-style:normal;
  200. font-weight:bold;
  201. font-family:lato, sans-serif;
  202. text-transform:uppercase;
  203. letter-spacing:.2em;
  204. padding-left:0em;
  205. margin-bottom:1.2em;
  206. }
  207. aside .side {
  208. display:none;
  209. }
  210. aside .avatar {
  211. margin:0 0 2em;
  212. width:30px;
  213. border-radius:4px;
  214. overflow:hidden;
  215. }
  216. aside .avatar.circle {
  217. border-radius:15px;
  218. }
  219. aside .avatar img {
  220. display:block;
  221. }
  222. aside .search .query {
  223. border:0;
  224. outline:0;
  225. padding:0;
  226. font-family:inherit;
  227. font-size:inherit;
  228. letter-spacing:inherit;
  229. background-color:transparent;
  230. }
  231. ::-webkit-input-placeholder {color:inherit;}
  232. :-moz-placeholder {color:inherit; opacity:1;}
  233. ::-moz-placeholder {color:inherit; opacity:1;}
  234. :-ms-input-placeholder {color:inherit;}
  235. input:focus::-webkit-input-placeholder {color:transparent;}
  236. input:focus:-moz-placeholder {color:transparent;}
  237. input:focus::-moz-placeholder {color:transparent;}
  238. input:focus:-ms-input-placeholder {color:transparent;}
  239. .content {
  240. font-size:0;
  241. margin:40px;
  242. }
  243. .loading {
  244. padding:40px;
  245. font-size:9.5px;
  246. }
  247. .entry {
  248. position:relative;
  249. font-size:9px;
  250. letter-spacing:0.50px;
  251. word-spacing:0.5px;
  252. width:100%;
  253. padding:40px;
  254. -moz-box-sizing:border-box;
  255. box-sizing:border-box;
  256. {block:IndexPage}
  257. display:inline-block;
  258. opacity:0;
  259. z-index:-1;
  260. {/block:IndexPage}
  261. }
  262. .entry:last-child {
  263. margin-bottom:0;
  264. }
  265. .post {
  266. max-width:540px;
  267. margin:0 auto;
  268. }
  269. .pagination {
  270. overflow:hidden;
  271. margin:40px;
  272. padding:40px;
  273. margin-top:0!important;
  274. padding-top:0!important;
  275. max-width:540px;
  276. max-width:{text:post width};
  277. {block:IndexPage}
  278. opacity:0;
  279. z-index:-1;
  280. {/block:IndexPage}
  281. }
  282. .pagination .next {
  283. float:right;
  284. color:#111111;
  285. }
  286.  
  287. /* breakpoints ------------------------------------------------------ */
  288.  
  289. @media screen and (min-width:700px) {
  290. .content, .pagination {
  291. margin:40px 40px 40px 360px;
  292. max-width:none;
  293. }
  294. aside .side {
  295. display:block;
  296. }
  297. .post {
  298. margin:0;
  299. }
  300. aside {
  301. position:fixed;
  302. top:0;
  303. left:0;
  304. bottom:0;
  305. margin:0;
  306. -moz-box-sizing:border-box;
  307. box-sizing:border-box;
  308. width:360px;
  309. }
  310. }
  311. @media screen and (min-width:1020px) {
  312. .content, .pagination {
  313. margin-right:39px;
  314. }
  315. {block:IndexPage}
  316. .entry {
  317. width:calc(50% - 0.5px);
  318. }
  319. {/block:IndexPage}
  320. }
  321. @media screen and (min-width:1340px) {
  322. .content, .pagination {
  323. margin-right:38px;
  324. }
  325. {block:IndexPage}
  326. .entry {
  327. width:calc(33.3% - 0.5px);
  328. }
  329. {/block:IndexPage}
  330. }
  331. @media screen and (min-width:1660px) {
  332. .content, .pagination {
  333. margin-right:37px;
  334. }
  335. {block:IndexPage}
  336. .entry {
  337. width:calc(25% - 0.5px);
  338. }
  339. {/block:IndexPage}
  340. }
  341.  
  342. /* posts ------------------------------------------------------------ */
  343.  
  344. .date {
  345. overflow:hidden;
  346. margin:2em 0 0;
  347. padding:2em 0 0;
  348. border-top:1px solid #e6e6e6;
  349. }
  350. svg {
  351. height:9px;
  352. width:auto;
  353. opacity:.5;
  354. padding:1px;
  355. display:block;
  356. overflow:visible;
  357. }
  358. .controls {
  359. float:right;
  360. }
  361. .controls a {
  362. position:relative;
  363. display:inline-block;
  364. overflow:hidden;
  365. padding:1px 2px;
  366. width:10px;
  367. height:10px;
  368. margin-left:1em;
  369. }
  370. .controls .permalink {
  371. margin-right:3px;
  372. margin-top:-1px;
  373. }
  374. .controls .permalink svg {
  375. height:12px;
  376. }
  377. .controls .reblog {
  378. opacity:.93;
  379. }
  380. .controls .reblog svg {
  381. height:8px;
  382. margin-top:1px;
  383. }
  384. .controls .like .liked + svg {
  385. opacity:1;
  386. }
  387. .controls .like .liked + svg path {
  388. fill:#ec5a5a;
  389. }
  390. .controls .like .like_button {
  391. position:relative;
  392. }
  393. .controls .like .like_button iframe {
  394. position:absolute;
  395. top:0;
  396. left:0;
  397. bottom:0;
  398. right:0;
  399. z-index:2;
  400. opacity:0;
  401. }
  402. .tags {
  403. display:inline;
  404. {block:IndexPage}{block:ifNotShowTags}display:none;{/block:ifNotShowTags}{/block:IndexPage}
  405. }
  406. .comma {
  407. margin:0 .5em;
  408. }
  409. .tags .comma {
  410. margin:0 0 0 .5em;
  411. }
  412. .tags .comma:last-of-type {
  413. display:none;
  414. }
  415. .post .media {
  416. position:relative;
  417. }
  418. .photo-slideshow {
  419. display:inline-block;
  420. width:100%;
  421. }
  422. .text {
  423. margin:1.5em 0 0;
  424. }
  425. .text *:first-child {
  426. margin-top:0;
  427. }
  428. .text *:last-child {
  429. margin-bottom:0;
  430. }
  431. .question, .quote {
  432. padding-bottom:1.8em;
  433. margin-bottom:1.8em;
  434. border-bottom:1px solid #e6e6e6;
  435. }
  436. .sender {
  437. text-transform:lowercase;
  438. }
  439. .caption {
  440. {block:IndexPage}{block:ifNotShowCaptions}display:none;{/block:ifNotShowCaptions}{/block:IndexPage}
  441. }
  442. .chat, .chat li {
  443. padding:0;
  444. list-style-type:none;
  445. }
  446. .audiowrap {
  447. position:relative;
  448. height:27px;
  449. overflow:hidden;
  450. background-color:#f8f8f8;
  451. padding:14px;
  452. margin-bottom:1.5em;
  453. }
  454. .audio {
  455. position:absolute;
  456. display:inline-block;
  457. left:14px;
  458. top:14px;
  459. right:14px;
  460. bottom:14px;
  461. text-align:left;
  462. line-height:27px;
  463. }
  464. .audio .player {
  465. width:27px;
  466. height:27px;
  467. left:0;
  468. top:0;
  469. opacity:.5;
  470. line-height:0;
  471. overflow:hidden;
  472. position:absolute;
  473. }
  474. .audio .track {
  475. overflow:hidden;
  476. line-height:15px;
  477. margin-left:41px;
  478. width:calc(100% - 41px);
  479. display:inline-block;
  480. vertical-align:middle;
  481. }
  482. .audio .track .h {
  483. display:block;
  484. max-height:15px;
  485. white-space:nowrap;
  486. overflow:hidden;
  487. text-overflow:ellipsis;
  488. margin-right:15px;
  489. }
  490.  
  491. /* other ------------------------------------------------------------ */
  492.  
  493. .notes img {
  494. display:none;
  495. }
  496. .more_notes_link_container {
  497. text-align:left!important;
  498. }
  499. #tumblr_controls,
  500. .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls {
  501. position:fixed!important;
  502. top:0!important;
  503. right:0!important;
  504. opacity:.4!important;
  505. -webkit-filter:invert(100%);
  506. -webkit-backface-visibility:hidden;
  507. padding:17px;
  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. #tumblr_lightbox img, .lightbox-image {
  519. max-width:none;
  520. }
  521. {block:ifInfiniteScroll}
  522. .pagination,
  523. #infscr-loading {
  524. display:none!important;
  525. }
  526. {/block:ifInfiniteScroll}
  527.  
  528. ::-webkit-scrollbar {
  529. width:9px;
  530. height:9px;
  531. }
  532. ::-webkit-scrollbar {
  533. background-color:#ffffff; /* background color */
  534. }
  535. ::-webkit-scrollbar-track {
  536. border:8px solid #ffffff; /* background color */
  537. border-left:0;
  538. background-color:#e6e6e6; /* light border color */
  539. }
  540. ::-webkit-scrollbar-thumb {
  541. border:8px solid #ffffff; /* background color */
  542. border-left:0;
  543. background-color:#888888; /* dark border color */
  544. min-height:24px;
  545. min-width:24px;
  546. }
  547.  
  548. </style>
  549. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
  550. </head>
  551. <body class="{select:font}">
  552.  
  553. <div class="main">
  554.  
  555. <!-- left sidebar ----------------------------------------------------->
  556.  
  557. <aside>
  558. {block:ifSidebarImage}
  559. <section>
  560. <a href="/"><img class="side" src="{image:sidebar}"></a>
  561. </section>
  562. {/block:ifSidebarImage}
  563. <section>
  564. {block:ifShowAvatar}<a href="/"><img src="{PortraitURL-128}" class="avatar {AvatarShape}"></a>{/block:ifShowAvatar}
  565. <h1 class="blog title"><a href="/">{Title}</a></h1>
  566. <div class="desc">{Description}</div>
  567. </section>
  568. <section>
  569. <nav class="text">
  570. {block:ifHomeLink}<li><a href="/">{text:home link}</a></li>{/block:ifHomeLink}
  571. {block:ifArchiveLink}<li><a href="/archive">{text:archive link}</a></li>{/block:ifArchiveLink}
  572. {block:ifAskLink}<li><a href="/ask">{text:ask link}</a></li>{/block:ifAskLink}
  573. {block:HasPages}{block:Pages}<li><a href="{URL}">{Label}</a></li> {/block:Pages}{/block:HasPages}
  574. {block:ifLink1}<li><a href="{text:link 1 url}">{text:link 1}</a></li>{/block:ifLink1}
  575. {block:ifLink2}<li><a href="{text:link 2 url}">{text:link 2}</a></li>{/block:ifLink2}
  576. {block:ifLink3}<li><a href="{text:link 3 url}">{text:link 3}</a></li>{/block:ifLink3}
  577. {block:ifLink4}<li><a href="{text:link 4 url}">{text:link 4}</a></li>{/block:ifLink4}
  578. {block:ifLink5}<li><a href="{text:link 5 url}">{text:link 5}</a></li>{/block:ifLink5}
  579. {block:ifLink6}<li><a href="{text:link 6 url}">{text:link 6}</a></li>{/block:ifLink6}
  580. {block:ifShowSearch}
  581. <form action="/search" method="get" class="search">
  582. <input type="text" name="q" value="{SearchQuery}" class="query" placeholder="{text:search placeholder}">
  583. </form>
  584. {/block:ifShowSearch}
  585. </nav>
  586. </section>
  587. </aside>
  588.  
  589. <!-- posts ------------------------------------------------------------>
  590.  
  591. <div class="content">
  592. {block:IndexPage}<div class="loading">Loading...</div>{/block:IndexPage}
  593. {block:Posts}
  594. <article class="entry {block:Photo}ph{/block:Photo}{block:Photoset}ph{/block:Photoset}" id="{PostID}">
  595. <section class="post">
  596. {block:Audio}
  597. <!-- audio ------------------------------------------------------------>
  598. <div class="audiowrap">
  599. <div class="audio">
  600. {block:AudioPlayer}
  601. <div class="player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  602. </div>
  603. {/block:AudioPlayer}
  604. <div class="track"><div class="h">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<span class="accent"> by {Artist}</span>{/block:Artist}</div></div>
  605. </div>
  606. </div>
  607. {/block:Audio}
  608. {block:Photo}
  609. <!-- photo ------------------------------------------------------------>
  610. <div class="media">
  611. {LinkOpenTag}
  612. <img src="{PhotoURL-HighRes}">
  613. {LinkCloseTag}
  614. </div>
  615. {/block:Photo}
  616. {block:Photoset}
  617. <!-- photoset --------------------------------------------------------->
  618. <div class="media photoset">
  619. {block:PermalinkPage}
  620. <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>
  621. {/block:PermalinkPage}
  622. {block:IndexPage}
  623. {block:ifNotShowFullPhotosets}
  624. <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">
  625. {block:Photos}<img src="{PhotoURL-HighRes}"><!--{/block:Photos}-->
  626. </a>
  627. {/block:ifNotShowFullPhotosets}
  628. {block:ifShowFullPhotosets}
  629. <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>
  630. {/block:ifShowFullPhotosets}
  631. {/block:IndexPage}
  632. </div>
  633. {/block:Photoset}
  634. {block:Video}
  635. <!-- video ------------------------------------------------------------>
  636. <div class="media video">{Video-500}</div>
  637. {/block:Video}
  638. {block:Answer}
  639. <!-- answer ----------------------------------------------------------->
  640. <div class="question">
  641. <div class="sender accent">{Asker}</div>
  642. <div class="inquiry text">{Question}</div>
  643. </div>
  644. <div class="answer text">
  645. <a class="tumblr_blog" href="{Permalink}">{Name}</a>{Answer}</div>
  646. {/block:Answer}
  647. {block:Chat}
  648. <!-- chat ------------------------------------------------------------->
  649. {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
  650. <ul class="chat text">
  651. {block:Lines}
  652. <li class="line">
  653. {block:Label}
  654. <b class="label">{Label}&nbsp; </b>
  655. {/block:Label}
  656. {Line}
  657. </li>
  658. {/block:Lines}
  659. </ul>
  660. {/block:Chat}
  661. {block:Link}
  662. <!-- link ------------------------------------------------------------->
  663. <h1 class="title"><a href="{URL}">{Name}</a></h1>
  664. {block:Description}<div class="text">{Description}</div>{/block:Description}
  665. {/block:Link}
  666. {block:Quote}
  667. <!-- quote ------------------------------------------------------------>
  668. <div class="quote title">{Quote}</div>
  669. {block:Source}
  670. <div class="source text">{Source}</div>
  671. {/block:Source}
  672. {/block:Quote}
  673. {block:Text}
  674. <!-- text ------------------------------------------------------------->
  675. {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
  676. <div class="text">{Body}</div>
  677. {/block:Text}
  678. {block:Caption}
  679. <!-- caption ---------------------------------------------------------->
  680. <div class="caption text">{Caption}</div>
  681. {/block:Caption}
  682. {block:Date}
  683. <div class="date accent">
  684. <!-- date ------------------------------------------------------------->
  685. {block:PermalinkPage}
  686. {lang:Posted on DayOfWeek DayOfMonth Month Year} {block:NoteCount} <i class="comma">/</i> {NoteCountWithLabel}{/block:NoteCount}
  687. {block:RebloggedFrom}<br>Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} <i class="comma">/</i> Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}
  688.  
  689. {/block:PermalinkPage}
  690. {block:HasTags}
  691. <!-- tags ------------------------------------------------------------->
  692. <div class="tags accent">{block:PermalinkPage}<br>Tagged: <i class="comma"></i> {/block:PermalinkPage}{block:Tags}<a href="{TagURL}">{Tag}</a> <i class="comma"></i> {/block:Tags}</div>
  693. {/block:HasTags}
  694. {block:IndexPage}
  695. <div class="controls">
  696. <a href="{Permalink}" class="permalink">
  697. <svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M154,27H58c-3.3,0-6,2.7-6,6v153.7c0,2.5,1.5,4.7,3.8,5.6c2.3,0.9,4.9,0.3,6.6-1.6l44.8-49.1l42.3,49 c1.2,1.3,2.8,2.1,4.5,2.1c0.7,0,1.4-0.1,2.1-0.4c2.3-0.9,3.9-3.1,3.9-5.6V33C160,29.7,157.3,27,154,27z M148,170.6l-36.1-41.9 c-1.1-1.3-2.7-2.1-4.5-2.1c-1.7,0-3.4,0.7-4.5,2L64,171.3V39h84V170.6z"/></svg>
  698. </a>
  699. <a href="{ReblogURL}" target="_blank" class="reblog">
  700. <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg>
  701. </a>
  702. <a href="#" class="like">{LikeButton}
  703. <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
  704. </a>
  705. </div>
  706. {/block:IndexPage}
  707. </div>
  708. {/block:Date}
  709. </section>
  710. </article>
  711. {/block:Posts}
  712. <!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} -->
  713.  
  714. {block:PostNotes}
  715. <!-- notes ------------------------------------------------------------>
  716.  
  717. <article class="entry">
  718. <section class="post">
  719. <h1 class="title">Notes</h1>
  720. {PostNotes}
  721. </section>
  722. </article>
  723.  
  724. {/block:PostNotes}
  725.  
  726. </div>
  727.  
  728. <!-- pagination ------------------------------------------------------->
  729.  
  730. {block:Pagination}<div class="pagination accent">{block:PreviousPage}<a class="prev accent" href="{PreviousPage}">{lang:Previous}</a>{/block:PreviousPage} {block:NextPage}<a class="next" href="{NextPage}">{lang:Next Page}</a>{/block:NextPage}</div>{/block:Pagination}
  731.  
  732. </div>
  733.  
  734. <a href="https://shythemes.tumblr.com" id="theme" class="accent" title="theme">k.</a>
  735.  
  736. <!-- scripts ---------------------------------------------------------->
  737.  
  738. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  739. <script src="//static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  740. <script src="//static.tumblr.com/fwgzvyf/2nno5ubpt/shythemes.fn.js"></script>
  741. <script src="//static.tumblr.com/wgg6svp/ohGobvaye/unnest.min.js"></script>
  742. <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  743. {block:IndexPage}
  744. {block:ifInfiniteScroll}
  745. <script src="//static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  746. {/block:ifInfiniteScroll}
  747. {/block:IndexPage}
  748. <script>
  749. $(document).ready(function(){
  750. var $container = $('.content');
  751. $container.masonry({ itemSelector: '.entry' });
  752. $container.imagesLoaded(function(){
  753. $('.loading').hide();
  754. $container.masonry();
  755. $container.find('.entry').animate({
  756. opacity: 1,
  757. zIndex: 1
  758. });
  759. $('.pagination').animate({
  760. opacity: 1,
  761. zIndex: 1
  762. });
  763. });
  764. $(window).resize(function(){
  765. $container.masonry();
  766. });
  767. $('.photo-slideshow').pxuPhotoset({
  768. lightbox: true,
  769. rounded: false,
  770. gutter: '1px',
  771. photoset: '.photo-slideshow',
  772. photoWrap: '.photo-data',
  773. photo: '.pxu-photo'
  774. });
  775. $container.audioplayers('{color:accents}');
  776. $container.resizevideos();
  777. $('.entry').unnest({
  778. yourCaption: ".text",
  779. wrapName: ".tumblr_parent",
  780. newCaptionUsername: false,
  781. originalPostCaptionUsername: false,
  782. tumblrAvatars: false,
  783. tumblrAvatarClass: ".tumblr_avatar",
  784. usernameColon: false
  785. });
  786. {block:IndexPage}
  787. {block:ifInfiniteScroll}
  788. $container.infinitescroll({
  789. itemSelector: '.entry',
  790. navSelector: '.pagination',
  791. nextSelector: '.next',
  792. loadingImg: '',
  793. loadingText: '<em></em>',
  794. bufferPx: 2000
  795. },
  796. function( newElements ) {
  797. var $newElems = $(newElements);
  798. var $newElemsIDs = $newElems.map(function(){
  799. return this.id;
  800. }).get();
  801. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  802. $newElems.find('.photo-slideshow').pxuPhotoset({
  803. lightbox: true,
  804. rounded: false,
  805. gutter: '1px',
  806. photoset: '.photo-slideshow',
  807. photoWrap: '.photo-data',
  808. photo: '.pxu-photo'
  809. },
  810. function(){
  811. $container.masonry();
  812. });
  813. $newElems.audioplayers('{color:accents}');
  814. $newElems.resizevideos();
  815. $newElems.unnest({
  816. yourCaption: ".text",
  817. wrapName: ".tumblr_parent",
  818. newCaptionUsername: false,
  819. originalPostCaptionUsername: false,
  820. tumblrAvatars: false,
  821. tumblrAvatarClass: ".tumblr_avatar",
  822. usernameColon: false
  823. },
  824. function(){
  825. $container.masonry();
  826. });
  827. $newElems.imagesLoaded(function(){
  828. $container.masonry( 'appended', $newElems );
  829. $newElems.animate({ opacity: 1, zIndex: 1 });
  830. });
  831. });
  832. {block:ifInfiniteScroll}
  833. {/block:IndexPage}
  834. });
  835. </script>
  836. </body>
  837. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement