Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- ─────────╔╗────────────╔╗
- ─────────║║───────────╔╝╚╗
- ╔══╦╗╔╦══╣║╔══╦╗╔╦══╦═╬╗╔╬══╗
- ║╔╗║╚╝║╔╗║║║╔╗║╚╝║║═╣╔╗╣║║║═╣
- ║╔╗║║║║╚╝║╚╣╔╗║║║║║═╣║║║╚╣║═╣
- ╚╝╚╩╩╩╣╔═╩═╩╝╚╩╩╩╩══╩╝╚╩═╩══╝
- ──────║║
- ──────╚╝
- -->
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".links_body").hide();
- $(".links_head").click(function(){
- $(this).next(".links_body").slideToggle('fast');
- }); }); </script>
- <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="#ffffff"/>
- <meta name="color:Perma bg" content="#ffffff"/>
- <meta name="color:Header bg" content="#000000"/>
- <meta name="color:Post bg" content="#ffffff"/>
- <meta name="color:Text" content="#82868a"/>
- <meta name="color:Link" content="#7bd4e7"/>
- <meta name="color:Link Hover" content="#000000"/>
- <meta name="color:Title" content="#ffffff"/>
- <meta name="color:Title Hover" content="#7bd4e7"/>
- <meta name="color:Sidebar Titles" content="#7bd4e7"/>
- <meta name="color:Sidebar Titles Hover" content="#78c9a1"/>
- <meta name="color:Header link" content="#ffffff"/>
- <meta name="if:3 Column" content="1"/>
- <meta name="if:ShackEfect" content="1"/>
- <meta name="if:ZoomOnPosts" content="0"/>
- <meta name="if:HeaderTop" content="1"/>
- <meta name="image:Background" content=""/>
- <meta name="text:Sua Url" content="amplamente" />
- <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="/" />
- <meta name="text:link5" content="link 5" />
- <meta name="text:link5url" content="/" />
- <meta name="color:Scrollbar" content="#ffffff"/>
- <meta name="text:Instagram widget code" content="amplamente" />
- <meta name="text:Following Title" content="Seguindo" />
- <meta name="text:Instagram Title" content="Instagram" />
- <meta name="text:Tags Title" content="Marcadores" />
- <meta name="text:tag1" content="tag1" />
- <meta name="text:tag1url" content="/" />
- <meta name="text:tag2" content="tag2" />
- <meta name="text:tag2url" content="/" />
- <meta name="text:tag3" content="tag3" />
- <meta name="text:tag3url" content="/" />
- <meta name="text:tag4" content="tag4" />
- <meta name="text:tag4url" content="/" />
- <meta name="text:tag5" content="tag5" />
- <meta name="text:tag5url" content="/" />
- <meta name="text:tag6" content="tag6" />
- <meta name="text:tag6url" content="/" />
- <meta name="text:tag7" content="tag7" />
- <meta name="text:tag7url" content="/" />
- <meta name="text:tag8" content="tag8" />
- <meta name="text:tag8url" content="/" />
- {block:IfShackEfect}
- <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
- {/block:IfShackEfect}
- <!-- Other fonts - Outras fontes -->
- <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
- <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>
- <style type="text/css">
- #s-m-t-tooltip{
- font-weight:bold;
- max-width:300px;
- margin:15px;
- padding:8px;
- background:#000;
- color:#fff;
- z-index:999999;
- font-size:15px;
- text-transform:uppercase;
- font-family: 'Poiret One', cursive;
- }
- #top1 {
- font-weight:bold;
- position:fixed;
- width:100%;
- letter-spacing: 1px;
- left:0px;
- bottom:0px;
- padding-top:7px;
- font-size:12px;
- line-height:14px;
- text-align:left;
- height:35px;
- background-color:{color:header bg};
- z-index:4;
- }
- #top2 {
- font-weight:bold;
- position:fixed;
- width:100%;
- letter-spacing: 1px;
- left:0px;
- top:0px;
- padding-top:7px;
- font-size:12px;
- line-height:14px;
- text-align:center;
- height:50px;
- background-color:{color:header bg};
- z-index:4;
- }
- h1 {font-family:lobster; text-transform:none;}
- #calado{
- margin-left:10px;
- text-align:left;
- float:left;
- }
- #calado a {
- padding:3px;
- font-size:10px;
- text-align:center;
- margin-left:5px;
- font-family:calibri;
- text-transform:uppercase;
- color:{color:header link};
- display:inline-block;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- border-top:4px solid transparent;
- }
- #calado a:hover {
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- text-shadow: 3px 0 .8px {color:sidebar titles};, -4px 0 .7px {color:sidebar titles hover};
- }
- iframe#tumblr_controls {z-index:999999;
- white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.6;
- }
- #tumblr_controls{
- position:fixed !important;
- -webkit-filter: invert(100%)
- }
- .reblog {
- display:inline-block;
- margin:5px;
- margin-top:10px;
- background:{color:perma bg};
- padding:10px;
- border-radius:100%;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .popup_block{
- display:none;
- background:#fff;
- padding:20px;
- border:1px solid #eee;
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- -webkit-box-shadow: 0px 0px 20px #eee;
- -moz-box-shadow: 0px 0px 20px #eee;
- box-shadow: 0px 0px 20px #000;
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background:#000;
- opacity:0.5;
- }
- 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;
- }
- #amplos {
- font-family: lobster;
- font-size:25px;
- text-align:left;
- padding:15px;
- float:center;
- margin-left:20px;
- margin-right:auto;
- }
- #amplos a{color:{color:Title};}
- #amplos a:hover {color:{color:Title Hover};}
- body{
- cursor:crosshair;
- color:{color:Text};
- font-family: Poiret One;
- font-weight:bold;
- font-size:15px;
- background: {color:background} url("{image:background}") fixed;
- }
- #post{
- {block:IfNotHeaderTop}
- margin-top:20px;
- {/block:IfNotHeaderTop}
- {block:IfHeaderTop}
- margin-top:70px;
- {block:IfHeaderTop}
- {block:If3column}width:1100px;{/block:If3column}
- {block:IfNot3column}
- width:1100px;
- margin-left:150px;
- {block:IfNot3column}
- margin-left:85px;
- background-color:transparent;
- padding:5px;
- }
- .entry{
- padding:5px;
- background-color:{color:post bg};
- {block:If3column}width:255px;{block:If3column}
- {block:IfNot3column}
- width:505px;{block:IfNot3column}
- float:right;
- margin:5px;
- {block:PermalinkPage}
- width:500px;
- height:auto;
- {/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:hover {
- {block:IfZoomOnPosts}
- -webkit-transform: scale(1.3);
- -moz-transform: scale(1.3);
- -o-transform: scale(1.3) ;
- -ms-transform: scale(1.3);
- transform: scale(1.3) ;
- {/block:IfZoomOnPosts}
- -webkit-transition: 1s ease-in-out;
- -moz-transition: 1s ease-in-out;
- -o-transition: 1s ease-in-out;
- {block:IfZoomOnPosts}
- z-index: 9999999999999999999;
- {/block:IfZoomOnPosts}
- }
- .entry img{
- {block:If3column}max-width:250px;{block:If3column}
- {block:IfNot3column}max-width:500px;{block:IfNot3column}
- float:right;
- margin:2px;
- }
- .entry .perm{
- text-transform:uppercase;
- background:transparent;
- padding:5px;
- text-align:center;
- margin-top:-40px;
- top:50%;
- {block:IfNot3column}
- margin-left:250px;
- {block:IfNot3column}
- {block:If3column}
- margin-left:0px;
- {/block:If3column}
- width:150px;
- height:auto;
- position:absolute;
- opacity:0.0;
- font-family: 'Open Sans', sans-serif;
- font-size:8px;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- .entry:hover .perm{
- opacity:1;
- {block:If3column}
- margin-left:52px;
- {/block:If3column}
- {block:IfNot3column}
- margin-left:170px;
- {/block:IfNot3column}
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- ::-moz-selection { background: {color:text}; color: {color:background}; }
- ::selection { background: {color:text}; color: {color:background}; }
- .pagination {
- display: none;
- }
- ::-webkit-scrollbar {height:5px; width:5px;}
- ::-webkit-scrollbar-track-piece {
- background-color:{color:header bg};
- }
- ::-webkit-scrollbar-thumb {
- width:5px; height:5px;
- border-radius:3px;
- background-color:{color:scrollbar};
- border:2px solid {color:header bg};
- }
- .description {
- margin-bottom:10px;
- padding:2px;
- margin-left:0px;
- width:300px;
- background:transparent;
- font-size:12px;
- font-family: Poiret One;
- font-weight:bold;
- text-align:center;
- color:{color:text};
- }
- #boa {
- width:315px;
- height:100%;
- background:{color:header bg};
- position:fixed;
- top:0px;
- right:0px;
- z-index:999999;
- }
- #fixed {
- overflow-x:auto;
- margin-top:10px;
- width:95%;
- height:280px;
- float:center;
- background:transparent;
- margin-left:auto;
- margin-right:auto;
- z-index:2;
- }
- .cola {
- overflow-x:auto;
- width:95%;
- height:200px;
- float:center;
- background:transparent;
- margin-left:auto;
- margin-right:auto;
- margin-top:10px;
- z-index:99;
- }
- #cola2 {
- margin-top:50px;
- overflow-x:auto;
- width:95%;
- height:200px;
- float:center;
- background:transparent;
- margin-left:auto;
- margin-right:auto;
- z-index:99;
- }
- #fixed img{
- margin:5px;
- width:30px;
- max-width:30px;
- height:auto;
- float:left;
- padding:3.5px;
- background:#fff;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #fixed img:hover{
- border-radius:100%;
- -webkit-transform: rotate(-360deg);
- -moz-transform: rotate(-360deg);
- -o-transform: rotate(-360deg);
- -ms-transform: rotate(-360deg);
- transform: rotate(-360deg);
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .stitle {
- text-align:left;
- font-family: lobster;
- color:{color:sidebar titles};
- font-size:25px;
- margin-top:-5px;
- margin-bottom:5px;
- background:transparent;
- }
- #side {
- width:100%;
- height:20px;
- text-align: center;
- float: left; }
- #side a {
- background:#000;
- display: block;
- font-size: 10px;
- border:1px solid transparent;
- color:#fff !important;
- font-family:"montserrat";
- padding-left:10px;
- padding-right:10px;
- padding-top:2px;
- padding-bottom:2px;
- text-transform:uppercase;
- }
- #side a:hover{color:#fff; border:1px solid #000;}
- #side a:hover:nth-child(5n+1){box-shadow: inset 0px 0px 0px 20px {color:sidebar titles};}
- #side a:hover:nth-child(5n+2){box-shadow: inset 0px 0px 0px 20px {color:sidebar titles hover};}
- #side a:hover:nth-child(5n+3){box-shadow: inset 0px 0px 0px 20px {color:sidebar titles};}
- #side a:hover:nth-child(5n+4){box-shadow: inset 0px 0px 0px 20px {color:sidebar titles hover};}
- #side a:hover:nth-child(5n+5){box-shadow: inset 0px 0px 0px 20px {color:sidebar titles};}
- {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>
- <script language="javascript" type="text/javascript" src="http://www.onlineleaf.com/savetheenvironment.js"></script>
- </head>
- <body>
- {block:IfHeaderTop}
- <div id="top2">
- <div id="amplos">
- <a href="/">{Title}</a>
- </div></div>
- {/block:IfHeaderTop}
- <div id="top1">
- <div id="calado">
- <a href="{text:link1url}">{text:link1}</a>
- <a href="#?w=300" rel="box1" class="poplight">ask</a>
- <a href="{text:link2url}">{text:link2}</a>
- <a href="{text:link3url}">{text:link3}</a>
- <a href="{text:link4url}">{text:link4}</a>
- <a href="{text:link5url}">{text:link5}</a>
- <a href="http://amplamente.tumblr.com/" target="_blank" title="theme credit">carol</a>
- </div>
- </div>
- <div id="boa">
- <div id="cola2">
- <div class="stitle" title="" >{text:tags title}</div>
- <div id="side">
- <a href="{text:tag1url}">{text:tag1}</a>
- <a href="{text:tag2url}">{text:tag2}</a>
- <a href="{text:tag3url}">{text:tag3}</a>
- <a href="{text:tag4url}">{text:tag4}</a>
- <a href="{text:tag5url}">{text:tag5}</a>
- <a href="{text:tag6url}">{text:tag6}</a>
- <a href="{text:tag7url}">{text:tag7}</a>
- <a href="{text:tag8url}">{text:tag8}</a>
- </div>
- </div>
- <div class="cola">
- <div class="stitle" title="{text:Instagram Title}" >{text:Instagram Title}</div>
- {text:instagram widget code}
- </div>
- <div id="fixed">
- <div class="stitle" title="{text:Following Title}" >{text:Following Title}</div>
- {block:Following}{block:Followed}<a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-30}">{/block:Followed}{/block:Following}
- </div>
- </div>
- <div id="post">
- {block:Posts}
- <div class="entry">
- <div class="perm">
- <div class="reblog">{ReblogButton color="black" size="15"}</div>
- <div class="reblog">{LikeButton color="black" size="15"}</div>
- </div>
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Photo}
- {block:If3column}
- <a href="{permalink}"><img src="{PhotoURL-500}" width="250"/></a>{/block:If3column}
- {block:IfNot3column}
- <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>{/block:IfNot3column}
- {/block:Photo}
- {block:Photoset}
- {block:If3column}
- {Photoset-250}
- {/block:If3column}
- {block:IfNot3column}
- {Photoset-500}
- {/block:IfNot3column}
- {/block:Photoset}
- {block:Quote}
- {Quote}
- <div align="right">
- {block:Source}-{Source}{/block:Source}
- </div>
- {/block:Quote}
- {block:Video}
- {block:If3column}
- {Video-250}
- {/block:If3column}
- {block:IfNot3column}
- {Video-500}
- {/block:IfNot3column}<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>{Label}
- {/block:Label}
- {Line}
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {AudioPlayerGrey}
- <br><div align="right">{block:Artist}
- Artist: {Artist}</div>
- {/block:Artist}<br>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}
- {Asker} asked <b>{Question}</b><Br>
- {Answer}
- {/block:Answer}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <br>
- {block:NoteCount}
- {NoteCount} notes
- {/block:NoteCount}
- <Br>
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- <!--Pagination-->
- <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>
- <div id="box1" class="popup_block">
- <div class="description">{Description}</div>
- <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{text:sua url}.tumblr.com" width="100%"></iframe><br>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement