Advertisement
reptilha

Darcy's Letter — 002

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