Advertisement
str-wrs

Metis

Apr 2nd, 2015
7,509
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.65 KB | None | 0 0
  1. <!--
  2.  
  3. THEME: METIS
  4. by acuite
  5.  
  6. - don't steal this pls
  7. - enjoy, ilu (ノ◕ヮ◕)ノ*:・゚✧
  8. - @acuite for more themes
  9.  
  10. -->
  11.  
  12. <html>
  13. <head>
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20. <meta name="image:Sidebar" content=""/>
  21.  
  22. <meta name="color:Background" content="#fff"/>
  23. <meta name="color:Border" content="#eee"/>
  24. <meta name="color:Text" content="#666"/>
  25. <meta name="color:Link" content="#999"/>
  26. <meta name="color:Hover" content="#222"/>
  27.  
  28. <meta name="if:Drop Links" content=""/>
  29. <meta name="if:Captions" content=""/>
  30. <meta name="if:Tags" content=""/>
  31. <meta name="if:Load More" content=""/>
  32. <meta name="if:Paginate" content=""/>
  33.  
  34. <meta name="text:Post" content="350"/>
  35. <meta name="text:Sidebar" content="120"/>
  36. <meta name="text:Margin" content="100"/>
  37.  
  38. <meta name="text:Link 1" content="/"/>
  39. <meta name="text:Link 1 Title" content="one"/>
  40. <meta name="text:Link 2" content="/" />
  41. <meta name="text:Link 2 Title" content="two"/>
  42. <meta name="text:Link 3" content="/" />
  43. <meta name="text:Link 3 Title" content="three"/>
  44. <meta name="text:Link 4" content="/" />
  45. <meta name="text:Link 4 Title" content="four"/>
  46.  
  47. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  48. <link href="http://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css" rel="stylesheet" type="text/css">
  49. <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i' rel='stylesheet' type='text/css'>
  50.  
  51. <style type="text/css">
  52.  
  53. ::-webkit-scrollbar {width:5px;height:5px;background:{color:Background};}
  54. ::-webkit-scrollbar-thumb {background:{color:Border};}
  55.  
  56. .tmblr-iframe--desktop-logged-in-controls, .iframe-controls--desktop, .tmblr-iframe, #tumblr_controls{-webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);opacity:0.5;}
  57.  
  58. /* General */
  59.  
  60. body {
  61. margin:0;
  62. color:{color:Text};
  63. background:{color:Background};
  64. word-wrap:break-word;
  65. font-smooth:always;
  66. -webkit-font-smoothing:antialiased;
  67. -moz-osx-font-smoothing: grayscale;
  68. }
  69.  
  70. a:link, a:active, a:visited {text-decoration:none;}
  71. pre,p,blockquote,body,big,small,sub,sup,.entry,input {font-size:10px;}
  72. p,body,pre,em,input{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;}
  73. a,.our_button,.like_button{
  74. transition:0.5s ease;
  75. -o-transition:0.5s ease;
  76. -moz-transition:0.5s ease;
  77. -webkit-transition:0.5s ease;
  78. }
  79.  
  80. /* Credit & Scroll to Top */
  81.  
  82. .c,.top{position:fixed;right:30px;width:40px;}
  83. .c {bottom:30px;}
  84. .top {bottom:50px;display:none;}
  85.  
  86. /* Pagination */
  87.  
  88. .cp {font-weight:600;}
  89. .cp,.jp,.pag a{display:inline-block;vertical-align:middle;margin:0 10px;}
  90. .pag a i,.top{font-size:20px;}
  91. .pag {position:relative;}
  92. .load {cursor:pointer;display:block;}
  93. .c,.top,.pag,.load {text-align:center;}
  94. .c,.pag,.load {font-size:9px;letter-spacing:1px;text-transform:uppercase;}
  95. {block:ifnotPaginate}
  96. .pag,#infscr-loading {display:none!important;}
  97. {/block:ifnotPaginate}
  98.  
  99. /* Containers */
  100.  
  101. .center {
  102. position:relative;
  103. margin:{text:Margin}px auto;
  104. width:{text:Post}px;
  105. }
  106.  
  107. .entry img {max-width:100%;height:auto;}
  108. .entry {margin:{text:Margin}px 0;}
  109.  
  110. /* Sidebar */
  111.  
  112. aside {
  113. position:fixed;
  114. width:{text:Sidebar}px;
  115. padding:0 5px;
  116. margin-left:calc(-{text:Sidebar}px + -{text:Margin}px + -10px);
  117. }
  118.  
  119. .image {padding:10px 0;width:100%;}
  120. .desc{padding:10px 0;}
  121. .lb {display:none;font-size:0;}
  122. .lb a{display:block;padding:5px;font-size:10px;line-height:100%;}
  123. .lb a:hover {padding-left:15px;}
  124. nav {text-align:center;padding-bottom:5px;font-size:0;}
  125. nav a {display:inline-block;margin:4px;}
  126.  
  127. /* Titles */
  128.  
  129. h2,.qut {font-size:14px;}
  130. h2 a,a h2 {color:{color:Text};}
  131. h2 {margin:10px;line-height:100%;}
  132. .src {text-align:right;margin:10px 0 0;font-size:10px;}
  133. .qut {padding:10px 0;font-style:italic;font-weight:300;line-height:130%;}
  134.  
  135. /* Permalinks */
  136.  
  137. .p {padding:0 0 10px;font-size:0;}
  138. .tags a {font-size:10px;line-height:100%;font-style:italic;margin:0 5px 2px 0;display:inline-block;}
  139. .tags {line-height:9px;margin:10px 0 0;}
  140.  
  141. .p a.nt,.pri {display:inline-block;vertical-align:bottom;}
  142. .p a.nt {width:calc(100% - 30px);padding:0 0 3px;}
  143. .pri {width:30px;text-align:right;}
  144. .pri .oi {font-size:12px;}
  145. .custom-like-button *{cursor:pointer!important;}
  146. .custom-like-button {
  147. position:relative;
  148. display:inline-block;
  149. vertical-align:top;
  150. width:10px;
  151. height:10px;
  152. cursor:pointer;
  153. margin:0 5px 0 0;
  154. }
  155.  
  156. .like_button:hover + .our_button {color:{color:Hover};}
  157. .like_button.liked + .our_button {color:{color:Hover};}
  158. .like_button iframe {width:100%!important;height:100%!important;}
  159. .like_button {z-index:10;opacity:0;}
  160. .our_button {z-index:1;}
  161. .our_button,.like_button {
  162. position:absolute;
  163. top:0;
  164. left:0;
  165. width:100%;
  166. height:100%;
  167. }
  168.  
  169. /* Ask */
  170.  
  171. .ask h2 {margin:0px 0px 5px;letter-spacing:1.5px;}
  172. .ask {padding:10px;line-height:150%;}
  173.  
  174. /* Audio & Chat */
  175.  
  176. .lines,.chat h2 {margin:10px;}
  177. .lines b {display:block;}
  178. .play {
  179. padding:10px;
  180. background:#e4e4e4;
  181. height:27px;
  182. width:27px;
  183. border-radius:5px;
  184. }
  185.  
  186. .play,.au {display:inline-block;vertical-align:middle;}
  187. .audio {font-size:0;}
  188. .soundcloud_audio_player{padding:15px 0;}
  189. .au {margin-left:10px;width:calc(100% - 57px);}
  190. .au span {display:block;font-size:10px;line-height:100%;}
  191. .au span.tn {font-size:11px;font-weight:700;margin:0 0 4px;}
  192. .tumblr_audio_player {width:27px;height:27px;overflow:hidden;}
  193.  
  194. /* Text */
  195.  
  196. ol,ul {padding:0 0 0 25px;}
  197. li {margin:5px;}
  198. p,blockquote,pre,ul,ol{margin:10px;}
  199. blockquote p{margin:10px 0;}
  200. blockquote p:first-child{margin:0 0 10px;}
  201. blockquote p:last-child{margin:10px 0 0;}
  202. blockquote p:only-child{margin:0;}
  203. blockquote blockquote {margin:0;}
  204. blockquote {border-left:1px solid {color:Border};padding-left:10px;}
  205. pre {
  206. white-space:pre-wrap;
  207. white-space:-moz-pre-wrap;
  208. white-space:-pre-wrap;
  209. white-space:-o-pre-wrap;
  210. word-wrap:break-word;
  211. }
  212.  
  213. /* Captions */
  214.  
  215. .cap {margin:15px 0;}
  216. .cap a:hover,.txt a:hover {border-color:{color:Hover}}
  217. .txt iframe,.cap iframe{display:block;max-width:100%;overflow:hidden;}
  218.  
  219. /* Video */
  220.  
  221. .video {overflow:hidden;}
  222. .vine-embed,#youtube_iframe {display:block;}
  223. .instagram-media {border-radius:0!important;box-shadow:none!important;}
  224.  
  225. /* Photosets */
  226.  
  227. #tumblr_lightbox,.tmblr-lightbox {
  228. background:rgba({RGBcolor:Background},0.99)!important;
  229. }
  230.  
  231. #vignette,#tumblr_lightbox_caption,.vignette,.lightbox-caption{
  232. opacity:0!important;
  233. }
  234.  
  235. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image,
  236. #tumblr_lightbox_right_image, .lightbox-image {
  237. box-shadow:none!important;
  238. border-radius:0px!important;
  239. }
  240.  
  241. /* Postnotes */
  242.  
  243. .pn img{display:none;}
  244. .pn li{list-style-type:none;margin:5px;}
  245. .pn ul, .pn ol {padding:0px;margin:0px;}
  246. .pn {font-size:8px;letter-spacing:0.3px;padding:10px;}
  247. .pnh {font-weight:700;cursor:pointer;}
  248. .perma a,.perma span{margin-right:5px;}
  249. .perma {padding:15px 10px;}
  250.  
  251. /* Tooltips */
  252.  
  253. #s-m-t-tooltip{
  254. max-width:300px;
  255. margin:15px;
  256. z-index:99999999;
  257. background:{color:Background};
  258. padding:6px 8px;
  259. font-size:10px;
  260. line-height:100%;
  261. }
  262.  
  263. /* Common Styles */
  264.  
  265. p,blockquote,.lines,.desc{line-height:150%;}
  266. a,.p,.perma,.src{color:{color:Link};}
  267. a:hover{color:{color:Hover};}
  268. .p a.nt,nav a {
  269. font-size:9px;
  270. line-height:100%;
  271. font-weight:700;
  272. letter-spacing:0.25px;
  273. text-transform:uppercase;
  274. }
  275.  
  276. /* Etc */
  277.  
  278. .notes img {width:0px;}
  279. img {display:block;}
  280.  
  281. .lb a,.perma {border-top:1px solid {color:Border};}
  282. .perma,.cap a,.txt a,nav,.image,#s-m-t-tooltip{
  283. border-bottom:1px solid {color:Border};
  284. }
  285.  
  286. .bx,.audio {
  287. padding:10px 0;
  288. border-top:1px solid {color:Border};
  289. border-bottom:1px solid {color:Border};
  290. {block:PermalinkPage}margin-bottom:-1px;{/block:PermalinkPage}
  291. }
  292.  
  293. </style>
  294. </head>
  295. <body>
  296.  
  297. <div class="center">
  298.  
  299. <aside>
  300. <nav>
  301. <a href="/">home</a>
  302. <a href="/ask">inbox</a>
  303. {block:ifDropLinks}<a href="#" class="lh">links</a>{/block:ifDropLinks}
  304. {block:ifnotDropLinks}
  305. {block:ifLink1}
  306. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  307. {/block:ifLink1}{block:ifLink2}
  308. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  309. {/block:ifLink2}{block:ifLink3}
  310. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  311. {/block:ifLink3}{block:ifLink4}
  312. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  313. {/block:ifLink4}
  314. {/block:ifnotDropLinks}
  315. </nav>
  316.  
  317. {block:ifSidebarImage}
  318. <a href="/"><img class="image" src="{image:Sidebar}"></a>
  319. {/block:ifSidebarImage}
  320.  
  321. <div class="desc">{Description}</div>
  322.  
  323. {block:ifDropLinks}
  324. <div class="lb">
  325. {block:ifLink1}
  326. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  327. {/block:ifLink1}{block:ifLink2}
  328. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  329. {/block:ifLink2}{block:ifLink3}
  330. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  331. {/block:ifLink3}{block:ifLink4}
  332. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  333. {/block:ifLink4}
  334. </div>
  335. {/block:ifDropLinks}
  336. </aside>
  337.  
  338.  
  339. <div id="content">
  340. {block:Posts}
  341. <div class="entry">
  342.  
  343. {block:IndexPage}<div class="p">
  344. <a href="{Permalink}" class="nt">{NoteCountWithLabel}</a>
  345. <div class="pri">
  346. <div class="custom-like-button">{LikeButton}
  347. <span class="our_button"><i class="oi oi-heart"></i></span>
  348. </div>
  349. <a href="{ReblogURL}"><i class="oi oi-refresh"></i></a>
  350. </div>
  351. </div>{/block:IndexPage}
  352.  
  353. {block:Text}
  354. <div class="bx">
  355. {block:Title}<h2>{Title}</h2>{/block:Title}
  356. <div class="txt">{Body}</div>
  357. </div>
  358. {/block:Text}
  359.  
  360. {block:Link}
  361. <div class="bx">
  362. <h2><a title="{URL}" href="{URL}">{Name} &rsaquo;</a></h2>
  363. {block:Description}<div class="txt">{Description}</div>{/block:Description}
  364. </div>
  365. {/block:Link}
  366.  
  367. {block:Photo}
  368. <div class="bx">
  369. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a>
  370. </div>
  371. {/block:Photo}
  372.  
  373. {block:Photoset}
  374. <div class="bx"><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>
  375. {/block:Photoset}
  376.  
  377. {block:Quote}
  378. <div class="bx"><div class="qut">{Quote}</div></div>
  379. <div class="src">{Source}</div>
  380. {/block:Quote}
  381.  
  382. {block:Chat}
  383. <div class="bx">
  384. {block:Title}<h2>{Title}</h2>{/block:Title}
  385. {block:Lines}<div class="lines {Alt}"><div class="{Alt} user_{UserNumber}">
  386. {block:Label}<b>{Label}</b> {/block:Label}{Line}</div></div>{/block:Lines}
  387. </div>
  388. {/block:Chat}
  389.  
  390. {block:Audio}
  391. <div class="audio">
  392. {block:AudioPlayer}<div class="play">{AudioPlayerGrey}</div>{/block:AudioPlayer}
  393. <div class="au">
  394. {block:TrackName}<span class="tn">{TrackName}</span>{/block:TrackName}
  395. {block:Artist}<span>by {Artist}</span>{/block:Artist}
  396. </div>
  397. </div>
  398. {/block:Audio}
  399.  
  400. {block:Video}
  401. <div class="bx"><div class="video">{Video-500}</div></div>
  402. {/block:Video}
  403.  
  404. {block:Answer}
  405. <div class="bx">
  406. <div class="ask"><h2>{Asker} said:</h2> {Question}</div>
  407. </div>
  408. <div class="txt">{Answer}</div>
  409. {/block:Answer}
  410.  
  411. {block:ifCaptions}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:ifCaptions}
  412.  
  413. {block:ifTags}{block:HasTags}<div class="tags">
  414. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}
  415. </div>{/block:HasTags}{/block:ifTags}
  416.  
  417. {block:PermalinkPage}
  418. {block:Date}
  419. <div class="perma">
  420. posted {TimeAgo} on {DayofMonthWithSuffix} {Month}
  421. {block:RebloggedFrom}<br>
  422. via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  423. origin: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  424. {/block:RebloggedFrom}
  425.  
  426. {block:HasTags}<br><span>tags:</span>
  427. {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  428. {/block:HasTags}
  429.  
  430. <div class="pnh">see {NoteCountWithLabel}</div>
  431. </div>
  432. {/block:Date}
  433. {/block:PermalinkPage}
  434.  
  435. {block:PostNotes}
  436. <div class="pn">{PostNotes}</div>
  437. {/block:PostNotes}
  438.  
  439. {block:ContentSource}
  440. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  441. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  442. {/block:SourceLogo}
  443. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  444. {/block:ContentSource}
  445.  
  446. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  447.  
  448. </div>
  449. {/block:Posts}
  450.  
  451. {block:ifPaginate}
  452. {block:Pagination}
  453. <div class="pag">
  454. {block:PreviousPage}
  455. <a href="{PreviousPage}"><i class="oi oi-chevron-left"></i></a>
  456. {/block:PreviousPage}
  457.  
  458. {block:JumpPagination length="3"}
  459. {block:CurrentPage}
  460. <span class="cp">{PageNumber}</span>
  461. {/block:CurrentPage}
  462. {block:JumpPage}
  463. <a class="jp" href="{URL}">{PageNumber}</a>
  464. {/block:JumpPage}
  465. {/block:JumpPagination}
  466.  
  467. {block:NextPage}
  468. <a href="{NextPage}"><i class="oi oi-chevron-right"></i></a>
  469. {/block:NextPage}
  470. </div>
  471. {/block:Pagination}
  472. {/block:ifPaginate}
  473.  
  474. </div>
  475.  
  476. {block:ifnotPaginate}
  477. {block:Pagination}
  478. <div class="pag">
  479. {block:PreviousPage}
  480. <a href="{PreviousPage}" class="prev">back</a>
  481. {/block:PreviousPage}
  482. {block:NextPage}
  483. <a href="{NextPage}" class="next">next</a>
  484. {/block:NextPage}
  485. </div>
  486.  
  487. {block:ifLoadMore}
  488. <a class="load">Load More</a>
  489. {/block:ifLoadMore}
  490. {/block:Pagination}
  491. {/block:ifnotPaginate}
  492.  
  493. </div>
  494.  
  495. <a href="#" class="top"><i class="oi oi-chevron-up"></i></a>
  496. <div class="c"><a href="http://acuite.tumblr.com/">acuite</a></div>
  497.  
  498. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  499. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  500. <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  501. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  502. <script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  503. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  504. <script>
  505. // pxu photosets
  506. $(document).ready(function(){
  507. $('.photo-slideshow').pxuPhotoset({
  508. lightbox: true,
  509. rounded: false,
  510. gutter: '1px',
  511. photoset: '.photo-slideshow',
  512. photoWrap: '.photo-data',
  513. photo: '.pxu-photo'
  514. });
  515.  
  516.  
  517. // minimal soundcloud player © eoxk.tumblr
  518. $(document).ready(function(){
  519. var color = '{color:Link}'; // color of play button (hex)
  520. $('.soundcloud_audio_player').each(function(){
  521. $(this).attr({ src: $(this).attr('src').split('&')[0] + '&amp;liking=false&amp;sharing=false&amp;auto_play=false&amp;show_comments=false&amp;continuous_play=false&amp;buying=false&amp;show_playcount=false&amp;show_artwork=true&amp;origin=tumblr&amp;color=' + color.split('#')[1], height: 20, width: '100%' });
  522. });
  523. });
  524.  
  525.  
  526. // drop links & post notes
  527. $(document).ready(function(){
  528. $(".pn").hide();
  529. $(".pnh").show();$('.pnh').toggle(function(){
  530. $(".pn").slideDown(function(){});
  531. },function(){
  532. $(".pn").slideUp(function(){});
  533. });
  534. $(".lb").hide();
  535. $(".lh").show();$('.lh').toggle(function(){
  536. $(".lb").slideDown(function(){});
  537. },function(){
  538. $(".lb").slideUp(function(){});
  539. });
  540. });
  541.  
  542.  
  543. // scroll to top © html-tuts.com
  544. var amountScrolled = 500;
  545. $(window).scroll(function() {
  546. if ($(window).scrollTop() > amountScrolled) {
  547. $('a.top').fadeIn('slow');
  548. } else {
  549. $('a.top').fadeOut('slow');
  550. }
  551. });
  552. $('a.top').click(function() {
  553. $('body, html').animate({
  554. scrollTop: 0
  555. }, 'slow');
  556. return false;
  557. });
  558.  
  559.  
  560. // tooltips
  561. (function($){
  562. $(document).ready(function(){
  563. $("[title]").style_my_tooltips({
  564. tip_delay_time:200,
  565. tip_fade_speed:300
  566. }
  567. );
  568. });
  569. })(jQuery);
  570.  
  571.  
  572. // infinite scroll
  573. {block:ifnotPaginate}
  574. var $container = $('#content');
  575. $container.infinitescroll({
  576. itemSelector: '.entry',
  577. navSelector: '.pag',
  578. nextSelector: '.next',
  579. loadingImg: ' ',
  580. loadingText: ' ',
  581. donetext: 'No more posts' ,
  582. bufferPx: 2000,
  583. {block:ifLoadMore}
  584. errorCallback: function(){
  585. jQuery('.load').delay(50).fadeOut();
  586. }
  587. {/block:ifLoadMore}
  588. },
  589. function( newElements ) {
  590. var $newElems = $( newElements );
  591. var $newElemsIDs = $newElems.map(function(){
  592. return this.id;
  593. }).get();
  594. console.log($newElems, $newElemsIDs);
  595. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  596. $newElems.find('.photo-slideshow').pxuPhotoset({
  597. lightbox: true,
  598. rounded: false,
  599. gutter: '1px',
  600. photoset: '.photo-slideshow',
  601. photoWrap: '.photo-data',
  602. photo: '.pxu-photo'
  603. });
  604. resizeVideos();
  605. });
  606. {block:ifLoadMore}
  607. $(window).unbind(".infscr");
  608. $(".load").click(function(){
  609. $("#content").infinitescroll("retrieve");
  610. });
  611. {/block:ifLoadMore}
  612. {/block:ifnotPaginate}
  613. });
  614.  
  615. </script>
  616. </body>
  617. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement