Advertisement
reptilha

Venus — 001

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