rephtilledesign

Alma | Basic Tumblr Theme

Nov 15th, 2020
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.77 KB | None | 0 0
  1. <!--
  2.  
  3. Theme desenvolvido por @rephtille
  4. Não copie detalhes e não remova os créditos.
  5.  
  6. Grata pela preferência.
  7. Atenciosamente, G.
  8.  
  9. Theme developed by @rephitlle
  10. Do not copy or remove the credits.
  11.  
  12. Thank you for choosing.
  13. Attently, G.
  14.  
  15. --->
  16.  
  17. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  18. "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  19. <html xmlns="https://www.w3.org/1999/xhtml">
  20. <head>
  21.  
  22. <!-- HEAD -->
  23. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  24. <title>{Title}</title>
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26. <link rel="shortcut icon" href="{Favicon}">
  27. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  28.  
  29. <!-- META -->
  30. <meta name="image:Profile" content="https://66.media.tumblr.com/4b48ee50096c3c36b396f32d7389d431/1e797fe6ed80c8bf-61/s2048x3072/90da7f481525e5d4225bc854256fad814b513c63.jpg" />
  31. <meta name="image:Background" content="" />
  32.  
  33. <meta name="text:Link 1" content="Home" />
  34. <meta name="text:Link 1 Url" content="" />
  35. <meta name="text:Link 2" content="Message" />
  36. <meta name="text:Link 2 Url" content="" />
  37. <meta name="text:Link 3" content="Autorships" />
  38. <meta name="text:Link 3 Url" content="" />
  39. <meta name="text:Link 4" content="Tags" />
  40. <meta name="text:Link 4 Url" content="" />
  41. <meta name="text:Link 5" content="Themes" />
  42. <meta name="text:Link 5 Url" content="" />
  43.  
  44. <meta name="select:Controls Color" content="0%" />
  45. <meta name="select:Controls Color" content="10%" />
  46. <meta name="select:Controls Color" content="20%" />
  47. <meta name="select:Controls Color" content="30%" />
  48. <meta name="select:Controls Color" content="40%" />
  49. <meta name="select:Controls Color" content="50%" />
  50. <meta name="select:Controls Color" content="60%" />
  51. <meta name="select:Controls Color" content="70%" />
  52. <meta name="select:Controls Color" content="80%" />
  53. <meta name="select:Controls Color" content="90%" />
  54. <meta name="select:Controls Color" content="100%" />
  55.  
  56. <meta name="color:Border" content="#eeeeee" />
  57. <meta name="color:Background" content="#fefefe" />
  58. <meta name="color:Font" content="#696969" />
  59. <meta name="color:Titles" content="#222222" />
  60. <meta name="color:Scrollbar" content="#cccccc" />
  61. <meta name="color:Link" content="#222222" />
  62.  
  63. <!-- SCRIPTS 01-->
  64. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.10/SmoothScroll.js"></script>
  65. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  66. <script>
  67. $(document).ready(function(){
  68. $(".tumblr_blog").each(function() {
  69. var tumblrblogurl = $(this).text();
  70. $(this).before("<img src='https://api.tumblr.com/v2/blog/" + tumblrblogurl + ".tumblr.com/avatar/24' class='tumblr_blog_avatar'/>");
  71. });
  72. });
  73. </script>
  74. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  75. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  76. <script>(function($){$(document).ready(function(){$("[title]")
  77. .style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:20,
  78. tip_fade_speed:400, attribute:"title"});});})(jQuery);</script>
  79.  
  80. <!-- FONTS -->
  81. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  82. <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap" rel="stylesheet">
  83. <link href="https://fonts.googleapis.com/css2?family=Satisfy&display=swap" rel="stylesheet">
  84.  
  85.  
  86.  
  87. <style type="text/css">
  88.  
  89. /* config */
  90. body{
  91. font-family: 'Source Sans Pro', sans-serif;
  92. background:{color:Background};
  93. background-image:url('{image:Background}');
  94. background-repeat:no-repeat;
  95. background-attachment:fixed;
  96. background-size:100%;
  97. font-size:14px;
  98. -webkit-font-smoothing: antialiased;
  99. color:{color:Font};
  100. line-height:20px;
  101. overflow-x:hidden;
  102. overflow-y:hidden;
  103. }
  104. html{
  105. overflow-y: scroll;
  106. scroll-behavior: smooth;
  107. }
  108. img {
  109. height: auto;
  110. width: auto;
  111. }
  112. iframe, img, embed, object, video{
  113. max-width: 100%;
  114. }
  115. blockquote{
  116. margin-left:0%;
  117. width:100%;
  118. }
  119. .clear {
  120. clear: both;
  121.  
  122. }
  123. .clearfix:after{
  124. content:".";
  125. display:block;
  126. clear:both;
  127. visibility:hidden;
  128. line-height:0;
  129. height:0;
  130.  
  131. }
  132. .clearfix{
  133. display:inline-block;
  134.  
  135. }
  136. html[xmlns] .clearfix{
  137. display:block;
  138.  
  139. }*
  140. html .clearfix{
  141. height:1%;
  142.  
  143. }
  144.  
  145. /** LINKS **/
  146. a{
  147. color:{color:Link};
  148. text-decoration:none;
  149. -webkit-transition: all 0.5s ease-out;
  150. -moz-transition: all 0.5s ease-out;
  151. -o-transition: all 0.5s ease-out;
  152. transition: all 0.5s ease-out;
  153. }
  154.  
  155. /** POSTS **/
  156. .posts {
  157. position: relative;
  158. width:19%;
  159. float:left;
  160. border-bottom:1px solid {color:Border};
  161. padding:3%;
  162. text-align:justify;
  163. margin-right:24%;
  164. z-index:1;
  165. {block:PermalinkPage}
  166. width:80%;
  167. margin-left:45%;
  168. margin-right:0%;
  169. border-bottom:1px solid transparent;
  170. {/block:PermalinkPage}
  171. -webkit-animation:smo 1s;
  172. -moz-animation:smo 1s;
  173. -ms-animation:smo 1s;
  174. }
  175.  
  176. sidebar{
  177. position:fixed;
  178. margin-left:17%;
  179. display:block;
  180. border-left:1px solid {color:Border};
  181. border-right:1px solid {color:Border};
  182. height:100%;
  183. margin-top:-200px;
  184. padding-top:200px;
  185. width:15%;
  186. z-index:1;
  187. {block:PermalinkPage}
  188. margin-left:0%;
  189. {/block:PermalinkPage}
  190. }
  191.  
  192.  
  193. #entry {
  194.  
  195. width:90%;
  196. margin-right:auto;
  197. margin-top:0px;
  198. display:block;
  199. z-index:-1;
  200.  
  201. {block:PermalinkPage}
  202. width:50%;
  203. {/block:PermalinkPage}
  204.  
  205. }
  206.  
  207. contain{
  208.  
  209. display:block;
  210. margin-top:150px;
  211. margin-left:25%;
  212. }
  213.  
  214. #infscr-loading {
  215. display:none!important;
  216. z-index:-999999999;
  217.  
  218. }
  219. #infscr-loading img {
  220. display:none;
  221.  
  222. }
  223. #pagination {
  224. display:block;
  225. width:100%;
  226. text-align:center;
  227. text-transform:uppercase;
  228. letter-spacing:3px;
  229. word-spacing:5px;
  230. padding-bottom:60px;
  231. {block:IfTinyVersion}
  232. letter-spacing:2px;
  233. word-spacing:3px;
  234. {/block:IfTinyVersion}
  235.  
  236. }
  237.  
  238. /** APPARENCE 01 **/
  239. .tumblr_blog {
  240. margin-left:0px;
  241. text-transform:uppercase;
  242. font-weight:normal;
  243. font-size:0.7em;
  244. color:inherit;
  245. letter-spacing:1px;
  246.  
  247. }
  248. .tumblr_blog_avatar {
  249. display:none;
  250.  
  251. }
  252. .iframe-controls--desktop {
  253. position:fixed;
  254. padding-top:20px;
  255. padding-right:30px;
  256. z-index:9999999999999999999999999999;
  257. -webkit-transform:scale(0.6,0.6);
  258. -webkit-transform-origin: 100% 0%;
  259. -ms-transform-origin:100% 0%;
  260. -ms-transform:scale(0.6,0.6);
  261. transform:scale(0.6,0.6);
  262. transform-origin:100% 0%;
  263. -webkit-filter: invert({select:Controls Color});
  264. }
  265.  
  266. h1, h2, h3{
  267. margin-top:0px;
  268. display:block;
  269. text-align:left;
  270. font-size:1.3em;
  271. line-height:25px;
  272. font-weight:normal;
  273. color:{color:Titles};
  274. }
  275.  
  276. ::-moz-selection {
  277. color:inherit;
  278. background: transparent;
  279.  
  280. }
  281. ::selection {
  282. color:inherit;
  283. background: transparent;
  284.  
  285. }
  286. ::-webkit-scrollbar{
  287. width: 7px;
  288. height: 7px;
  289. z-index:-1;
  290.  
  291. }
  292. ::-webkit-scrollbar-track-piece{
  293. background-color:{color:Border};
  294. }
  295. ::-webkit-scrollbar-thumb:vertical{
  296. height: 3px;
  297. background-color:{color:Scrollbar};
  298.  
  299. }
  300. ::-webkit-scrollbar-thumb:horizontal{
  301. width: 3px;
  302. background-color:{color:Scrollbar};
  303.  
  304. }
  305. #s-m-t-tooltip {
  306. max-width:100px;
  307. padding:3px 5px 3px 5px;
  308. border:;
  309. margin:15px 20px;
  310. background:;
  311. z-index:123456789;
  312. border:1px solid {color:Border}};
  313.  
  314. }
  315.  
  316. /** THEME **/
  317. .tabn a{
  318. display:block;
  319. margin-top:0px;
  320. }
  321.  
  322. .chat .lines {
  323. padding: 5px;
  324. padding-left:0px;
  325. margin-bottom: 2px;
  326.  
  327. }
  328. .chat .lines span {
  329. font-weight: bold;
  330. text-transform:uppercase;
  331. letter-spacing:2px;
  332. font-size:0.9em;
  333. }
  334.  
  335. nav1{
  336. display:block;
  337. margin-top:5px;
  338. text-align:left;
  339. opacity:;
  340. }
  341.  
  342. nav1:hover a{
  343. opacity:0.3;
  344. }
  345.  
  346. nav1 a:hover{
  347. opacity:1.0;
  348. }
  349.  
  350. .photo{
  351. border-radius:5px;
  352. }
  353.  
  354.  
  355. who{
  356. display:inline-block;
  357. text-transform:uppercase;
  358. letter-spacing:1px;
  359. font-weight:normal;
  360. margin-right:2px;
  361. font-size:0.9em;
  362. margin-bottom:-5px;
  363. }
  364.  
  365. who span{
  366. margin-right:px;
  367. vertical-align:-1px;
  368. }
  369.  
  370. what{
  371. display:inline-block;
  372. }
  373.  
  374. ans{
  375. display:block;
  376. margin-top:-15px;
  377. font-style:italic;
  378. }
  379.  
  380. .source{
  381. opacity:0.6;
  382. }
  383.  
  384. .notes .avatar {
  385. border:none;
  386. margin:5px;
  387. width:26px;
  388. padding:0;
  389. border-radius:100%;
  390. border-radius:px;
  391. display:none;
  392. }
  393. .notes ol {
  394. margin:0;
  395. padding:0;
  396.  
  397. }
  398. .notes a{
  399. text-transform:uppercase;
  400. letter-spacing:2px;
  401. font-size:0.8em;
  402. font-weight:normal;
  403. }
  404. .notes li {
  405. list-style:none;
  406. border:none;
  407. display:block;
  408. float:left;
  409. margin:0;
  410. padding:0;
  411. margin-right:px;
  412. margin-bottom:px;
  413.  
  414. }
  415. .notes .note .action {
  416. display:;
  417. visibility:;
  418. margin:0;
  419. padding:0;
  420.  
  421. }
  422. .more_box {
  423. display:block;
  424. height:35px;
  425. margin:0;
  426. opacity:0.0;
  427. padding:0;
  428.  
  429. }
  430. .more_notes_link_container a {
  431. display:block;
  432. text-align:left;
  433. font-style:italic;
  434. border:1px solid {color:Border};
  435. padding-left:4px;
  436. padding-right:4px;
  437. padding-top:1px;
  438. padding-bottom:1px;
  439. border-radius:4px;
  440. margin-bottom:10px;
  441. opacity:0.0;
  442.  
  443. }
  444. .notes blockquote {
  445. display:none;
  446.  
  447. }
  448.  
  449. @-webkit-keyframes smo {
  450. 0% {
  451. opacity: 0;
  452. -webkit-transform: translateY(30px);}
  453.  
  454. 100% {
  455. opacity: 1;
  456. -webkit-transform: translateY(0);}}
  457.  
  458. @-moz-keyframes smo {
  459. 0% {
  460. opacity: 0;
  461. -moz-transform: translateY(30px);}
  462.  
  463. 100% {
  464. opacity: 1;
  465. -moz-transform: translateY(0);}}
  466.  
  467. @-ms-keyframes smo {
  468. 0% {
  469. opacity: 0;
  470. -ms-transform: translateY(30px);
  471. }
  472.  
  473. 100% {
  474. opacity: 1;
  475. -ms-transform: translateY(0);}}
  476.  
  477. @-o-keyframes smo {
  478. 0% {
  479. opacity: 0;
  480. -o-transform: translateY(30px);}
  481.  
  482. 100% {
  483. opacity: 1;
  484. -o-transform: translateY(0);}}
  485.  
  486. @keyframes smo {
  487. 0% {opacity: 0;
  488. transform: translateY(30px);}
  489.  
  490. 100% {
  491. opacity: 1;
  492. transform: translateY(0);}}
  493.  
  494.  
  495. @-webkit-keyframes smi {
  496. 0% {
  497. opacity: 0;
  498. -webkit-transform: translateY(-30px);}
  499.  
  500. 100% {
  501. opacity: 1;
  502. -webkit-transform: translateY(0);}}
  503.  
  504. @-moz-keyframes smi {
  505. 0% {
  506. opacity: 0;
  507. -moz-transform: translateY(-30px);}
  508.  
  509. 100% {
  510. opacity: 1;
  511. -moz-transform: translateY(0);}}
  512.  
  513. @-ms-keyframes smi {}
  514.  
  515. @-o-keyframes smi {
  516. 0% {
  517. opacity: 0;
  518. -o-transform: translateY(-30px);}
  519.  
  520. 100% {
  521. opacity: 1;
  522. -o-transform: translateY(0);}}
  523.  
  524. @keyframes smi {
  525. 0% {opacity: 0;
  526. transform: translateY(-30px);}
  527.  
  528. 100% {
  529. opacity: 1;
  530. transform: translateY(0);}}
  531.  
  532. .credit{
  533. width:10px;
  534. height:10px;
  535. border:1px solid {color:Border};
  536. border-radius:2px;
  537. right:25px;
  538. margin-top:35px;
  539. display:block;
  540. z-index:99999999;
  541. position:fixed;
  542. }
  543.  
  544. sidebar img{
  545. width:80%;
  546. margin-left:10%;
  547. }
  548.  
  549.  
  550. header{
  551. display:block;
  552. width:100%;
  553. margin-top:40px;
  554. padding-top:50px;
  555. height:130px;
  556. position:fixed;
  557. z-index:2;
  558. text-align:center;
  559. background: {color:Background};
  560. background: -webkit-linear-gradient(bottom, transparent, {color:Background});
  561. background: -moz-linear-gradient(bottom, transparent, {color:Background});
  562. background: linear-gradient(to top, transparent, {color:Background});
  563. }
  564.  
  565. @font-face { font-family: "signerica"; src: url('https://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  566.  
  567. tt{
  568. font-size:50px;
  569. margin-top:-20px;
  570. font-family: "signerica";
  571. text-shadow: 1px 2px 0px {color:Border};
  572. }
  573.  
  574. menav{
  575. display:block;
  576. width:80%;
  577. margin-left:10%;
  578. text-align:left;
  579. line-height:50px;
  580. }
  581.  
  582. line{
  583. display:block;
  584. height:1px;
  585. background:{color:Border};
  586. width:100%;
  587. }
  588.  
  589. menav a{
  590. display:block;
  591. }
  592.  
  593. heador{
  594. display:block;
  595. width:100%;
  596. margin-top:-10px;
  597. padding-top:px;
  598. height:50px;
  599. position:fixed;
  600. z-index:2;
  601. text-align:center;
  602. background: {color:Background};
  603. }
  604.  
  605. menav:hover a{
  606. opacity:0.4;
  607. }
  608.  
  609. menav a:hover{
  610. opacity:1.0;
  611. padding-left:3px;
  612. }
  613.  
  614. li{
  615. list-style:none;
  616. border-left:1px solid {color:Border};
  617. margin-left:0px;
  618. margin-left:-40px;
  619. padding-left:10px;
  620. }
  621.  
  622. blockquote{
  623. width:100%;
  624. }
  625.  
  626. {CustomCss}
  627.  
  628. </style>
  629.  
  630. <a class="credit" href="https://reptilha.tumblr.com/" title="Theme Credit"></a>
  631.  
  632. <!-- SCRIPTS 02 -->
  633. <script type="text/javascript" src="https://static.tumblr.com/kecu8nj/auyouzq5m/jquery.js"></script>
  634. <script type="text/javascript" src="https://static.tumblr.com/kecu8nj/qfAovx3no/min.js"></script>
  635.  
  636. </head>
  637.  
  638. <body>
  639.  
  640. <heador></heador>
  641. <header>
  642.  
  643. <tt>{Title}</tt>
  644.  
  645. </header>
  646.  
  647. <contain>
  648.  
  649. <sidebar>
  650.  
  651. <img src="{image:Profile}">
  652.  
  653. <menav>
  654. <a href="{text:Link 1 Url}">{text:Link 1}</a><line></line>
  655. <a href="{text:Link 2 Url}">{text:Link 2}</a><line></line>
  656. <a href="{text:Link 3 Url}">{text:Link 3}</a><line></line>
  657. <a href="{text:Link 4 Url}">{text:Link 4}</a><line></line>
  658. <a href="{text:Link 5 Url}">{text:Link 5}</a>
  659. </menav>
  660. </sidebar>
  661. <div id="entry">
  662. {block:Posts}
  663. <div class="posts">
  664.  
  665.  
  666. {block:Text}
  667. {block:Title}
  668. <h1>{Title}</h1>
  669. {/block:Title}{Body}
  670. {/block:Text}
  671.  
  672. {block:Photo}
  673. <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="photo"/>
  674.  
  675. {block:Caption}
  676. <div class="caption">{Caption}</div>
  677. {/block:Caption}
  678. {/block:Photo}
  679.  
  680. {block:Panorama}
  681. {LinkOpenTag}
  682. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  683. {LinkCloseTag}{block:Caption}
  684. <div class="caption">{Caption}</div>
  685. {/block:Caption}
  686. {/block:Panorama}
  687.  
  688. {block:Photoset}
  689. {Photoset}
  690.  
  691. {block:Caption}{Caption}{/block:Caption}
  692. {/block:Photoset}
  693.  
  694. {block:Quote}
  695. <span class="th th-quote-up" style="font-size:0.6em;margin-right:2px;"></span> {Quote}
  696.  
  697. {block:Source}
  698. <div class="source">{Source}</div>
  699. {/block:Source}
  700. {/block:Quote}
  701.  
  702. {block:Link}
  703. <a href="{URL}" class="link" {Target}>Link <span class="th th-link" style="margin-left:4px;font-size:9px;"></span><br>{Name} <span class="th th-chevron-right" style="margin-left:4px;font-size:8px;"></span></a>
  704. {block:Description}
  705. <div class="description">{Description}</div>
  706. {/block:Description}
  707. {/block:Link}
  708.  
  709. {block:Chat}
  710. {block:Lines}
  711. <div class="chat">
  712. <div class="lines">{block:Label}
  713. <span>{Label}</span>
  714. {/block:Label}
  715. {Line}</div></div>
  716. {/block:Lines}
  717. {/block:Chat}
  718.  
  719. {block:Video}
  720. {Video-500}{block:Caption}
  721. <div class="caption">{Caption}</div>
  722. {/block:Caption}
  723. {/block:Video}
  724.  
  725. {block:Audio}
  726. {AudioEmbed}{block:Caption}
  727. <div class="caption">{Caption}</div>
  728. {/block:Caption}
  729. {/block:Audio}
  730.  
  731. {block:Answer}
  732. <who><span class="th th-question-o"></span> {Asker}:</who>
  733. <what>{Question}</what>
  734. <ans>{Answer}</ans>
  735. {/block:Answer}
  736.  
  737. {block:IndexPage}
  738. <nav1>
  739. {block:Date}<a href="{Permalink}">{TimeAgo}</a> {/block:Date}
  740. <a href="{ReblogUrl}" style="font-size:10px;margin-left:3px;margin-right:3px;"><span class="th th-reblog"></span></a>
  741. <a href="{Permalink}"><span class="notecount">{NoteCount}</span></a>
  742. </nav1>
  743. {/block:IndexPage}
  744.  
  745. {block:ContentSource}
  746. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  747. {/block:ContentSource}
  748. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  749. </div>
  750.  
  751. <!-- PERMALINK PAGE-->
  752. {block:PermalinkPage}
  753.  
  754. <div class="posts">
  755. <perma>
  756. <p>{block:Date}<data>{ShortDayOfWeek} — {ShortMonth}, {DayOfMonth}</data> {/block:Date} </p>
  757. <p>{block:HasTags}Hashtags: {block:Tags} #{Tag} {/block:Tags} {/block:HasTags}</p><br><br>
  758. </perma>
  759.  
  760. {block:PostNotes}<div class="notes">{PostNotes-64}</div>{/block:PostNotes}
  761. </div>
  762. {/block:PermalinkPage}
  763.  
  764. {/block:Posts}
  765.  
  766.  
  767. <!-----------
  768.  
  769.  
  770.  
  771. INFINIT SCROLL BY SOMEONE DISPO BY NEVALISCA
  772.  
  773.  
  774.  
  775.  
  776. ------------->
  777.  
  778. {block:indexpage}
  779. <script type="text/javascript" src="https://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  780. <script src="https://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  781. <script src="https://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  782.  
  783. <script type="text/javascript">
  784. $(window).load(function () {
  785. $('#entry').masonry(),
  786. $('.masonryWrap').infinitescroll({
  787. navSelector : "div#navigation",
  788. nextSelector : "div#navigation a#nextPage",
  789. itemSelector : ".posts",
  790. bufferPx : 10000,
  791. extraScrollPx: 11000,
  792. loadingImg : "https://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  793. loadingText : "<i> </i>",
  794. },
  795. // call masonry as a callback.
  796. function() { $('#entry').masonry({ appendedContent: $(this) }); }
  797. );
  798. });
  799. </script>
  800. {block:IndexPage}
  801. <div class="column navigation" id="navigation">
  802. {block:Pagination}
  803. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  804. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  805. </div>
  806. {/block:IndexPage}
  807. </div></div></div>
  808.  
  809. </contain>
  810.  
  811. </body>
  812.  
  813. </html>
Advertisement
Add Comment
Please, Sign In to add comment