kthms

velvet theme (grid version)

Feb 10th, 2017 (edited)
25,022
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.44 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:9.5px;
  67. font-family:lato, arial, sans-serif;
  68. letter-spacing:0.75px;
  69. word-spacing:1px;
  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:#111111;
  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. font-style:normal;
  199. font-weight:bold;
  200. font-family:lato, sans-serif;
  201. text-transform:uppercase;
  202. letter-spacing:.25em;
  203. padding-left:.25em;
  204. margin-bottom:1.2em;
  205. }
  206. aside .side {
  207. display:none;
  208. }
  209. aside .avatar {
  210. margin:0 0 2em;
  211. width:30px;
  212. border-radius:4px;
  213. overflow:hidden;
  214. }
  215. aside .avatar.circle {
  216. border-radius:15px;
  217. }
  218. aside .avatar img {
  219. display:block;
  220. }
  221. aside .search .query {
  222. border:0;
  223. outline:0;
  224. padding:0;
  225. font-family:inherit;
  226. font-size:inherit;
  227. letter-spacing:inherit;
  228. background-color:transparent;
  229. }
  230. ::-webkit-input-placeholder {color:inherit;}
  231. :-moz-placeholder {color:inherit; opacity:1;}
  232. ::-moz-placeholder {color:inherit; opacity:1;}
  233. :-ms-input-placeholder {color:inherit;}
  234. input:focus::-webkit-input-placeholder {color:transparent;}
  235. input:focus:-moz-placeholder {color:transparent;}
  236. input:focus::-moz-placeholder {color:transparent;}
  237. input:focus:-ms-input-placeholder {color:transparent;}
  238. .content {
  239. font-size:0;
  240. margin:40px;
  241. }
  242. .loading {
  243. padding:40px;
  244. font-size:9.5px;
  245. }
  246. .entry {
  247. position:relative;
  248. font-size:9.5px;
  249. width:100%;
  250. padding:40px;
  251. -moz-box-sizing:border-box;
  252. box-sizing:border-box;
  253. {block:IndexPage}
  254. display:inline-block;
  255. opacity:0;
  256. z-index:-1;
  257. {/block:IndexPage}
  258. }
  259. .entry:last-child {
  260. margin-bottom:0;
  261. }
  262. .post {
  263. max-width:540px;
  264. margin:0 auto;
  265. }
  266. .pagination {
  267. overflow:hidden;
  268. margin:40px;
  269. padding:40px;
  270. margin-top:0!important;
  271. padding-top:0!important;
  272. max-width:540px;
  273. max-width:{text:post width};
  274. {block:IndexPage}
  275. opacity:0;
  276. z-index:-1;
  277. {/block:IndexPage}
  278. }
  279. .pagination .next {
  280. float:right;
  281. color:#111111;
  282. }
  283.  
  284. /* breakpoints ------------------------------------------------------ */
  285.  
  286. @media screen and (min-width:700px) {
  287. .content, .pagination {
  288. margin:40px 40px 40px 360px;
  289. max-width:none;
  290. }
  291. aside .side {
  292. display:block;
  293. }
  294. .post {
  295. margin:0;
  296. }
  297. aside {
  298. position:fixed;
  299. top:0;
  300. left:0;
  301. bottom:0;
  302. margin:0;
  303. -moz-box-sizing:border-box;
  304. box-sizing:border-box;
  305. width:360px;
  306. }
  307. }
  308. @media screen and (min-width:1020px) {
  309. .content, .pagination {
  310. margin-right:39px;
  311. }
  312. {block:IndexPage}
  313. .entry {
  314. width:calc(50% - 0.5px);
  315. }
  316. {/block:IndexPage}
  317. }
  318. @media screen and (min-width:1340px) {
  319. .content, .pagination {
  320. margin-right:38px;
  321. }
  322. {block:IndexPage}
  323. .entry {
  324. width:calc(33.3% - 0.5px);
  325. }
  326. {/block:IndexPage}
  327. }
  328. @media screen and (min-width:1660px) {
  329. .content, .pagination {
  330. margin-right:37px;
  331. }
  332. {block:IndexPage}
  333. .entry {
  334. width:calc(25% - 0.5px);
  335. }
  336. {/block:IndexPage}
  337. }
  338.  
  339. /* posts ------------------------------------------------------------ */
  340.  
  341. .date {
  342. overflow:hidden;
  343. margin:2em 0 0;
  344. padding:2em 0 0;
  345. border-top:1px solid #e6e6e6;
  346. }
  347. svg {
  348. height:9px;
  349. width:auto;
  350. opacity:.5;
  351. padding:1px;
  352. display:block;
  353. overflow:visible;
  354. }
  355. .controls {
  356. float:right;
  357. }
  358. .controls a {
  359. position:relative;
  360. display:inline-block;
  361. overflow:hidden;
  362. padding:1px 2px;
  363. width:10px;
  364. height:10px;
  365. margin-left:1em;
  366. }
  367. .controls .permalink {
  368. margin-right:3px;
  369. margin-top:-1px;
  370. }
  371. .controls .permalink svg {
  372. height:12px;
  373. }
  374. .controls .reblog {
  375. opacity:.93;
  376. }
  377. .controls .reblog svg {
  378. height:8px;
  379. margin-top:1px;
  380. }
  381. .controls .like .liked + svg {
  382. opacity:1;
  383. }
  384. .controls .like .liked + svg path {
  385. fill:#ec5a5a;
  386. }
  387. .controls .like .like_button {
  388. position:relative;
  389. }
  390. .controls .like .like_button iframe {
  391. position:absolute;
  392. top:0;
  393. left:0;
  394. bottom:0;
  395. right:0;
  396. z-index:2;
  397. opacity:0;
  398. }
  399. .tags {
  400. display:inline;
  401. {block:IndexPage}{block:ifNotShowTags}display:none;{/block:ifNotShowTags}{/block:IndexPage}
  402. }
  403. .comma {
  404. margin:0 .5em;
  405. }
  406. .tags .comma {
  407. margin:0 0 0 .5em;
  408. }
  409. .tags .comma:last-of-type {
  410. display:none;
  411. }
  412. .post .media {
  413. position:relative;
  414. }
  415. .photo-slideshow {
  416. display:inline-block;
  417. width:100%;
  418. }
  419. .text {
  420. margin:1.5em 0 0;
  421. }
  422. .text *:first-child {
  423. margin-top:0;
  424. }
  425. .text *:last-child {
  426. margin-bottom:0;
  427. }
  428. .question, .quote {
  429. padding-bottom:1.8em;
  430. margin-bottom:1.8em;
  431. border-bottom:1px solid #e6e6e6;
  432. }
  433. .sender {
  434. text-transform:lowercase;
  435. }
  436. .caption {
  437. {block:IndexPage}{block:ifNotShowCaptions}display:none;{/block:ifNotShowCaptions}{/block:IndexPage}
  438. }
  439. .chat, .chat li {
  440. padding:0;
  441. list-style-type:none;
  442. }
  443. .audiowrap {
  444. position:relative;
  445. height:27px;
  446. overflow:hidden;
  447. background-color:#f8f8f8;
  448. padding:14px;
  449. margin-bottom:1.5em;
  450. }
  451. .audio {
  452. position:absolute;
  453. display:inline-block;
  454. left:14px;
  455. top:14px;
  456. right:14px;
  457. bottom:14px;
  458. text-align:left;
  459. line-height:27px;
  460. }
  461. .audio .player {
  462. width:27px;
  463. height:27px;
  464. left:0;
  465. top:0;
  466. opacity:.5;
  467. line-height:0;
  468. overflow:hidden;
  469. position:absolute;
  470. }
  471. .audio .track {
  472. overflow:hidden;
  473. line-height:15px;
  474. margin-left:41px;
  475. width:calc(100% - 41px);
  476. display:inline-block;
  477. vertical-align:middle;
  478. }
  479. .audio .track .h {
  480. display:block;
  481. max-height:15px;
  482. white-space:nowrap;
  483. overflow:hidden;
  484. text-overflow:ellipsis;
  485. margin-right:15px;
  486. }
  487.  
  488. /* other ------------------------------------------------------------ */
  489.  
  490. .notes img {
  491. display:none;
  492. }
  493. .more_notes_link_container {
  494. text-align:left!important;
  495. }
  496. #tumblr_controls,
  497. .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls {
  498. position:fixed!important;
  499. top:0!important;
  500. right:0!important;
  501. opacity:.4!important;
  502. -webkit-filter:invert(100%);
  503. -webkit-backface-visibility:hidden;
  504. padding:17px;
  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. #tumblr_lightbox img, .lightbox-image {
  516. max-width:none;
  517. }
  518. {block:ifInfiniteScroll}
  519. .pagination,
  520. #infscr-loading {
  521. display:none!important;
  522. }
  523. {/block:ifInfiniteScroll}
  524.  
  525. ::-webkit-scrollbar {
  526. width:9px;
  527. height:9px;
  528. }
  529. ::-webkit-scrollbar {
  530. background-color:#ffffff; /* background color */
  531. }
  532. ::-webkit-scrollbar-track {
  533. border:8px solid #ffffff; /* background color */
  534. border-left:0;
  535. background-color:#e6e6e6; /* light border color */
  536. }
  537. ::-webkit-scrollbar-thumb {
  538. border:8px solid #ffffff; /* background color */
  539. border-left:0;
  540. background-color:#888888; /* dark border color */
  541. min-height:24px;
  542. min-width:24px;
  543. }
  544.  
  545. </style>
  546. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
  547. </head>
  548. <body class="{select:font}">
  549.  
  550. <div class="main">
  551.  
  552. <!-- left sidebar ----------------------------------------------------->
  553.  
  554. <aside>
  555. {block:ifSidebarImage}
  556. <section>
  557. <a href="/"><img class="side" src="{image:sidebar}"></a>
  558. </section>
  559. {/block:ifSidebarImage}
  560. <section>
  561. {block:ifShowAvatar}<a href="/"><img src="{PortraitURL-128}" class="avatar {AvatarShape}"></a>{/block:ifShowAvatar}
  562. <h1 class="blog title"><a href="/">{Title}</a></h1>
  563. <div class="desc">{Description}</div>
  564. </section>
  565. <section>
  566. <nav class="text">
  567. {block:ifHomeLink}<li><a href="/">{text:home link}</a></li>{/block:ifHomeLink}
  568. {block:ifArchiveLink}<li><a href="/archive">{text:archive link}</a></li>{/block:ifArchiveLink}
  569. {block:ifAskLink}<li><a href="/ask">{text:ask link}</a></li>{/block:ifAskLink}
  570. {block:HasPages}{block:Pages}<li><a href="{URL}">{Label}</a></li> {/block:Pages}{/block:HasPages}
  571. {block:ifLink1}<li><a href="{text:link 1 url}">{text:link 1}</a></li>{/block:ifLink1}
  572. {block:ifLink2}<li><a href="{text:link 2 url}">{text:link 2}</a></li>{/block:ifLink2}
  573. {block:ifLink3}<li><a href="{text:link 3 url}">{text:link 3}</a></li>{/block:ifLink3}
  574. {block:ifLink4}<li><a href="{text:link 4 url}">{text:link 4}</a></li>{/block:ifLink4}
  575. {block:ifLink5}<li><a href="{text:link 5 url}">{text:link 5}</a></li>{/block:ifLink5}
  576. {block:ifLink6}<li><a href="{text:link 6 url}">{text:link 6}</a></li>{/block:ifLink6}
  577. {block:ifShowSearch}
  578. <form action="/search" method="get" class="search">
  579. <input type="text" name="q" value="{SearchQuery}" class="query" placeholder="{text:search placeholder}">
  580. </form>
  581. {/block:ifShowSearch}
  582. </nav>
  583. </section>
  584. </aside>
  585.  
  586. <!-- posts ------------------------------------------------------------>
  587.  
  588. <div class="content">
  589. {block:IndexPage}<div class="loading">Loading...</div>{/block:IndexPage}
  590. {block:Posts}
  591. <article class="entry {block:Photo}ph{/block:Photo}{block:Photoset}ph{/block:Photoset}" id="{PostID}">
  592. <section class="post">
  593. {block:Audio}
  594. <!-- audio ------------------------------------------------------------>
  595. <div class="audiowrap">
  596. <div class="audio">
  597. {block:AudioPlayer}
  598. <div class="player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  599. </div>
  600. {/block:AudioPlayer}
  601. <div class="track"><div class="h">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<span class="accent"> by {Artist}</span>{/block:Artist}</div></div>
  602. </div>
  603. </div>
  604. {/block:Audio}
  605. {block:Photo}
  606. <!-- photo ------------------------------------------------------------>
  607. <div class="media">
  608. {LinkOpenTag}
  609. <img src="{PhotoURL-HighRes}">
  610. {LinkCloseTag}
  611. </div>
  612. {/block:Photo}
  613. {block:Photoset}
  614. <!-- photoset --------------------------------------------------------->
  615. <div class="media photoset">
  616. {block:PermalinkPage}
  617. <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>
  618. {/block:PermalinkPage}
  619. {block:IndexPage}
  620. {block:ifNotShowFullPhotosets}
  621. <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">
  622. {block:Photos}<img src="{PhotoURL-HighRes}"><!--{/block:Photos}-->
  623. </a>
  624. {/block:ifNotShowFullPhotosets}
  625. {block:ifShowFullPhotosets}
  626. <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>
  627. {/block:ifShowFullPhotosets}
  628. {/block:IndexPage}
  629. </div>
  630. {/block:Photoset}
  631. {block:Video}
  632. <!-- video ------------------------------------------------------------>
  633. <div class="media video">{Video-500}</div>
  634. {/block:Video}
  635. {block:Answer}
  636. <!-- answer ----------------------------------------------------------->
  637. <div class="question">
  638. <div class="sender accent">{Asker}</div>
  639. <div class="inquiry text">{Question}</div>
  640. </div>
  641. <div class="answer text">
  642. <a class="tumblr_blog" href="{Permalink}">{Name}</a>{Answer}</div>
  643. {/block:Answer}
  644. {block:Chat}
  645. <!-- chat ------------------------------------------------------------->
  646. {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
  647. <ul class="chat text">
  648. {block:Lines}
  649. <li class="line">
  650. {block:Label}
  651. <b class="label">{Label}&nbsp; </b>
  652. {/block:Label}
  653. {Line}
  654. </li>
  655. {/block:Lines}
  656. </ul>
  657. {/block:Chat}
  658. {block:Link}
  659. <!-- link ------------------------------------------------------------->
  660. <h1 class="title"><a href="{URL}">{Name}</a></h1>
  661. {block:Description}<div class="text">{Description}</div>{/block:Description}
  662. {/block:Link}
  663. {block:Quote}
  664. <!-- quote ------------------------------------------------------------>
  665. <div class="quote title">{Quote}</div>
  666. {block:Source}
  667. <div class="source text">{Source}</div>
  668. {/block:Source}
  669. {/block:Quote}
  670. {block:Text}
  671. <!-- text ------------------------------------------------------------->
  672. {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
  673. <div class="text">{Body}</div>
  674. {/block:Text}
  675. {block:Caption}
  676. <!-- caption ---------------------------------------------------------->
  677. <div class="caption text">{Caption}</div>
  678. {/block:Caption}
  679. {block:Date}
  680. <div class="date accent">
  681. <!-- date ------------------------------------------------------------->
  682. {block:PermalinkPage}
  683. {lang:Posted on DayOfWeek DayOfMonth Month Year} {block:NoteCount} <i class="comma">/</i> {NoteCountWithLabel}{/block:NoteCount}
  684. {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}
  685.  
  686. {/block:PermalinkPage}
  687. {block:HasTags}
  688. <!-- tags ------------------------------------------------------------->
  689. <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>
  690. {/block:HasTags}
  691. {block:IndexPage}
  692. <div class="controls">
  693. <a href="{Permalink}" class="permalink">
  694. <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>
  695. </a>
  696. <a href="{ReblogURL}" target="_blank" class="reblog">
  697. <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>
  698. </a>
  699. <a href="#" class="like">{LikeButton}
  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 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>
  701. </a>
  702. </div>
  703. {/block:IndexPage}
  704. </div>
  705. {/block:Date}
  706. </section>
  707. </article>
  708. {/block:Posts}
  709. <!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} -->
  710.  
  711. {block:PostNotes}
  712. <!-- notes ------------------------------------------------------------>
  713.  
  714. <article class="entry">
  715. <section class="post">
  716. <h1 class="title">Notes</h1>
  717. {PostNotes}
  718. </section>
  719. </article>
  720.  
  721. {/block:PostNotes}
  722.  
  723. </div>
  724.  
  725. <!-- pagination ------------------------------------------------------->
  726.  
  727. {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}
  728.  
  729. </div>
  730.  
  731. <a href="https://shythemes.tumblr.com" id="theme" class="accent" title="theme">k.</a>
  732.  
  733. <!-- scripts ---------------------------------------------------------->
  734.  
  735. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  736. <script src="//static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  737. <script src="//static.tumblr.com/fwgzvyf/2nno5ubpt/shythemes.fn.js"></script>
  738. <script src="//static.tumblr.com/wgg6svp/ohGobvaye/unnest.min.js"></script>
  739. <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  740. {block:IndexPage}
  741. {block:ifInfiniteScroll}
  742. <script src="//static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  743. {/block:ifInfiniteScroll}
  744. {/block:IndexPage}
  745. <script>
  746. $(document).ready(function(){
  747. var $container = $('.content');
  748. $container.masonry({ itemSelector: '.entry' });
  749. $container.find('.entry').animate({
  750. opacity: 1,
  751. zIndex: 1
  752. });
  753. $('.pagination').animate({
  754. opacity: 1,
  755. zIndex: 1
  756. });
  757. $('.loading').hide();
  758. $container.imagesLoaded(function(){
  759. $container.masonry();
  760. });
  761. $(window).resize(function(){
  762. $container.masonry();
  763. });
  764. $('.photo-slideshow').pxuPhotoset({
  765. lightbox: true,
  766. rounded: false,
  767. gutter: '4px',
  768. photoset: '.photo-slideshow',
  769. photoWrap: '.photo-data',
  770. photo: '.pxu-photo'
  771. });
  772. $container.audioplayers('{color:accents}');
  773. $container.resizevideos();
  774. $('.entry').unnest({
  775. yourCaption: ".text",
  776. wrapName: ".tumblr_parent",
  777. newCaptionUsername: false,
  778. originalPostCaptionUsername: false,
  779. tumblrAvatars: false,
  780. tumblrAvatarClass: ".tumblr_avatar",
  781. usernameColon: false
  782. });
  783. {block:IndexPage}
  784. {block:ifInfiniteScroll}
  785. $container.infinitescroll({
  786. itemSelector: '.entry',
  787. navSelector: '.pagination',
  788. nextSelector: '.next',
  789. loadingImg: '',
  790. loadingText: '<em></em>',
  791. bufferPx: 2000
  792. },
  793. function( newElements ) {
  794. var $newElems = $(newElements);
  795. var $newElemsIDs = $newElems.map(function(){
  796. return this.id;
  797. }).get();
  798. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  799. $newElems.find('.photo-slideshow').pxuPhotoset({
  800. lightbox: true,
  801. rounded: false,
  802. gutter: '4px',
  803. photoset: '.photo-slideshow',
  804. photoWrap: '.photo-data',
  805. photo: '.pxu-photo'
  806. },
  807. function(){
  808. $container.masonry();
  809. });
  810. $newElems.audioplayers('{color:accents}');
  811. $newElems.resizevideos();
  812. $newElems.unnest({
  813. yourCaption: ".text",
  814. wrapName: ".tumblr_parent",
  815. newCaptionUsername: false,
  816. originalPostCaptionUsername: false,
  817. tumblrAvatars: false,
  818. tumblrAvatarClass: ".tumblr_avatar",
  819. usernameColon: false
  820. },
  821. function(){
  822. $container.masonry();
  823. });
  824. $newElems.imagesLoaded(function(){
  825. $container.masonry( 'appended', $newElems );
  826. $newElems.animate({ opacity: 1, zIndex: 1 });
  827. });
  828. });
  829. {block:ifInfiniteScroll}
  830. {/block:IndexPage}
  831. });
  832. </script>
  833. </body>
  834. </html>
Add Comment
Please, Sign In to add comment