Advertisement
rasperries

eox k horizontal

Aug 1st, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <!--
  5.  
  6.  
  7.  
  8.  
  9. noir @ shythemes
  10.  
  11.  
  12.  
  13.  
  14. -->
  15. <title>{Title}</title>
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  17. <link rel="shortcut icon" href="{Favicon}"/>
  18. {block:Description}
  19. <meta name="description" content="{MetaDescription}" />
  20. {/block:Description}
  21. <meta name="viewport" content="width=device-width, initial-scale=1">
  22. <meta name="image:background" content=""/>
  23. <meta name="color:background" content="#ffffff"/>
  24. <meta name="color:title" content="#4f4f4f"/>
  25. <meta name="color:text" content="#6f6f6f"/>
  26. <meta name="color:accent" content="#9f9f9f"/>
  27. <meta name="color:accent border" content="#e9e9e9"/>
  28. <meta name="color:posts" content="#f8f8f8"/>
  29. <meta name="select:posts" content="250px" title="250px"/>
  30. <meta name="select:posts" content="300px" title="300px"/>
  31. <meta name="select:posts" content="350px" title="350px"/>
  32. <meta name="select:font" content="karla" title="Karla"/>
  33. <meta name="select:font" content="source-sans-pro" title="Source Sans Pro"/>
  34. <meta name="select:font" content="source-serif-pro" title="Source Serif Pro"/>
  35. <meta name="select:font" content="inconsolata" title="Inconsolata"/>
  36. <meta name="select:font" content="courier-prime" title="Courier Prime"/>
  37. <meta name="select:captions" content="" title="normal"/>
  38. <meta name="select:captions" content="inline" title="inline"/>
  39. <meta name="select:captions" content="inline clipped" title="clipped"/>
  40. <meta name="select:captions" content="hidden" title="hidden"/>
  41. <meta name="if:lowercase" content="0"/>
  42. <meta name="if:show description" content="0"/>
  43. <meta name="if:tile background" content="1"/>
  44. <meta name="if:infinite scroll" content="0"/>
  45. <meta name="text:other font" content=""/>
  46. <meta name="text:font size" content=""/>
  47. <meta name="text:home link" content=""/>
  48. <meta name="text:archive link" content=""/>
  49. <meta name="text:ask link" content="message"/>
  50. <meta name="text:link 1" content=""/>
  51. <meta name="text:link 1 url" content=""/>
  52. <meta name="text:link 2" content=""/>
  53. <meta name="text:link 2 url" content=""/>
  54. <meta name="text:link 3" content=""/>
  55. <meta name="text:link 3 url" content=""/>
  56. <meta name="text:link 4" content=""/>
  57. <meta name="text:link 4 url" content=""/>
  58. <meta name="text:link 5" content=""/>
  59. <meta name="text:link 5 url" content=""/>
  60. <meta name="text:link 6" content=""/>
  61. <meta name="text:link 6 url" content=""/>
  62. <script src="//use.edgefonts.net/{select:font}:n4,n5,i4,n7,i7.js"></script>
  63.  
  64. <link href='http://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  65.  
  66. <style type="text/css">
  67. ::-webkit-scrollbar {
  68. width:17px;
  69. height:17px;
  70. }
  71. ::-webkit-scrollbar {
  72. background-color:{color:background};
  73. }
  74. ::-webkit-scrollbar-track {
  75. border:8px solid {color:background};
  76. background-color:{color:background};
  77. }
  78. ::-webkit-scrollbar-thumb {
  79. border:8px solid {color:background};
  80. background-color:{color:accent border};
  81. }
  82. html {
  83. height:100%;
  84. }
  85. body {
  86. margin:0;
  87. height:100%;
  88. font-family:roboto, arial;
  89. font-size:10px;
  90. -webkit-font-smoothing: antialiased;
  91. text-shadow: 1px 1px 1px rgba(0,0,0,0.005);
  92. text-transform:lowercase;
  93. {/block:ifLowercase}
  94. line-height:1.67em;
  95. word-wrap:break-word;
  96. background-attachment:fixed;
  97. -moz-osx-font-smoothing:grayscale;
  98. -webkit-font-smoothing:antialiased;
  99. font-smoothing:antialiased;
  100. -ms-text-size-adjust:100%;
  101. -moz-text-size-adjust:100%;
  102. -webkit-text-size-adjust:100%;
  103. color:{color:text};
  104. background-color:{color:background};
  105. {block:ifBackgroundImage}
  106. background-image:url({image:background});
  107. {/block:ifBackgroundImage}
  108. {block:ifNotTileBackground}
  109. background-size:cover;
  110. {/block:ifNotTileBackground}
  111. }
  112. a, a b, a strong {
  113. color:inherit;
  114. text-decoration:none;
  115. }
  116. small, sub {
  117. font-size:1em;
  118. vertical-align:baseline;
  119. }
  120. blockquote {
  121. margin:0;
  122. padding:.67em 1.33em .67em 2.33em;
  123. border-left:1px solid rgba({RGBcolor:accent border},.67);
  124. }
  125. pre {
  126. font-family:inherit;
  127. white-space:normal;
  128. }
  129. ol {
  130. padding:0;
  131. list-style-type:none;
  132. }
  133. ol li {
  134. counter-increment:olist;
  135. }
  136. ol li::before {
  137. content:counter(olist, decimal-leading-zero) '.';
  138. margin-right:.33em;
  139. }
  140. li ol, li ul {
  141. margin:0;
  142. }
  143. blockquote, ol, ul, p, pre {
  144. margin-top:.33em;
  145. margin-bottom:.33em;
  146. }
  147. h1, h2, h3, h4, h5, h6 {
  148. font-size:1em;
  149. font-weight:normal;
  150. }
  151. hr {
  152. border:0;
  153. margin:0;
  154. -moz-box-sizing:content-box;
  155. box-sizing:content-box;
  156. }
  157. img {
  158. border:0;
  159. max-width:100%;
  160. height:auto;
  161. }
  162.  
  163. /* accents */
  164.  
  165. .title {
  166. font-weight:bold;
  167. font-size:1.5em;
  168. margin-top:0;
  169. margin-bottom:.9em;
  170. letter-spacing:-1px;
  171. color:{color:title};
  172. }
  173. .accent, .light, li::before, li::after {
  174. color:{color:accent};
  175. }
  176. .light a, .text .tumblr_blog {
  177. color:{color:accent};
  178. }
  179. .text a, .accent a, .title a, nav a {
  180. border-bottom:1px solid transparent;
  181. }
  182. .text a:hover, .accent a:hover, .title a:hover,
  183. nav a:hover, .light a:hover, .text .tumblr_blog:hover {
  184. border-color:{color:accent border};
  185. }
  186. ul {
  187. padding:0;
  188. list-style-type:none;
  189. }
  190. ul li, .question .sender {
  191. position:relative;
  192. padding-left:2.5em;
  193. }
  194. ul li::before, .question .sender::before {
  195. content:'';
  196. position:absolute;
  197. display:block;
  198. top:.835em;
  199. left:.835em;
  200. height:0;
  201. width:.835em;
  202. margin-top:-1px;
  203. border-top:1px solid {color:accent border};
  204. }
  205.  
  206. /* container */
  207.  
  208. #main {
  209. position:relative;
  210. margin:0 100px;
  211. height:100%;
  212. }
  213.  
  214. /* header */
  215.  
  216. aside {
  217. position:fixed;
  218. top:50%;
  219. margin-top:calc(-{select:posts}/2);
  220. left:0;
  221. z-index:5;
  222. width:149px;
  223. height:{select:posts};
  224. padding:0 100px;
  225. background-color:{color:background};
  226. border-right:1px solid rgba({RGBcolor:accent border},.67);
  227. }
  228. .sidebar {
  229. text-align:center;
  230. position:absolute;
  231. top:50%;
  232. -webkit-transform:translateY(-50%);
  233. transform:translateY(-50%);
  234. width:149px;
  235. }
  236. #title {
  237. margin-right:1px;
  238. font-weight:normal;
  239. letter-spacing:1px;
  240. }
  241. nav li {
  242. padding:0 0 .33em;
  243. display:block;
  244. }
  245. .desc {
  246. padding:0 0 1em;
  247. }
  248.  
  249. /* posts */
  250.  
  251. #content {
  252. position:absolute;
  253. left:350px;
  254. top:50%;
  255. margin-top:calc(-{select:posts}/2);
  256. height:{select:posts};
  257. {block:IndexPage}
  258. overflow:hidden;
  259. display:inline;
  260. margin-right:-99999px;
  261. width:auto;
  262. {/block:IndexPage}
  263. }
  264. .entry {
  265. position:relative;
  266. counter-increment:posts;
  267. width:{select:posts};
  268. {block:IndexPage}
  269. height:100%;
  270. {/block:IndexPage}
  271. }
  272. .post {
  273. position:relative;
  274. padding:1em 1.33em;
  275. min-height:calc(100% - 4.67em);
  276. background-color:{color:posts};
  277. overflow:hidden;
  278. {block:PermalinkPage}
  279. margin-bottom:100px;
  280. {/block:PermalinkPage}
  281. }
  282. .clip {
  283. position:absolute;
  284. bottom:0;
  285. left:0;
  286. right:0;
  287. height:1.33em;
  288. background-color:{color:posts};
  289. z-index:3;
  290. }
  291. .ph .clip {
  292. display:none;
  293. }
  294. {block:IndexPage}
  295. .entry {
  296. float:left;
  297. margin:0 100px 0 0;
  298. max-height:100%;
  299. }
  300. .ph, .ph .post, .ph .media, .ph .media img {
  301. width:auto;
  302. max-width:none;
  303. padding:0;
  304. height:100%;
  305. max-height:100%;
  306. }
  307. {/block:IndexPage}
  308.  
  309. /* info */
  310.  
  311. .info {
  312. margin-bottom:1em;
  313. }
  314. .info .permalink:before {
  315. content:counter(posts, decimal-leading-zero) '.';
  316. }
  317. .ph .info {
  318. margin:0;
  319. }
  320. .ph .info .permalink {
  321. position:absolute;
  322. top:0;
  323. left:0;
  324. z-index:2;
  325. width:100%;
  326. height:100%;
  327. background-color:transparent;
  328. }
  329. .ph .info .permalink:before {
  330. display:none;
  331. }
  332. .perma {
  333. position:absolute;
  334. top:0;
  335. width:100%;
  336. left:100%;
  337. margin:1em 1.33em;
  338. }
  339. .tags {
  340. {block:IndexPage}display:none;{/block:IndexPage}
  341. }
  342. .comma {
  343. font-style:inherit;
  344. }
  345. .comma:last-child {
  346. display:none;
  347. }
  348.  
  349. /* post titles */
  350.  
  351. .post > h1,
  352. .question,
  353. .quote {
  354.  
  355. }
  356. .quote * {
  357. margin:0;
  358. }
  359. .question {
  360. overflow:hidden;
  361. font-size:1em;
  362. }
  363. .question .sender {
  364. position:relative;
  365. display:inline-block;
  366. text-transform:lowercase;
  367. font-style:inherit;
  368. }
  369.  
  370. /* text */
  371.  
  372. .text *:first-child {
  373. margin-top:0;
  374. }
  375. .text *:last-child {
  376. margin-bottom:0;
  377. }
  378. .answer,
  379. .caption {
  380. margin-top:.67em;
  381. }
  382. .quote,
  383. .question {
  384. margin-bottom:.67em;
  385. }
  386.  
  387. /* captions */
  388. {block:IndexPage}
  389. .ph .caption {
  390. margin:0;
  391. opacity:0;
  392. position:absolute;
  393. top:50%;
  394. left:50%;
  395. z-index:3;
  396. padding:1em 1.33em;
  397. -webkit-transform:translate(-50%,-50%);
  398. transform:translate(-50%,-50%);
  399. max-width:calc(100% - 8px - 2.66em);
  400. max-height:calc(100% - 8px - 2em);
  401. overflow:hidden;
  402. background-color:{color:posts};
  403. -webkit-transition:opacity .3s ease-in-out;
  404. transition:opacity .3s ease-in-out;
  405. }
  406. .ph:hover .caption {
  407. opacity:1;
  408. }
  409. {/block:IndexPage}
  410. .caption.hidden {
  411. display:none;
  412. }
  413. .caption.inline * {
  414. display:inline;
  415. margin:0;
  416. }
  417. .caption.inline blockquote {
  418. padding:0;
  419. border:0;
  420. }
  421. .caption.inline *::after {
  422. content:' ';
  423. }
  424. .caption.inline a::after {
  425. display:none;
  426. }
  427. .caption.clipped {
  428. white-space:nowrap;
  429. overflow:hidden;
  430. text-overflow:ellipsis;
  431. max-height:1.6em;
  432. }
  433.  
  434. /* audio posts */
  435.  
  436. .audio {
  437. padding:.33em 0 0;
  438. }
  439. .audio .track {
  440. display:none;
  441. }
  442.  
  443. /* photos and videos */
  444.  
  445. .media {
  446. overflow:hidden;
  447. {block:PermalinkPage}margin:-1em -1.33em 1.33em;{/block:PermalinkPage}
  448. }
  449. .media img {
  450. display:block;
  451. margin:0;
  452. }
  453. .video iframe,
  454. .tumblr_video_container {
  455. display:block;
  456. max-height:100%;
  457. }
  458.  
  459. /* footer */
  460.  
  461. footer {
  462. width:auto!important;
  463. }
  464. .pagination {
  465. position:absolute;
  466. top:50%;
  467. -webkit-transform:translateY(-50%);
  468. transform:translateY(-50%);
  469. }
  470. .pagination .next {
  471. color:{color:text};
  472. }
  473. {block:ifInfiniteScroll}
  474. .pagination {
  475. display:none;
  476. }
  477. #stt {
  478. border:0;
  479. position:fixed;
  480. display:inline;
  481. bottom:10px;
  482. left:10px;
  483. z-index:999;
  484. padding:5px;
  485. line-height:1em;
  486. background-color:{color:background};
  487. color:{color:accent};
  488. opacity:0;
  489. -webkit-transition:opacity .3s ease-in-out;
  490. transition:opacity .3s ease-in-out;
  491. }
  492. #stt.s {
  493. opacity:1;
  494. }
  495. {/block:ifInfiniteScroll}
  496. #stt {
  497. display:none;
  498. }
  499.  
  500. /* post notes */
  501.  
  502. .notes a {
  503. border:0;
  504. text-decoration:none;
  505. color:inherit;
  506. }
  507. .notes img {
  508. display:none;
  509. }
  510. .action > a:first-of-type {
  511. color:{color:text};
  512. }
  513. .clear {
  514. display:none;
  515. }
  516. .note {
  517. text-align:inherit!important;
  518. }
  519. .note::before {
  520. display:none;
  521. }
  522. .note blockquote {
  523. display:inline;
  524. padding:0;
  525. border:0;
  526. }
  527. .note blockquote::before {
  528. content:' ';
  529. }
  530.  
  531. /* etc */
  532.  
  533. #infscr-loading {
  534. display:none!important;
  535. }
  536. #tumblr_controls {
  537. position:fixed;
  538. opacity:.5!important;
  539. -webkit-transition:opacity .3s ease-in-out;
  540. transition:opacity .3s ease-in-out;
  541. padding:4px;
  542. }
  543. #tumblr_controls:hover {
  544. opacity:.7!important;
  545. }
  546. #tumblr_lightbox {
  547. background-color:transparent!important;
  548. }
  549. #vignette,
  550. #tumblr_lightbox_left_image,
  551. #tumblr_lightbox_right_image {
  552. visibility:hidden;
  553. }
  554. #tumblr_lightbox img {
  555. box-shadow:none!important;
  556. }
  557. #tumblr_lightbox > div:nth-child(2) {
  558. opacity:.98;
  559. background-color:{color:background};
  560. }
  561. #theme {
  562. position:fixed;
  563. display:inline-block;
  564. bottom:10px;
  565. right:34px;
  566. z-index:999;
  567. padding:5px;
  568. line-height:1em;
  569. background-color:{color:background};
  570. color:{color:accent};
  571. }
  572.  
  573. </style>
  574. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  575. </head>
  576. <body>
  577. <div id="main">
  578. <aside>
  579. <section class="sidebar">
  580. <div class="title"><a id="title" href="/">{Title}</a></div>
  581. {block:ifShowDescription}<div class="desc light">{Description}</div>{/block:ifShowDescription}
  582. <nav><!-- navigation -->
  583. {block:ifHomeLink}<li><a href="/">{text:home link}</a></li>{/block:ifHomeLink}
  584. {block:ifArchiveLink}<li><a href="/archive">{text:archive link}</a></li>{/block:ifArchiveLink}
  585. {block:ifAskLink}<li><a href="/ask">{text:ask link}</a></li>{/block:ifAskLink}
  586. {block:HasPages}{block:Pages}<li><a href="{URL}">{Label}</a></li> {/block:Pages}{/block:HasPages}
  587. {block:ifLink1}<li><a href="{text:link 1 url}">{text:link 1}</a></li>{/block:ifLink1}
  588. {block:ifLink2}<li><a href="{text:link 2 url}">{text:link 2}</a></li>{/block:ifLink2}
  589. {block:ifLink3}<li><a href="{text:link 3 url}">{text:link 3}</a></li>{/block:ifLink3}
  590. {block:ifLink4}<li><a href="{text:link 4 url}">{text:link 4}</a></li>{/block:ifLink4}
  591. {block:ifLink5}<li><a href="{text:link 5 url}">{text:link 5}</a></li>{/block:ifLink5}
  592. {block:ifLink6}<li><a href="{text:link 6 url}">{text:link 6}</a></li>{/block:ifLink6}
  593. </nav>
  594. </section>
  595. </aside>
  596. <div id="content"><!-- posts -->
  597. {block:Posts}
  598. <article class="entry{block:IndexPage}{block:Photo} ph{/block:Photo}{block:Photoset} ph{/block:Photoset}{block:Video} ph{/block:Video}{/block:IndexPage}">
  599. {block:IndexPage}
  600. {block:Date}
  601. <section class="info light">
  602. <a href="{Permalink}" class="permalink"></a>
  603. </section>
  604. {/block:Date}
  605. <div class="clip"></div>
  606. {/block:IndexPage}
  607. <section class="post">
  608. {block:Answer}<!-- answer --><div class="question text"><span>{Question}</span><i class="sender light">{lang:Asked by Asker 2}</i></div><div class="answer text">{Answer}</div>{/block:Answer}
  609. {block:Audio}<!-- audio --><div class="audio">{block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}</div>{/block:Audio}
  610. {block:Chat}<!-- chat -->{block:Title}<h1 class="title">{Title}</h1>{/block:Title}<div class="chat text"><ul>{block:Lines}<li class="line">{block:Label}<span class="label light">{Label}&nbsp; </span>{/block:Label}{Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  611. {block:Link}<!-- link --><h1 class="title"><a href="{URL}">{Name}</a></h1>{block:Description}<div class="text">{Description}</div>{/block:Description}{/block:Link}
  612. {block:Photo}<!-- photo --><div class="media">{LinkOpenTag}<img src="{PhotoURL-HighRes}"/>{LinkCloseTag}</div>{/block:Photo}
  613. {block:Photoset}<!-- photoset --><div class="media photoset">{block:IndexPage}{block:Photos}<img src="{PhotoURL-HighRes}"/><!--{/block:Photos}-->{/block:IndexPage}{block:PermalinkPage}<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>{/block:PermalinkPage}</div>{/block:Photoset}
  614. {block:Quote}<!-- quote --><div class="quote text">{Quote}</div>{block:Source}<div class="source text light">{Source}</div>{/block:Source}{/block:Quote}
  615. {block:Text}<!-- text -->{block:Title}<h1 class="title">{Title}</h1>{/block:Title}<div class="text">{Body}</div>{/block:Text}
  616. {block:Video}<!-- video --><div class="media video">{Video-500}</div>
  617. {/block:Video}
  618. {block:Caption}<!-- caption --><div class="caption text{block:IndexPage} {select:captions}{/block:IndexPage}">{Caption}</div>{/block:Caption}
  619. </section>
  620. {block:PermalinkPage}{block:Date}
  621. <section class="perma light">{TimeAgo} with {NoteCountWithLabel}{block:RebloggedFrom}<div class="rb light"> via <a href="{ReblogParentURL}" class="rf">{ReblogParentName}</a>{block:ContentSource} (<a href="{ReblogRootURL}" class="src">source</a>){/block:ContentSource}</div>{/block:RebloggedFrom}
  622. {block:HasTags}
  623. <div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a><i class="comma"> / </i>{/block:Tags}</div>
  624. {/block:HasTags}
  625. </section>
  626. {/block:Date}
  627. {/block:PermalinkPage}
  628. </article>
  629. {block:PostNotes}<!-- post notes -->
  630. <article id="notes" class="entry">
  631. <section class="post">
  632. <div class="light text">{PostNotes}</div>
  633. </section>
  634. </article>
  635. {/block:PostNotes}
  636. {/block:Posts}
  637. <!-- {block:ContentSource}{SourceURL} {/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL} {ReblogParentURL}{/block:RebloggedFrom} -->
  638. {block:Pagination}<!-- pagination -->
  639. <footer class="entry light">
  640. <div class="pagination">
  641. {block:NextPage}<a class="next title" href="{NextPage}">&ctdot;</a>{/block:NextPage}
  642. {block:PreviousPage}<!--{block:NextPage}<br/>{/block:NextPage}<a class="back" href="{PreviousPage}">{lang:Back}</a>-->{/block:PreviousPage}
  643. </div>
  644. </footer>
  645. {/block:Pagination}
  646. </div><!-- end #content -->
  647. </div><!-- end #main -->
  648. <a href="http://shythemes.tumblr.com" target="_blank" id="theme">thm</a>
  649. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  650. {block:IndexPage}
  651. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  652. {block:ifInfiniteScroll}
  653. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  654. {/block:ifInfiniteScroll}
  655. {/block:IndexPage}
  656. {block:PermalinkPage}
  657. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  658. {/block:PermalinkPage}
  659. <script>
  660. $(document).ready(function(){
  661. {block:PermalinkPage}
  662. $('.photo-slideshow').pxuPhotoset({
  663. lightbox: true,
  664. rounded: false,
  665. gutter: '4px',
  666. photoset: '.photo-slideshow',
  667. photoWrap: '.photo-data',
  668. photo: '.pxu-photo'
  669. });
  670. {/block:PermalinkPage}
  671. {block:IndexPage}
  672. {block:ifInfiniteScroll}
  673. $('#content').infinitescroll({
  674. itemSelector: '.entry',
  675. navSelector: '.pagination',
  676. nextSelector: '.next',
  677. loadingImg: '',
  678. loadingText: '<em></em>',
  679. bufferPx: 2000
  680. },
  681. function( newElements ) {
  682. var $newElems = $( newElements );
  683. $newElems.find('.photo-slideshow').pxuPhotoset({
  684. lightbox: true,
  685. rounded: false,
  686. gutter: '4px',
  687. photoset: '.photo-slideshow',
  688. photoWrap: '.photo-data',
  689. photo: '.pxu-photo'
  690. });
  691. });
  692. {/block:ifInfiniteScroll}
  693. {/block:IndexPage}
  694. });
  695. </script>
  696. </body>
  697. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement