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:Post bg" content="#ffffff"/>
- <meta name="color:Text" content="#444444"/>
- <meta name="color:Title" content="#444444"/>
- <meta name="color:Nav bg" content="#191919"/>
- <meta name="color:Tooltip text" content="#999"/>
- <meta name="color:Tooltip bg" content="#ffffff"/>
- <meta name="color:Perma Link Color" content="#82868a"/>
- <meta name="color:Link" content="#cab1da"/>
- <meta name="color:Link Hover" content="#7bd7c2"/>
- <meta name="color:Nav link" content="#ffffff"/>
- <meta name="color:Nav Link Bg" content="#444444"/>
- <meta name="color:Nav link bg hover" content="#000"/>
- <meta name="if:ShackEfect" content="1"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Content Bg" content="http://i.imgur.com/gnE7qN2.png"/>
- <meta name="color:Content Bg" content="#82868a"/>
- <meta name="text:Sua Url" content="amplamente" />
- <meta name="text:Ask Name" content="Ask" />
- <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="#000"/>
- <meta name="text:Twitter Link" content="amplamente" />
- <meta name="text:Pinterest Link" content="amplamente" />
- <meta name="text:Facebook Link" content="amplamente" />
- <meta name="text:LinkedIn Link" content="amplamente" />
- <meta name="text:Instagram Link" content="amplamente" />
- <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 src="typed.js"></script>
- <script>
- $(function(){
- $(".element").typed({
- strings: ["First sentence.", "Second sentence."],
- typeSpeed: 0
- });
- });
- </script>
- <div class="element"></div>
- {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'>
- <link href='https://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'>
- <style type="text/css">
- iframe#tumblr_controls {
- white-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%)
- }
- #credit{
- position:fixed;
- font-family:calibri;
- font-weight:bold;
- text-transform:uppercase;
- z-index:99;
- bottom:10px;
- right:10px;
- width:11px;
- height:9px;
- padding:10px;
- overflow:hidden;
- text-align:center;
- font-size:12px;
- letter-spacing:1px;
- opacity:1;
- border-top-left-radius: 10px;
- border-bottom-right-radius: 10px;
- border:2px solid #fff;
- background:#191919;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- #credit a{
- color:#fff;
- }
- #credit a:hover{
- color:#191919;
- }
- #credit:hover {
- background:#fff; color:#000; border-color:#000;
- }
- .credit_u{
- line-height:10px;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- #credit a:hover .credit_u{
- margin-top:0px;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .credit_h{
- line-height:16px;
- font-size:8px;
- }
- .reblog {
- display:inline-block;
- margin-top:10px;
- background:{color:post bg};
- padding:10px;
- width:490px;
- {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;
- }
- #sidebar {
- position:fixed;
- height:150px;
- left:400px;
- bottom:0px;
- width:700px;
- background-color:{color:Nav bg};
- z-index:3;
- }
- .css-typing
- {
- width: 30em;
- white-space:nowrap;
- overflow:hidden;
- -webkit-animation: type 5s steps(50, end);
- animation: type 5s steps(50, end);
- }
- @keyframes type{
- from { width: 0; }
- }
- @-webkit-keyframes type{
- from { width: 0; }
- }
- #sidebar img {
- -webkit-filter: grayscale(0.7);
- position:fixed;
- left:415px;
- bottom:10px;
- height:120px;
- padding:5px;
- background:{color:title};
- -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;
- }
- #sidebar img:hover {
- -webkit-filter: grayscale(0.0);
- -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;
- }
- 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{
- cursor:crosshair;
- color:{color:Text};
- font-family: 'Baumans', cursive;
- font-size:13px;
- background: {color:background} url("{image:background}") fixed;
- }
- #post{
- margin-top:-10px;
- width:690px;
- margin-left:392px;
- height:100%;
- padding:5px;
- background: {color:content bg} url("{image:content bg}") fixed;
- }
- .entry{
- padding:10px;
- background-color:{color:post bg};
- width:505px;
- float:center;
- margin:15px;
- margin-left:80px;
- {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 {
- -webkit-transition: 1s ease-in-out;
- -moz-transition: 1s ease-in-out;
- -o-transition: 1s ease-in-out;
- }
- .entry img{
- max-width:505px;
- float:center;
- margin:2px;
- }
- .entry .perm{
- background:transparent;
- padding:0px;
- text-align:center;
- margin-top:-10.5px;
- margin-left:0px;
- width:500px;
- height:auto;
- position:absolute;
- opacity:0.0;
- font-family: 'baumans', sans-serif;
- font-size:12px;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- max-height:500px;
- }
- .entry .perm a{color:{color:perma link color}; text-transform:uppercase; font-size:9.5px;}
- .entry .perm a:hover {border-bottom:none; color:{color:link};}
- .entry:hover .perm{
- opacity:1;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- ::-moz-selection { background: #fff; color: #000; }
- ::selection { background: #fff; color: #000; }
- .pagination {
- display: none;
- }
- ::-webkit-scrollbar {height:5px; width:7px;}
- ::-webkit-scrollbar-track-piece {
- background-color:{color:background};
- }
- ::-webkit-scrollbar-thumb {
- width:5px; height:5px;
- border-radius:3px;
- background-color:{color:scrollbar};
- border:2px solid {color:background};
- }
- #poxa {
- bottom:2px;
- left:560px;
- position:fixed;
- }
- #poxa a {
- background:{color:nav link bg};
- padding:9px;
- padding-left:15px;
- padding-right:15px;
- font-size:10px;
- text-align:right;
- margin-left:3px;
- width:auto;
- margin-bottom:7px;
- font-family:montserrat;
- text-transform:uppercase;
- color:{color:nav link};
- display:inline-block;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #poxa a:hover {
- background:{color:nav link bg hover};
- border-bottom:none;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- .description {
- margin-bottom:10px;
- position:fixed;
- padding:2px;
- left:560px;
- bottom:30px;
- height:50px;
- overflow:auto;
- width:500px;
- font-weight:normal;
- background:transparent;
- font-size:10.5px;
- font-family: 'Baumans', cursive;
- text-align:left;
- color:{color:Title};
- }
- #viadaje {
- padding:5px;
- border-radius:100%;
- width:120px;
- background:transparent;
- margin-left:18px;
- margin-top:10px;
- }
- #s-m-t-tooltip {
- font-weight:bold;
- max-width:300px;
- padding:8px;
- margin:15px 20px;
- background-color:{color:tooltip bg};
- font-family:baumans;
- font-size:10px;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:tooltip text};
- z-index:9999999;
- }
- #rede{
- background:transparent;
- width:20px;
- left:20px;
- top:20px;
- position:fixed;
- z-index:4;
- }
- #rede a:hover {border-bottom:none;}
- #rede img{padding-top:8px;}
- #cara {
- margin-top:20px;
- float:center;
- width:100%;
- text-align:center;
- margin-bottom:20px;
- }
- #cara a {
- padding:5px;
- font-size:9px;
- text-align:center;
- margin-left:3px;
- font-family:baumans;
- text-transform:uppercase;
- color:#fff;
- display:inline-block;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- background:#000;
- }
- #cara a:hover {
- letter-spacing:4px;
- color:#fff;
- background-color:{color:link};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- h3 {font-family:lobster; text-transform:none; font-size:30px; text-align:center; color:{color:link}; margin-top:0px; margin-bottom:0px;}
- h3::first-letter{text-transform:uppercase;}
- #top {
- position:fixed;
- width:100%;
- height:40px;
- background:{color:post bg};
- left:0px;
- top:0px;
- text-align:center;
- z-index:2;
- padding-left:35%;
- }
- #amplos {
- left:560px;
- bottom:90px;
- height:auto;
- position:fixed;
- font-weight:bold;
- font-family: 'Arizonia', cursive;
- font-size:30px;
- text-align:left;
- margin-bottom:8px;
- color:{color:Title};
- }
- #amplos a{
- color:{color:Title};
- }
- #amplos a:hover {
- letter-spacing:4px;
- }
- {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>
- <div id="sidebar">
- <div id="amplos">{Title}</div>
- <img src="{favicon}">
- <div id="poxa">
- <a href="{text:link1url}">{text:link1}</a>
- <a href="#?w=300" rel="box1" class="poplight" title="{text:ask name}">{text:ask name}</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>
- </div>
- <div class="description">{Description}</div>
- </div>
- <div id="post">
- {block:Posts}
- <div class="entry">
- <div class="perm">
- <div class="reblog" >
- {block:Caption}{Caption}{/block:Caption}</br>
- <a href="{ReblogUrl}">reblog</a>
- <a href="{Permalink}" title="{SourceTitle}">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date}</a>
- <a href="{Permalink}" title="{notecountwithlabel}" >notes</a>
- </div>
- </div>
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Photo}
- <a href="{permalink}" ><img src="{PhotoURL-500}" width="500"/></a>
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Quote}
- {Quote}
- <div align="right">
- {block:Source}-{Source}{/block:Source}
- </div>
- {/block:Quote}
- {block:Video}
- {Video-500}
- <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}
- <center>{block:Caption}{Caption}{/block:Caption}</center></br></hr>
- <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} </br> {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} </br> Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center></br>
- <center>{block:PostNotes}{PostNotes}{/block:PostNotes}</center>
- {/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">
- <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>
- <div id="box2" class="popup_block">
- <h3>{title}</h3>
- {description}
- <div id="cara">
- </div></div>
- <div id="credit"><a href="http://amplamente.tumblr.com" title="theme by amplamente"><div class="credit_u">❤</div><div class="credit_h"></div></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement