Advertisement
reptilha

Olivia — 002

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