Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <head>
- <meta name="image:Background" content=""</>
- <meta name="if:Background image" content="1"/>
- <meta name="if:Enable tiny cursor" content="1"/>
- <meta name="if:Tiny scrollbar" content="1"/>
- <meta name="if:Custom title font" content="1"/>
- <meta name="if:Pagination" content="1"/>
- <meta name="font:Body" content="Calibri"/>
- <meta name="font:Title" content="Calibri"/>
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Links" content="#cccccc"/>
- <meta name="color:Links hover" content="#ff1394"/>
- <meta name="color:Entries" content =""/>
- <meta name="color:Sidebar" content="#fff"/>
- <meta name="color:Title" content="#000"/>
- <meta name="color:Body" content="#000"/>
- <meta name="color:Menu" content="#000"/>
- <meta name="color:Menu hover" content="#000"/>
- <meta name="color:Menu bg" content=""/>
- <meta name="color:Menu bg hover" content=""/>
- <meta name="color:Border" content="#000"/>
- <meta name="color:Shadow" content="#dddddd"/>
- <meta name="color:Notes" content="#000"/>
- <meta name="color:Notes hover" content="#ff1493"/>
- <meta name="color:Blockquote" content = "#000"/>
- <meta name="color:Ask bg" content="#f1f1f1"/>
- <meta name="color:Scrollbar" content="#ddd"/>
- <meta name="text:Link1" content="/"/>
- <meta name="text:Link1 title" content="link 1 "/>
- <meta name="text:Link2" content="/"/>
- <meta name="text:Link2 title" content="link 2 "/>
- <meta name="text:Link3" content="/"/>
- <meta name="text:Link3 title" content="link 3 "/>
- <meta name="text:Link4" content="/"/>
- <meta name="text:Link4 title" content="link 4 "/>
- <meta name="text:Link5" content="/"/>
- <meta name="if:Extra links" content="1"/>
- <meta name="if:Extra links 2" content="1"/>
- <meta name="text:Link5 title" content="link 5 "/>
- <meta name="text:Link6" content="/"/>
- <meta name="text:Link6 title" content="link 6"/>
- <link href='https://fonts.googleapis.com/css?family=Coming+Soon|Parisienne' rel='stylesheet' type='text/css'>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link href="http://static.tumblr.com/3l2jcs4/NYMn4n79a/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/3l2jcs4/209n1fe9k/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:100,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></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 = $('#entry');
- $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');} );
- });
- }); $('#entry').show(500);
- });
- </script>
- {/block:IndexPage}
- <!----------- NÃO REMOVA ESSES SCRIPTS: FIM ----------->
- <style type="text/css">
- body {
- background: {block:ifnotBackgroundimage}{color:Background};{/block:ifnotBackgroundimage} {block:ifBackgroundimage}url('{image:Background}') {/block:ifBackgroundimage};
- background-attachment: fixed;
- line-height: 13px; /* Espaçamento entre as linhas (Opcional) */
- font-family: {font:Body}; /* Font Style */
- font-size: 12px; /* Tamanho da fonte */
- color: {color:Body}; /* Cor da fonte */
- }
- /*********** LINKS ***********/
- a {
- color: {color:links}; /* Cor do Link */
- text-decoration: none;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- a:hover {
- color: {color:links hover}; /* Cor do Link quando passa-se o mouse */
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- /*********** CONTEÚDO EM GERAL ***********/
- #container {
- margin: auto;
- width: 585px;
- {block:PermalinkPage}
- width: 520px;
- {/block:PermalinkPage}
- }
- /*********** ENTRIES (ONDE SE ALINHAM OS POSTS) ***********/
- #entry {
- width: 585px;
- margin-top: 10px;
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- margin-top:100px;
- margin-left: 50px;
- }
- /*********** POST ***********/
- #post {
- width: 250px;
- padding: 0px;
- {block:IndexPage}
- margin: 15px;
- {/block:IndexPage}
- text-align: justify;
- {block:PermalinkPage}
- width:250px;
- margin-bottom: 15px;
- margin-left: 50px;
- {/block:PermalinkPage}
- background-color: {color:Entries};
- border: 1px solid {color:Border};
- box-shadow: 6px 6px 5px {color:Shadow};
- }
- #post #info{
- opacity:0;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- margin-top:-20px;
- }
- #post:hover #info {
- opacity:1;
- margin-top:-5px;
- }
- #info {
- padding:5px;
- color:{color:Notes};
- text-align:center;
- margin-top:15px;
- opacity:1;
- }
- #info a {
- color: {color:Notes};
- }
- #info a:hover {
- color: {color:Notes hover};
- }
- blockquote {
- margin: 0px;
- border-left: 1px solid {color:Blockquote};
- padding-left: 10px;
- margin-left: 10px;
- margin-right: 10px;
- }
- /* Não remova o conteúdo de #post img */
- #post img {
- max-width: 100%;
- }
- h1 {
- {block:ifcustomtitlefont}font-family:Parisienne;{/block:ifcustomtitlefont}
- {block:ifnotcustomtitlefont}font-family: {font: Title};{/block:ifnotcustomtitlefont}
- font-size:20px;
- color:{color:Title};
- margin-top:0px;
- text-align: right;
- margin: 5px;
- margin-top:7px;
- line-height: 102%;
- }
- h1 a {
- color: {color:Title};
- }
- h1 a:hover {
- color: {color:Title};
- }
- .h2 {
- font-family: {font:Body};
- font-size: 11px;
- text-align: left;
- margin:5px;
- padding-bottom: 7px;
- }
- .h2:first-letter {
- font-family: Parisienne;
- text-transform: uppercase;
- font-size: 18px;
- margin-top:12px
- }
- .h3 {
- font-family:Parisienne;
- font-size:20px;
- color:{color:Title};
- margin-top:0px;
- text-align: left;
- }
- .h4 {
- font-family: {font:Body};
- text-align:right;
- margin-right: 5px;}
- .h6 {
- font-family: {font:Body};
- text-align:left;
- margin: 5px;
- }
- .h7 {
- font-family: {font:Body};
- text-align:left;
- margin-left: 62px;
- margin-top:-58px;
- font-size:11px;
- }
- .h5 {
- font-family: {font:Body};
- font-size: 11px;
- text-align: center;
- margin:2px;
- }
- /*********** SIDEBAR ***********/
- #sidebar {
- background-color: {color:Sidebar};
- border: 1px solid {color:Border};
- box-shadow: 6px 6px 5px {color:Shadow};
- width:150px;
- height:auto;
- position:absolute;
- margin-top:25px;
- margin-left:-105px;
- padding:10px
- z-index: 99999;
- }
- #sidebar #ilinks{
- opacity:0;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- margin-top:-20px;
- }
- #sidebar:hover #ilinks {
- opacity:1;
- margin-top:-5px;
- }
- #ilinks {
- padding:5px;
- background-color: {color:Menu bg};
- color:{color:Menu};
- text-align:center;
- margin-top:15px;
- opacity:1;}
- #ilinks:hover {
- color: {color:Menu hover};
- background-color: {color:Menu bg hover};
- }
- #ilinks a {
- color: {color:Menu};
- }
- #ilinks a:hover {
- color: {color:Menu hover};
- }
- #sidebar2 {
- min-width:70px;
- height:auto;
- position:absolute;
- margin-top:32px;
- margin-left:-120px;
- color:{color:Menu};
- }
- }
- #linkss {
- padding:5px;
- color:{color:Menu};
- text-align:center;
- margin-top:15px;
- }
- .izamenu{
- color: {color:Menu};
- font-size:11px;
- padding: -3px;
- border: 1px solid {color:Border};
- box-shadow: 6px 3px 5px {color:Shadow};
- min-width: 70px;
- margin-bottom:3px;
- padding-left:15px;
- padding-right:10px;
- text-align: left;-moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .izamenu a {
- color: {color:Menu};
- }
- .izamenu a:hover {
- color: {color:Menu hover};
- }
- .izamenu:hover {
- color: {color:Menu hover};
- background-color: {color:Menu bg hover};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- -webkit-transform: translate(-50px)
- }
- #sidebar3 {
- background-color: {color:Sidebar};
- border: 1px solid {color:Border};
- box-shadow: 6px 6px 5px {color:Shadow};
- width:150px;
- height:auto;
- position:absolute;
- margin-top:-3px;
- margin-left:-1px;
- padding:10px
- z-index: 99999;
- }
- #credit {
- width:150px;
- height:auto;
- position:absolute;
- margin-top:6px;
- margin-left:-105px;
- padding:10px;
- z-index: 9999999;
- font-size:18px;
- }
- /* Titulo da Sidebar */
- /*********** NÃO REMOVA ***********/
- .source {
- margin-top: 5px;
- text-align: right;
- }
- #scroll{
- bottom:-20px;
- position: absolute;
- left: 50%;
- width:10px;
- height:5px;
- overflow:hidden;
- margin-bottom:80px;}
- /*********** POST NOTES STYLE ***********/
- ol.notes li.note {
- padding-bottom: 3px;
- }
- ol.notes {
- padding-top: 10px;
- margin-left: -40px;
- list-style-type: none;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- /*********** SELEÇÃO COLORIDA ***********/
- ::-moz-selection {
- background:{color:Title}; /*Cor do fundo*/
- color:{color:Entries}; /*Cor da fonte*/
- }
- ::selection {
- background:{color:Title};/*Cor do fundo*/
- color: {color:Entries}; /*Cor da fonte*/
- }
- /*********** TOOLTIP ***********/
- #s-m-t-tooltip{
- margin-top: 13px;
- margin-left: 5px;
- font-size: 12px;
- font-family: {font:Body};
- font-size: 11px;
- background-color: {color:Entries};
- color: {color:Title};
- padding: 5px;
- border: 1px solid {color:Border};
- box-shadow: 6px 3px 5px {color:Shadow};
- }
- {block:ifenabletinycursor}
- body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), progress;}{/block:ifenabletinycursor}
- {block:iftinyscrollbar}
- ::-webkit-scrollbar-thumb:vertical {
- background: {color:Scrollbar}; /*Cor da barrinha que se move*/ }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:Scrollbar}; /*Cor da barrinha que se move*/ }
- ::-webkit-scrollbar-corner { background-color: {color:Background}; /*Cor do Corner (encontro dos scrolls no canto inferior direito) */}
- ::-webkit-scrollbar {
- width:10px; height: 10px; /*Largura da barra de rolagem*/
- background: {color:Background}; /*Cor da parte fixa, que fica no mundo*/ }
- {/block:iftinyscrollbar}
- .ask { margin: 0px; width:240px; background:{color:Ask bg}; font-weight:normal; padding: 5px 5px; color:{color:Body}; font-size: 11px; min-height: 26px; letter-spacing: 1px;}
- .asker{border-radius:25px; border: solid {color:Entries} 2px; }
- .answerer{border-radius:25px; margin-left: 5px; margin-top:-7px; border: solid {color:Ask bg} 2px; }
- .resposta { font-weight:normal; padding-right:10px; padding-left: 10px; margin-left: 23px; margin-top:-2px; width: 200px; font-size: 11px; }
- .text {
- width: 100%;}
- .cap{
- padding:5px 10px 10px 10px;
- .p {
- margin:5px 0 5px 0;
- }
- .ol, ul {
- margin-left:30px;
- padding:5px;
- }
- .ul {
- list-style-type:square;
- }
- .chat .line{
- padding: 2px;
- }
- .chat .line .odd{
- padding:2px;
- color:#fff;
- background:#696969;
- }
- .label {
- font-weight:bold;
- }
- #audio {
- width:350px;
- height:auto;
- min-height:60px;
- padding-bottom:0px;
- }
- .cover {
- position:absolute;
- z-index:1;
- width:60px;
- height:60px; margin:5px;
- }
- .cover img {
- float:left;
- width:60px;
- height:60px;;
- }
- .playbox {
- opacity:1;
- width:27px;
- height:30px;
- overflow:hidden;
- position:absolute;
- z-index:1000;
- margin-left:17px;
- margin-top:17px;
- text-align:center;
- }
- </style>
- </head>
- <body>
- <div id="container">
- <div id="sidebar2">
- <div id="linkss">
- <div class="izamenu"><a href="{text:link1}">{text:link1 title}</a><br></div>
- <div class="izamenu"><a href="{text:link2}">{text:link2 title}</a><br></div>
- <div class="izamenu"><a href="{text:link3}">{text:link3 title}</a><br></div>
- <div class="izamenu"><a href="{text:link4}">{text:link4 title}</a><br></div>
- {block:ifextralinks}<div class="izamenu"><a href="{text:link5}">{text:link5 title}</a><br></div>
- <div class="izamenu"><a href="{text:link6}">{text:link6 title}</a></div>{/block:ifextralinks}
- </div>
- </div>
- <div id="sidebar">
- <h1><a href="{BlogURL}">{Title}</a></h1>
- {block:Description}<div class="h2">{Description}</div>{/block:Description}
- {block:ifextralinks2} <div id="ilinks">
- <a href="{text:link5}">{text:link5 title}</a> ・ <a href="{text:link6}">{text:link6 title}</a>
- </div>{/block:ifextralinks2}
- {block:ifPagination}<div id="sidebar3"><div class="h5">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">»</a>
- {/block:NextPage}
- {/block:Pagination}
- </div></div>{/block:ifPagination}
- </div>
- <div id="credit"><a title="(c) sicknssad" href="http://sicknssad.tumblr.com/" target="_blank">▲</a></div>
- <div id="entry">
- {block:Posts}
- {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">
- {block:Text}
- {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
- <div class="h6">{Body}</div>
- {/block:Text}
- {block:Quote}
- <h1><a href="{Permalink}">"{Quote}"</a></h1><br>
- <div class="h4">— {Source}</div>
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}">{Name}</a></h1>
- {/block:Link}
- {block:Chat}
- <div class="cap">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- {block:Lines}
- <div class="chat">
- <div class="line {Alt}">
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <b>{Label} </b>
- {/block:Label}
- {Line}
- </div>
- </div>
- </div>
- {/block:Lines}
- </div>
- </div>
- {/block:Chat}
- {block:Answer}
- <div class="ask"> <img src="{AskerPortraitURL-24}"align="left" class="asker"/><b>{Asker}</b>: {Question} </div>
- {block:Answerer}<div class="text"><img class="answerer" src="{AnswererPortraitURL-24}" align="left" margin-top="10px"><div class="resposta">{Answer}</div></div>{/block:Answerer}
- <div class="resposta">
- {Replies}
- </div>
- {/block:Answer}
- {block:Audio}
- <div id="audio">{block:AlbumArt}<div id="cover"><img src="{AlbumArtURL}" width="60px"></div>{/block:AlbumArt}<div class="belle"><div class="h7"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div><br><div id="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- {/block:Audio}
- {block:Video}
- {Video-250}
- {/block:Video}
- {block:Photo}
- <a href="{permalink}">
- <div id="pc"><img src="{PhotoURL-250}"></div>
- </a>
- {/block:Photo}
- {block:Photoset}
- {Photoset-250}
- {block:PermalinkPage}
- {Photoset-250}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:caption}{Caption}{/block:caption}
- {block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- {block:IndexPage}
- <div id="info"><div id="links"><a href="{Permalink}" title="{TimeAgo}">{NoteCountWithLabel}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}・ <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> {/block:RebloggedFrom}
- {block:ContentSource}・ <a href="{SourceURL}" title="{SourceTitle}">source</a>{/block:ContentSource} ・ <a href="{ReblogUrl}" title ="now!!">reblog</a> <br>
- {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>{/block:IndexPage}
- </div>
- {/block:Posts}
- </div>
- {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}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment