Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Theme desenvolvido por @rephtille
- Não copie detalhes e não remova os créditos.
- Grata pela preferência.
- Atenciosamente, G.
- Theme developed by @rephitlle
- Do not copy or remove the credits.
- Thank you for choosing.
- Attently, G.
- --->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="https://www.w3.org/1999/xhtml">
- <head>
- <!-- HEAD -->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title} {block:TagPage}: {Tag}{/block:TagPage}</title>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="shortcut icon" href="{Favicon}">
- {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
- <!-- SCRIPTS 01-->
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.10/SmoothScroll.js"></script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $(".tumblr_blog").each(function() {
- var tumblrblogurl = $(this).text();
- $(this).before("<img src='https://api.tumblr.com/v2/blog/" + tumblrblogurl + ".tumblr.com/avatar/24' class='tumblr_blog_avatar'/>");
- });
- });
- </script>
- <!-- FONTS -->
- <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400&display=swap" rel="stylesheet">
- <!-- META -->
- <meta name="image:Profile" content="https://66.media.tumblr.com/4b48ee50096c3c36b396f32d7389d431/cec289a8839e1a91-d6/s2048x3072/42bac779b50571bcd7f0c13dc9900c314e43bf0b.jpg" />
- <meta name="image:Background" content="" />
- <meta name="if:TinyVersion" content="" />
- <meta name="text:Social 1" content="Instagram" />
- <meta name="text:Social 1 Url" content="" />
- <meta name="text:Social 2" content="Twitter" />
- <meta name="text:Social 2 Url" content="" />
- <meta name="text:Social 3" content="Tiktok" />
- <meta name="text:Social 3 Url" content="" />
- <meta name="text:Link 1" content="Home" />
- <meta name="text:Link 1 Url" content="" />
- <meta name="text:Link 2" content="Message" />
- <meta name="text:Link 2 Url" content="" />
- <meta name="text:Link 3" content="Autorships" />
- <meta name="text:Link 3 Url" content="" />
- <meta name="text:Link 4" content="Tags" />
- <meta name="text:Link 4 Url" content="" />
- <meta name="text:Link 5" content="Themes" />
- <meta name="text:Link 5 Url" content="" />
- <meta name="select:Controls Color" content="0%" />
- <meta name="select:Controls Color" content="10%" />
- <meta name="select:Controls Color" content="20%" />
- <meta name="select:Controls Color" content="30%" />
- <meta name="select:Controls Color" content="40%" />
- <meta name="select:Controls Color" content="50%" />
- <meta name="select:Controls Color" content="60%" />
- <meta name="select:Controls Color" content="70%" />
- <meta name="select:Controls Color" content="80%" />
- <meta name="select:Controls Color" content="90%" />
- <meta name="select:Controls Color" content="100%" />
- <meta name="color:Border" content="#eeeeee" />
- <meta name="color:Background" content="#fefefe" />
- <meta name="color:Font" content="#696969" />
- <meta name="color:Titles" content="#222222" />
- <meta name="color:Scrollbar" content="#ccc" />
- <meta name="color:Menu" content="#222222" />
- <meta name="color:Menu Links" content="#ffffff" />
- <meta name="color:Link" content="#222222" />
- <style type="text/css">
- /* config */
- body{
- font-family: 'Source Sans Pro', sans-serif;
- background:{color:Background};
- background-image:url('{image:Background}');
- background-repeat:no-repeat;
- background-attachment:fixed;
- background-size:100%;
- font-size:14px;
- {block:IfTinyVersion}
- font-size:12px;
- {/block:IfTinyVersion}
- color:{color:Font};
- line-height:px;
- overflow-x:hidden;
- }
- html{
- overflow-y: scroll;
- scroll-behavior: smooth;
- }
- img {
- height: auto;
- width: auto;
- }
- iframe, img, embed, object, video{
- max-width: 100%;
- }
- blockquote{
- margin-left:0%;
- width:100%;
- }
- .clear {
- clear: both;
- }
- .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%;
- }
- /** LINKS **/
- a{
- color:{color:Link};
- text-decoration:none;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- /** POSTS **/
- .post {
- position: relative;
- width:100%;
- text-align:justify;
- float:left;
- margin-right:0px;
- margin-bottom:80px;
- padding-bottom:60px;
- font-size:100%;
- border-bottom:1px solid {color:Border};
- {block:IfTinyVersion}
- margin-bottom:40px;
- padding-bottom:20px;
- {/block:IfTinyVersion}
- {block:PermalinkPage}
- width:100%;
- {/block:PermalinkPage}
- -webkit-animation:smo 1s;
- -moz-animation:smo 1s;
- -ms-animation:smo 1s;
- }
- #content {
- width:35%;
- margin-right:auto;
- margin-top:80px;
- margin-left:40%;
- display:block;
- z-index:0;
- {block:IfTinyVersion}
- width:25%;
- margin-right:auto;
- margin-top:130px;
- margin-left:36%;
- {/block:IfTinyVersion}
- }
- #infscr-loading {
- display:none!important;
- z-index:-999999999;
- }
- #infscr-loading img {
- display:none;
- }
- #pagination {
- display:block;
- width:100%;
- text-align:center;
- text-transform:uppercase;
- letter-spacing:3px;
- word-spacing:5px;
- padding-bottom:60px;
- {block:IfTinyVersion}
- letter-spacing:2px;
- word-spacing:3px;
- {/block:IfTinyVersion}
- }
- /** APPARENCE 01 **/
- .tumblr_blog {
- margin-left: 18px;
- text-transform:uppercase;
- font-weight:normal;
- font-weight:bold;
- font-size:11px;
- letter-spacing:2px;
- }
- .tumblr_blog_avatar {
- width: 13px;
- height: 13px;
- border-radius:2px;
- position:absolute;
- margin-right:px;
- margin-top:1px;
- vertical-align:px;
- }
- .iframe-controls--desktop {
- position:fixed;
- padding-top:10px;
- padding-right:30px;
- z-index:9999999999999999999999999999;
- -webkit-transform:scale(0.6,0.6);
- -webkit-transform-origin: 100% 0%;
- -ms-transform-origin:100% 0%;
- -ms-transform:scale(0.6,0.6);
- transform:scale(0.6,0.6);
- transform-origin:100% 0%;
- -webkit-filter: invert({select:Controls Color});
- }
- h1, h2, h3{
- margin-top:0px;
- font-weight:normal;
- color:{color:Titles};
- }
- ::-moz-selection {
- color:inherit;
- background: transparent;
- }
- ::selection {
- color:inherit;
- background: transparent;
- }
- ::-webkit-scrollbar{
- width: 7px;
- height: 7px;
- z-index:-1;
- }
- ::-webkit-scrollbar-track-piece{
- background-color:{color:Border};
- border:3px {color:Background} solid;
- }
- ::-webkit-scrollbar-thumb:vertical{
- height: 3px;
- background-color:{color:Scrollbar};
- border:3px {color:Background} solid;
- }
- ::-webkit-scrollbar-thumb:horizontal{
- width: 3px;
- background-color:{color:Scrollbar};
- border:3px {color:Background} solid;
- }
- #s-m-t-tooltip {
- max-width:100px;
- padding:3px 5px 3px 5px;
- border:;
- margin:15px 20px;
- border-radius:3px;
- background:;
- border:1px solid {color:Border}};
- z-index:123456789;
- }
- /** THEME **/
- .tabn a{
- display:block;
- margin-top:0px;
- }
- menav mn{
- width:100px;
- overflow:hidden;
- display:table;
- text-align:center;
- float:left;
- line-height:30px;
- }
- menav a{
- color:{color:Menu Links};
- text-decoration:none;
- }
- menav{
- list-style:none;
- width:30%;
- display:block;
- z-index:2;
- color:{color:Menu Links};
- position:fixed;
- }
- dm{
- float:right;
- display:block;
- color:{color:Menu Links};
- }
- mn lanb{
- display:none;
- background:{color:Menu};
- line-height:40px;
- border-bottom-left-radius:5px;
- border-bottom-right-radius:5px;
- }
- mn:hover lanb{
- display:block;
- }
- lanb a:hover{
- padding-left:10px;
- }
- abn{
- display:block;
- height:50px;
- background:{color:Menu};
- width:103%;
- margin-top:-10px;
- margin-left:-10px;
- position:fixed;
- z-index:1;
- }
- sidebar{
- width:20%;
- height:70%;
- padding-right:5%;
- margin-top:80px;
- margin-left:10%;
- display:block;
- border-right:1px solid {color:Border};
- text-align:center;
- position:fixed;
- background:;
- {block:IfTinyVersion}
- width:10%;
- height:70%;
- margin-top:130px;
- margin-left:20%;
- padding-right:3%;
- {/block:IfTinyVersion}
- -webkit-animation:smi 1s;
- -moz-animation:smi 1s;
- -ms-animation:smi 1s;
- }
- sidebar img{
- margin-bottom:20px;
- border-radius:5px;
- }
- blc{
- display:block;
- width:100%;
- text-align:left;
- }
- sidebar h1{
- padding-top:0px;
- border-bottom:1px solid {color:Border};
- padding-bottom:10px;
- margin-top:0px;
- font-size:15px;
- font-weight:bold;
- letter-spacing:4px;
- text-transform:uppercase;
- display:block;
- text-align:left;
- }
- nav2{
- display:inline-block;
- text-align:left;
- font-style:italic;
- border:1px solid {color:Border};
- padding-left:4px;
- padding-right:4px;
- padding-top:1px;
- padding-bottom:1px;
- border-radius:4px;
- margin-bottom:10px;
- }
- .chat .lines {
- padding: 5px;
- padding-left:0px;
- margin-bottom: 2px;
- }
- .chat .lines span {
- font-weight: bold;
- text-transform:uppercase;
- letter-spacing:2px;
- font-size:0.9em;
- }
- nav1{
- display:block;
- margin-top:5px;
- }
- .photo{
- border-radius:5px;
- }
- who{
- display:inline-block;
- text-transform:uppercase;
- letter-spacing:2px;
- font-weight:bold;
- margin-right:2px;
- }
- who span{
- margin-right:px;
- vertical-align:-2px;
- }
- what{
- display:inline-block;
- }
- ans{
- display:block;
- margin-top:-15px;
- font-style:italic;
- }
- .notes .avatar {
- border:none;
- margin:5px;
- width:26px;
- padding:0;
- border-radius:100%;
- border-radius:px;
- display:none;
- }
- .notes ol {
- margin:0;
- padding:0;
- }
- .notes a{
- text-transform:uppercase;
- letter-spacing:2px;
- font-size:0.8em;
- font-weight:bold;
- }
- .notes li {
- list-style:none;
- border:none;
- display:block;
- float:left;
- margin:0;
- padding:0;
- margin-right:px;
- margin-bottom:px;
- }
- .notes .note .action {
- display:;
- visibility:;
- margin:0;
- padding:0;
- }
- .more_box {
- display:block;
- height:35px;
- margin:0;
- opacity:0.0;
- padding:0;
- }
- .more_notes_link_container a {
- display:block;
- text-align:left;
- font-style:italic;
- border:1px solid {color:Border};
- padding-left:4px;
- padding-right:4px;
- padding-top:1px;
- padding-bottom:1px;
- border-radius:4px;
- margin-bottom:10px;
- opacity:0.0;
- }
- .notes blockquote {
- display:none;
- }
- @-webkit-keyframes smo {
- 0% {
- opacity: 0;
- -webkit-transform: translateX(100px);}
- 100% {
- opacity: 1;
- -webkit-transform: translateX(0);}}
- @-moz-keyframes smo {
- 0% {
- opacity: 0;
- -moz-transform: translateX(100px);}
- 100% {
- opacity: 1;
- -moz-transform: translateX(0);}}
- @-ms-keyframes smo {
- 0% {
- opacity: 0;
- -ms-transform: translateX(100px);
- }
- 100% {
- opacity: 1;
- -ms-transform: translateX(0);}}
- @-o-keyframes smo {
- 0% {
- opacity: 0;
- -o-transform: translateX(100px);}
- 100% {
- opacity: 1;
- -o-transform: translateX(0);}}
- @keyframes smo {
- 0% {opacity: 0;
- transform: translateX(100px);}
- 100% {
- opacity: 1;
- transform: translateX(0);}}
- @-webkit-keyframes smi {
- 0% {
- opacity: 0;
- -webkit-transform: translateX(-100px);}
- 100% {
- opacity: 1;
- -webkit-transform: translateX(0);}}
- @-moz-keyframes smi {
- 0% {
- opacity: 0;
- -moz-transform: translateX(-100px);}
- 100% {
- opacity: 1;
- -moz-transform: translateX(0);}}
- @-ms-keyframes smi {
- 0% {
- opacity: 0;
- -ms-transform: translateX(-100px);
- }
- 100% {
- opacity: 1;
- -ms-transform: translateX(0);}}
- @-o-keyframes smi {
- 0% {
- opacity: 0;
- -o-transform: translateX(-100px);}
- 100% {
- opacity: 1;
- -o-transform: translateX(0);}}
- @keyframes smi {
- 0% {opacity: 0;
- transform: translateX(-100px);}
- 100% {
- opacity: 1;
- transform: translateX(0);}}
- .credit{
- width:10px;
- height:10px;
- border:1px solid {color:Border};
- border-radius:2px;
- right:10px;
- margin-top:50px;
- display:block;
- position:fixed;
- }
- {CustomCss}
- </style>
- <!-- SCRIPTS 02 -->
- <script type="text/javascript" src="https://static.tumblr.com/kecu8nj/auyouzq5m/jquery.js"></script>
- <script type="text/javascript" src="https://static.tumblr.com/kecu8nj/qfAovx3no/min.js"></script>
- <!-- pxu by shythemes / explicado por passo-html --->
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:20, tip_fade_speed:400, attribute:"title"});});})(jQuery);</script>
- <a class="credit" href="https://reptilha.tumblr.com/" title="Theme Credit"></a>
- </head>
- <body>
- <abn></abn>
- <sidebar>
- <center>
- <blc><img src="{image:Profile}"></blc>
- <h1>{Title}</h1>
- <blc>{Description}</blc>
- </center>
- </sidebar>
- <menav>
- <mn><a href="{text:Link 1 Url}">{text:Link 1}</a></mn>
- <mn><a href="{text:Link 2 Url}">{text:Link 2}</a></mn>
- <mn class="tabn">Links
- <lanb>
- <a href="{text:Link 3 Url}">{text:Link 3}</a><br>
- <a href="{text:Link 4 Url}">{text:Link 4}</a><br>
- <a href="{text:Link 5 Url}">{text:Link 5}</a>
- </lanb>
- </mn>
- <mn class="tabn">Social
- <lanb>
- <a href="{text:Social 1 Url}">{text:Social 1}</a><br>
- <a href="{text:Social 2 Url}">{text:Social 2}</a><br>
- <a href="{text:Social 3 Url}">{text:Social 3}</a>
- </lanb>
- </mn>
- </menav>
- <div id="content">
- {block:Posts}
- <div class="post">
- {block:RebloggedFrom}
- {block:IndexPage}
- <nav2><reb>{Name}
- <span class="th th-reblog" style="font-size:0.7em;margin-left:3px;"></span>
- <a href="{ReblogParentURL}">{ReblogParentName}</a></reb>
- {/block:IndexPage}
- </nav2>{/block:RebloggedFrom}<br>
- {block:Text}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}{Body}
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="photo"/>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photo}
- {block:Panorama}
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
- {LinkCloseTag}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Panorama}
- {block:Photoset}
- {Photoset}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <span class="th th-quote-up" style="font-size:0.8em;margin-right:3px;"></span> {Quote}
- {block:Source}
- <div class="source">{Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}" class="link" {Target}>Link <span class="th th-link" style="margin-left:4px;font-size:9px;"></span><br>{Name} <span class="th th-chevron-right" style="margin-left:4px;font-size:8px;"></span></a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Lines}
- <div class="chat">
- <div class="lines">{block:Label}
- <span>{Label}</span>
- {/block:Label}
- {Line}</div></div>
- {/block:Lines}
- {/block:Chat}
- {block:Video}
- {Video-500}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- {AudioEmbed}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Answer}
- <who><span class="th th-question-o"></span> {Asker}:</who>
- <what>{Question}</what>
- <ans>{Answer}</ans>
- {/block:Answer}
- {block:IndexPage}
- <nav1>
- {block:Date}<data>{ShortDayOfWeek} — {ShortMonth}, {DayOfMonth}</data> {/block:Date}
- <a href="{ReblogUrl}" style="text-transform:uppercase; letter-spacing:2px; font-weight:bold; font-size:0.9em;margin-right:5px;margin-left:5px;">share</a>
- <a href="{Permalink}"><span class="notecount">{NoteCountWithLabel}</span></a>
- </nav1>
- {/block:IndexPage}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
- </div>
- <!-- PERMALINK PAGE-->
- {block:PermalinkPage}
- <perma>
- <p>{block:Date}<data>{ShortDayOfWeek} — {ShortMonth}, {DayOfMonth}</data> {/block:Date} </p>
- <p>{block:HasTags}Hashtags: {block:Tags} #{Tag} {/block:Tags} {/block:HasTags}</p><br><br>
- </perma>
- {block:PostNotes}<div class="notes">{PostNotes-64}</div>{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- <footer>
- <!-- PAGINATION-->
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}">load more posts</a
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </footer>
- </div>
- <script>
- var $container = $('#content');
- $container.find('.notecount').each(function(){
- var n = $(this).html().split(' ')[0].replace(/,/g, '');
- if (n > 999) {
- n = Math.floor(n / 100) / 10;
- $(this).text(n + 'k');
- }
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment