Advertisement
reptilha

Reptil — Suzane

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