Advertisement
reptilha

Grisella — 002

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