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:Text" content="#000000"/>
- <meta name="color:Link" content="#555555"/>
- <meta name="color:Link Hover" content="#cccccc"/>
- <meta name="color:cor do player de msc" content="#cccccc"/>
- <meta name="if:2 Column" content="1"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="text:codigo do player" content="codigo" />
- <meta name="text:Sua Url" content="amplamente" />
- <meta name="text:Nome da Ask" content="ask"/>
- <meta name="text:link 1" content="link 1" />
- <meta name="text:link 1 url" content="/" />
- <meta name="text:link 2" content="link 2" />
- <meta name="text:link 2 url" content="/" />
- <meta name="text:link 3" content="link 3" />
- <meta name="text:link 3 url" content="/" />
- <meta name="color:scrollbarbg" content="#ffffff"/>
- <meta name="color:scrollbar" content="#000000"/>
- <style type="text/css">
- #bubble-music {
- position:fixed;
- left:10px;
- top:20px;
- width:30px;
- height:30px;
- background-color:{color:cor do player de msc;
- border-radius:100%;
- -moz-border-radius:100%;
- 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 {
- border-radius:9px;
- -moz-border-radius:9px;
- width:140px;
- height:30px;
- }
- .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;
- }
- ::-webkit-scrollbar {width:5px;height:auto;background: {color:scrollbarbg};border-bottom:none;}
- ::-webkit-scrollbar-button:vertical {height:2px;display:block;}
- ::-webkit-scrollbar-thumb:vertical {background-color: {color:scrollbar}; border-radius: 0px;}
- body{
- color:{color:Text};
- font-family:calibri;
- font-size:10px;
- background-color:{color:Background};
- }
- #post{
- {block:If2Column}
- width:600px;{/block:If2Column}
- {block:IfNot2Column}width:508px;{block:IfNot2Column}
- margin-left:auto;
- margin-right:auto;
- background-color:#fff;/
- padding:5px;
- }
- a{color:{color:Link};text-decoration:none;} a:hover{color:{color:Link Hover}; text-transform:uppercase;}
- .entry{
- padding:2px;
- background-color:#fff;
- {block:If2Column}width:250px;{block:If2Column}
- {block:IfNot2Column}width:300px;{block:IfNot2Column}
- float:right;
- margin:2px;/* Spacing of entries*/
- }
- .entry img{
- {block:IfNot2Column}width:300px;{block:IfNot2Column}
- float:right;
- margin:2px;
- }
- /* Permalinks on hover*/
- .entry .perm{
- background:#fff;
- padding:5px;
- text-align:center;
- margin-top:3px;
- margin-left:-20px;
- position:absolute;
- opacity:0.0;
- }
- .entry:hover .perm{opacity:.7;margin-left:0px; }
- #sidebar{
- background-color:#fff;
- width:220px;
- margin-top:8px;
- margin-left:60px;
- position:fixed;
- padding:3px;
- border:1px solid #eee;
- text-align:center;
- float:center;
- }
- #lerigou{
- font: 17px "Century Gothic";
- text-transform: uppercase;
- letter-spacing: 4px;
- line-height: 10px;
- color: #eee ;
- text-transform: italic;
- }
- /* Sidebar image*/
- #sidebar img{border:1px solid #eee;width:180px;height:auto;padding:5px;}
- .pagination {
- display: none;
- }
- {CustomCSS]</style>
- <!--I reccommend not touching any ofthis unless you don't want infinite scroll!-->
- <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="bubble-music">
- <img style="margin:7px;" src="http://media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif">
- <div class="music_embed">
- {text:codigo do player}
- </div>
- </div>
- <div id="sidebar">
- <img src="{image:Sidebar}">
- <br><br><div id="lerigou"><a href="/">{title}</a></div><br>
- {description}<br><br>
- <a href="#?w=300" rel="box1" class="poplight">{text:nome da ask}</a><br>
- <a href="{text:link 1 url}">{text:link 1}</a><br>
- <a href="{text:link 2 url}">{text:link 2}</a><br>
- <a href="{text:link 3 url}">{text:link 3}</a><br>
- </div></div><!--End of sidebar-->
- <!--Posts and entries-->
- <div id="post">
- {block:Posts}
- <div class="entry">
- <div class="perm"><a href="{Permalink}">{TimeAgo}</a> <a href="{ReblogURL}">Reblog</a><br><a href="{Permalink}">{NoteCountWithLabel}</a></div>
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Photo}
- {block:If2Column}
- <a href="{permalink}"><img src="{PhotoURL-500}" width="250"/></a>{/block:If2Column}
- {block:IfNot2Column}
- <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>{/block:IfNot2Column}
- {/block:Photo}
- {block:Photoset}
- {block:If2Column}
- {Photoset-250}
- {/block:If2Column}
- {block:IfNot2Column}
- {Photoset-500}
- {/block:IfNot2Column}
- {/block:Photoset}
- {block:Quote}
- {Quote}
- <div align="right">
- {block:Source}-{Source}{/block:Source}
- </div>
- {/block:Quote}
- {block:Video}
- {block:If2Column}
- {Video-250}
- {/block:If2Column}
- {block:IfNot2Column}
- {Video-500}
- {/block:IfNot2Column}<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">
- <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></div></div></div></div></div></div></div></div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement