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>
- <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="#f6f6f6"/>
- <meta name="color:Text" content="#888888"/>
- <meta name="color:Link" content="#f54349"/>
- <meta name="color:Borders" content="#f54349"/>
- <meta name="color:Post bg" content="#ffffff"/>
- <meta name="color:Post borders hover" content="#888888"/>
- <meta name="color:Title" content="#f54349"/>
- <meta name="color:Title shadow" content="#ffffff"/>
- <meta name="color:Bold" content="#191919"/>
- <meta name="color:Italic" content="#f54349"/>
- <meta name="color:Header bg" content="#444444"/>
- <meta name="color:Header link bg hover" content="#888888"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="if:ShackEfect" content="1"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Header" content=""/>
- <meta name="text:Header image hover title" content="Bem-vindo a Amplamente" />
- <meta name="text:Ask name" content="ask me" />
- <meta name="text:Sua Url" content="amplamente" />
- <meta name="text:Top title" content="Zendaya Icons" />
- <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="/" />
- <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>
- {block:IfShackEfect}
- <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
- {/block:IfShackEfect}
- <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Arvo:400,700|Life+Savers: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=Inconsolata:400,700' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Cantarell:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- #credit{
- position:fixed;
- font-family:calibri;
- font-weight:bold;
- text-transform:uppercase;
- z-index:99;
- bottom:5px;
- right:10px;
- width:11px;
- height:9px;
- padding:8px;
- 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;
- }
- #s-m-t-tooltip {
- font-weight:bold;
- max-width:300px;
- padding:8px;
- margin:15px 20px;
- background-color: rgba(0, 0, 0, 0.5);
- font-family: inconsolata;
- font-size:10px;
- letter-spacing:1px;
- text-transform:uppercase;
- color:#fff;
- z-index:9999999;
- }
- ul {
- list-style-image: url('https://36.media.tumblr.com/42d55f9956e3e8c0dfb590b504f4939d/tumblr_inline_nvag3cwzpq1rj4inb_540.png');
- }
- #top1 {
- font-weight:bold;
- position:fixed;
- width:200px;
- letter-spacing: 1px;
- margin-left:0px;
- top:400px;
- left:70px;
- background:#fff;
- border:1px solid {color:borders};
- padding:20px;
- font-size:10px;
- line-height:14px;
- text-align:left;
- height:auto;
- z-index:4;
- text-transform:uppercase;
- }
- #top1 img {
- top:160px;
- left:70px;
- border-top-right-radius:20px;
- border-top-left-radius:20px;
- position:fixed;
- width:242px;
- height:auto;
- }
- #top2 {
- border-top:1px solid {color:borders};
- font-weight:bold;
- height:auto;
- width:100%;
- letter-spacing: 1px;
- left:0px;
- bottom:0px;
- padding-top:7px;
- font-size:12px;
- line-height:14px;
- text-align:center;
- position:fixed;
- background-color:{color:header bg};
- z-index:4;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #top2:hover{
- -webkit-transition:all 0.8s ease-out;
- -moz-transition:all 0.8s ease-out;
- transition:all 0.8s ease-out;
- }
- b { color: {color:bold}; !important; }
- i { color: {color:italic} ;!important; }
- u { border-bottom: 2px solid {color:link}; text-decoration:none;}
- #calado{
- margin-left:auto;
- margin-right:auto;
- text-align:center;
- margin-bottom:4px;
- float:center;
- }
- #calado a {
- padding:6px;
- padding-left:8px;
- padding-right:8px;
- font-size:11px;
- text-align:center;
- margin-left:5px;
- font-family: calibri ;
- text-transform:uppercase;
- display:inline-block;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #calado a:hover {
- background:{color:header link bg hover};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- 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%)
- }
- h1 { color:{color:link};
- font-family:baumans;
- padding-left:25px;
- text-align:left;
- text-transform:uppercase;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- h1:hover {
- padding-left:60px;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- .date {
- line-height:20px;
- margin-top:55px;
- margin-left:10px;
- position:absolute;
- padding:10px;
- float:center;
- text-align:left;
- background-color:{color:post bg};
- font-size:10px;
- color:gray;
- font-weight:bold;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .date a{color:#999; text-shadow:none;}
- .date a:hover {text-shadow:none; text-decoration:line-through;}
- .reblog {
- margin-top:10px;
- margin-left:10px;
- float:left;
- background-color:{color:post bg};
- padding:10px;
- font-size:12px;
- color:gray;
- font-weight:bold;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .likie {
- margin-top:10px;
- margin-left:10px;
- float:left;
- background-color:{color:post bg};
- padding:10px;
- padding-bottom:7px;
- font-size:15px;
- color:#000;
- font-weight:bold;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .reblog a{color:{color:post bg};}
- .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;
- text-shadow:10px 0px transparent, -10px 0px transparent;
- }
- a:hover{
- text-shadow:0px 0px {color:link}, 0px 0px {color:link};
- -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: 'Cantarell', sans-serif;
- font-size:13px;
- background: {color:background} url("{image:background}") fixed;
- }
- h2 {text-align:center; text-transform:none;}
- #post{
- margin-top:60px;
- width:650px;
- margin-left:auto;
- margin-right:auto;
- background-color:transparent;
- padding:5px;
- }
- .entry{
- padding:20px;
- background-color:{color:post bg};
- width:505px;
- border:1px solid {color:borders};
- float:right;
- margin:50px;
- {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}
- border:1px solid {color:post borders hover};
- }
- .entry img{
- max-width:500px;
- float:right;
- margin:2px;
- margin-top:5px;
- margin-bottom:10px;
- }
- .entry .perm{
- text-transform:uppercase;
- background:transparent;
- padding:5px;
- text-align:left;
- margin-top:-10px;
- margin-left:520px;
- width:150px;
- height:auto;
- position:absolute;
- opacity:0.0;
- font-family: inconsolata;
- -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;
- -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:6px;}
- ::-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};
- }
- .description {
- margin-bottom:10px;
- padding:2px;
- margin-left:auto;
- margin-right:auto;
- width:40%;
- background:transparent;
- font-size:10px;
- font-family: 'Inconsolata', ;
- text-transform:uppercase;
- text-align:center;
- color:{color:text};
- }
- #header {
- position:fixed;
- width:100%;
- height:50px;
- background:{color:header bg};
- left:0px;
- top:0px;
- text-align:left;
- z-index:2;
- padding:10px;
- border-bottom:1px solid {color:borders};
- }
- #header img {
- position:fixed;
- right:250px;
- height:70px;
- border-radius:100%;
- padding:10px;
- border-bottom:1px solid {color:borders};
- background:{color:header bg};
- }
- #tt {
- position:fixed;
- font-family: tahoma;
- font-weight:bold;
- font-size:40px;
- text-align:left;
- padding:0px;
- left:50px;
- text-transform:uppercase;
- text-shadow: 2px 0px {color:title shadow};
- }
- #tt {color:{color:Title};}
- #tt a:hover {color:{color:Title};}
- {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>
- <div id="header">
- <div id="tt" title="{description}" >{text:top title}</div>
- <img title="{text:header image hover title}" src="{image:header}">
- </div>
- <div id="top2">
- <div id="calado">
- <div class="go">
- <a href="{text:link1url}" title="{text:link1}"><img src="http://i.imgur.com/c2f4r48.png"></a>
- <a href="#?w=300" rel="box1" class="poplight" title="{text:ask name}"><img src="http://i.imgur.com/6ZEYBsr.png"></a>
- <a href="{text:link2url}" title="{text:link2}"><img src="http://i.imgur.com/bZ3Gm8T.png"></a>
- <a href="{text:link3url}" title="{text:link3}"><img src="http://i.imgur.com/xpztLNA.png"></a>
- <a href="{text:link4url}" title="{text:link4}"><img src="http://i.imgur.com/TY01nnQ.png"></a>
- <a href="{text:link5url}" title="{text:link5}"><img src="http://i.imgur.com/gXSKByE.png"></a>
- </div></div>
- </div>
- <div id="post">
- {block:Posts}
- <div class="entry">
- <div class="perm">
- <div class="reblog">{ReblogButton color="gray" size="16"}</div>
- <div class="likie" >{LikeButton color="gray" size="16"}</div>
- <div class="date"><a href="{Permalink}" title="permalink page">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date} </br>
- {NoteCountWithLabel}</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:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- {Quote}
- <div align="right">
- {block:Source}-{Source}{/block:Source}
- {NoteCOuntWithLabel}
- </div>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Quote}
- {block:Video}
- {Video-500}
- <br>
- {PlayCountWithLabel}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/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}
- <br>
- <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>
- {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">
- <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="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