Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- AMPLAMENTE #O1
- -->
- <html lang="en">
- <head>
- <meta name="image:Background" content=""/>
- <meta name="color:Background" content="#FFFFFF"/>
- <meta name="color:Title" content="#ffd800"/>
- <meta name="color:Blog Title" content="#ffd800"/>
- <meta name="color:Link" content="#555555"/>
- <meta name="color:Hover" content="#ffd800"/>
- <meta name="color:Text" content="#777777"/>
- <meta name="color:Borders" content="#000000"/>
- <meta name="color:Reblog Color" content="#ffffff"/>
- <meta name="color:Sidebar Bg" content="#000000"/>
- <meta name="color:Sidebar font color" content="#fff"/>
- <meta name="font:Sidebar Font" content="Avalon"/>
- <meta name="font:Blog Title" content="Streetscript"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="text:Sidebar Font Size" content="9"/>
- <meta name="text:Link One URL" content=""/>
- <meta name="text:Link One Title" content="link"/>
- <meta name="text:Link Two URL" content=""/>
- <meta name="text:Link Two Title" content="link"/>
- <meta name="text:Link Three URL" content=""/>
- <meta name="text:Link Three Title" content="link"/>
- <meta name="text:Link Four URL" content=""/>
- <meta name="text:Link Four Title" content="link"/>
- <meta name="text:Link Five URL" content=""/>
- <meta name="text:Link Five Title" content="link"/>
- <meta name="text:Link Six URL" content=""/>
- <meta name="text:Link Six Title" content="link"/>
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="shortcut icon" href="{Favicon}">
- <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script 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:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#entries');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '#post, #post_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a',
- itemSelector : '#post, #post_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#scroll').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#entries').show(500);
- });
- </script>
- {/block:IndexPage}
- <!---------------END SCRIPTS--------------->
- <style type="text/css">
- img:hover { -webkit-filter: grayscale(100%); -webkit-transition: all .6s ease; -webkit-backface-visibility: hidden;}
- img { filter: none; -webkit-filter: grayscale(0%); -webkit-transition: all .6s ease;}
- ::-webkit-scrollbar-thumb:vertical {
- background: {color:text};
- border: 1px solid #;
- height:50px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:background};
- border: 1px solid #;
- height:10px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
- ::-webkit-scrollbar {
- height:5px;
- width:5px; /*largura da barra*/
- background: none;
- border: 1px solid #;
- }
- body{overflow:auto;
- margin:0px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment:fixed;
- background-repeat:100%;
- background-position:bottom-right;
- font-family: Calibri;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:left;
- line-height:11px;
- color: {color:Text};}
- a:link, a:active, a:visited{
- text-decoration: none;
- color: {color:Link};}
- a:hover { color:{color:Link};
- text-decoration:line-through;
- }
- #s-m-t-tooltip {
- padding: 3px;
- height:auto;
- display: none;
- font-family: consolas;
- font-size: 8px;
- text-transform:uppercase;
- text-align: center;
- letter-spacing:1px;
- margin-top:10px;
- margin-left: 15px;
- line-height: 8px;
- z-index: 999999999999;
- border-radius:3px;
- border: 1px solid #f5f5f5;
- background:{color:text};
- color: {color:background};}
- #entries{
- text-align:left;
- width:900px;
- margin-left:70px;
- margin-top:10px;
- position:relative;
- overflow: auto;
- {block:PermalinkPage}
- width:550px;
- {/block:PermalinkPage}}
- #post{border:1px solid {color:borders};
- text-align:left;
- margin:20px;
- background:{color:post bg};
- max-width: 100%;
- display:block;
- overflow:hidden;
- width:180px;
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}}
- #post img{
- max-width:100%;}
- .permalink{background:{color:borders};
- border-top:1px solid {color:borders};
- text-align:center;}
- .permalink a{color:{color:reblog color};
- text-transform:uppercase;
- line-height:15px;}
- .permalink a:hover {color:hover}}
- .posttitle{
- font-size:10px;
- text-align:center;
- color:{color:Link};}
- .posttitle a{
- color:{color:Link};}
- .quote{
- margin-right: 5px;}
- .source{
- padding-top:5px;
- display:block;
- text-align:right;}
- .ask{
- padding:4px;
- background:#f9f9f9;}
- .asker{
- color:{color:Link};}
- .answer{
- margin-top:10px;}
- .audio{
- {block:IndexPage}width:180px;{/block:IndexPage}
- {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
- .info{
- padding:2px 0px 1px 57px;}
- .i {
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:8px;}
- .pl b,strong{
- text-transform:lowercase;
- font-size:9px;}
- .player{
- position:absolute;
- overflow:hidden;
- margin-top:0px;
- margin-left:15px;
- background:#ffffff;
- width:24px;
- height:23px;}
- .video-container {
- position:relative;
- padding-bottom:56.25%;
- padding-top: 30px;
- height:0;
- overflow:hidden;}
- .video-container iframe,
- .video-container object,
- .video-container embed {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;}
- .chat{
- line-height:12px;
- list-style:none;}
- .chat ul{
- list-style:none;
- padding:0px 5px;
- line-height:15px;}
- .label{
- color:{color:Link};}
- #sidebar{text-transform:none; font-size:{text:sidebar font size}px;
- background:{color:sidebar bg};
- border:1px {color:sidebar bg}; solid;
- margin-left:-250px;
- margin-top:110px; color:{color:sidebar font color};
- width:200px; font-family:{font:sidebar font};
- position:fixed;
- text-align:center;}
- .blogtitle{font-family:{font:blog title};
- padding:5px;
- padding-bottom:4px;
- text-align:center;
- font-size:14px; text-transform:none;}
- .blogtitle a{
- color:{color:Blog Title};}
- .description{
- padding:5px;}
- .links{
- margin-left:-15px;
- padding:0px 10px 5px 10px;
- margin-top:5px;}
- .links a{
- margin-left:15px;}
- .links a:hover{
- color:{color:Hover};}
- i, em{
- color:{color:Link};}
- b, strong{
- font-weight:normal;
- text-transform:uppercase;
- color:{color:Link};}
- ul,ol{
- margin:0px;
- margin-left:-5px;}
- p{
- padding:0px;
- margin:2px;}
- u{
- text-decoration:none;
- color:{color:Title};}
- blockquote {
- margin:0px;
- padding:4px;
- background:#f7f7f7;}
- #scroll{
- bottom:-20px;
- position: absolute;
- left: 50%;
- width:10px;
- height:5px;
- overflow:hidden;
- margin-bottom:80px;}
- </style>
- </head>
- <body>
- <center>
- <div id="entries">
- <!---------------EDIT SIDEBAR CONTENT HERE--------------->
- <div id="sidebar">
- <div class="blogtitle"><a href="/">{Title}</a></div>
- <img src="{image:sidebar}" width="200px" align="center">
- <div class="description">{Description}</div>
- <div class="links">
- <a href="{text:Link One URL}">{text:Link One Title}</a></br>
- <a href="{text:Link Two URL}">{text:Link Two Title}</a></br>
- <a href="{text:Link Three URL}">{text:Link Three Title}</a></br>
- <a href="{text:Link Four URL}">{text:Link Four Title}</a></br>
- <a href="{text:Link Five URL}">{text:Link Five Title}</a></br>
- <a href="{text:Link Six URL}">{text:Link Six Title}</a></br>
- </br>
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}">Next</a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}">Previous</a>
- {/block:PreviousPage}
- </div>
- </div>
- </div>
- {block:Posts}
- <!---------------DO NOT DELETE block:ContentSource--------------->
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div id="post">
- <!---------------EDIT TEXT POSTS HERE--------------->
- {block:Text}
- <div class="text">
- <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
- {Body}{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}" title="{NoteCount}">Notes</a>
- </div>{/block:IndexPage}</div>
- {/block:Text}
- <!---------------EDIT LINK POSTS HERE--------------->
- {block:Link}
- <a href="{URL}"><div class="posttitle">{Name}</div></a>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}" title="{NoteCount}">Notes</a>
- </div>{/block:IndexPage}
- {/block:Link}
- <!---------------EDIT PHOTO POSTS HERE--------------->
- {block:Photo}
- {block:IndexPage}
- <img src="{PhotoURL-250}" alt="{PhotoAlt}" width="200px"/>{/block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}" title="{NoteCount}">Notes</a>
- </div>{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>
- {/block:Photo}
- <!---------------EDIT PHOTOSET POSTS HERE--------------->
- {block:Photoset}
- {block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" /></a>{/block:Photos}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}" title="{NoteCount}">Notes</a>
- </div>{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- {/block:Photoset}
- <!---------------EDIT QUOTE POSTS HERE--------------->
- {block:Quote}
- {Quote}{block:Source}
- <div class="source">{Source}</div>{/block:Source}
- {block:IndexPage}
- <div class="permalink"><a href="{ReblogURL}">Reblog</a> /
- <a href="{Permalink}" title="{NoteCount}">Notes</a>{/block:IndexPage}</div>
- {/block:Quote}
- <!---------------EDIT ANSWER POSTS HERE--------------->
- {block:Answer}
- <div class="ask"><span class="asker">{Asker}:</span> {Question}</div>
- <div class="answer">{Answer}</div>
- {block:IndexPage}
- <div class="permalink"><a href="{ReblogURL}">Reblog</a> /
- <a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
- {/block:Answer}
- <!---------------EDIT CHAT POSTS HERE--------------->
- {block:Chat}
- {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
- <div class="chat"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> /<a href="{Permalink}">{NoteCount}</a></div>
- {/block:IndexPage}
- {/block:Chat}
- <!---------------EDIT AUDIO POSTS HERE--------------->
- {block:Audio}<div class="player">{AudioPlayerWhite}</div>
- <div class="info"><div class="i"><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i">by<span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a></div>
- {/block:IndexPage}
- {/block:Audio}
- <!---------------EDIT VIDEO POSTS HERE--------------->
- {block:Video}
- {block:IndexPage}<div class="video-container">{Video-250}</div>
- <div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {/block:Video}
- <!---------------EDIT PERMALINK PAGE HERE--------------->
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date} {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
- <div class="permapage">
- <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- <!---------------DO NOT DELETE THIS--------------->
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}"></a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement