reptilha

Puissant Rouge — 003

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