Advertisement
reptilha

Dinasty — 001

Aug 15th, 2018
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.73 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:900px;
  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:300px;
  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:-10px;
  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:fixed;
  430. width:220px;
  431. margin-left:px;
  432. margin-top:0px;
  433. border:1px solid {color:Border};
  434. display:block;
  435. padding:20px;
  436. }
  437.  
  438.  
  439. sidebar img{
  440. width:100%;
  441. margin-bottom:20px;
  442. -webkit-filter: brightness(90%) contrast(130%); /* Safari */
  443. filter: brightness(90%) contrast(130%);
  444. border-radius:px;
  445. }
  446.  
  447. h1, h2, h3{
  448. font-size:17px;
  449. font-weight:normal;
  450. color:{color:Titles};
  451. }
  452.  
  453. sidebar h1{
  454. display:inline-block;
  455. margin-top:-5px;
  456. text-transform:uppercase;
  457. font-size:18px;
  458. z-index:99999999999999999;
  459. margin-bottom:0px;}
  460.  
  461. bio{
  462. text-align:justify;
  463. display:block;
  464. }
  465.  
  466. }
  467.  
  468. .source{
  469. font-style:italic;
  470. font-weight:bold;
  471. }
  472.  
  473. notes{
  474. display:block;
  475. margin-top:5px;
  476. line-height:10px;
  477. font-size:px;
  478. margin-left:px!important;
  479. height:15px;
  480. padding-bottom:0px;
  481. font-size:13px;
  482. text-transform:uppercase;
  483. font-family:calibri;
  484. opacity:0.0;
  485. -webkit-transition: all 0.2s ease-out;
  486. -moz-transition: all 0.2s ease-out;
  487. -o-transition: all 0.2s ease-out;
  488. transition: all 0.2s ease-out;
  489. padding-top:x;
  490. }
  491.  
  492. hov a{
  493. margin-right:10px;
  494. font-weight:normal;
  495. -webkit-transition: all 0.5s ease-out;
  496. -moz-transition: all 0.5s ease-out;
  497. -o-transition: all 0.5s ease-out;
  498. transition: all 0.5s ease-out;
  499. font-style:;
  500. }
  501.  
  502. .post:hover notes{
  503. opacity:1.0;
  504. height:15px;
  505. }
  506.  
  507. .menu a{
  508. font-weight:normal;
  509. margin:px;
  510. padding:0px;
  511. padding-left:3px;
  512. padding-right:3px;
  513. display:;
  514. font-size:px;
  515. font-weight:500;
  516. text-transform:capitalize;
  517. color:{color:Links Menu};
  518. text-transform:upprcase;
  519. }
  520.  
  521. .menu a:hover{
  522. -webkit-transition: all 1.2s ease-out;
  523. -moz-transition: all 1.2s ease-out;
  524. -o-transition: all 1.2s ease-out;
  525. color:{color:Link Hover};
  526. transition: all 1.2s ease-out;
  527. opacity:0.5;
  528. background:{color:Links Hover Menu};
  529. }
  530.  
  531. .menu{
  532. -webkit-transition: all 1.5s ease-out;
  533. -moz-transition: all 1.5s ease-out;
  534. -o-transition: all 1.5s ease-out;
  535. transition: all 1.5s ease-out;
  536. overflow:hidden;
  537. font-family:;
  538. margin-top:10px;
  539. }
  540.  
  541. .perfil{
  542. position:relative;
  543. display:block;
  544. width:220px;
  545. margin-bottom:20px;
  546. height:auto;
  547. z-index:999;
  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=Lora|Playfair+Display|Sawarabi+Mincho" 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. <div id="contain">
  570.  
  571. <sidebar>
  572.  
  573. <img src="{image:Foto}" class="perfil">
  574.  
  575.  
  576. <h1>{Title}</h1>
  577.  
  578. <bio>{Description}</bio>
  579.  
  580. <nav class="menu">
  581. <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>
  582. </nav>
  583.  
  584.  
  585. </sidebar>
  586.  
  587.  
  588. <div id="content">
  589. {block:Posts}
  590. <div class="post">
  591.  
  592. {block:Text}
  593. <pd> {block:Title}
  594. <h1>{Title}</h1>
  595. {/block:Title}{Body}</pd>
  596. {/block:Text}
  597.  
  598. {block:Photo}
  599. <pd> <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="photo"/>
  600.  
  601. {block:Caption}
  602. <div class="caption">{Caption}</div>
  603. {/block:Caption}</pd>
  604. {/block:Photo}
  605.  
  606. {block:Panorama}
  607. {LinkOpenTag}
  608. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  609. {LinkCloseTag}<pd>{block:Caption}
  610. <div class="caption">{Caption}</div>
  611. {/block:Caption}</pd>
  612. {/block:Panorama}
  613.  
  614. {block:Photoset}
  615. <pd> {Photoset}
  616. {block:Caption}{Caption}{/block:Caption}</pd>
  617. {/block:Photoset}
  618.  
  619. {block:Quote}
  620. <pd> {Quote}
  621.  
  622. {block:Source}
  623. <div class="source">{Source}</div>
  624. {/block:Source}</pd>
  625. {/block:Quote}
  626.  
  627. {block:Link}
  628. <pd> <a href="{URL}" class="link" {Target}><span class="fa fa-link" style="margin-right:10px;"></span>{Name}</a>
  629. {block:Description}
  630. <div class="description">{Description}</div>
  631. {/block:Description}</pd>
  632. {/block:Link}
  633.  
  634. {block:Chat}
  635. <pd> {block:Title}
  636. <h3><a href="{Permalink}">{Title}</a></h3>
  637. {/block:Title}
  638.  
  639. <ul class="chat">
  640. {block:Lines}
  641. <li class="{Alt} user_{UserNumber}">
  642. {block:Label}
  643. <span class="label">{Label}</span>
  644. {/block:Label}{Line}
  645. </li>
  646. {/block:Lines}
  647. </ul></pd>
  648. {/block:Chat}
  649.  
  650. {block:Video}
  651. {Video-500}<pd>{block:Caption}
  652. <div class="caption">{Caption}</div>
  653. {/block:Caption}</pd>
  654. {/block:Video}
  655.  
  656. {block:Audio}
  657. {AudioEmbed}<pd>{block:Caption}
  658. <div class="caption">{Caption}</div>
  659. {/block:Caption}</pd>
  660. {/block:Audio}
  661.  
  662. {block:Answer}
  663. <pd><div class="pessoa">{Asker} {text:AskLabel}</div>
  664. <div class="pergunta">{Question}</div></pd>
  665. <div class="resposta">{Answer}</div>
  666. {/block:Answer}
  667.  
  668. {block:ContentSource}
  669. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  670. {/block:ContentSource}
  671. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  672.  
  673. {block:IndexPage}<notes>
  674. <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}
  675.  
  676. </div>
  677.  
  678. {block:PermalinkPage}
  679. {block:PostNotes}
  680. <div class="post">
  681.  
  682. <lin><span class="fa fa-clock-o"></span> {TimeAgo}</lin>
  683. <lin><span class="fa fa-heart"></span> {NoteCountWithLabel}</lin>
  684. {block:ContentSource}
  685. <lin>{lang:Source}:<a href="{SourceURL}">{Source}</a></lin>{/block:ContentSource}
  686. {block:HasTags}<lin><span class="fa fa-tags"></span> Marcadores:{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags} </lin>{/block:HasTags}
  687.  
  688. </div>
  689. {/block:PostNotes}
  690. {block:PostNotes}<div class="post"><div class="lnotes">{PostNotes-64}</div><br><br></div>{/block:PostNotes}
  691.  
  692. {/block:PermalinkPage}
  693.  
  694. {block:Pagination}
  695. <div id="pagination">
  696. {block:PreviousPage}
  697. <a href="{PreviousPage}"></a>
  698. {/block:PreviousPage}
  699. {block:NextPage}
  700. <a id="nextPage" href="{NextPage}"></a>
  701. {/block:NextPage}
  702. </div>
  703. {/block:Pagination}
  704.  
  705.  
  706.  
  707.  
  708.  
  709. {block:IndexPage}
  710. <script type="text/javascript">
  711. $(window).load(function () {
  712. $('#content').masonry(),
  713. $('.masonryWrap').infinitescroll({
  714. navSelector : '#pagination',
  715. nextSelector : '#nextPage',
  716. itemSelector : ".post, .loading",
  717. bufferPx : 20,
  718. },
  719. function() { $('#content').masonry({ appendedContent: $(this) }); });
  720. });
  721. </script>
  722. {/block:IndexPage}
  723.  
  724. {/block:Posts}
  725.  
  726.  
  727. </div>
  728.  
  729. <div class="loading"></div>
  730.  
  731.  
  732.  
  733. </body>
  734.  
  735. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement