Advertisement
reptilha

Polis — 003

Aug 25th, 2018
1,227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.84 KB | None | 0 0
  1. <!--
  2.  
  3. Theme desenvolvido por @reptilha
  4. Não copie detalhes e não remova os créditos.
  5.  
  6. Grata pela preferência.
  7. Atenciosamente, G.
  8.  
  9. --->
  10.  
  11.  
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  13. "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14.  
  15. <html xmlns="https://www.w3.org/1999/xhtml">
  16.  
  17. <head>
  18.  
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  20.  
  21. <title>{Title}</title>
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. <link rel="shortcut icon" href="{Favicon}">
  24. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  25.  
  26. <!-- jquery -->
  27. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  28. <!-- jquery -->
  29.  
  30. <script>
  31. $(document).ready(function(){
  32. /**** tumblr blogs avatars ****/
  33. $(".tumblr_blog").each(function() {
  34. var tumblrblogurl = $(this).text();
  35. $(this).before("<img src='https://api.tumblr.com/v2/blog/" + tumblrblogurl + ".tumblr.com/avatar/24' class='tumblr_blog_avatar'/>");
  36. });
  37. /**** tumblr blogs avatars ****/
  38. });
  39. </script>
  40.  
  41. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  42.  
  43. <meta name="image:Background" content="" />
  44. <meta name="image:Foto" content="" />
  45.  
  46. <meta name="color:Font" content="#000"/>
  47. <meta name="color:Background" content="#000"/>
  48. <meta name="color:Links" content="#000"/>
  49. <meta name="color:Links Menu" content="#ccc"/>
  50. <meta name="color:Link Hover" content="#ccc"/>
  51. <meta name="color:Titles" content="#000"/>
  52. <meta name="color:Border" content="#eee"/>
  53. <meta name="color:Links Hover Menu" content="#ccc"/>
  54.  
  55. <meta name="text:AskLabel" content="perguntou" />
  56. <meta name="if:DarkButtons" content="" />
  57. <meta name="if:OneColun" content="" />
  58.  
  59. <meta name="text:Link 1" content="Link" />
  60. <meta name="text:Link 1 url" content="" />
  61. <meta name="text:Link 2" content="Link" />
  62. <meta name="text:Link 2 url" content="" />
  63. <meta name="text:Link 3" content="Link" />
  64. <meta name="text:Link 3 url" content="" />
  65. <meta name="text:Link 4" content="Link" />
  66. <meta name="text:Link 4 url" content="" />
  67. <meta name="text:Link 5" content="Link" />
  68. <meta name="text:Link 5 url" content="" />
  69.  
  70. <meta name="select:Position" content="auto" title="Center">
  71. <meta name="select:Position" content="50px" title="Left">
  72.  
  73. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  74. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  75. <script> (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery); </script>
  76.  
  77. <style type="text/css">
  78.  
  79. /* config */
  80.  
  81. body{
  82. font-family:arial;
  83. background:{color:Background};
  84. background-image:url('{image:Background}');
  85. background-repeat:no-repeat;
  86. background-attachment:fixed;
  87. background-size:100%;
  88. font-size:14px;
  89. color:{color:Font};
  90. line-height:22px;
  91. overflow-x:hidden;
  92. }
  93.  
  94. img {
  95. height: auto;
  96. width: auto;
  97. }
  98.  
  99. iframe, img, embed, object, video{
  100. max-width: 100%;
  101. }
  102.  
  103. .photo{
  104. width:100%;
  105. border-radius: px;
  106. -webkit-transition: all 0.5s ease-out;
  107. -moz-transition: all 0.5s ease-out;
  108. -o-transition: all 0.5s ease-out;
  109. transition: all 0.5s ease-out;
  110. }
  111.  
  112. .post:hover .photo{
  113. opacity:1.0;
  114. }
  115.  
  116.  
  117. a{
  118. color:{color:Links};
  119. cursor:help;
  120. font-weight:bold;
  121. -webkit-transition: all 0.5s ease-out;
  122. -moz-transition: all 0.5s ease-out;
  123. -o-transition: all 0.5s ease-out;
  124. transition: all 0.5s ease-out;
  125. }
  126.  
  127. .box iframe {
  128. max-width: 100%;
  129.  
  130. }
  131.  
  132. .text img {
  133. max-width: 100%;
  134.  
  135. }
  136.  
  137. blockquote{
  138. margin-left:0%;
  139. width:100%;
  140. }
  141.  
  142. .box img {
  143. display: block;
  144.  
  145. }
  146.  
  147. .clear {
  148. clear: both;
  149.  
  150. }
  151.  
  152. #pagination {
  153. display: none;
  154.  
  155. }
  156.  
  157. a:hover{
  158. color:{color:Link Hover};
  159. }
  160.  
  161.  
  162. .clearfix:after{
  163. content:".";
  164. display:block;
  165. clear:both;
  166. visibility:hidden;
  167. line-height:0;
  168. height:0;
  169.  
  170. }
  171.  
  172. .clearfix{
  173. display:inline-block;
  174.  
  175. }
  176.  
  177. html[xmlns] .clearfix{
  178. display:block;
  179.  
  180. }*
  181.  
  182. html .clearfix{
  183. height:1%;
  184.  
  185. }
  186.  
  187. a{
  188. text-decoration:none;
  189. }
  190.  
  191. .post {
  192. position: relative;
  193. width:250px;
  194. {block:IfOneColun}
  195. width:450px;
  196. {block:IfOneColun}
  197. text-align:justify;
  198. float:left;
  199. margin:20px;
  200. {block:PermalinkPage}
  201. width:450px;
  202. {/block:PermalinkPage}
  203.  
  204. }
  205.  
  206. #contain {
  207. width:700px;
  208. background
  209. height:100%;
  210. margin-top:0px;
  211. margin-left:{select:Position};
  212. margin-right:auto;
  213. min-height:700px;
  214.  
  215. }
  216.  
  217. #content {
  218. width:700px;
  219. margin-top:30px;
  220. margin-left:px;
  221. }
  222.  
  223. #infscr-loading {display:none!important;}
  224. #infscr-loading img {display:none;}
  225. #pagination {display:none;}
  226.  
  227. /**** tumblr blogs avatars ****/
  228. .tumblr_blog {margin-left: 40px;text-transform:uppercase;
  229. font-weight:normal; font-size:12px;
  230. } /** aqui você edita a aparência do link do blog **/
  231. .tumblr_blog_avatar {width: 30px; height: 30px; border-radius: px;position:absolute;margin-right:px;margin-top:-4px;vertical-align:-5px;} /** aqui você edita a aparência do avatar **/
  232. /**** tumblr blogs avatars ****/
  233.  
  234.  
  235.  
  236. .iframe-controls--desktop {
  237. position:fixed;
  238. padding-top:20px;
  239. padding-right:20px;
  240. z-index:9999999999999999999999999999;
  241. {block:IfDarkButtons}
  242. filter:invert(100%);
  243. -webkit-filter:invert(100%);
  244. {/block:IfDarkButtons}
  245. -webkit-transform:scale(0.6,0.6);
  246. -webkit-transform-origin: 100% 0%;
  247. -ms-transform-origin:100% 0%;
  248. -ms-transform:scale(0.6,0.6);
  249. transform:scale(0.6,0.6);
  250. transform-origin:100% 0%;
  251. }
  252.  
  253. .thememaker{
  254. position:fixed;
  255. margin-top:-30px;
  256. right:0px;
  257. font-size:13px;
  258. z-index:9999999999999999999999999999;
  259. {block:IfDarkButtons}
  260. color:black;
  261. {/block:IfDarkButtons}
  262. {block:IfNotDarkButtons}
  263. color:white;
  264. {/block:IfNotDarkButtons}
  265. }
  266.  
  267. #scrollToTop{
  268. right:5px;
  269. bottom:10px;
  270. position:fixed;
  271. font-size:13px;
  272. z-index:9999999999999999999999999999;
  273. {block:IfDarkButtons}
  274. color:black;
  275. {/block:IfDarkButtons}
  276. {block:IfNotDarkButtons}
  277. color:white;
  278. text-shadow: 1px 1px 1px rgba(68,68,68,.4), -1px -1px 1px rgba(68,68,68,.4), -1px 1px 1px rgba(68,68,68,.4), 1px -1px 1px rgba(68,68,68,.4);
  279. {/block:IfNotDarkButtons}
  280. }
  281.  
  282.  
  283.  
  284. ::-moz-selection {color:inherit;background: transparent;}
  285.  
  286. ::selection {color:inherit;background: transparent;}
  287.  
  288. b{
  289. font-weight:bold;
  290. }
  291.  
  292. .caption{
  293. margin-top:10px;
  294. }
  295.  
  296. ::-webkit-scrollbar
  297. {width: 19px; height: 19px; z-index:-1;}
  298. ::-webkit-scrollbar-track-piece
  299. {background-color: {color:Background};-webkit-border-radius:px;}
  300. ::-webkit-scrollbar-thumb:vertical
  301. {height: 3px; background-color: {color:Borders}; -webkit-border-radius:px;border:8px solid {color:Background}; }
  302. ::-webkit-scrollbar-thumb:horizontal
  303. {width: 3px; background-color: {color:Borders}; -webkit-border-radius:px;border:8px solid {color:Background}; }
  304.  
  305. .source{
  306. font-weight:bold;
  307. margin-top:3px;
  308. }
  309.  
  310. #s-m-t-tooltip {
  311. max-width:200px;
  312. padding:3px 10px 3px 10px;
  313. margin:15px 20px;
  314. border-radius:px;
  315. background:{color:Background};
  316. z-index:123456789;
  317.  
  318. }
  319.  
  320. #tumblr_lightbox {
  321. background-color:rgba(225, 225, 225, .7)!important;
  322. z-index:99999!important;
  323. }
  324.  
  325. #tumblr_lightbox img {opacity:0;}
  326.  
  327. #tumblr_lightbox_caption {
  328. color:black!important;
  329. font-family:arial!important;
  330. font-size:10px!important;
  331. font-weight:normal!important;
  332. text-shadow:none!important;
  333. }
  334. #tumblr_lightbox_center_image,
  335. #tumblr_lightbox_left_image,
  336. #tumblr_lightbox_right_image {
  337. background:white!important;
  338. -moz-box-shadow:none!important;
  339. -webkit-box-shadow:none!important;
  340. box-shadow:none!important;
  341. -moz-border-radius:0px!important;
  342. -webkit-border-radius:0px!important;
  343. border-radius:0px!important;
  344. opacity:1!important;
  345. }
  346.  
  347. #tumblr_lightbox_left_image,
  348. #tumblr_lightbox_right_image {opacity:.6!important;}
  349.  
  350. /* config */
  351.  
  352. reb{
  353. display:block;
  354. font-style:italic;
  355. }
  356.  
  357. reb span{
  358. vertical-align:0px;
  359. margin-left:5px;
  360. margin-right:5px;
  361. display:inline-block;
  362. font-size:8px;
  363. }
  364.  
  365. time{ font-style:;
  366. margin-right:10px;
  367. -webkit-transition: all 0.5s ease-out;
  368. -moz-transition: all 0.5s ease-out;
  369. -o-transition: all 0.5s ease-out;
  370. transition: all 0.5s ease-out;
  371. {block:PermalinkPage}
  372. display:none;
  373. {/block:PermalinkPage}
  374. }
  375.  
  376. pd{
  377. display:block;
  378. padding:px;
  379. }
  380.  
  381. /**Fragile Help**/
  382. .lnotes {display:block; margin-top:5px;}
  383. .lnotes .avatar {border:none; margin:5px; width:46px; padding:0;border-radius:px;}
  384. .lnotes ol {margin:0; padding:0;}
  385. .lnotes li {list-style:none; border:none; float:left; margin:0; padding:0; margin-right:4px; margin-bottom:-2px;}
  386. .lnotes .note .action {display:none; visibility:hidden; margin:0; padding:0;}
  387. .more_box {display:block; width:500px; height:35px; margin:0; padding:0;width:}
  388. .more_notes_link_container a {width:450px; font-style:italic; font-size:12px; font-style:italic; display:block; text-align:center; width:500px;margin-top:30px;margin-bottom:30px;}
  389. .lnotes blockquote {display:none;}
  390.  
  391. lin{
  392. display:block;
  393. padding:10px;
  394. width:500px;
  395. }
  396.  
  397. lin span{
  398. margin:5px;
  399. font-size:15px;
  400. }
  401. {block:Tags}
  402. a{
  403. font-weight:normal;
  404. }
  405. {/block:Tags}
  406.  
  407. .chat li{
  408. list-style:none;
  409. }
  410.  
  411. blockquote{
  412. margin-left:0px;
  413. }
  414.  
  415. .chat span{
  416. font-weight:bold;
  417. font-family:calibri;
  418. text-transform:uppercase;
  419. letter-spacing:1px;
  420. }
  421.  
  422. .pessoa { text-transform:uppercase; font-size:12px;;line-height:20px;}
  423. .pessoa a{display:;text-transform:uppercase; font-size:13px; font-weight:normal; color:{color:Links};letter-spacing:x; font-weight:bold;}
  424. .pessoa img{ width:40px;border-radius:1px;margin-bottom:5px;display:inline-block;position:absolute;}
  425. .pergunta { background:; margin-top:10px;padding-bottom:20px; margin-left:0px; text-align:left; }
  426. .resposta { padding-top:15px; padding-top:px; padding-bottom:10px; background:transparent;margin-top:-20px;}
  427.  
  428. sidebar{
  429. position:relative;
  430. width:660px;
  431. margin-left:auto;
  432. margin-right:auto;
  433. margin-top:50px;
  434. margin-bottom:300px;
  435. display:block;
  436. padding:5px;
  437. }
  438.  
  439.  
  440. sidebar img{
  441. width:100%;
  442. margin-bottom:20px;
  443. -webkit-filter: brightness(90%) contrast(130%); /* Safari */
  444. filter: brightness(90%) contrast(130%);
  445. border-radius:px;
  446. }
  447.  
  448. h1, h2, h3{
  449. font-size:17px;
  450. font-weight:normal;
  451. color:{color:Titles};
  452. }
  453.  
  454. sidebar h1{
  455. display:inline-block;
  456. margin-top:-5px;
  457. padding:10px;
  458. text-transform:uppercase;
  459. font-size:18px;
  460. z-index:99999999999999999;
  461. margin-bottom:0px;}
  462.  
  463. bio{
  464. text-align:justify;
  465. display:block;
  466. margin-top:35px;
  467. }
  468.  
  469. }
  470.  
  471. .source{
  472. font-style:italic;
  473. font-weight:bold;
  474. }
  475.  
  476. notes{
  477. display:block;
  478. margin-top:5px;
  479. line-height:10px;
  480. font-size:px;
  481. margin-left:px!important;
  482. height:15px;
  483. padding-bottom:0px;
  484. font-size:13px;
  485. text-transform:uppercase;
  486. font-family:calibri;
  487. opacity:0.0;
  488. -webkit-transition: all 0.2s ease-out;
  489. -moz-transition: all 0.2s ease-out;
  490. -o-transition: all 0.2s ease-out;
  491. transition: all 0.2s ease-out;
  492. padding-top:x;
  493. }
  494.  
  495. hov a{
  496. margin-right:10px;
  497. font-weight:normal;
  498. -webkit-transition: all 0.5s ease-out;
  499. -moz-transition: all 0.5s ease-out;
  500. -o-transition: all 0.5s ease-out;
  501. transition: all 0.5s ease-out;
  502. font-style:;
  503. }
  504.  
  505. .post:hover notes{
  506. opacity:1.0;
  507. height:15px;
  508. }
  509.  
  510. .menu a{
  511. font-weight:normal;
  512. margin:px;
  513. padding:0px;
  514. padding-left:3px;
  515. padding-right:3px;
  516. display:;
  517. font-size:px;
  518. font-weight:500;
  519. text-transform:capitalize;
  520. color:{color:Links Menu};
  521. text-transform:upprcase;
  522. }
  523.  
  524. .menu a:hover{
  525. -webkit-transition: all 1.2s ease-out;
  526. -moz-transition: all 1.2s ease-out;
  527. -o-transition: all 1.2s ease-out;
  528. color:{color:Link Hover};
  529. transition: all 1.2s ease-out;
  530. opacity:0.5;
  531. background:{color:Links Hover Menu};
  532. }
  533.  
  534. .menu{margin-left:-5px;
  535. -webkit-transition: all 1.5s ease-out;
  536. -moz-transition: all 1.5s ease-out;
  537. -o-transition: all 1.5s ease-out;
  538. transition: all 1.5s ease-out;
  539. overflow:hidden;
  540. text-align:left;
  541. display:block;
  542. font-family:;
  543. margin-top:35px;
  544. }
  545.  
  546. bloc{
  547. display:block;
  548. float:left;
  549. width:200px ;
  550. margin:10px;
  551.  
  552. }
  553.  
  554. </style>
  555.  
  556. <a href="#" id="scrollToTop"><span class="fa fa-angle-up" aria-hidden="true"></span></a>
  557.  
  558. <script type="text/javascript" src="https://static.tumblr.com/kecu8nj/auyouzq5m/jquery.js"></script>
  559. <script type="text/javascript" src="https://static.tumblr.com/kecu8nj/uGBow50r6/info.js"></script>
  560.  
  561. <link href="https://fonts.googleapis.com/css?family=Lora|Playfair+Display|Sawarabi+Mincho" rel="stylesheet">
  562.  
  563. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  564.  
  565. <script src="https://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  566.  
  567. <a class="thememaker" href="https://reptilha.tumblr.com/themes"><span class="fa fa-download"></span></a>
  568.  
  569.  
  570. </head>
  571.  
  572. <body>
  573. <div id="contain">
  574.  
  575. <sidebar>
  576. <center>
  577.  
  578. <bloc><h1>{Title}</h1>
  579. <img src="{image:Foto}" class="perfil"></bloc>
  580.  
  581. <bloc><bio>{Description}</bio></bloc>
  582.  
  583. <bloc> <nav class="menu">
  584. <a href="{text:Link 1 Url}">{text:Link 1}</a> <br><a href="{text:Link 2 Url}">{text:Link 2}</a> <br></r><a href="{text:Link 3 Url}">{text:Link 3}</a> <br><a href="{text:Link 4 Url}">{text:Link 4}</a> <br><a href="{text:Link 5 Url}">{text:Link 5}</a>
  585. </nav> </bloc>
  586. </center>
  587.  
  588.  
  589. </sidebar>
  590.  
  591.  
  592. <div id="content">
  593. {block:Posts}
  594. <div class="post">
  595.  
  596. {block:Text}
  597. <pd> {block:Title}
  598. <h1>{Title}</h1>
  599. {/block:Title}{Body}</pd>
  600. {/block:Text}
  601.  
  602. {block:Photo}
  603. <pd> <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="photo"/>
  604.  
  605. {block:Caption}
  606. <div class="caption">{Caption}</div>
  607. {/block:Caption}</pd>
  608. {/block:Photo}
  609.  
  610. {block:Panorama}
  611. {LinkOpenTag}
  612. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  613. {LinkCloseTag}<pd>{block:Caption}
  614. <div class="caption">{Caption}</div>
  615. {/block:Caption}</pd>
  616. {/block:Panorama}
  617.  
  618. {block:Photoset}
  619. <pd> {Photoset}
  620. {block:Caption}{Caption}{/block:Caption}</pd>
  621. {/block:Photoset}
  622.  
  623. {block:Quote}
  624. <pd> {Quote}
  625.  
  626. {block:Source}
  627. <div class="source">{Source}</div>
  628. {/block:Source}</pd>
  629. {/block:Quote}
  630.  
  631. {block:Link}
  632. <pd> <a href="{URL}" class="link" {Target}><span class="fa fa-link" style="margin-right:10px;"></span>{Name}</a>
  633. {block:Description}
  634. <div class="description">{Description}</div>
  635. {/block:Description}</pd>
  636. {/block:Link}
  637.  
  638. {block:Chat}
  639. <pd> {block:Title}
  640. <h3><a href="{Permalink}">{Title}</a></h3>
  641. {/block:Title}
  642.  
  643. <ul class="chat">
  644. {block:Lines}
  645. <li class="{Alt} user_{UserNumber}">
  646. {block:Label}
  647. <span class="label">{Label}</span>
  648. {/block:Label}{Line}
  649. </li>
  650. {/block:Lines}
  651. </ul></pd>
  652. {/block:Chat}
  653.  
  654. {block:Video}
  655. {Video-500}<pd>{block:Caption}
  656. <div class="caption">{Caption}</div>
  657. {/block:Caption}</pd>
  658. {/block:Video}
  659.  
  660. {block:Audio}
  661. {AudioEmbed}<pd>{block:Caption}
  662. <div class="caption">{Caption}</div>
  663. {/block:Caption}</pd>
  664. {/block:Audio}
  665.  
  666. {block:Answer}
  667. <pd><div class="pessoa">{Asker} {text:AskLabel}</div>
  668. <div class="pergunta">{Question}</div></pd>
  669. <div class="resposta">{Answer}</div>
  670. {/block:Answer}
  671.  
  672. {block:ContentSource}
  673. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  674. {/block:ContentSource}
  675. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  676.  
  677. {block:IndexPage}<notes>
  678. <hov><a href="{Permalink}" title="Dados da Postagem"><span class="fa fa-heart-o"></span></a> <a href="{ReblogUrl}" title="Compartilhar"><span class="fa fa-refresh"></span></a></hov></notes>{/block:IndexPage}
  679.  
  680. </div>
  681.  
  682. {block:PermalinkPage}
  683. {block:PostNotes}
  684. <div class="post">
  685.  
  686. <lin><span class="fa fa-clock-o"></span> {TimeAgo}</lin>
  687. <lin><span class="fa fa-heart"></span> {NoteCountWithLabel}</lin>
  688. {block:ContentSource}
  689. <lin>{lang:Source}:<a href="{SourceURL}">{Source}</a></lin>{/block:ContentSource}
  690. {block:HasTags}<lin><span class="fa fa-tags"></span> Marcadores:{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags} </lin>{/block:HasTags}
  691.  
  692. </div>
  693. {/block:PostNotes}
  694. {block:PostNotes}<div class="post"><div class="lnotes">{PostNotes-64}</div><br><br></div>{/block:PostNotes}
  695.  
  696. {/block:PermalinkPage}
  697.  
  698. {block:Pagination}
  699. <div id="pagination">
  700. {block:PreviousPage}
  701. <a href="{PreviousPage}"></a>
  702. {/block:PreviousPage}
  703. {block:NextPage}
  704. <a id="nextPage" href="{NextPage}"></a>
  705. {/block:NextPage}
  706. </div>
  707. {/block:Pagination}
  708.  
  709.  
  710.  
  711.  
  712.  
  713. {block:IndexPage}
  714. <script type="text/javascript">
  715. $(window).load(function () {
  716. $('#content').masonry(),
  717. $('.masonryWrap').infinitescroll({
  718. navSelector : '#pagination',
  719. nextSelector : '#nextPage',
  720. itemSelector : ".post, .loading",
  721. bufferPx : 20,
  722. },
  723. function() { $('#content').masonry({ appendedContent: $(this) }); });
  724. });
  725. </script>
  726. {/block:IndexPage}
  727.  
  728. {/block:Posts}
  729.  
  730.  
  731. </div>
  732.  
  733. <div class="loading"></div>
  734.  
  735.  
  736.  
  737. </body>
  738.  
  739. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement