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="#ffffff"/>
- <meta name="color:Perma bg" content="#ffffff"/>
- <meta name="color:Borders" content="#ffffff"/>
- <meta name="color:Text" content="#82868a"/>
- <meta name="color:Link" content="#cab1da"/>
- <meta name="color:Link Hover" content="#7bd7c2"/>
- <meta name="color:Title" content="#cab1da"/>
- <meta name="color:Title Hover" content="#7bd7c2"/>
- <meta name="if:3 Column" content="1"/>
- <meta name="if:BubbleMusic" content="1"/>
- <meta name="image:Sidebar" content="https://secure.static.tumblr.com/a0b00c89bde96d22fb21a54aaae8af6a/s2qsk1o/UWKnuktr3/tumblr_static_9whkw5iuxqwcs4sgk00
- kw0c0w.png"/>
- <meta name="image:Border Background" content=""/>
- <meta name="image:Background" content="http://i.imgur.com/s9BTXUO.jpg"/>
- <meta name="text:Codigo do player" content="codigo" />
- <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="#cab1da"/>
- <meta name="color:Accent 1" content="#df6c7a" />
- <meta name="color:Accent 2" content="#df9a6c" />
- <meta name="color:Accent 3" content="#e5de71" />
- <meta name="color:Accent 4" content="#8bea71" />
- <meta name="color:Accent 5" content="#97c5e0" />
- <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300italic' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
- <style type="text/css">
- @import url(https://fonts.googleapis.com/css?family=Open+Sans);
- #credit{
- position:fixed;
- font-family:calibri;
- text-transform:uppercase;
- z-index:999;
- bottom:10px;
- right:10px;
- width:60px;
- height:10px;
- padding-bottom:1px;
- overflow:hidden;
- text-align:center;
- font-size:8px;
- letter-spacing:1px;
- opacity:1;
- background:transparent;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- #credit a{
- color:#fc7045;
- }
- .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:-13px;
- -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:5px;
- margin-top:10px;
- background:{color:perma bg};
- padding:15px;
- border-radius:100%;
- }
- #bubble-music {
- position:fixed;
- left:0px;
- top:0px;
- width:27px;
- height:27px;
- background-color:{color:link};
- overflow:hidden;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out
- }
- #bubble-music:hover {
- width:140px;
- height:27px;
- }
- .music_embed {
- margin:-23px 0 0 70px;
- z-index:1;
- font-family:consolas;
- font-size:8px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out
- }
- #bubble-music:hover .music_embed {
- margin:-23px 0 0 34px;
- opacity:1;
- }
- .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;
- }
- #top1 {
- position:fixed;
- width:100%;
- letter-spacing: 1px;
- top:0px;
- color:{color:link};
- padding-top:7px;
- font-size:12px;
- line-height:14px;
- text-align:center;
- height:20px;
- background-color:{color:borders};
- z-index:4;
- background-image: url("{image:Border Background}");
- }
- #right1 {
- position:fixed;
- height:100%;
- right:0;
- top:-1px;
- width:27px;
- background-color:{color:borders};
- z-index:3;
- background-image: url("{image:Border Background}");
- }
- #bottom1 {
- position:fixed;
- width:100%;
- bottom:0;
- height:27px;
- z-index:3;
- background-color:{color:borders};
- background-image: url("{image:Border Background}");
- }
- #left1 {
- position:fixed;
- height:100%;
- left:0;
- top:-1px;
- width:27px;
- background-color:{color:borders};
- z-index:3;
- background-image: url("{image:Border Background}");
- }
- 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', cursive;
- font-size:50px;
- margin-bottom:25px;
- margin-top:20px;
- color:{color:link};
- width:300px;
- }
- #amplos a{color:{color:Title}}
- #amplos a:hover {color:{color:Title Hover}}
- body{
- color:{color:Text};
- font-family: 'Raleway', sans-serif;
- font-size:11px;
- background: {color:background} url("{image:background}") fixed;
- }
- #post{
- margin-top:50px;
- {block:If3column}width:900px;{/block:If3column}
- {block:IfNot3column}width:508px;{block:IfNot3column}
- margin-left:500px;
- background-color:transparent;
- padding:5px;
- }
- .entry{
- padding:5px;
- background-color:transparent;
- {block:If3column}width:250px;{block:If3column}
- {block:IfNot3column}width:300px;{block:IfNot3column}
- float:right;
- margin:5px;
- {block:PermalinkPage}
- width:500px;
- height:auto;
- {/block:PermalinkPage}
- }
- .entry img{
- {block:IfNot3column}width:300px;{block:IfNot3column}
- float:right;
- margin:2px;
- }
- .entry .perm{
- text-transform:uppercase;
- background:transparent;
- padding:5px;
- text-align:center;
- margin-top:1.5px;
- margin-left:0px;
- width:auto;
- 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;
- margin-left:-2px;
- -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; }
- #sidebar{
- background-color:transparent;
- width:280px;
- top:200px;
- left:100px;
- padding:3px;
- text-align:center;
- float:center;
- height:200px;
- position:fixed;
- }
- #sidebar img {
- -webkit-transition: opacity 0.8s linear;
- opacity: 0.60;
- -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-transition: opacity 0.8s linear;
- opacity: 1;
- -webkit-transform: rotate(-10deg);
- -moz-transform: rotate(-10deg);
- -o-transform: rotate(-10deg);
- -ms-transform: rotate(-10deg);
- transform: rotate(-10deg);
- -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;
- }
- #side{
- margin-right:auto;
- margin-left:auto;
- float:left;
- width:100px;
- padding:5px;
- border-radius:100%;
- }
- .pagination {
- display: none;
- }
- ::-webkit-scrollbar {height:5px; width:5px;}
- ::-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 {margin-top:5px;
- margin-left:20px;
- text-align:center;}
- #poxa a {
- background:transparent;
- padding:2px;
- font-size:10px;
- text-align:center;
- margin-left:3px;
- width:50px;
- margin-bottom:7px;
- font-family:calibri;
- 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;
- }
- #poxa a:hover {
- border;1px solid #fff;
- color:#fff;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #poxa a:hover:nth-child(5n+1){background:{color:Accent 1};}
- #poxa a:hover:nth-child(5n+2){background:{color:Accent 2};}
- #poxa a:hover:nth-child(5n+3){background:{color:Accent 3};}
- #poxa a:hover:nth-child(5n+4){background:{color:Accent 4};}
- #poxa a:hover:nth-child(5n+5){background:{color:Accent 5};}
- .description {
- margin-bottom:10px;
- padding:2px;
- margin-left:0px;
- width:300px;
- background:transparent;
- font-size:11px;
- font-family: 'Raleway', sans-serif;
- text-align:center;
- color:{color:text};
- }
- #viadaje {
- border:2px solid {color:Title};
- padding:5px;
- border-radius:100%;
- width:250px;
- background:transparent;
- margin-left:20px;
- }
- {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="top1">
- {block:IfBubbleMusic}
- <div id="bubble-music">
- <img style="margin:7px;" src="http://media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif">
- <div class="music_embed">
- {text:codigo do player}
- </div>
- </div>
- {/block:IfBubbleMusic}
- <div id="sidebar">
- <img id="viadaje" src="{image:sidebar}">
- <div id="amplos">
- <a href="/">{Title}</a>
- </div>
- <div id="poxa">
- <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>
- </div>
- </div></div></div>
- <div id="right1"></div>
- <div id="left1"></div>
- <div id="bottom1"></div>
- <div id="post">
- {block:Posts}
- <div class="entry">
- <div class="perm">
- <div class="reblog">{ReblogButton}</div>
- <div class="reblog">{LikeButton}</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>
- <div id="credit"><a href="http://amplamente.tumblr.com"><div class="credit_u">theme</div><div class="credit_h">amplamente</div></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement