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}</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}
- <!-- META -->
- <meta name="image:Profile" content="https://66.media.tumblr.com/4b48ee50096c3c36b396f32d7389d431/1e797fe6ed80c8bf-61/s2048x3072/90da7f481525e5d4225bc854256fad814b513c63.jpg" />
- <meta name="image:Background" 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="text:Instagram Link" content="" />
- <meta name="text:Twitter Link" content="" />
- <meta name="if:LightVersion" content="" />
- <meta name="if:Caption" content="" />
- <meta name="select:Font" content="Arial" />
- <meta name="select:Font" content="Century Gothic" />
- <meta name="select:Font" content="'Source Sans Pro', sans-serif" />
- <meta name="color:Border" content="#eeeeee" />
- <meta name="color:Posts" content="#fefefe" />
- <meta name="color:Background" content="#f8f8f8" />
- <meta name="color:Font" content="#444444" />
- <meta name="color:Header Title" content="#444444" />
- <meta name="color:Header Font" content="#444444" />
- <meta name="color:Header" content="#eaeaea" />
- <meta name="color:Titles" content="#444444" />
- <meta name="color:Link" content="#8c8c8c" />
- <meta name="color:Menu" content="#252525" />
- <meta name="color:Menu Links" content="#c1c1c1" />
- <meta name="color:Scrollbar" content="#c1c1c1" />
- <!-- 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>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.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>
- <!-- FONTS -->
- <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Satisfy&display=swap" rel="stylesheet">
- <style type="text/css">
- /* config */
- body{
- font-family:{select:Font};
- background:{color:Background};
- background-image:url('{image:Background}');
- background-repeat:no-repeat;
- background-attachment:fixed;
- background-size:100%;
- font-size:13px;
- -webkit-font-smoothing: antialiased;
- color:{color:Font};
- line-height:20px;
- margin-left:-10px;
- margin-top:-10px;
- overflow-x:hidden;
- overflow-y:hidden;
- }
- @-webkit-keyframes smo {
- 0% {
- opacity: 0;
- -webkit-transform: translateY(30px);}
- 100% {
- opacity: 1;
- -webkit-transform: translateY(0);}}
- @-moz-keyframes smo {
- 0% {
- opacity: 0;
- -moz-transform: translateY(30px);}
- 100% {
- opacity: 1;
- -moz-transform: translateY(0);}}
- @-ms-keyframes smo {
- 0% {
- opacity: 0;
- -ms-transform: translateY(30px);
- }
- 100% {
- opacity: 1;
- -ms-transform: translateY(0);}}
- @-o-keyframes smo {
- 0% {
- opacity: 0;
- -o-transform: translateY(30px);}
- 100% {
- opacity: 1;
- -o-transform: translateY(0);}}
- @keyframes smo {
- 0% {opacity: 0;
- transform: translateY(30px);}
- 100% {
- opacity: 1;
- transform: translateY(0);}}
- @-webkit-keyframes smi {
- 0% {
- opacity: 0;
- -webkit-transform: translateY(-30px);}
- 100% {
- opacity: 1;
- -webkit-transform: translateY(0);}}
- @-moz-keyframes smi {
- 0% {
- opacity: 0;
- -moz-transform: translateY(-30px);}
- 100% {
- opacity: 1;
- -moz-transform: translateY(0);}}
- @-ms-keyframes smi {}
- @-o-keyframes smi {
- 0% {
- opacity: 0;
- -o-transform: translateY(-30px);}
- 100% {
- opacity: 1;
- -o-transform: translateY(0);}}
- @keyframes smi {
- 0% {opacity: 0;
- transform: translateY(-30px);}
- 100% {
- opacity: 1;
- transform: translateY(0);}}
- .tumblr_blog {
- text-transform:uppercase;
- font-family: 'Source Sans Pro', sans-serif;
- letter-spacing:1px;
- font-size:0.9em;
- color:transparent;
- font-weight:normal;
- }
- .tumblr_blog_avatar {
- display:none;
- }
- .reblog-content{
- }
- .tumblr_blog:after{
- content:'';
- }
- .iframe-controls--desktop {
- position:absolute!important;
- padding-top:440px;
- padding-right:65px;
- 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});
- }
- 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 **/
- article {
- position: relative;
- width:21%;
- float:left;
- text-align:justify;
- margin:1%;
- background:{color:Posts};
- z-index:1;
- border-left:2px solid {color:Border};
- border-right:2px solid {color:Border};
- border-radius:5px;
- -webkit-animation:smo 1s;
- -moz-animation:smo 1s;
- -ms-animation:smo 1s;
- {block:IfLightVersion}
- width:40%;
- {/block:IfLightVersion}
- {block:PermalinkPage}
- width:80%;
- background:transparent;
- border-left:2px solid transparent;
- border-right:2px solid transparent;
- {/block:PermalinkPage}
- }
- #entry {
- width:100%;
- margin-right:auto;
- display:block;
- padding-left:6%;
- margin-left:-10px;
- margin-top:300px;
- z-index:-1;
- margin-right:;
- {block:PermalinkPage}
- width:50%;
- border-left:1px solid transparent;
- border-right:1px solid transparent;
- {/block:PermalinkPage}
- {block:IfLightVersion}
- width:60%;
- {/block:IfLightVersion}
- }
- contain{
- }
- #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 {
- text-transform:uppercase;
- font-family: 'Source Sans Pro', sans-serif;
- letter-spacing:1px;
- font-size:0.9em;
- color:{color:Link};
- font-weight:normal;
- }
- .tumblr_blog_avatar {
- display:none;
- }
- .iframe-controls--desktop {
- position:absolute!important;
- padding-top:440px;
- padding-right:65px;
- 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});
- {block:IfLightVersion}
- position:fixed!important;
- {/block:IfLightVersion}
- }
- h1, h2, h3{
- margin-top:0px;
- display:block;
- text-align:left;
- font-size:1.3em;
- line-height:25px;
- font-weight:normal;
- color:{color:Titles};
- }
- ::-moz-selection {
- color:inherit;
- background: transparent;
- }
- ::selection {
- color:inherit;
- background: transparent;
- }
- ::-webkit-scrollbar{
- width: 21px;
- height: 21px;
- z-index:-1;
- }
- ::-webkit-scrollbar-track-piece{
- background-color:{color:Menu};
- }
- ::-webkit-scrollbar-thumb:vertical{
- height: 3px;
- background-color:{color:Scrollbar};
- border-radius:5px;
- border:9px solid {color:Menu};
- border:px solid;
- }
- ::-webkit-scrollbar-thumb:horizontal{
- width: 3px;
- border:9px solid {color:Menu};
- border-radius:5px;
- background-color:{color:Scrollbar};
- border:px solid;
- }
- #s-m-t-tooltip {
- max-width:100px;
- padding:1px 3px 1px 3px;
- margin:15px 20px;
- background:{color:Posts};
- z-index:123456789;
- border-radius:3px;
- border-bottom:2px solid {color:Border};
- }
- /** THEME **/
- .tabn a{
- display:block;
- margin-top:0px;
- }
- .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;
- text-align:left;
- text-transform:uppercase;
- font-family: 'Source Sans Pro', sans-serif;
- letter-spacing:1px;
- font-size:0.8em;
- font-weight:normal;
- border-top:1px solid {color:Border};
- padding:30px;
- text-align:center;
- }
- nav1 span{
- font-size:0.8em;
- margin-right:5px;
- }
- nav1:hover a{
- opacity:0.3;
- }
- nav1 a:hover{
- opacity:1.0;
- }
- .photo{
- border-radius:0px;
- }
- #pagination{
- display:block;
- width:100%;
- text-align:center;
- text-transform:uppercase;
- letter-spacing:3px;
- word-spacing:5px;
- margin-top:70px;
- margin-bottom:30px;
- }
- .source{
- color:{color:Details};
- font-weight:normal;
- }
- .notes .avatar {
- border:none;
- margin:5px;
- width:26px;
- padding:0;
- border-radius:100%;
- border-radius:px;
- display:none;
- }
- .notes ol {
- margin:0;
- padding:0;
- display:block!important;
- }
- .notes a{
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:0.8em;
- font-weight:normal;
- }
- .notes li {
- list-style:;
- border:none;
- display:block!important;
- float:left;
- width:100%;
- margin:0;
- padding:0;
- margin-right:px;
- margin-bottom:px;
- }
- .notes span{
- display:block!important;
- width:100%;
- }
- .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;
- }
- .credit{
- width:10px;
- height:10px;
- border:1px solid {color:Border};
- border-radius:3px;
- right:20px;
- margin-top:288px;
- background:{color:Entry};
- display:block;
- z-index:99999999;
- position:fixed;
- }
- li{
- list-style:none;
- border-left:1px solid {color:Border};
- margin-left:0px;
- margin-left:-40px;
- padding-left:10px;
- }
- blockquote{
- width:100%;
- }
- ft img{
- width:50px;
- border-radius:5px;
- margin-bottom:20px;
- display:block;
- }
- what{
- display:block;
- padding:40px;
- padding-top:30px;
- padding-bottom:30px;
- font-style:italic;
- border-bottom:1px solid {color:Border};
- }
- who{
- display:block;
- text-align:center;
- text-transform:uppercase;
- font-family: 'Source Sans Pro', sans-serif;
- letter-spacing:1px;
- font-size:0.9em;
- font-weight:normal;
- border-bottom:1px solid {color:Border};
- padding:40px;
- }
- social{
- left:0px;
- position:fixed;
- width:40px;
- height:105%;
- z-index:9;
- margin-top:-10px;
- background:{color:Menu};
- text-align:center;
- padding-top:300px;
- }
- social a{
- display:block;
- margin-top:20px;
- font-size:10px;
- color:{color:Menu Links};
- text-decoration:none;
- }
- .profile{
- height:100px;
- border-radius:5px;
- }
- sidebar{
- display:block;
- width:100%;
- z-index:999999999;
- margin-left:-10px;
- background:{color:Header};
- padding-left:6%;
- margin-top:-10px;
- padding-top:50px;
- height:200px;
- position:fixed;
- color:{color:Header Font};
- padding-bottom:30px;
- }
- sidebar h1{
- color:{color:Header Title};
- }
- bio{
- display:block;
- width:30%;
- }
- pd{
- margin:40px;
- display:block;
- }
- @font-face { font-family: "lainie"; src: url('https://static.tumblr.com/oetadgc/Uialyjfaa/laine.ttf'); }
- sidebar h1{
- font-family: "lainie" ;
- font-size:50px;
- margin-bottom:10px;
- }
- .reblog-content a{
- opacity:0.0;
- }
- .reblog-content{
- opacity:0.0;
- }
- nav2{
- border-bottom:1px solid {color:Border};
- display:block;
- padding:30px;
- width:;
- font-size:0.7em;
- text-align:center;
- text-transform:uppercase;
- }
- nav2 span{
- font-size:em;
- margin-left:5px;
- margin-right:5px;
- }
- .caption{
- display:none;
- {block:IfCaption}
- display:block;
- {/block:IfCaption}
- }
- {CustomCss}
- </style>
- <a class="credit" href="https://ednamorb.tumblr.com/" title="Theme Credit"></a>
- <!-- SCRIPTS 02 -->
- <script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
- <script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
- <script> $(function(){ $('article').unnest({
- yourCaption: ".caption", //your caption selector, the div wrapping {Caption}
- wrapName: ".tumblr_parent", //the name of the captions’ new wrapper
- newCaptionUsername: false, //if the user adds a new caption, following a series of captions, show their username above the caption
- originalPostCaptionUsername: false, //for the original captions, or a user-added caption that previously didn’t have any, have their username on it
- tumblrAvatars: true, //”dashboard style” caption, have the avatar of the blog next to the username
- tumblrAvatarClass: ".tumblr_avatar", //class of the avatar next to the username
- usernameColon: true //if turned to false, removes the colon at the end of usernames
- }); }); </script>
- </head>
- <body>
- <social>
- <a href="{text:Link 1 Url}" title="{text:Link 1}"><span class="th th-home-o"></span></a>
- <a href="{text:Link 2 Url}" title="{text:Link 2}"><span class="th th-chat-bubble-o"></span></a>
- <a href="{text:Link 3 Url}" title="{text:Link 3}"><span class="th th-folder-2-o"></span></a>
- <a href="{text:Link 4 Url}" title="{text:Link 4}"><span class="th th-plus-1-o"></span></a>
- <a href="{text:Link 5 Url}" title="{text:Link 5}"><span class="th th-heart-1-o"></span></a>
- <a href="{text:Instagram Link}" title="Instagram"><span class="th th-instagram-o"></span></a>
- <a href="{text:Twitter Link}" title="Twitter"><span class="th th-twitter-o"></span></a>
- </social>
- <sidebar>
- <img src="{image:Profile}" class="profile">
- <h1>{Title}</h1>
- <bio>{Description}</bio>
- </sidebar>
- <div id="entry">
- {block:Posts}
- <article>
- {block:RebloggedFrom}
- <nav2>
- {Name} <span class="th th-reblog"></span> {ReblogParentName}
- </nav2>
- {/block:RebloggedFrom}
- {block:Text}
- <pd>
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {Body}<!-- .reblog-content -->
- </pd>
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="photo"/>
- {block:Caption}
- <div class="caption"> <pd> {Caption}</pd></div>
- {/block:Caption}
- {/block:Photo}
- {block:Panorama}
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
- {LinkCloseTag}{block:Caption}
- <div class="caption"> <pd> {Caption}</pd></div>
- {/block:Caption}
- {/block:Panorama}
- {block:Photoset}
- {Photoset}
- {block:Caption}<div class="caption"> <pd> {Caption}</pd></div>{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <pd> <span class="th th-quote-up" style="font-size:0.6em;margin-right:2px;color:{color:Details};"></span> {Quote}
- {block:Source}
- <div class="source">{Source}</div>
- {/block:Source} </pd>
- {/block:Quote}
- {block:Link}
- <pd> <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}</pd>
- {/block:Link}
- {block:Chat}
- <pd>{block:Lines}
- <div class="chat">
- <div class="lines">{block:Label}
- <span>{Label}</span>
- {/block:Label}
- {Line}</div></div>
- {/block:Lines}</pd>
- {/block:Chat}
- {block:Video}
- {Video-500}{block:Caption}
- <div class="caption"> <pd> {Caption}</pd></div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- {AudioEmbed}{block:Caption}
- <div class="caption"> <pd> {Caption}</pd></div>
- {/block:Caption}
- {/block:Audio}
- {block:Answer}
- <who> <center><ft><img src="{AskerPortraitURL-96}"></ft>
- {Asker}'s question</center></who>
- <what>{Question}</what>
- <line></line>
- <pd><ans>{Answer}</ans></pd>
- {/block:Answer}
- {block:IndexPage}
- <nav1>
- <a href="{ReblogUrl}" style="font-size:10px;margin-left:5px;margin-right:3px;"><span class="th th-reblog"></span></a>
- {block:Date}<a href="{Permalink}">{TimeAgo}</a> {/block:Date}
- <a href="{Permalink}"><span class="th th-heart-1-o" style="font-size:10px;margin-left:5px;margin-right:0px;"></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} -->
- </article>
- <!-- PERMALINK PAGE-->
- {block:PermalinkPage}
- <pd>
- {block:PostNotes}<div class="notes">{PostNotes-64}</div>{/block:PostNotes}
- </pd>
- {/block:PermalinkPage}
- {/block:Posts}
- <!-----------
- INFINIT SCROLL BY SOMEONE DISPO BY NEVALISCA
- ------------->
- {block:indexpage}
- <script type="text/javascript" src="https://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
- <script src="https://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
- <script src="https://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('#entry').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : "div#navigation",
- nextSelector : "div#navigation a#nextPage",
- itemSelector : ".posts",
- bufferPx : 10000,
- extraScrollPx: 11000,
- loadingImg : "https://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
- loadingText : "<i> </i>",
- },
- // call masonry as a callback.
- function() { $('#entry').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- {block:IndexPage}
- <div class="column navigation" id="navigation">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
- </div>
- {/block:IndexPage}
- </div></div></div>
- </contain>
- </body>
- </html>
Add Comment
Please, Sign In to add comment