Advertisement
reptilha

Sondra — 001

Apr 25th, 2019
1,615
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.25 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. <!--SHOW AVATAR-->
  27. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  28. <script>
  29. $(document).ready(function(){
  30. /**** tumblr blogs avatars ****/
  31. $(".tumblr_blog").each(function() {
  32. var tumblrblogurl = $(this).text();
  33. $(this).before("<img src='https://api.tumblr.com/v2/blog/" + tumblrblogurl + ".tumblr.com/avatar/24' class='tumblr_blog_avatar'/>");
  34. });
  35. /**** tumblr blogs avatars ****/
  36. });
  37. </script>
  38. <!--SHOW AVATAR-->
  39.  
  40.  
  41.  
  42. <meta name="image:Background" content="" />
  43. <meta name="image:Foto" content="" />
  44.  
  45. <meta name="color:Font" content="#000"/>
  46. <meta name="color:Background" content="#fff"/>
  47. <meta name="color:Links" content="#000"/>
  48. <meta name="color:Menu Links Detail" content="#ccc"/>
  49. <meta name="color:Titles" content="#000"/>
  50. <meta name="color:Borders" content="#eee"/>
  51. <meta name="color:Posts" content="#fff"/>
  52.  
  53. <meta name="if:LightVersion" content="" />
  54.  
  55. <meta name="text:Link 1" content="Link" />
  56. <meta name="text:Link 1 url" content="" />
  57. <meta name="text:Link 2" content="Link" />
  58. <meta name="text:Link 2 url" content="" />
  59. <meta name="text:Link 3" content="Link" />
  60. <meta name="text:Link 3 url" content="" />
  61. <meta name="text:Link 4" content="Link" />
  62. <meta name="text:Link 4 url" content="" />
  63. <meta name="text:Link 5" content="Link" />
  64. <meta name="text:Link 5 url" content="" />
  65.  
  66.  
  67. <!--TOOLTIP-->
  68. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  69. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  70. <a href="http://reptilha.tumblr.com" class="by">R</a>
  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. <!--TOOLTIP-->
  73.  
  74.  
  75. <style type="text/css">
  76.  
  77.  
  78.  
  79. /*BY*/
  80. .by{
  81. right:5px;
  82. bottom:20px;
  83. position:fixed;
  84. text-decoration:none;
  85. font-size:13px;
  86. z-index:9999999999999999999999999999;
  87. {block:IfLightVersion}
  88. color:black;
  89. {/block:IfLightVersion}
  90. {block:IfNotLightVersion}
  91. color:white;
  92. 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);
  93. {/block:IfNotLightVersion}
  94. }
  95.  
  96.  
  97.  
  98. /*CONFIG*/
  99.  
  100. body{
  101. /*BACKGROUND*/
  102. background:{color:Background};
  103. background-image:url('{image:Background}');
  104. background-repeat:no-repeat;
  105. background-attachment:fixed;
  106. background-size:100%;
  107. /*BACKGROUND*/
  108.  
  109.  
  110. /*FONT*/
  111. -webkit-font-smoothing: antialiased;
  112. font-size: 13px;
  113. color:{color:Font};
  114. font-family:serif;
  115. letter-spacing: 0.5px;
  116. word-spacing: 0.9px;
  117. line-height: 1.5em;
  118. /*FONT*/
  119.  
  120.  
  121. /*OTHER*/
  122. overflow-x:hidden;
  123. /*OTHER*/
  124. }
  125.  
  126.  
  127.  
  128.  
  129.  
  130. /*IMAGES*/
  131.  
  132. img {
  133. height: auto;
  134. width: auto;
  135. }
  136.  
  137. iframe, img, embed, object, video{
  138. max-width: 100%;
  139. }
  140.  
  141. .photo{
  142. width:100%;
  143. border-radius:2px;
  144. -webkit-transition: all 0.5s ease-out;
  145. -moz-transition: all 0.5s ease-out;
  146. -o-transition: all 0.5s ease-out;
  147. transition: all 0.5s ease-out;
  148. {block:IfNotCaption}
  149. margin-bottom:20px;
  150. {/block:IfNotCaption}
  151. }
  152.  
  153.  
  154.  
  155.  
  156.  
  157. /*LINKS*/
  158. a{
  159. color:{color:Links};
  160. cursor:hand;
  161. font-weight:bold;
  162. -webkit-transition: all 0.5s ease-out;
  163. -moz-transition: all 0.5s ease-out;
  164. -o-transition: all 0.5s ease-out;
  165. transition: all 0.5s ease-out;
  166. text-decoration:none;
  167. }
  168.  
  169. a:hover{
  170. text-decoration:none;
  171. }
  172.  
  173.  
  174.  
  175.  
  176.  
  177. /*INFINITE SCROLL*/
  178.  
  179. #infscr-loading{position:absolute!important;
  180. width:16px!important;
  181. height:11px!important;
  182. margin-bottom:-16px!important;
  183. top:auto!important;
  184. bottom:0;
  185. left:50%!important} .box iframe {max-width: 100%;}
  186. .text img {max-width: 100%;}
  187. img {display: block;}.box img {display: block;}
  188.  
  189. .clear {clear: both;} #pagination {display: none; opacity:0.0;} .clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.clearfix{display:inline-block}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%;}
  190. img {-webkit-filter: grayscale(20%);}
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198. /*IFRAMES*/
  199.  
  200. .box iframe {
  201. max-width: 100%;
  202.  
  203. }
  204.  
  205. .text img {
  206. max-width: 100%;
  207.  
  208. }
  209.  
  210. blockquote{
  211. margin-left:0%;
  212. width:100%;
  213. }
  214.  
  215. .box img {
  216. display: block;
  217.  
  218. }
  219.  
  220. .clear {
  221. clear: both;
  222.  
  223. }
  224.  
  225.  
  226. .clearfix:after{
  227. content:".";
  228. display:block;
  229. clear:both;
  230. visibility:hidden;
  231. line-height:0;
  232. height:0;
  233.  
  234. }
  235.  
  236. .clearfix{
  237. display:inline-block;
  238.  
  239. }
  240.  
  241. html[xmlns] .clearfix{
  242. display:block;
  243.  
  244. }*
  245.  
  246. html .clearfix{
  247. height:1%;
  248.  
  249. }
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256. /*POST CONFIG*/
  257.  
  258. /*INDIVIDUAL POST*/
  259. .post {
  260. position: relative;
  261. width:400px;
  262. text-align:justify;
  263. float:left;
  264. margin-bottom:50px;
  265. {block:PermalinkPage}
  266. width:400px;
  267. {/block:PermalinkPage}
  268.  
  269. }
  270. /*INDIVIDUAL POST*/
  271.  
  272.  
  273. /*ALL*/
  274. #contain {
  275. width:800px;
  276. background
  277. height:100%;
  278. margin-top:70px;
  279. margin-right:auto;
  280. margin-left:auto;
  281. min-height:700px;
  282.  
  283. }
  284. /*ALL*/
  285.  
  286.  
  287.  
  288. /*POST CONTAINER*/
  289. #content {
  290. width:400px;
  291. margin-top:30px;
  292. margin-left:350px;
  293. }
  294. /*POST CONTAINER*/
  295.  
  296.  
  297. /*SHOW AVATAR*/
  298. .tumblr_blog {
  299. margin-left: 35px;
  300. text-transform:uppercase;
  301. font-weight:bold;
  302. font-size:10px;
  303. letter-spacing:1px;
  304.  
  305. }
  306.  
  307. .tumblr_blog_avatar {
  308. width: 15px;
  309. height: 15px;
  310. border-radius: 100px;
  311. padding:5px;
  312. border:1px solid {color:Borders};
  313. position:absolute;
  314. margin-right:px;
  315. margin-top:-4px;
  316. vertical-align:-5px;
  317. }
  318. /*SHOW AVATAR*/
  319.  
  320.  
  321. /*CONTROLS*/
  322. .iframe-controls--desktop {
  323. position:fixed;
  324. padding-top:20px;
  325. padding-right:20px;
  326. z-index:9999999999999999999999999999;
  327. {block:IfLightVersion}
  328. filter:invert(100%);
  329. -webkit-filter:invert(100%);
  330. {/block:IfLightVersion}
  331. -webkit-transform:scale(0.6,0.6);
  332. -webkit-transform-origin: 100% 0%;
  333. -ms-transform-origin:100% 0%;
  334. -ms-transform:scale(0.6,0.6);
  335. transform:scale(0.6,0.6);
  336. transform-origin:100% 0%;
  337. }
  338. /*CONTROLS*/
  339.  
  340.  
  341. /*SCROLL TO TOP*/
  342. #scrollToTop{
  343. right:5px;
  344. bottom:10px;
  345. position:fixed;
  346. font-size:13px;
  347. z-index:9999999999999999999999999999;
  348. {block:IfLightVersion}
  349. color:black;
  350. {/block:IfLightVersion}
  351. {block:IfNotLightVersion}
  352. color:white;
  353. 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);
  354. {/block:IfNotLightVersion}
  355. }
  356. /*SCROLL TO TOP*/
  357.  
  358.  
  359.  
  360.  
  361. /* APPARENCE */
  362.  
  363. /*SELECTION*/
  364. ::-moz-selection {color:inherit;background: transparent;}
  365. ::selection {color:inherit;background: transparent;}
  366. /*SELECTION*/
  367.  
  368.  
  369. /*BOLD*/
  370. b{
  371. font-weight:bold;
  372. }
  373. /*BOLD*/
  374.  
  375.  
  376. /*SCROLLBAR*/
  377. ::-webkit-scrollbar
  378. {width: 19px; height: 19px; z-index:-1;}
  379. ::-webkit-scrollbar-track-piece
  380. {background-color: {color:Background};-webkit-border-radius:px;}
  381. ::-webkit-scrollbar-thumb:vertical
  382. {height: 3px; background-color: {color:Borders}; -webkit-border-radius:px;border:9px solid {color:Background}; }
  383. ::-webkit-scrollbar-thumb:horizontal
  384. {width: 3px; background-color: {color:Borders}; -webkit-border-radius:px;border:9px solid {color:Background}; }
  385. /*SCROLLBAR*/
  386.  
  387.  
  388. /*TOOLTIP*/
  389. #s-m-t-tooltip {
  390. max-width:200px;
  391. padding:3px 10px 3px 10px;
  392. margin:15px 20px;
  393. border:1px solid {color:Borders};
  394. border-radius:2px;
  395. background:{color:Background};
  396. z-index:123456789;
  397.  
  398. }
  399. /*TOOLTIP*/
  400.  
  401.  
  402. /*LIGHTBO*/
  403. #tumblr_lightbox {
  404. background-color:rgba(225, 225, 225, .7)!important;
  405. z-index:99999!important;
  406. }
  407.  
  408. #tumblr_lightbox img {opacity:0;}
  409.  
  410. #tumblr_lightbox_caption {
  411. color:black!important;
  412. font-family:arial!important;
  413. font-size:10px!important;
  414. font-weight:normal!important;
  415. text-shadow:none!important;
  416. }
  417. #tumblr_lightbox_center_image,
  418. #tumblr_lightbox_left_image,
  419. #tumblr_lightbox_right_image {
  420. background:white!important;
  421. -moz-box-shadow:none!important;
  422. -webkit-box-shadow:none!important;
  423. box-shadow:none!important;
  424. -moz-border-radius:0px!important;
  425. -webkit-border-radius:0px!important;
  426. border-radius:0px!important;
  427. opacity:1!important;
  428. }
  429.  
  430. #tumblr_lightbox_left_image,
  431. #tumblr_lightbox_right_image {opacity:.6!important;}
  432.  
  433. /* LIGHTBO */
  434.  
  435.  
  436. /* BLOCKQUOTE */
  437. blockquote{
  438. margin-left:0px;
  439. }
  440. /* BLOCKQUOTE */
  441.  
  442.  
  443. /* TITLES */
  444. h1, h2, h3{
  445. font-size:20px;
  446. font-weight:normal;
  447. color:{color:Titles};
  448. }
  449. /* TITLES */
  450.  
  451. /* APPARENCE */
  452.  
  453.  
  454.  
  455.  
  456.  
  457. /**NOTES**/
  458. .notes {
  459. display:block;
  460. margin-top:5px;
  461. margin-left:-45px;
  462. }
  463. .notes .avatar {
  464. border:none;
  465. margin:5px;
  466. width:26px;
  467. padding:0;
  468. border-radius:100%;
  469. border-radius:px;
  470.  
  471. }
  472. .notes ol {
  473. margin:0;
  474. padding:0;
  475.  
  476. }
  477. .notes li {
  478. list-style:none;
  479. border:none;
  480. float:left;
  481. margin:0;
  482. padding:0;
  483. margin-right:4px;
  484. margin-bottom:-2px;
  485.  
  486. }
  487. .notes .note .action {
  488. display:none;
  489. visibility:hidden;
  490. margin:0;
  491. padding:0;
  492.  
  493. }
  494. .more_box {
  495. display:block;
  496. height:35px;
  497. margin:0;
  498. padding:0;
  499.  
  500. }
  501. .more_notes_link_container a {
  502. width:;
  503. font-style:italic;
  504. font-size:12px;
  505. display:block;
  506. text-align:center;
  507. width:;
  508. margin-left:20px;
  509. padding:5px;
  510. border:1px solid {color:Borders};
  511. border-radius:3px;
  512. margin-top:60px;
  513. margin-bottom:30px;
  514.  
  515. }
  516. .notes blockquote {
  517. display:none;
  518.  
  519. }
  520. /*NOTES*/
  521.  
  522.  
  523. /*ANSWER*/
  524. .pessoa {
  525. text-transform:uppercase;
  526. font-size:12px;
  527. line-height:10px;
  528. display:block;
  529. margin-left:px;
  530. margin-top:10px;
  531. padding-bottom:20px;
  532. padding-left:50px;
  533.  
  534. }
  535. .pessoa asker{
  536. display:;
  537. text-transform:uppercase;
  538. font-size:13px;
  539. font-weight:normal;
  540. color:{color:Link};
  541. z-index:9999!important!important;
  542. letter-spacing:x;
  543. border:1px solid {color:Borders};
  544. padding:5px;
  545. background:{color:Posts};
  546. border-radius:3px;
  547.  
  548. }
  549. .pessoa img{
  550. width:30px;
  551. border:1px solid {color:Borders};
  552. border-radius:100%;
  553. margin-bottom:5px;
  554. display:inline-block;
  555. position:absolute;
  556. z-index:2!important;
  557. padding:5px;
  558. margin-left:-55px;
  559. background:{color:Background};
  560.  
  561. }
  562. .pergunta {
  563. background:;
  564. margin-top:20px;
  565. padding-bottom:20px;
  566. margin-left:0px;
  567. text-align:left;
  568.  
  569. }
  570. .resposta {
  571. padding-top:15px;
  572. padding-top:px;
  573. padding-bottom:px;
  574. background:transparent;
  575. margin-top:-20px;
  576.  
  577. }
  578. /*ANSWER*/
  579.  
  580.  
  581.  
  582.  
  583.  
  584. /*POST TYPES*/
  585.  
  586.  
  587. /*CHAT*/
  588. ul.chat{
  589. padding:0px;
  590. }
  591. /*CHAT*/
  592.  
  593.  
  594. /**THEME**/
  595.  
  596.  
  597. pd{
  598. display:block;
  599. padding:20px;
  600. border:1px solid {color:Borders};
  601. border-radius:5px;
  602. background:{color:Posts};
  603. }
  604.  
  605. sidebar{
  606. width:250px;
  607. position:fixed;
  608. margin-top:-80px;
  609. }
  610.  
  611. bio img{
  612. width:130px;
  613. border-radius:100%;
  614. display:block;
  615. padding:50px;
  616. border-bottom:1px solid {color:Borders};
  617. margin-bottom:50px;
  618. }
  619.  
  620. bio{
  621. text-align:center;
  622. }
  623.  
  624. bio h1{
  625. font-weight:bold;
  626. }
  627.  
  628. menu a{
  629. font-weight:normal;
  630. padding-left:0px;
  631. margin-left:-40px;
  632. margin-bottom:10px;
  633. display:block;
  634. -webkit-transition: all 0.5s ease-out;
  635. -moz-transition: all 0.5s ease-out;
  636. -o-transition: all 0.5s ease-out;
  637. transition: all 0.5s ease-out;
  638. }
  639.  
  640. menu a:before{
  641. content:'';
  642. border-radius:100%;
  643. background:transparent;
  644. width:7px;
  645. height:7px;
  646. display:inline-block;
  647. position:absolute;
  648. margin-top:6px;
  649. margin-left:-5px;
  650. -webkit-transition: all 0.5s ease-out;
  651. -moz-transition: all 0.5s ease-out;
  652. -o-transition: all 0.5s ease-out;
  653. transition: all 0.5s ease-out;
  654. }
  655.  
  656. menu a:hover:before{
  657. background:{color:Menu Links Detail};
  658. margin-left:-12px;
  659. }
  660.  
  661. menu{
  662. display:block;
  663. width:180px;
  664. margin-top:30px;
  665. border-radius:100%;
  666. border-top:1px solid {color:Borders};
  667. padding-top:50px;
  668. text-align:center;
  669. }
  670.  
  671. bolinha{
  672. display:inline-block;
  673. position:absolute;
  674. border-top:1px solid {color:Borders};
  675. width:40px;
  676. height:40px;
  677. border-radius:100%;
  678. margin-top:-10px;
  679. z-index:1;
  680. margin-left:-38px;
  681. }
  682.  
  683. .source:before{
  684. content:'';
  685. border-radius:100%;
  686. background:{color:Menu Links Detail};
  687. width:7px;
  688. height:7px;
  689. display:inline-block;
  690. position:absolute;
  691. margin-top:6px;
  692. margin-left:-12px;
  693. }
  694.  
  695.  
  696. .source{
  697. margin-left:10px;
  698. text-transform:uppercase;
  699. font-weight:bold;
  700. font-size:10px;
  701. letter-spacing:1px;
  702. margin-top:20px;
  703. padding-top:20px;
  704. border-top:1px solid {color:Borders};
  705. }
  706.  
  707. /*estilo de áudio #04 em @passo-html por @clamam insp:tumblr*/
  708. .ph-album{border:1px solid {color:Borders}; padding:15px; height:63px; border-radius:5px;}
  709. .ph-player{width:7px; height:7px; overflow:hidden; padding:4px 21px 21px 4px; position:absolute; z-index:9999999999999999999; float:right; margin-top:15px; right:65px; background:; opacity:.8; border-radius:30px; -moz-transition:all ease-in-out 0.7s; -webkit-transition:all ease-in-out 0.7s; -o-transition:all ease-in-out 0.7s; transition:all ease-in-out 0.7s;}
  710. .ph-player:hover{opacity:1; -moz-transition:all ease-in-out 0.7s; -webkit-transition:all ease-in-out 0.7s; -o-transition:all ease-in-out 0.7s; transition:all ease-in-out 0.7s;}
  711. .ph-track{margin-right:15px; overflow:auto; max-height:80px; font-family:; font-size:12px; margin-top:5px; float:right; text-align:right;}
  712. .ph-track b{font-size:14px}
  713. .ph-image{width:60px; height:60px; float:right; border-radius:30px;}
  714.  
  715. .chat li{
  716. list-style:none;
  717. line-height:30px;
  718. text-align:left;
  719. }
  720.  
  721. .chat label{
  722. border:1px solid {color:Borders};
  723. padding:5px;
  724. border-radius:3px;
  725. font-weight:bold;
  726. text-transform:uppercase;
  727. font-size:11px;
  728. margin-right:2px;
  729. letter-spacing:1px;
  730. }
  731.  
  732. notas{
  733. z-index:9!important;
  734. margin-top:50px;
  735. display:block;
  736. }
  737.  
  738. notas a{
  739. opacity:0.2;
  740. margin:10px;
  741. font-size:13px;
  742. }
  743.  
  744. notas a:hover{
  745. opacity:1.0;
  746. }
  747.  
  748. lin{
  749. display:block;
  750. border-bottom:1px solid {color:Borders};
  751. padding:30px;
  752. margin-bottom:20px;
  753. }
  754.  
  755. </style>
  756.  
  757. <!--JS-->
  758. <script type="text/javascript" src="https://static.tumblr.com/uiqhh9x/jkEm9tb4p/jquery-1.8.1.min.js"></script>
  759.  
  760. <script type="text/javascript" src="https://static.tumblr.com/mcvd3uv/hVSn5j522/scroll.js"></script>
  761. <!--JS-->
  762.  
  763.  
  764. <!--FONTS-->
  765. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  766. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  767. <!--FONTS-->
  768.  
  769.  
  770. <!--SCROLL TO TOP-->
  771. <script src="https://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  772. <a href="#" id="scrollToTop"><span class="fa fa-angle-up" aria-hidden="true"></span></a>
  773. <!--SCROLL TO TOP-->
  774.  
  775.  
  776. </head>
  777. <body>
  778. <div id="contain">
  779.  
  780.  
  781. <sidebar>
  782. <bio><img src="{image:Foto}"><h1>{Title}</h1> {Description}</bio>
  783.  
  784. <menu>
  785.  
  786. <a href="{text:Link 1 Url}"> {text:Link 1}</a>
  787. <a href="{text:Link 2 Url}"> {text:Link 2}</a>
  788. <a href="{text:Link 3 Url}"> {text:Link 3}</a>
  789. <a href="{text:Link 4 Url}"> {text:Link 4}</a>
  790. <a href="{text:Link 5 Url}"> {text:Link 5}</a>
  791.  
  792. </menu>
  793.  
  794. </sidebar>
  795.  
  796.  
  797. <div id="content">
  798. {block:Posts}
  799. <div class="post">
  800.  
  801. <!--POST TYPE-->
  802. {block:Text}
  803. <pd>
  804. {block:Title}
  805. <h1>{Title}</h1>
  806. {/block:Title}
  807. {Body}
  808. </pd>
  809. {/block:Text}
  810. <!--POST TYPE-->
  811.  
  812.  
  813. <!--POST TYPE-->
  814. {block:Photo}
  815. <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="photo"/>
  816. {block:Caption}
  817. <pd><div class="caption">{Caption}</div>
  818. </pd>{/block:Caption}
  819. {/block:Photo}
  820. <!--POST TYPE-->
  821.  
  822.  
  823. <!--POST TYPE-->
  824. {block:Panorama}
  825. {LinkOpenTag}
  826. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  827. {LinkCloseTag}
  828. {block:Caption}
  829. <pd><div class="caption">{Caption}</div>
  830. </pd>{/block:Caption}
  831. {/block:Panorama}
  832. <!--POST TYPE-->
  833.  
  834.  
  835. <!--POST TYPE-->
  836. {block:Photoset}
  837. <pd>
  838. {Photoset}
  839. <br>
  840. {block:Caption}
  841. {Caption}
  842. {/block:Caption}
  843. </pd>
  844. {/block:Photoset}
  845. <!--POST TYPE-->
  846.  
  847.  
  848. <!--POST TYPE-->
  849. {block:Quote}
  850. <pd>
  851. {Quote}
  852. {block:Source}
  853. <div class="source">{Source}</div>
  854. {/block:Source}
  855. </pd>
  856. {/block:Quote}
  857. <!--POST TYPE-->
  858.  
  859.  
  860. <!--POST TYPE-->
  861. {block:Link}
  862. <pd>
  863. <a href="{URL}" class="link" {Target}><span class="fa fa-link" style="margin-right:10px;"></span>{Name}</a>
  864. {block:Description}
  865. <div class="description">
  866. {Description}
  867. </div>
  868. {/block:Description}
  869. </pd>
  870. {/block:Link}
  871. <!--POST TYPE-->
  872.  
  873.  
  874. <!--POST TYPE-->
  875. {block:Chat}
  876. <pd>
  877. {block:Title}
  878. <h3><a href="{Permalink}">{Title}</a></h3>
  879. {/block:Title}
  880. <ul class="chat">
  881. {block:Lines}
  882. <li class="{Alt} user_{UserNumber}">
  883. {block:Label}
  884. <label>{Label}</label>
  885. {/block:Label}{Line}
  886. </li>
  887. {/block:Lines}
  888. </ul>
  889. </pd>
  890. {/block:Chat}
  891. <!--POST TYPE-->
  892.  
  893.  
  894. <!--POST TYPE-->
  895. {block:Video}
  896. {Video-500}
  897. {block:Caption}
  898. <pd><div class="caption">{Caption}</div>
  899. </pd>{/block:Caption}
  900. {/block:Video}
  901. <!--POST TYPE-->
  902.  
  903.  
  904. <!--POST TYPE-->
  905. {block:Audio}
  906. <div class="ph-album">
  907. {block:AlbumArt}
  908. <img src="{AlbumArtURL}" class="ph-image"/>
  909. {/block:AlbumArt}
  910. {block:AudioPlayer}
  911. <div class="ph-player">{AudioPlayer}</div>
  912. {/block:AudioPlayer}
  913. <div class="ph-track">
  914. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  915. {block:Artist}{Artist}{/block:Artist}<br/>
  916. {formattedplaycount} reproduções
  917. </div></div>
  918. {/block:Audio}
  919. <!--POST TYPE-->
  920.  
  921.  
  922. <!--POST TYPE-->
  923. {block:Answer}
  924. <pd>
  925. <div class="pessoa">
  926. <img src="{AskerPortraitURL-96}"><bolinha></bolinha>
  927. <asker>{Asker}</asker>
  928. </div>
  929. <div class="pergunta">
  930. {Question}
  931. </div>
  932. </pd>
  933. <div class="resposta">
  934. {Answer}
  935. </div>
  936. {/block:Answer}
  937. <!--POST TYPE-->
  938.  
  939.  
  940. {block:IndexPage}
  941. <center><notas>
  942. <a href="{ReblogUrl}" title="Reblog this post"><span class="fa fa-refresh"></span></a>
  943. <a href="{Permalink}" title="{NoteCount}"><span class="fa fa-heart-o"></span></a>
  944. </notas></center>
  945. {/block:IndexPage}
  946.  
  947. {block:ContentSource}
  948. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  949. {/block:ContentSource}
  950. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  951.  
  952.  
  953.  
  954. </div>
  955.  
  956.  
  957.  
  958. {block:PermalinkPage}
  959.  
  960. {block:PostNotes}
  961. <div class="post">
  962.  
  963. <!--DADOS-->
  964. <lin><span class="fa fa-clock-o"></span> {TimeAgo}</lin>
  965. <lin><span class="fa fa-heart"></span> {NoteCountWithLabel}</lin>
  966.  
  967. <!--TAGS-->
  968. {block:HasTags}<lin><span class="fa fa-tags"></span> Marcadores:{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags} </lin>{/block:HasTags}
  969.  
  970. </div>
  971. {/block:PostNotes}
  972.  
  973. <!--NOTES-->
  974. {block:PostNotes}<div class="post"><div class="lnotes">{PostNotes-64}</div><br><br></div>{/block:PostNotes}
  975.  
  976. {/block:PermalinkPage}
  977.  
  978.  
  979.  
  980. {/block:Posts}
  981.  
  982. {block:Pagination}<ul id="pagination">
  983. {block:PreviousPage}
  984. <li><a href="{PreviousPage}"></a></li>
  985. {/block:PreviousPage}
  986. {block:JumpPagination length="5"}
  987. {block:CurrentPage}
  988. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  989. {/block:CurrentPage}
  990. {block:JumpPage}
  991. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  992. {/block:JumpPage}
  993. {/block:JumpPagination}
  994. {block:NextPage}
  995. <li><a id="nextPage" href="{NextPage}"></a></li>
  996. {/block:NextPage}
  997. </ul>{/block:Pagination}
  998.  
  999. {block:IndexPage}
  1000. <script type="text/javascript">
  1001. $(window).load(function () {
  1002. $('#content').masonry(),
  1003. $('.masonryWrap').infinitescroll({
  1004. navSelector : '#pagination',
  1005. nextSelector : '#pagination a#nextPage',
  1006. itemSelector : ".post, .loading",
  1007. bufferPx : 40,
  1008. loadingImg : "https://29.media.tumblr.com/tumblr_m1kigtqf881r6etyzo1_400.gif",
  1009. loadingText : "<em></em>",
  1010. },
  1011. function() { $('#content').masonry({ appendedContent: $(this) }); }
  1012. );
  1013. });
  1014. </script>
  1015. {/block:IndexPage}
  1016.  
  1017. <script type="text/javascript" src="https://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  1018. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  1019.  
  1020.  
  1021. </div>
  1022.  
  1023.  
  1024.  
  1025. </body>
  1026. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement