Advertisement
reptilha

Crimson — 002

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