Advertisement
reptilha

Washington — 002

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