Advertisement
reptilha

Wallpoet — 003

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