Advertisement
reptilha

Cygnus — 003

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