Advertisement
reptilha

Solar — 001

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