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:Header" content="" />
- <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="text:Link 6" content="Themes" />
- <meta name="text:Link 6 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:Facebook Link" content="" />
- <meta name="text:Twitter Link" content="" />
- <meta name="if:Header" content="" />
- <meta name="color:Border" content="#eeeeee" />
- <meta name="color:Background" content="#fafafa" />
- <meta name="color:Font" content="#696969" />
- <meta name="color:Titles" content="#7b9689" />
- <meta name="color:Details" content="#7b9689" />
- <meta name="color:Menu Links" content="#7b9689" />
- <meta name="color:Blocks" content="#fefefe" />
- <meta name="color:Scrollbar" content="#cccccc" />
- <meta name="color:Link" content="#222222" />
- <!-- 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: '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;
- -webkit-font-smoothing: antialiased;
- color:{color:Font};
- line-height:20px;
- overflow-x:hidden;
- overflow-y: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 **/
- .posts {
- position: relative;
- width:29%;
- float:left;
- border-bottom:2px solid {color:Border};
- background:{color:Blocks};
- text-align:justify;
- margin:2%;
- z-index:1;
- {block:PermalinkPage}
- width:80%;
- margin-right:0%;
- border-bottom:2px solid {color:Border};
- {/block:PermalinkPage}
- -webkit-animation:smo 1s;
- -moz-animation:smo 1s;
- -ms-animation:smo 1s;
- }
- pd{
- padding:40px;
- display:block;
- }
- #entry {
- width:90%;
- margin-right:auto;
- margin-top:50px;
- display:block;
- z-index:-1;
- margin-left:auto;
- margin-right:auto;
- {block:PermalinkPage}
- width:50%;
- {/block:PermalinkPage}
- }
- 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 {
- margin-left:0px;
- text-transform:uppercase;
- font-weight:bold;
- font-size:0.7em;
- color:{color:Details};
- letter-spacing:1px;
- }
- .tumblr_blog_avatar {
- display:none;
- }
- .iframe-controls--desktop {
- position:absolute!important;
- padding-top:35px;
- padding-right:13%;
- 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;
- display:block;
- text-align:left;
- font-size:1.3em;
- line-height:25px;
- font-weight:bold;
- 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};
- }
- ::-webkit-scrollbar-thumb:vertical{
- height: 3px;
- background-color:{color:Scrollbar};
- }
- ::-webkit-scrollbar-thumb:horizontal{
- width: 3px;
- background-color:{color:Scrollbar};
- }
- #s-m-t-tooltip {
- max-width:100px;
- padding:3px 5px 3px 5px;
- margin:15px 20px;
- background:{color:Blocks};
- z-index:123456789;
- 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;
- margin-top:px;
- padding:10px;
- border-left:2px solid {color:Border};
- margin-left:40px;
- margin-right:40px;
- margin-top:-30px;
- margin-bottom:40px;
- line-height:40px;
- height:40px;
- border-right:2px solid {color:Border};
- text-align:center;
- opacity:;
- }
- nav1 a{
- margin-left:15px;
- margin-right:15px;
- }
- 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;
- }
- who{
- display:block;
- text-transform:lowercase;
- font-style:italic;
- height:40px;
- border-bottom:2px solid {color:Border};
- background:;
- line-height:40px;
- padding-bottom:10px;
- }
- ft img{
- width:30px;
- margin-top:40px;
- border:2px solid {color:Border};
- margin-top:px;
- }
- who span{
- margin-right:px;
- vertical-align:-1px;
- }
- what{
- display:block;
- border-bottom:2px solid {color:Border};
- padding-left:40px;
- padding-right:40px;
- }
- ans{
- display:block;
- margin-top:-15px;
- font-style:italic;
- }
- .source{
- color:{color:Details};
- font-weight:bolf;
- }
- .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:2px;
- 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;
- }
- @-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);}}
- .credit{
- width:10px;
- height:10px;
- border-bottom:2px solid {color:Border};
- border-radius:0px;
- right:8%;
- margin-top:50px;
- background:{color:Blocks};
- display:block;
- z-index:99999999;
- position:absolute;
- }
- menav{
- display:block;
- margin-left:35px;
- margin-right:35px;
- text-align:left;
- margin-top:10px;
- margin-bottom:40px;
- }
- menav a{
- margin:5px;
- display:inline-block;
- font-weight:bold;
- color:{color:Menu Links};
- }
- line{
- display:block;
- height:1px;
- background:{color:Border};
- width:100%;
- }
- menav:hover a{
- opacity:0.4;
- }
- menav a:hover{
- opacity:1.0;
- }
- li{
- list-style:none;
- border-left:1px solid {color:Border};
- margin-left:0px;
- margin-left:-40px;
- padding-left:10px;
- }
- blockquote{
- width:100%;
- }
- .profile{
- width:80px;
- border:5px solid {color:Blocks};
- {block:IfHeader}
- margin-top:-25px;
- {/block:IfHeader}
- {block:IfNotHeader}
- margin-top:40px;
- {/block:IfNotHeader}
- margin-left:40px;
- }
- name{
- display:block;
- margin-top:-60px;
- margin-left:150px;
- margin-bottom:30px;
- }
- url{
- display:block;
- font-style:italic;
- font-size:0.9em;
- }
- nm{
- font-weight:bold;
- color:{color:Titles};
- }
- bio{
- display:Block;
- padding-left:40px;
- padding-right:40px;
- }
- social{
- display:block;
- margin-left:35px;
- margin-right:35px;
- margin-top:10px;
- }
- social a{
- font-size:10px;
- margin:5px;
- padding-bottom:3px;
- border-bottom:2px solid {color:Border};
- }
- {CustomCss}
- </style>
- <a class="credit" href="https://reptilha.tumblr.com/" title="Theme Credit"></a>
- <!-- 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>
- </head>
- <body>
- <contain>
- <div id="entry">
- {block:HomePage}
- <div class="posts">
- <sideba>
- {block:IfHeader}
- <img src="{image:Header}">
- {/block:IfHeader}
- <img src="{image:Profile}" class="profile">
- <name>
- <nm>{Title}</nm>
- <url>@{Name}</url>
- </name>
- <bio>{Description}</bio>
- <social>
- <a href="{text:Instagram Link}" title="Instagram"><span class="th th-instagram-o"></span></a>
- <a href="{text:Facebook Link}" title="Facebook"><span class="th th-facebook"></span></a>
- <a href="{text:Twitter Link}" title="Twitter"><span class="th th-twitter-o"></span></a>
- </social>
- <menav>
- <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>
- <a href="{text:Link 6 Url}">{text:Link 6}</a>
- </menav>
- </sideba>
- </div>
- {/block:HomePage}
- {block:Posts}
- <div class="posts">
- {block:Text}
- <pd>
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}{Body}
- </pd>
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="photo"/>
- {block:Caption}
- <pd> <div class="caption">{Caption}</div></pd>
- {/block:Caption}
- {/block:Photo}
- {block:Panorama}
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
- {LinkCloseTag}{block:Caption}
- <pd> <div class="caption">{Caption}</div></pd>
- {/block:Caption}
- {/block:Panorama}
- {block:Photoset}
- {Photoset}
- {block:Caption}<pd>{Caption}</pd>{/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">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- {AudioEmbed}{block:Caption}
- <div class="caption"><pd>{Caption}</pd></div>
- {/block:Caption}
- {/block:Audio}
- {block:Answer}
- <center>
- <ft><img src="{AskerPortraitURL-96}"></ft>
- <who>@{Asker}</who>
- </center>
- <what>{Question}</what>
- <pd><ans>{Answer}</ans></pd>
- {/block:Answer}
- {block:IndexPage}
- <nav1>
- {block:Date}<a href="{Permalink}">{TimeAgo}</a> {/block:Date}
- <a href="{ReblogUrl}" style="font-size:10px;margin-left:3px;margin-right:3px;"><span class="th th-reblog"></span></a>
- <a href="{Permalink}"><span class="notecount">{NoteCount}</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}
- <div class="posts">
- <pd>
- <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}
- </pd></div>
- {/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>
- </div></div></div>
- </contain>
- <footer>
- <!-- PAGINATION-->
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}">load more posts</a
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </footer>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment