Advertisement
reptilha

Andromeda — 002

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