reptilha

Watson — 001

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