Advertisement
reptilha

Orion — 001

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