Advertisement
reptilha

Donna — 001

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