Advertisement
reptilha

Arizona Heat — 006

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