Advertisement
reptilha

Lírio — 001

Jul 23rd, 2018
1,271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.65 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:Links Hover Menu" content="#ccc"/>
  52. <meta name="color:Borders" content="#eee"/>
  53.  
  54. <meta name="text:AskLabel" content="perguntou" />
  55. <meta name="if:DarkButtons" content="perguntou" />
  56.  
  57. <meta name="text:Link 1" content="Link" />
  58. <meta name="text:Link 1 url" content="" />
  59. <meta name="text:Link 2" content="Link" />
  60. <meta name="text:Link 2 url" content="" />
  61. <meta name="text:Link 3" content="Link" />
  62. <meta name="text:Link 3 url" content="" />
  63. <meta name="text:Link 4" content="Link" />
  64. <meta name="text:Link 4 url" content="" />
  65. <meta name="text:Link 5" content="Link" />
  66. <meta name="text:Link 5 url" content="" />
  67.  
  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. <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>
  71.  
  72. <style type="text/css">
  73.  
  74. /* config */
  75.  
  76. body{
  77. font-family:georgia;
  78. background:{color:Background};
  79. font-size:15px;
  80. color:{color:Font};
  81. line-height:22px;
  82. overflow-x:hidden;
  83. }
  84.  
  85. img {
  86. height: auto;
  87. width: auto;
  88. }
  89.  
  90. iframe, img, embed, object, video{
  91. max-width: 100%;
  92. }
  93.  
  94. .photo{
  95. width:100%;
  96. }
  97.  
  98.  
  99. a{
  100. color:{color:Links};
  101. cursor:help;
  102. font-weight:bold;
  103. -webkit-transition: all 0.5s ease-out;
  104. -moz-transition: all 0.5s ease-out;
  105. -o-transition: all 0.5s ease-out;
  106. transition: all 0.5s ease-out;
  107. }
  108.  
  109. .box iframe {
  110. max-width: 100%;
  111.  
  112. }
  113.  
  114. .text img {
  115. max-width: 100%;
  116.  
  117. }
  118.  
  119. blockquote{
  120. margin-left:0%;
  121. width:100%;
  122. }
  123.  
  124. .box img {
  125. display: block;
  126.  
  127. }
  128.  
  129. .clear {
  130. clear: both;
  131.  
  132. }
  133.  
  134. #pagination {
  135. display: none;
  136.  
  137. }
  138.  
  139. a:hover{
  140. color:{color:Link Hover};
  141. }
  142.  
  143. .clearfix:after{
  144. content:".";
  145. display:block;
  146. clear:both;
  147. visibility:hidden;
  148. line-height:0;
  149. height:0;
  150.  
  151. }
  152.  
  153. .clearfix{
  154. display:inline-block;
  155.  
  156. }
  157.  
  158. html[xmlns] .clearfix{
  159. display:block;
  160.  
  161. }*
  162.  
  163. html .clearfix{
  164. height:1%;
  165.  
  166. }
  167.  
  168. a{
  169. text-decoration:none;
  170. }
  171.  
  172. .post {
  173. position: relative;
  174. width:450px;
  175. float:left;
  176. margin-bottom:0px;
  177. margin-top:100px;
  178. {block:PermalinkPage}
  179. width:450px;
  180. {/block:PermalinkPage}
  181.  
  182. }
  183.  
  184. #contain {
  185. width:800px;
  186. margin-left:auto;
  187. height:100%;
  188. margin-top:-10px;
  189. margin-right:auto;
  190. min-height:700px;
  191.  
  192. }
  193.  
  194. #content {
  195. width:450px;
  196. margin-left:330px;
  197. margin-top:0px;
  198. }
  199.  
  200. #infscr-loading {display:none!important;}
  201. #infscr-loading img {display:none;}
  202. #pagination {display:none;}
  203.  
  204. /**** tumblr blogs avatars ****/
  205. .tumblr_blog {margin-left: 36px;text-transform:uppercase;
  206. font-weight:normal; font-size:15px;
  207. } /** aqui você edita a aparência do link do blog **/
  208. .tumblr_blog_avatar {width: 30px; height: 30px; border-radius: 1px;position:absolute;margin-right:px;margin-top:-4px;vertical-align:-5px;} /** aqui você edita a aparência do avatar **/
  209. /**** tumblr blogs avatars ****/
  210.  
  211.  
  212.  
  213. .iframe-controls--desktop {
  214. position:fixed;
  215. padding-top:20px;
  216. padding-right:20px;
  217. z-index:9999999999999999999999999999;
  218. {block:IfDarkButtons}
  219. filter:invert(100%);
  220. -webkit-filter:invert(100%);
  221. {/block:IfDarkButtons}
  222. -webkit-transform:scale(0.6,0.6);
  223. -webkit-transform-origin: 100% 0%;
  224. -ms-transform-origin:100% 0%;
  225. -ms-transform:scale(0.6,0.6);
  226. transform:scale(0.6,0.6);
  227. transform-origin:100% 0%;
  228. }
  229.  
  230. .thememaker{
  231. position:fixed;
  232. margin-top:20px;
  233. right:0px;
  234. font-size:13px;
  235. z-index:9999999999999999999999999999;
  236. {block:IfDarkButtons}
  237. color:black;
  238. {/block:IfDarkButtons}
  239. {block:IfNotDarkButtons}
  240. color:white;
  241. {/block:IfNotDarkButtons}
  242. }
  243.  
  244. #scrollToTop{
  245. right:5px;
  246. bottom:10px;
  247. position:fixed;
  248. font-size:13px;
  249. z-index:9999999999999999999999999999;
  250. {block:IfDarkButtons}
  251. color:black;
  252. {/block:IfDarkButtons}
  253. {block:IfNotDarkButtons}
  254. color:white;
  255. 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);
  256. {/block:IfNotDarkButtons}
  257. }
  258.  
  259.  
  260.  
  261. ::-moz-selection {color:inherit;background: transparent;}
  262.  
  263. ::selection {color:inherit;background: transparent;}
  264.  
  265. b{
  266. font-weight:bold;
  267. }
  268.  
  269. .caption{
  270. margin-top:10px;
  271. }
  272.  
  273. ::-webkit-scrollbar
  274. {width: 23px; height: 23px; z-index:-1;}
  275. ::-webkit-scrollbar-track-piece
  276. {background-color: {color:Background};-webkit-border-radius:px;}
  277. ::-webkit-scrollbar-thumb:vertical
  278. {height: 3px; background-color: {color:Borders}; -webkit-border-radius:px;border:10px solid {color:Background}; }
  279. ::-webkit-scrollbar-thumb:horizontal
  280. {width: 3px; background-color: {color:Borders}; -webkit-border-radius:px;border:10px solid {color:Background}; }
  281.  
  282. .source{
  283. font-weight:bold;
  284. margin-top:3px;
  285. }
  286.  
  287. #s-m-t-tooltip {
  288. max-width:200px;
  289. padding:3px 10px 3px 10px;
  290. border:1px solid {color:Borders};
  291. margin:15px 20px;
  292. border-radius:3px;
  293. background:{color:Background};
  294. z-index:123456789;
  295.  
  296. }
  297.  
  298. #tumblr_lightbox {
  299. background-color:rgba(225, 225, 225, .7)!important;
  300. z-index:99999!important;
  301. }
  302.  
  303. #tumblr_lightbox img {opacity:0;}
  304.  
  305. #tumblr_lightbox_caption {
  306. color:black!important;
  307. font-family:arial!important;
  308. font-size:10px!important;
  309. font-weight:normal!important;
  310. text-shadow:none!important;
  311. }
  312. #tumblr_lightbox_center_image,
  313. #tumblr_lightbox_left_image,
  314. #tumblr_lightbox_right_image {
  315. background:white!important;
  316. -moz-box-shadow:none!important;
  317. -webkit-box-shadow:none!important;
  318. box-shadow:none!important;
  319. -moz-border-radius:0px!important;
  320. -webkit-border-radius:0px!important;
  321. border-radius:0px!important;
  322. opacity:1!important;
  323. }
  324.  
  325. #tumblr_lightbox_left_image,
  326. #tumblr_lightbox_right_image {opacity:.6!important;}
  327.  
  328. /* config */
  329.  
  330. reb{
  331. display:block;
  332. font-style:italic;
  333. }
  334.  
  335. reb span{
  336. vertical-align:0px;
  337. margin-left:5px;
  338. margin-right:5px;
  339. display:inline-block;
  340. font-size:8px;
  341. }
  342.  
  343. time{ font-style:;
  344. margin-right:0px;
  345. -webkit-transition: all 0.5s ease-out;
  346. -moz-transition: all 0.5s ease-out;
  347. -o-transition: all 0.5s ease-out;
  348. transition: all 0.5s ease-out;
  349. opacity:0.0;
  350. {block:PermalinkPage}
  351. display:none;
  352. {/block:PermalinkPage}
  353. }
  354.  
  355. pd{
  356. display:block;
  357. padding:15px;
  358. }
  359.  
  360. /**Fragile Help**/
  361. .lnotes {display:block; margin-top:5px;}
  362. .lnotes .avatar {border:none; margin:5px; width:46px; padding:0;border-radius:1px;}
  363. .lnotes ol {margin:0; padding:0;}
  364. .lnotes li {list-style:none; border:none; float:left; margin:0; padding:0; margin-right:4px; margin-bottom:-2px;}
  365. .lnotes .note .action {display:none; visibility:hidden; margin:0; padding:0;}
  366. .more_box {display:block; width:500px; height:35px; margin:0; padding:0;width:}
  367. .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;}
  368. .lnotes blockquote {display:none;}
  369.  
  370. lin{
  371. display:block;
  372. padding:10px;
  373. width:500px;
  374. }
  375.  
  376. lin span{
  377. margin:5px;
  378. font-size:15px;
  379. }
  380. {block:Tags}
  381. a{
  382. font-weight:normal;
  383. }
  384. {/block:Tags}
  385.  
  386. .chat li{
  387. list-style:none;
  388. }
  389.  
  390. blockquote{
  391. margin-left:0px;
  392. }
  393.  
  394. .chat span{
  395. font-weight:bold;
  396. font-family:calibri;
  397. text-transform:uppercase;
  398. letter-spacing:1px;
  399. }
  400.  
  401. .pessoa { text-transform:uppercase; font-size:12px;;line-height:20px;}
  402. .pessoa a{display:;text-transform:uppercase; font-size:13px; font-weight:normal; color:{color:Links Hover};letter-spacing:x;
  403. border-bottom:1px solid {color:Borders};}
  404. .pessoa img{ width:40px;border-radius:1px;margin-bottom:5px;display:inline-block;position:absolute;}
  405. .pergunta { background:; margin-top:10px;padding-bottom:20px; margin-left:0px; border-bottom:1px solid {color:Borders}; text-align:left; }
  406. .resposta { padding:15px; padding-top:px; padding-bottom:10px; background:transparent;margin-top:-20px;}
  407.  
  408. sidebar{
  409. position:fixed;
  410. width:250px;
  411. margin-top:40px;
  412. height:105%;
  413. margin-left:-10px;
  414. display:block;
  415. }
  416.  
  417.  
  418. sidebar img{
  419. width:100%;
  420. margin-bottom:20px;
  421. display:block;
  422. }
  423.  
  424. h1, h2, h3{
  425. font-size:20px;
  426. font-weight:normal;
  427. color:{color:Titles};
  428. }
  429.  
  430. sidebar h1{
  431. display:inline-block;
  432. background:{color:Background};
  433. padding:6px;
  434. margin-top:-5px;
  435. font-size:30px;
  436. z-index:99999999999999999;
  437. margin-bottom:-5px;
  438. margin-left:10px;
  439. font-family: 'Alex Brush', cursive;
  440. }
  441.  
  442. bio{
  443. text-align:;
  444. display:block;
  445. padding:15px;
  446. border:1px solid {color:Borders};
  447. margin-top:-10px;
  448. margin-bottom:20px;
  449. }
  450.  
  451. .source{
  452. font-style:italic;
  453. font-weight:bold;
  454. }
  455.  
  456. notes{
  457. display:block;
  458. width:80%;
  459. margin-top:10px;
  460. text-align:center;
  461. border-top:1px solid {color:Borders};
  462. font-size:px;
  463. padding-bottom:20px;
  464. font-size:13px;
  465. text-transform:uppercase;
  466. font-family:calibri;
  467. opacity:0.7;
  468. padding-top:15px;
  469. }
  470.  
  471. hov a{
  472. margin-right:0px;
  473. font-weight:normal;
  474. opacity:0.0;
  475. -webkit-transition: all 0.5s ease-out;
  476. -moz-transition: all 0.5s ease-out;
  477. -o-transition: all 0.5s ease-out;
  478. transition: all 0.5s ease-out;
  479. font-style:;
  480. }
  481.  
  482. .post:hover hov a{
  483. margin-right:20px;
  484. opacity:1.0;
  485. }
  486.  
  487. .post:hover time{
  488. margin-right:20px;
  489. opacity:1.0;
  490. }
  491.  
  492. .menu a{
  493. font-weight:normal;
  494. margin:3px;
  495. display:inline-block;
  496. font-style:italic;
  497. text-transform:capitalize;
  498. color:{color:Links Menu};
  499. }
  500.  
  501. .menu a:hover{
  502. color:{color:Links Hover Menu};
  503. }
  504.  
  505. </style>
  506.  
  507. <a href="#" id="scrollToTop"><span class="fa fa-angle-up" aria-hidden="true"></span></a>
  508.  
  509. <script type="text/javascript" src="https://static.tumblr.com/kecu8nj/auyouzq5m/jquery.js"></script>
  510. <script type="text/javascript" src="https://static.tumblr.com/kecu8nj/uGBow50r6/info.js"></script>
  511.  
  512. <link href="https://fonts.googleapis.com/css?family=Alex+Brush|Dancing+Script|Great+Vibes|Petit+Formal+Script|Rochester" rel="stylesheet">
  513.  
  514. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  515.  
  516. <script src="https://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  517.  
  518. <a class="thememaker" href="https://reptilha.tumblr.com/themes"><span class="fa fa-download"></span></a>
  519.  
  520.  
  521. </head>
  522.  
  523. <body>
  524. <div id="contain">
  525.  
  526. <sidebar>
  527.  
  528. <line></line>
  529.  
  530. <img src="{image:Foto}"/>
  531. <left><h1>{Title}</h1></left>
  532. <bio>{Description}
  533. </bio>
  534.  
  535. <nav class="menu">
  536. <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>
  537. </nav>
  538.  
  539. </center>
  540.  
  541. </sidebar>
  542.  
  543.  
  544. <div id="content">
  545. {block:Posts}
  546. <div class="post">
  547.  
  548. {block:Text}
  549. <pd> {block:Title}
  550. <h1>{Title}</h1>
  551. {/block:Title}{Body}</pd>
  552. {/block:Text}
  553.  
  554. {block:Photo}
  555. <pd> <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="photo"/>
  556.  
  557. {block:Caption}
  558. <div class="caption">{Caption}</div>
  559. {/block:Caption}</pd>
  560. {/block:Photo}
  561.  
  562. {block:Panorama}
  563. {LinkOpenTag}
  564. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  565. {LinkCloseTag}<pd>{block:Caption}
  566. <div class="caption">{Caption}</div>
  567. {/block:Caption}</pd>
  568. {/block:Panorama}
  569.  
  570. {block:Photoset}
  571. <pd> {Photoset}
  572. {block:Caption}{Caption}{/block:Caption}</pd>
  573. {/block:Photoset}
  574.  
  575. {block:Quote}
  576. <pd> {Quote}
  577.  
  578. {block:Source}
  579. <div class="source">{Source}</div>
  580. {/block:Source}</pd>
  581. {/block:Quote}
  582.  
  583. {block:Link}
  584. <pd> <a href="{URL}" class="link" {Target}><span class="fa fa-link" style="margin-right:10px;"></span>{Name}</a>
  585. {block:Description}
  586. <div class="description">{Description}</div>
  587. {/block:Description}</pd>
  588. {/block:Link}
  589.  
  590. {block:Chat}
  591. <pd> {block:Title}
  592. <h3><a href="{Permalink}">{Title}</a></h3>
  593. {/block:Title}
  594.  
  595. <ul class="chat">
  596. {block:Lines}
  597. <li class="{Alt} user_{UserNumber}">
  598. {block:Label}
  599. <span class="label">{Label}</span>
  600. {/block:Label}{Line}
  601. </li>
  602. {/block:Lines}
  603. </ul></pd>
  604. {/block:Chat}
  605.  
  606. {block:Video}
  607. {Video-500}<pd>{block:Caption}
  608. <div class="caption">{Caption}</div>
  609. {/block:Caption}</pd>
  610. {/block:Video}
  611.  
  612. {block:Audio}
  613. {AudioEmbed}<pd>{block:Caption}
  614. <div class="caption">{Caption}</div>
  615. {/block:Caption}</pd>
  616. {/block:Audio}
  617.  
  618. {block:Answer}
  619. <pd><div class="pessoa">{Asker} {text:AskLabel}</div>
  620. <div class="pergunta">{Question}</div></pd>
  621. <div class="resposta">{Answer}</div>
  622. {/block:Answer}
  623.  
  624. {block:ContentSource}
  625. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  626. {/block:ContentSource}
  627. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  628.  
  629. <center>{block:IndexPage}<notes>
  630. <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>
  631.  
  632. </div>
  633.  
  634. {block:PermalinkPage}
  635. {block:PostNotes}
  636. <div class="post">
  637.  
  638. <lin><span class="fa fa-clock-o"></span> {TimeAgo}</lin>
  639. <lin><span class="fa fa-heart"></span> {NoteCountWithLabel}</lin>
  640. {block:ContentSource}
  641. <lin>{lang:Source}:<a href="{SourceURL}">{Source}</a></lin>{/block:ContentSource}
  642. {block:HasTags}<lin><span class="fa fa-tags"></span> Marcadores:{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags} </lin>{/block:HasTags}
  643.  
  644. </div>
  645. {/block:PostNotes}
  646. {block:PostNotes}<div class="post"><div class="lnotes">{PostNotes-64}</div><br><br></div>{/block:PostNotes}
  647.  
  648. {/block:PermalinkPage}
  649.  
  650. {block:Pagination}
  651. <div id="pagination">
  652. {block:PreviousPage}
  653. <a href="{PreviousPage}"></a>
  654. {/block:PreviousPage}
  655. {block:NextPage}
  656. <a id="nextPage" href="{NextPage}"></a>
  657. {/block:NextPage}
  658. </div>
  659. {/block:Pagination}
  660.  
  661.  
  662.  
  663.  
  664.  
  665. {block:IndexPage}
  666. <script type="text/javascript">
  667. $(window).load(function () {
  668. $('#content').masonry(),
  669. $('.masonryWrap').infinitescroll({
  670. navSelector : '#pagination',
  671. nextSelector : '#nextPage',
  672. itemSelector : ".post, .loading",
  673. bufferPx : 20,
  674. },
  675. function() { $('#content').masonry({ appendedContent: $(this) }); });
  676. });
  677. </script>
  678. {/block:IndexPage}
  679.  
  680. {/block:Posts}
  681.  
  682.  
  683. </div>
  684.  
  685. <div class="loading"></div>
  686.  
  687.  
  688.  
  689. </body>
  690.  
  691. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement