Advertisement
kthms

cerise theme

Apr 17th, 2015
20,401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.35 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. cerise @ 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}
  21. <meta name="description" content="{MetaDescription}" />
  22. {/block:Description}
  23. <meta name="image:background" content=""/>
  24. <meta name="image:sidebar" content=""/>
  25. <meta name="color:background" content="#f8f8f8"/>
  26. <meta name="color:text" content="#8c8c8c"/>
  27. <meta name="color:border" content="#ececec"/>
  28. <meta name="color:post bg" content="#ffffff"/>
  29. <meta name="color:accent" content="#adadad"/>
  30. <meta name="color:bold" content="#6a6a6a"/>
  31. <meta name="color:link" content="#adadad"/>
  32. <meta name="color:link hover" content="#6a6a6a"/>
  33. <meta name="color:scrollbar" content="#8c8c8c"/>
  34. <meta name="select:post width" content="300" title="300px"/>
  35. <meta name="select:post width" content="350" title="350px"/>
  36. <meta name="select:post width" content="400" title="400px"/>
  37. <meta name="select:body font" content="open-sans" title="open sans"/>
  38. <meta name="select:body font" content="lato" title="lato"/>
  39. <meta name="select:body font" content="droid-sans" title="droid sans"/>
  40. <meta name="select:body font" content="pt-sans" title="pt sans"/>
  41. <meta name="select:body font" content="pt-serif" title="pt serif"/>
  42. <meta name="select:body font" content="lora" title="lora"/>
  43. <meta name="select:layout" content="popup" title="popup"/>
  44. <meta name="select:layout" content="header" title="header"/>
  45. <meta name="select:layout" content="left" title="left sidebar"/>
  46. <meta name="select:layout" content="right" title="right sidebar"/>
  47. <meta name="if:show description" content="1"/>
  48. <meta name="if:show captions" content="1"/>
  49. <meta name="if:show reblog" content="1"/>
  50. <meta name="if:show tags" content="1"/>
  51. <meta name="if:tile background" content="1"/>
  52. <meta name="if:letter spacing" content="0"/>
  53. <meta name="if:infinite scroll" content="1"/>
  54. <meta name="text:tagline" content=""/>
  55. <meta name="text:home link" content="home"/>
  56. <meta name="text:archive link" content="archive"/>
  57. <meta name="text:ask link" content="ask"/>
  58. <meta name="text:link 1" content=""/>
  59. <meta name="text:link 1 url" content=""/>
  60. <meta name="text:link 2" content=""/>
  61. <meta name="text:link 2 url" content=""/>
  62. <meta name="text:link 3" content=""/>
  63. <meta name="text:link 3 url" content=""/>
  64. <meta name="text:link 4" content=""/>
  65. <meta name="text:link 4 url" content=""/>
  66. <meta name="text:link 5" content=""/>
  67. <meta name="text:link 5 url" content=""/>
  68. <meta name="text:link 6" content=""/>
  69. <meta name="text:link 6 url" content=""/>
  70.  
  71. <script src="//use.edgefonts.net/{select:body font}:n4,i4;inconsolata:n5;source-sans-pro:n4.js"></script>
  72. <link href="http://static.tumblr.com/fwgzvyf/9EEnzvxdr/k.css" rel="stylesheet" type="text/css"/>
  73.  
  74. <style type="text/css">
  75.  
  76. /* basic styles */
  77.  
  78. ::-webkit-scrollbar {
  79. width:17px;
  80. height:17px;
  81. }
  82. ::-webkit-scrollbar {
  83. background-color:{color:background};
  84. }
  85. ::-webkit-scrollbar-track {
  86. border:8px solid {color:background};
  87. background-color:{color:border};
  88. }
  89. ::-webkit-scrollbar-thumb {
  90. border:8px solid {color:background};
  91. background-color:{color:scrollbar};
  92. min-height:24px;
  93. min-width:24px;
  94. }
  95. body {
  96. font-size:9px;
  97. font-family:{select:body font}, 'trebuchet ms', sans-serif;
  98. line-height:15px;
  99. color:{color:text};
  100. background-color:{color:background};
  101. {block:ifLetterSpacing}letter-spacing:1px;{/block:ifLetterSpacing}
  102. {block:ifBackgroundImage}background-image:url({image:background});{/block:ifBackgroundImage}
  103. {block:ifNotTileBackground}background-size:cover;{/block:ifNotTileBackground}
  104. background-attachment:fixed;
  105. }
  106. a {
  107. -webkit-transition:all .3s ease-in-out;
  108. transition:all .3s ease-in-out;
  109. }
  110. blockquote {
  111. padding-left:15px;
  112. margin-left:15px;
  113. border-left:1px solid {color:border};
  114. }
  115. pre {
  116. font-family:consolas, inconsolata, monospace;
  117. }
  118. ol {
  119. padding-left:45px;
  120. }
  121. b, strong {
  122. font-weight:400;
  123. color:{color:bold};
  124. }
  125. blockquote, ol, ul, p, pre {
  126. margin-top:1em;
  127. margin-bottom:1em;
  128. }
  129.  
  130. /* accents */
  131.  
  132. .accent, ul {
  133. font-size:8px;
  134. font-family:calibri, source-sans-pro, sans-serif;
  135. letter-spacing:1px;
  136. text-transform:uppercase;
  137. color:{color:accent};
  138. }
  139. .accent a:hover {
  140. color:{color:text};
  141. }
  142. .block {
  143. padding:15px 15px 14px;
  144. background-color:{color:post bg};
  145. }
  146. .title {
  147. font-size:11px;
  148. font-family:{select:body font}, 'trebuchet ms', sans-serif;
  149. text-transform:uppercase;
  150. letter-spacing:1px;
  151. margin-bottom:15px;
  152. color:{color:bold};
  153. }
  154. ul, .notes {
  155. padding:0;
  156. list-style-type:none;
  157. }
  158. ul li, .notes li {
  159. position:relative;
  160. padding-left:30px;
  161. }
  162. ul li::before, .notes li::before, .question > .asker::before {
  163. content:'';
  164. position:absolute;
  165. display:block;
  166. top:6px;
  167. left:0;
  168. width:15px;
  169. height:1px;
  170. border-top:1px solid {color:border};
  171. }
  172.  
  173. /* container */
  174.  
  175. #main {
  176. position:relative;
  177. margin:0 auto;
  178. padding:75px;
  179. width:{select:post width}px;
  180. }
  181. .popup #main {
  182. padding-top:195px;
  183. }
  184.  
  185. /* navigation */
  186.  
  187. aside {
  188. position:relative;
  189. }
  190. .header aside {
  191. margin-bottom:75px;
  192. }
  193. .left aside,
  194. .right aside,
  195. .corner aside {
  196. position:fixed;
  197. top:75px;
  198. width:180px;
  199. }
  200. .left aside {
  201. left:75px;
  202. left:calc(25% - {select:post width}px/4 - 90px);
  203. }
  204. .right aside {
  205. right:75px;
  206. right:calc(25% - {select:post width}px/4 - 90px);
  207. }
  208. aside .im {
  209. margin:0 -15px;
  210. }
  211. aside .im,
  212. aside .im img {
  213. display:block;
  214. }
  215. .header aside .im,
  216. .popup aside .im {
  217. display:none;
  218. }
  219. aside .top::after {
  220. content:"";
  221. display:block;
  222. clear:both;
  223. }
  224. aside .top .title {
  225. margin:0;
  226. letter-spacing:2px;
  227. }
  228. aside .top .tagline {
  229. float:right;
  230. height:15px;
  231. line-height:18px;
  232. overflow:hidden;
  233. }
  234. aside .top,
  235. aside .im,
  236. aside .desc {
  237. margin-bottom:15px;
  238. }
  239. .popup .top .title,
  240. .popup .top .tagline,
  241. .popup nav li,
  242. .header .top .title,
  243. .header .top .tagline,
  244. .header nav li {
  245. display:block;
  246. float:left;
  247. width:calc(50% - 8px);
  248. }
  249. .popup .top .title,
  250. .popup nav li:nth-child(2n-1),
  251. .header .top .title,
  252. .header nav li:nth-child(2n-1) {
  253. margin-right:15px;
  254. }
  255. nav ol {
  256. overflow:auto;
  257. list-style-type:none;
  258. padding:0;
  259. margin:0 0 -7px 0;
  260. }
  261. nav li {
  262. position:relative;
  263. margin:0 0 7px;
  264. }
  265. nav li::before {
  266. content:"";
  267. position:absolute;
  268. top:7px;
  269. left:15px;
  270. right:0;
  271. height:1px;
  272. background-color:{color:border};
  273. }
  274. nav a {
  275. position:relative;
  276. padding:0 15px 0 1px;
  277. background-color:{color:post bg};
  278. }
  279.  
  280. /* breakpoints */
  281.  
  282. @media screen and (max-width:960px) {
  283. .w300.left #main { position:absolute; left:255px; }
  284. .w300.left aside { left:75px; }
  285. .w300.right #main { position:absolute; right:255px; }
  286. .w300.right aside { right:75px; }
  287. }
  288. @media screen and (max-width:1010px) {
  289. .w350.left #main { position:absolute; left:255px; }
  290. .w350.left aside { left:75px; }
  291. .w350.right #main { position:absolute; right:255px; }
  292. .w350.right aside { right:75px; }
  293. }
  294. @media screen and (max-width:1060px) {
  295. .w400.left #main { position:absolute; left:255px; }
  296. .w400.left aside { left:75px; }
  297. .w400.right #main { position:absolute; right:255px; }
  298. .w400.right aside { right:75px; }
  299. }
  300.  
  301. /* popup button */
  302.  
  303. #button {
  304. display:none;
  305. position:fixed;
  306. top:75px;
  307. left:50%;
  308. width:45px;
  309. margin-left:-22px;
  310. height:45px;
  311. z-index:9999;
  312. }
  313. .popup #button {
  314. display:block;
  315. }
  316. #button .icon {
  317. position:absolute;
  318. padding:15px;
  319. width:15px;
  320. background-color:{color:post bg};
  321. }
  322. #button .icon hr {
  323. display:block;
  324. height:1px;
  325. width:15px;
  326. border-top:2px solid {color:post bg};
  327. border-bottom:2px solid {color:post bg};
  328. background-color:{color:bold};
  329. }
  330. #button a {
  331. position:relative;
  332. opacity:1;
  333. z-index:100;
  334. display:block;
  335. letter-spacing:3px;
  336. }
  337. #button a:hover,
  338. .tabopen #button a {
  339. opacity:0;
  340. }
  341. #button .avatar {
  342. display:block;
  343. width:39px;
  344. height:39px;
  345. border:3px solid {color:post bg};
  346. }
  347.  
  348. /* popup */
  349.  
  350. .popup aside {
  351. position:fixed;
  352. visibility:hidden;
  353. top:0;
  354. left:0;
  355. right:0;
  356. bottom:0;
  357. opacity:0;
  358. z-index:-99;
  359. -webkit-transition:opacity .3s ease-in-out, visibility 0s ease-in-out .3s, z-index 0s ease-in-out .3s;
  360. transition:opacity .3s ease-in-out, visibility 0s ease-in-out .3s, z-index 0s ease-in-out .3s;
  361. }
  362. .popup.tabopen aside {
  363. visibility:visible;
  364. opacity:1;
  365. z-index:1000;
  366. -webkit-transition-delay:0s;
  367. transition-delay:0s;
  368. }
  369. .popup aside .bg {
  370. position:fixed;
  371. top:0;
  372. left:0;
  373. right:0;
  374. bottom:0;
  375. opacity:.98;
  376. background-color:{color:background};
  377. }
  378. .popup aside .line {
  379. left:50%;
  380. }
  381. .popup aside .tab_content {
  382. position:absolute;
  383. top:195px;
  384. left:50%;
  385. -webkit-transform:translate(-50%,0);
  386. transform:translate(-50%,0);
  387. width:{select:post width}px;
  388. -moz-box-sizing:border-box;
  389. box-sizing:border-box;
  390. }
  391.  
  392. /* posts */
  393.  
  394. .header #content {
  395. margin-top:150px;
  396. }
  397. .entry {
  398. position:relative;
  399. margin:150px 0 0;
  400. width:{select:post width}px;
  401. }
  402. .perma .entry {
  403. margin:75px 0 0;
  404. }
  405. .entry:first-of-type {
  406. margin-top:0;
  407. }
  408. .post {
  409. position:relative;
  410. padding:15px;
  411. background-color:{color:post bg};
  412. }
  413.  
  414. /* info */
  415.  
  416. .info {
  417. text-align:right;
  418. position:relative;
  419. padding:15px 0 0;
  420. z-index:1;
  421. background-color:{color:post bg};
  422. }
  423. .info hr {
  424. position:absolute;
  425. top:21px;
  426. left:15px;
  427. right:15px;
  428. height:1px;
  429. background-color:{color:border};
  430. }
  431. .info .bb {
  432. padding:0 15px;
  433. position:relative;
  434. background-color:{color:post bg};
  435. }
  436. .tags {
  437. position:absolute;
  438. text-align:left;
  439. z-index:-1;
  440. opacity:0;
  441. top:0;
  442. left:0;
  443. right:0;
  444. padding:15px 45px 15px 15px;
  445. background-color:{color:post bg};
  446. -webkit-transition:z-index 0s ease-in-out .3s, opacity .3s ease-in-out;
  447. transition:z-index 0s ease-in-out .3s, opacity .3s ease-in-out;
  448. {block:IndexPage}{block:ifNotShowTags}display:none;{/block:ifNotShowTags}{/block:IndexPage}
  449. }
  450. .tags .x {
  451. display:block;
  452. position:absolute;
  453. top:6px;
  454. right:0;
  455. width:12px;
  456. height:12px;
  457. padding:15px;
  458. }
  459. .tags .x::before,
  460. .tags .x::after {
  461. content:"";
  462. display:block;
  463. position:absolute;
  464. width:8px;
  465. height:1px;
  466. opacity:.5;
  467. background-color:{color:accent};
  468. -webkit-transform:rotate(45deg);
  469. transform:rotate(45deg);
  470. }
  471. .tags .x::after {
  472. -webkit-transform:rotate(-45deg);
  473. transform:rotate(-45deg);
  474. }
  475. .open .tags {
  476. opacity:1;
  477. z-index:1;
  478. -webkit-transition:z-index 0s, opacity .3s ease-in-out;
  479. transition:z-index 0s, opacity .3s ease-in-out;
  480. }
  481. .tags .comma {
  482. font-style:inherit;
  483. }
  484. .tags .comma:last-of-type {
  485. display:none;
  486. }
  487.  
  488. /* post titles */
  489.  
  490. .post > h1,
  491. .question,
  492. .quote {
  493. margin:0 0 15px;
  494. }
  495. .quote * {
  496. margin:0;
  497. }
  498. .question::after {
  499. content:"";
  500. display:block;
  501. clear:both;
  502. }
  503. .question > .asker {
  504. margin-left:15px;
  505. padding-left:30px;
  506. position:relative;
  507. font-style:inherit;
  508. float:right;
  509. }
  510.  
  511. /* text and captions */
  512.  
  513. .text {
  514. margin:0;
  515. }
  516. .text a {
  517. color:{color:link};
  518. }
  519. .text a:hover {
  520. color:{color:link hover};
  521. border-color:{color:link hover};
  522. }
  523. .caption,
  524. .source,
  525. .answer {
  526. margin-top:15px;
  527. }
  528. .caption {
  529. {block:IndexPage}{block:ifNotShowCaptions}display:none;{/block:ifNotShowCaptions}{/block:IndexPage}
  530. }
  531.  
  532. /* chat posts */
  533.  
  534. .chat {
  535. margin-bottom:-7px;
  536. }
  537. .chat .lines {
  538. margin-bottom:7px;
  539. }
  540. .chat .label {
  541. margin-right:7px;
  542. }
  543.  
  544. /* audio posts */
  545.  
  546. .audiowrap {
  547. position:relative;
  548. height:27px;
  549. overflow:hidden;
  550. line-height:0;
  551. text-align:left;
  552. }
  553. .albumart {
  554. position:relative;
  555. z-index:1;
  556. display:inline-block;
  557. width:27px;
  558. height:27px;
  559. opacity:.9;
  560. background-size:cover;
  561. }
  562. .audio {
  563. position:absolute;
  564. display:inline-block;
  565. left:0;
  566. top:0;
  567. right:0;
  568. bottom:0;
  569. text-align:left;
  570. }
  571. .audio .player {
  572. width:27px;
  573. height:27px;
  574. left:32px;
  575. top:0;
  576. opacity:.9;
  577. overflow:hidden;
  578. position:absolute;
  579. }
  580. .audio .track {
  581. overflow:hidden;
  582. position:absolute;
  583. top:0;
  584. left:64px;
  585. right:0;
  586. bottom:0;
  587. line-height:29px!important;
  588. background-color:{color:caption bg};
  589. }
  590.  
  591. /* photos and videos */
  592.  
  593. .media {
  594. overflow:hidden;
  595. margin:0 -15px;
  596. {block:IndexPage}{block:ifNotShowCaptions}margin-bottom:-15px;{/block:ifNotShowCaptions}{/block:IndexPage}
  597. }
  598. .media:last-child {
  599. margin-bottom:-15px;
  600. }
  601. .video iframe,
  602. .tumblr_video_container {
  603. display:block;
  604. max-width:100%;
  605. max-height:{select:post width}px;
  606. }
  607. .video #youtube_iframe {
  608. max-height:calc({select:post width}px * 0.67);
  609. }
  610.  
  611. /* pagination */
  612.  
  613. .pagination {
  614. margin-top:150px;
  615. position:relative;
  616. text-align:left;
  617. overflow:auto;
  618. background-color:{color:post bg};
  619. {block:ifInfiniteScroll}display:none;{/block:ifInfiniteScroll}
  620. }
  621. .pagination a {
  622. padding:15px;
  623. display:inline-block;
  624. position:relative;
  625. background-color:{color:post bg};
  626. }
  627. .pagination .next {
  628. float:right;
  629. }
  630. .pagination hr {
  631. position:absolute;
  632. top:21px;
  633. left:15px;
  634. right:15px;
  635. height:1px;
  636. background-color:{color:border};
  637. }
  638.  
  639. /* post notes */
  640.  
  641. .rb {
  642. float:right;
  643. }
  644. .notes li blockquote {
  645. margin-bottom:1em!important;
  646. }
  647.  
  648. /* etc */
  649.  
  650. #stt {
  651. display:block;
  652. text-align:center;
  653. position:fixed;
  654. left:75px;
  655. left:calc(25% - {select:post width}px/4 - 90px);
  656. bottom:75px;
  657. width:180px;
  658. opacity:0;
  659. }
  660. .popup #stt.s,
  661. .header #stt.s {
  662. opacity:1;
  663. }
  664. #theme {
  665. margin-bottom:1px;
  666. background-color:{color:post bg};
  667. color:{color:accent};
  668. }
  669. #tumblr_lightbox, .tmblr-lightbox {
  670. background-color:rgba({RGBcolor:background},.98)!important;
  671. }
  672. </style>
  673. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  674. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  675. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  676. <script>
  677. $(document).ready(function(){
  678. $('.photo-slideshow').pxuPhotoset({
  679. lightbox: true,
  680. rounded: false,
  681. gutter: '1px',
  682. photoset: '.photo-slideshow',
  683. photoWrap: '.photo-data',
  684. photo: '.pxu-photo'
  685. });
  686. $('#to, .bg').click(function(){
  687. $('body').toggleClass('tabopen');
  688. return false
  689. });
  690. $('.sh, .x').click(function(){
  691. $(this).parents('.info').toggleClass('open');
  692. return false
  693. });
  694. {block:IndexPage}
  695. {block:ifInfiniteScroll}
  696. $('#stt').click(function(){
  697. $('html,body').animate({ scrollTop: 0 }, 1000);
  698. return false
  699. });
  700. $(document).scroll(function(){
  701. var t = $(document).scrollTop();
  702. if (t > 1000) $('#stt').addClass('s');
  703. else $('#stt').removeClass('s');
  704. });
  705. {/block:ifInfiniteScroll}
  706. {/block:IndexPage}
  707. });
  708. </script>
  709. </head>
  710. <body class="{select:layout} w{select:post width}{block:PermalinkPage} perma{/block:PermalinkPage}">
  711. <div id="main">
  712. <aside>
  713. <div class="bg"></div>
  714. <div class="tab_content block">
  715. <section class="top">
  716. <a href="/" class="title">{Title}</a>
  717. <div class="tagline accent">{text:tagline}</div>
  718. </section>
  719. {block:ifSidebarImage}<a href="/" class="im"><img src="{image:sidebar}"/></a>{/block:ifSidebarImage}
  720. {block:ifShowDescription}<div class="desc">{Description}</div>{/block:ifShowDescription}
  721. <nav class="accent"><ol><!-- navigation -->{block:ifHomeLink}<li><a href="/">{text:home link}</a></li>{/block:ifHomeLink}{block:ifArchiveLink}<li><a href="/archive">{text:archive link}</a></li>{/block:ifArchiveLink}{block:ifAskLink}<li><a href="/ask">{text:ask link}</a></li>{/block:ifAskLink}{block:HasPages}{block:Pages}<li><a href="{URL}">{Label}</a></li>{/block:Pages}{/block:HasPages}{block:ifLink1}<li><a href="{text:link 1 url}">{text:link 1}</a></li>{/block:ifLink1}{block:ifLink2}<li><a href="{text:link 2 url}">{text:link 2}</a></li>{/block:ifLink2}{block:ifLink3}<li><a href="{text:link 3 url}">{text:link 3}</a></li>{/block:ifLink3}{block:ifLink4}<li><a href="{text:link 4 url}">{text:link 4}</a></li>{/block:ifLink4}{block:ifLink5}<li><a href="{text:link 5 url}">{text:link 5}</a></li>{/block:ifLink5}{block:ifLink6}<li><a href="{text:link 6 url}">{text:link 6}</a></li>{/block:ifLink6}</ol></nav>
  722. </div>
  723. </aside>
  724. <section id="button">
  725. <div class="icon"><hr/><hr/><hr/></div>
  726. <a href="/" class="avatar "id="to"><img src="{PortraitURL-64}"/></a>
  727. </section>
  728. <div id="content"><!-- posts -->
  729. {block:Posts}
  730. <article class="entry">
  731. {block:Date}<!-- date --><div class="info accent"><hr/><span class="bb"><a href="{Permalink}">{ShortDayOfWeek} {MonthNumber}.{DayOfMonth} {block:NoteCount} & {NoteCount}{/block:NoteCount}</a>{block:IndexPage}{block:ifShowReblog} / <a href="{ReblogURL}" target="_blank" class="reblog">reblog</a>{/block:ifShowReblog}{/block:IndexPage}{block:HasTags}{block:ifShowTags} / <a href="#" class="sh">tags</a>{/block:ifShowTags}{/block:HasTags}</span>{block:HasTags}<!-- tags --><div class="tags"><a href="#" class="x"></a>{block:Tags}<a href="{TagURL}">#{Tag}</a><i class="comma"> / </i>{/block:Tags}</div>{/block:HasTags}</div>{/block:Date}
  732. <section class="post">
  733. {block:Answer}<!-- answer --><div class="question accent">{Question}<i class="asker">{Asker}</i></div><div class="answer text">{Answer}</div>{/block:Answer}{block:Audio}<!-- audio --><div class="audiowrap"><div class="albumart" style="{block:AlbumArt}background-image:url({AlbumArtURL});{/block:AlbumArt}"></div><div class="audio accent block">{block:AudioPlayer}<div class="player">{AudioPlayerWhite}</div>{/block:AudioPlayer}<div class="track">{block:Artist}{Artist}{block:TrackName} &mdash; {/block:TrackName}{/block:Artist}{block:TrackName}{TrackName}{/block:TrackName}</div></div></div>{/block:Audio}{block:Chat}<!-- chat -->{block:Title}<h1 class="title">{Title}</h1>{/block:Title}<div class="chat text accent">{block:Lines}<div class="lines">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</div>{/block:Lines}</div>{/block:Chat}{block:Link}<!-- link --><h1 class="title"><a href="{URL}">{Name}</a></h1>{block:Description}<div class="text">{Description}</div>{/block:Description}{/block:Link}{block:Photo}<!-- photo --><div class="media">{LinkOpenTag}<img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}"/>{LinkCloseTag}</div>{/block:Photo}{block:Photoset}<!-- photoset --><div class="media"><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></div>{/block:Photoset}{block:Quote}<!-- quote --><div class="quote accent">{Quote}</div>{block:Source}<div class="source text">{Source}</div>{/block:Source}{/block:Quote}{block:Text}<!-- text -->{block:Title}<h1 class="title">{Title}</h1>{/block:Title}<div class="text">{Body}</div>{/block:Text}{block:Video}<!-- video --><div class="media video">{Video-500}</div>{/block:Video}
  734. {block:Caption}<!-- caption --><div class="caption text">{Caption}</div>{/block:Caption}
  735. </section>
  736. </article>
  737. {block:PostNotes}<!-- post notes --><article id="notes" class="entry"><section class="post">{block:RebloggedFrom}<span class="rb accent"><a href="{ReblogParentURL}" class="rf">via {ReblogParentName}</a>{block:ContentSource} / <a href="{ReblogRootURL}" class="src">source</a>{/block:ContentSource}</span>{/block:RebloggedFrom}<h1 class="title">{NoteCountWithLabel}</h1><div class="accent text">{PostNotes}</div></section></article>{/block:PostNotes}
  738. {/block:Posts}
  739. <!-- {block:ContentSource}{SourceURL} {/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL} {ReblogParentURL}{/block:RebloggedFrom} -->
  740. </div><!-- end #content -->
  741. {block:Pagination}<!-- pagination --><div class="pagination accent"><hr/>{block:PreviousPage}<a class="back" href="{PreviousPage}">{lang:Back}</a>{/block:PreviousPage}{block:NextPage}<a class="next" href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
  742. {block:ifInfiniteScroll}<a id="stt" href="#" class="accent">scroll to top</a>{/block:ifInfiniteScroll}
  743. </div><!-- end #main -->
  744. <a href="http://shythemes.tumblr.com" id="theme" class="accent" title="theme">k.</a>
  745. {block:IndexPage}{block:ifInfiniteScroll}<script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  746. <script>
  747. $(document).ready(function(){
  748. var $container = $('#content');
  749. $container.infinitescroll({
  750. itemSelector: '.entry',
  751. navSelector: '.pagination',
  752. nextSelector: '.next',
  753. loadingImg: '',
  754. loadingText: '<em></em>',
  755. bufferPx: 2000
  756. },
  757. function( newElements ) {
  758. var $newElems = $( newElements );
  759. $newElems.find('.photo-slideshow').pxuPhotoset({
  760. lightbox: true,
  761. rounded: false,
  762. gutter: '1px',
  763. photoset: '.photo-slideshow',
  764. photoWrap: '.photo-data',
  765. photo: '.pxu-photo'
  766. });
  767. $newElems.find('.sh, .x').click(function(){
  768. $(this).parents('.info').toggleClass('open');
  769. return false
  770. });
  771. });
  772.  
  773. });
  774. </script>
  775. {/block:ifInfiniteScroll}{/block:IndexPage}
  776. </body>
  777. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement