Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- ─────────╔╗────────────╔╗
- ─────────║║───────────╔╝╚╗
- ╔══╦╗╔╦══╣║╔══╦╗╔╦══╦═╬╗╔╬══╗
- ║╔╗║╚╝║╔╗║║║╔╗║╚╝║║═╣╔╗╣║║║═╣
- ║╔╗║║║║╚╝║╚╣╔╗║║║║║═╣║║║╚╣║═╣
- ╚╝╚╩╩╩╣╔═╩═╩╝╚╩╩╩╩══╩╝╚╩═╩══╝
- ──────║║
- ──────╚╝
- ➸ Tema criado por Carolaine Vieira
- ➸ Theme made by Amplamente
- ➸ http://amplamente.tumblr.com
- ➸ Não retire os crédtios
- ➸ Don't remove credit
- -->
- <head>
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="color:Background" content="#ffff"/>
- <meta name="color:Perma link" content="#999"/>
- <meta name="color:Perma link hover" content="#999"/>
- <meta name="color:Tooltip bg" content="#eee"/>
- <meta name="color:Tooltip text" content="#888888"/>
- <meta name="color:Question" content="#eee"/>
- <meta name="color:Question text" content="#666666"/>
- <meta name="color:Question link" content="#141414"/>
- <meta name="color:Answer" content="#ffffff"/>
- <meta name="color:Text" content="#888888"/>
- <meta name="color:Link" content="#222222"/>
- <meta name="color:Link hover" content="#546"/>
- <meta name="color:Bold" content="#191919"/>
- <meta name="color:Italic" content="#f54349"/>
- <meta name="color:Title" content="#888888"/>
- <meta name="color:Header description" content="#888888"/>
- <meta name="color:Header link" content="#666666"/>
- <meta name="color:Header link hover" content="#141414"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="if:InfiniteScroll" content="0"/>
- <meta name="if:Tags" content="0"/>
- <meta name="image:Background" content=""/>
- <meta name="text:link1" content="link 1" />
- <meta name="text:link1url" content="/" />
- <meta name="text:link2" content="link 2" />
- <meta name="text:link2url" content="/" />
- <meta name="text:link3" content="link 3" />
- <meta name="text:link3url" content="/" />
- <meta name="text:link4" content="link 4" />
- <meta name="text:link4url" content="/" />
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- <script>
- $(document).ready(function () {
- $(window).scroll(function () {
- if ($(this).scrollTop() > 100) {
- $('.scrollup').fadeIn();
- } else {
- $('.scrollup').fadeOut();
- }
- });
- $('.scrollup').click(function () {
- $("html, body").animate({
- scrollTop: 0
- }, 600);
- return false;
- });
- });
- </script>
- <script>
- window.onload = function () {
- document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
- document.addEventListener( 'click', function ( event ) {
- var myLike = event.target;
- if( myLike.className.indexOf( 'my-like' ) > -1 ) {
- var frame = document.getElementById( 'my-like-frame' ),
- liked = ( myLike.className == 'my-liked' ),
- command = liked ? 'unlike' : 'like',
- reblog = myLike.getAttribute( 'data-reblog' ),
- id = myLike.getAttribute( 'data-id' ),
- oauth = reblog.slice( -8 );
- frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
- liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
- };
- }, false );
- };
- </script>
- <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- <link href='https://fonts.googleapis.com/css?family=Cantarell:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Lovers+Quarrel' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900' rel='stylesheet' type='text/css'>
- <style type="text/css">
- .scrollup {
- width: auto;
- height: auto;
- position: fixed;
- bottom: 50px;
- right: 20px;
- text-transform:none;
- display:none;
- }
- blockquote {
- margin-left:20px;
- padding-left:10px;
- border-left:2px solid{color:text};
- background:transparent;
- }
- .audioicon {border:1px solid transparent; margin-right:10px;}
- .audioplay {width:28px; margin-top:3px; overflow:hidden;}
- .player { background:transparent; width:28px; padding:6px 10px;display:inline-block;}
- .audiodesc {display:inline-block; vertical-align:top; height:46px; line-height:46px; margin-left:14px;}
- #question {padding:0px; margin-bottom:5px;}
- #asker_portrait img{
- border-top-left-radius:20px;
- border-top-right-radius:20px;
- border-bottom-right-radius:20px;
- max-width:40px;
- margin-top:-25px;
- float:center;
- margin-right:20px;
- padding:4px;
- background:{color:question};
- }
- #asker {font-weight:normal; font-family:montserrat; text-transform:uppercase; font-style:normal; }
- #asker a {color:{color:question link}; text-align:center; font-size:12px;}
- #asked_question {
- background-color:{color:question};
- border:1px solid{color:question};
- color:{color:question text};
- padding:10px;
- font-style:italic;
- padding-top:20px;
- margin-top:30px;
- min-height:20px;
- text-align:center;
- font-size:12px;
- margin-left:5px;
- left:50px;
- padding-right:50px;
- }
- #answer {
- background:{color:answer};
- padding:2px 10px;
- margin-left:5px;
- margin-top:10px;
- margin-bottom:5px;
- font-size:12px;
- }
- .asktri {
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 18px 17.5px 0 17.5px;
- border-color: {color:question} transparent transparent transparent;
- float:center;
- margin-top:-5px;
- margin-left:110px;
- }
- #s-m-t-tooltip {
- max-width:300px;
- padding:8px;
- margin:15px 20px;
- background-color: {color:tooltip bg};
- font-family: calibri;
- font-size:11px;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:tooltip text};
- border:1px solid #dfdfdf;
- z-index:9999999;
- }
- ol, ul {padding:0px;list-style-type:none; text-align:left !important;}
- ul li {position:relative;padding-left:20px; text-align:left !important;}
- ul li:before {
- text-align:left !important;
- content:'';
- position:absolute;
- display:block;
- top:8px;
- left:0px;
- width:10px;
- height:1px;
- background:{color:link};
- }
- #top3 {
- height:auto;
- width:610px;
- margin-top:10px;
- padding:20px;
- float:center;
- margin-left:auto;
- margin-right:auto;
- background:transparent;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- b { color: {color:bold}; !important; }
- i { color: {color:italic} ;!important; }
- u { border-bottom: 1px solid {color:link}; text-decoration:none;}
- #calado{
- z-index:4;
- background:transparent;
- margin-left:50px;
- float:left;
- margin-top:0px;
- width:600px;
- text-align:left;
- }
- #calado a {
- position:relative;
- text-shadow:none;
- margin-left:10px;
- font-size:10px;
- display:inline-block;
- text-align:center;
- color:{color:header link};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #calado a:hover {
- text-shadow:none;
- color:{color:header link hover};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #calado a:after {
- content: '';
- position: absolute;
- bottom: 0;
- left: 0;
- width: 0%;
- border-bottom:1px solid {color:header link hover};
- transition: 0.4s;
- }
- #calado a:hover:after {width:100%;}
- iframe#tumblr_controls {black-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;}
- #tumblr_controls{position:fixed !important;-webkit-filter: invert(100%)}
- .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {opacity:0.2; position:fixed;}
- h1 {
- font-size:25px;
- color:{color:bold};
- font-weight:normal;
- text-align:center;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- h1:hover {
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- .description {
- padding:10px;
- padding-bottom:10px;
- float:center;
- margin-top:2px;
- margin-left:50px;
- width:400px;
- height:auto;
- background:transparent;
- font-size:9.5px;
- font-family: cantarell;
- text-align:left;
- color:{color:header description};
- }
- a{
- color:{color:Link};
- text-decoration:none;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- a:hover{
- color:{color:Link hover};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- body{
- overflow-x:hidden;
- cursor:crosshair;
- color:{color:Text};
- font-family: Roboto;
- font-size:11px;
- background: {color:background} url("{image:background}") fixed;
- }
- h2 {text-align:center; text-transform:none;}
- #post{
- margin-top:0px;
- width:610px;
- background:transparent;
- height:100%;
- margin-left:auto;
- margin-right:auto;
- float:center;
- padding:20px;
- }
- .entry{
- padding:20px;
- background:transparent;
- width:205px;
- height:auto;
- float:right;
- margin:30px;
- {block:permalinkpage}
- width:500px;
- {/block:permalinkpage}
- -webkit-animation: tada 2s;
- -moz-animation: tada 2s;
- -ms-animation: tada 2s;
- -webkit-transition: 1s ease-in-out;
- -moz-transition: 1s ease-in-out;
- -o-transition: 1s ease-in-out;
- }
- .entry img{
- {block:permalinkpage}
- width:500px;
- {/block:permalinkpage}
- border-radius:5px;
- float:right;
- margin:2px;
- margin-bottom:5px;
- }
- .entry .perm{
- background-color:{color:background};
- padding:5px;
- border-radius:5px;
- margin-top:-2px;
- margin-left:-1px;
- width:194px;
- height:calc(100% - 50px) !important;
- position:absolute;
- opacity:0.0;
- {block:permalinkpage}
- display:none;
- {block:permalinkpage}
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- .entry:hover .perm{
- height:auto;
- opacity:0.9;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- .pagination {
- display: none;
- }
- ::-webkit-scrollbar-thumb {height:auto;background-color: {color:scrollbar};border: 4px solid {color:background};}
- ::-webkit-scrollbar {height:9px;width:9px;background-color:{color:background};border: 2px solid {color:background};}
- #notas {
- margin-top:10px;
- width:100%;
- height:200px;
- overflow-y:auto;
- background:transparent;
- }
- .notes img {
- width: 0px;
- height:0px;
- border-radius:100%;
- float:left;
- border-right:10px solid transparent;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;}
- ol.notes, .notes li {
- height:20px;
- width: 100%;
- margin-top: 5px;
- margin-left:0px;
- padding-left: 0px}
- .notes li:hover img {
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;}
- #top1 { position:fixed; width:auto; height:auto; letter-spacing: 1px; right:10px; bottom:10px; padding:8px; font-size:25px; font-family:Lovers Quarrel; line-height:14px; text-align:right; z-index:99;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- text-shadow:none;
- }
- #top1 a{text-shadow:none;}
- #top1 a:hover {text-shadow:none;}
- #top1:hover {
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- -moz-transform: scale(1.5);
- -webkit-transform: scale(1.5);
- -o-transform: scale(1.5);
- -ms-transform: scale(1.5);
- transform: scale(1.5);
- text-shadow:none;
- }
- #top2 {
- height:auto;
- width:auto;
- letter-spacing:1px;
- margin-left:auto;
- margin-right:auto;
- margin-top:30px;
- margin-bottom:50px;
- font-size:12px;
- text-transform:uppercase;
- z-index:4;
- text-align:center;
- float:center;
- font-family:montserrat;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #top2 a{margin-left:4px;
- padding:7px; background: {color:perma bg}; color:{color:text};
- }
- #top2:hover{
- -webkit-transition:all 0.8s ease-out;
- -moz-transition:all 0.8s ease-out;
- transition:all 0.8s ease-out;
- }
- .mytitle {
- text-transform:uppercase;
- font-size:16px;
- font-weight:bold;
- text-align:left;
- margin-left:60px;
- margin-top:20px;
- margin-bottom:5px;
- }
- .mytitle a{
- color:{color:title};
- }
- #navigation{
- z-index:4;
- background:transparent;
- margin-left:auto;
- margin-right:auto;
- float:center;
- margin-top:4px;
- width:150px;
- opacity:1;
- text-align:center;
- }
- #navigation a {
- position:relative;
- text-shadow:none;
- margin-left:3px;
- text-transform:uppercase;
- font-family:calibri;
- font-weight:bold;
- font-size:11px;
- display:inline-block;
- text-align:left;
- color:{color:perma link};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #navigation a:hover {
- text-shadow:none;
- color:{color:perma link hover};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- iframe.photoset {
- {block:IndexPage}
- width:200px;
- max-width:200px;
- height:auto;
- {/block:IndexPage}
- }
- iframe.photoset {
- border-radius:5px;
- }
- .rblg {
- padding:5px;
- width:100px;
- border-bottom:1px solid;
- text-transform:uppercase;
- font-size:20px;
- font-weight:bold;
- text-align:center;
- float:center;
- margin-left:auto;
- margin-right:auto;
- margin-top:20px;
- margin-bottom:10px;
- color:{color:perma link};
- }
- .my-like {
- cursor:pointer;
- display:inline-block;
- vertical-align:top;
- text-transform:uppercase;
- font-family:calibri;
- font-size:11px;
- font-weight:bold;
- padding:1px;
- margin-right:3px;
- color:{color:perma link};
- }
- .my-liked, .my-like:hover {
- cursor:pointer;
- display:inline-block;
- vertical-align:top;
- color:{color:perma link hover};
- }
- {CustomCSS}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script
- src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#post');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.entry',
- });
- });
- $container.infinitescroll({
- itemSelector : ".entry",
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next",
- loadingImg : "",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 12000,
- },
- // trigger Masonry as a callback
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- </head>
- <body>
- <a href="#" class="scrollup"><li style="font-size:13px;" class="fa fa-angle-up"></li> Top</a>
- <div id="top3">
- <div class="mytitle"><a href="/">{title}</a></div>
- <div class="description">{description}</div>
- <div id="calado">
- <a href="{text:link1url}">{text:link1}</a>
- <a href="{text:link2url}">{text:link2}</a>
- <a href="{text:link3url}">{text:link3}</a>
- <a href="{text:link4url}">{text:link4}</a>
- </div>
- </div>
- <div id="post">
- {block:Posts}
- <div class="entry">
- <div class="perm">
- <div class="rblg">{NoteCount}</div>
- <div id="navigation">
- <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}"><li class="fa fa-heart"></li></div>
- <a href="{ReblogUrl}"><li class="fa fa-refresh"></li></a></br></br>
- {block:IfTags}{block:HasTags}{block:Tags}<a style="font-size:9px;" href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}{block:IfTags}
- </div>
- </div>
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Photo}
- <a href="{permalink}" ><img src="{PhotoURL-500}" width="200"/></a>
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <div class="ptset">{Photoset-250}</div>
- {/block:IndexPage}
- {block:PermalinkPage} {Photoset-500} {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div style="text-align:center; padding:10px; font-family:Cantarell; font-weight:normal; font-size:15px;">{Quote}</br></div>
- <div align="right" style="text-align:center; font-size:9px; font-family:montserrat; text-transform:uppercase; padding-bottom:15px;">
- </br>{block:Source}— {Source}{/block:Source} </br>
- </div>
- {/block:Quote}
- {block:Video}
- {Video-200}<br>{PlayCountWithLabel}{/block:Video}
- {block:Link}
- <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Lines}
- {block:Label}
- <br><b>{Label}</b>
- {/block:Label}
- {Line}
- {/block:Lines}
- {/block:Chat}
- {block:Audio}<div class="audioicon"><div class="player"><div class="audioplay">{AudioPlayer}</div></div><div class="audiodesc"><b>{block:TrackName}{TrackName}{/block:TrackName}</b> {block:Artist}, {Artist}{/block:Artist}</div></div>
- {/block:Audio}
- {block:Answer}
- <div id="question">
- <div id="asked_question"><span id="asker">{Asker}</span>:<br>{Question}</div>
- </div><div class="asktri"></div>
- <div id="answer">
- {Answer}
- </div>
- {/block:Answer}
- {block:PermalinkPage}
- <br>
- <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} </br> {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
- <Br>
- {block:PostNotes}<div id="notas">{PostNotes}</div>{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- {block:IfNotInfiniteScroll}
- <div id="top2">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}"><li style="font-size:10px;" class="fa fa-chevron-left"></li></a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <a href="#"><span class="current_page"><li class="fa fa-check"></li></span></a>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}"><li style="font-size:10px;" class="fa fa-chevron-right"></li></a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:IfNotInfiniteScroll}
- {block:IfInfiniteScroll}
- <div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> ·{/block:PreviousPage} {block:NextPage}
- <a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
- </div>
- {/block:IfInfiniteScroll}
- <div id="top1">
- <a href="http://amplamente.tumblr.com/" title="tema feito por amplamente">Am</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement