Advertisement
reptilha

Theme Les Jardins — 001

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