Advertisement
reptilha

Comic Sans — 006

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