Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html>
- <head>
- <!---THEME POR INGRID TENYSSON TOSEEMECRY.TUMBLR |BASE POR BIANCA PEREIRA | BIIBIS.TUMBLR.COM (C) 2012/ 2013 FAVOR, NÃO RETIRAR OS CRÉDITO--->
- <meta name='image:background' content=”“/>
- <meta name="text:frase" content="coloque sua frase aqui" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 Title" content="" />
- <meta name="text:Link6" content="" />
- <meta name="text:Link6 Title" content="" />
- <meta name="text:Link7" content="" />
- <meta name="text:Link7 Title" content="" />
- <meta name="text:Link8" content="" />
- <meta name="text:Link8 Title" content="" />
- <meta name="text:Link9" content="" />
- <meta name="text:Link9 Title" content="" />
- <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
- <script type='text/javascript'>
- var rev = 'fwd';function titlebar(val)
- {var msg = '{title}';
- var res = ' ';
- var speed = 120;var pos = val;msg = '{title}';var le = msg.length;if(rev == 'fwd'){if(pos < le){pos = pos+1;scroll = msg.substr(0,pos);document.title = scroll;timer = window.setTimeout('titlebar('+pos+')',speed);}
- else{rev = 'bwd';
- timer = window.setTimeout('titlebar('+pos+')',speed);}}
- else{
- if(pos > 0){
- pos = pos-1;var ale = le-pos;scrol = msg.substr(ale,le);document.title = scrol;timer = window.setTimeout('titlebar('+pos+')',speed);}
- else{rev = 'fwd';timer = window.setTimeout('titlebar('+pos+')',speed);}}}
- titlebar(0);
- </script>
- <title>{Title}</title>
- <link rel="shortcut icon" href="http://i11.photobucket.com/albums/a168/evelynregly/minigifs/miniemail.gif">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
- {block:IndexPage}
- <script src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
- <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
- <script src="http://masonry.desandro.com/js/jquery.infinitescroll.min.js"></script>
- <script>
- $(function(){
- var $container = $('#conteudo');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.posts',
- columnWidth: 270
- });
- });
- $container.infinitescroll({
- navSelector : "div#navigation",
- nextSelector : "div#navigation a#nextPage",
- itemSelector : '.posts',
- loading: {
- finishedMsg: ' ',
- img: ' '
- }
- },
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- {/block:IndexPage}
- <script type="text/javascript">
- var rector=3
- var stopit=0
- var a=1
- function init(which){
- stopit=0
- shake=which
- shake.style.left=0
- shake.style.top=0
- }
- function rattleimage(){
- if ((!document.all&&!document.getElementById)||stopit==1)
- return
- if (a==1){
- shake.style.top=parseInt(shake.style.top)+rector+"px"
- }
- else if (a==2){
- shake.style.left=parseInt(shake.style.left)+rector+"px"
- }
- else if (a==3){
- shake.style.top=parseInt(shake.style.top)-rector+"px"
- }
- else{
- shake.style.left=parseInt(shake.style.left)-rector+"px"
- }
- if (a<4)
- a++
- else
- a=1
- setTimeout("rattleimage()",50)
- }
- function stoprattle(which){
- stopit=1
- which.style.left=0
- which.style.top=0
- }
- </script>
- </head>
- <!-- início do css -->
- <style type="text/css">
- body {cursor: url('http://media.tumblr.com/4deb1387975b92e7e47b095a0b40d1d4/tumblr_inline_mqt2fpnOqg1qz4rgp.png'), auto }
- #frase{z-index:9999999999;color:#000; font-family:'Grand Hotel'; font-size:25px; margin-left: 6px; letter-spacing:1px; text-align:center; margin-top:10px;text-transform:none; margin-bottom:-5px; ;}
- .double{border: 10px double #696969;}
- /* CORPO */
- body {background: url('{image:Background}') fixed #fff; text-align: justify; padding: 0; line-height: 150%; color: #848484; height: 100%; font: normal 12px 'arial';}
- .shakeht {
- position:relative
- }
- /* ESTRUTURAS */
- #pagina {width: 610; display: block; margin: 0 auto; text-align: center; overflow: hidden;}
- #conteudo {width: 810px; display: block; margin: 0 auto; text-align: justify; overflow: hidden;}
- #sidebar {width: 700px; display: block; margin: 0 auto; text-align: justify; overflow: hidden;}
- img{
- margin: 1px;
- border: none;
- filter: alpha(opacity=75);
- moz-opacity:.80;
- opacity:.80 ;
- -webkit-transition-duration: .50s;
- }
- img:hover{
- margin: 1px;
- border: none;
- filter: alpha(opacity=100);
- moz-opacity:1.0;
- opacity:1.0;
- }
- /* CAIXAS */
- .box {background: #fff; display: block; text-align: justify; overflow: hidden; padding: 5px; margin-bottom: 20px;}
- .box2 {background: #fff; display: block; text-align: justify; overflow: hidden; padding: 10px; margin-bottom: 20px; margin-left: 10px; float: right; width: 500px;}
- .posts {float: left; width: 260px; overflow: auto; margin-left: 5px;;border:2px solid #CFCFCF;border-radius: 8px ;}
- /*efeito da frase por help designs*/
- .efeitofrasesimples {text-align: center;font-family:Georgia;font-style:italic; font-size: 11px; font-style: none;height: 10px;color: {color:frase}; margin-left:130px;margin-top:128px; text-transform: none; letter-spacing: 1p;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:215px;line-height:12px; -webkit-transition-duration: .99s;}
- /* MENU POR UNBROKEN.TUMBLR */
- menuzin {font-family:'Grand Hotel';
- font-size:25px;
- text-align:center;
- text-transform:uppercase;
- height:100px;
- width: 500px;
- margin-top: 100px;
- height: 20px;
- font-size: 16px;
- overflow: hidden; }
- .menuzin a{text-decoration:none;
- color:#000;
- padding-left: 30px;
- padding-right: 11px
- color:#000;
- text-shadow: 2000px 0px 0px #b3b3b3;
- padding-top: 100px;
- -moz-transition: all 0.7s ease ;
- -webkit-transition: all 0.7s ease ;
- -o-transition: all 0.7s ease ;
- -ms-transition: all 0.7s ease ;
- transition: all 0.7s ease}
- .menuzin a:hover{color:transparent;
- padding-left: 20px;
- padding-right: 11px;
- text-shadow: 0px 0px 0px #696969;
- -moz-transition: all 0.7s ease ;
- -webkit-transition: all 0.7s ease ;
- -o-transition: all 0.7s ease ;
- -ms-transition: all 0.7s ease ;
- transition: all 0.7s ease ;}
- /* SELEÇÃO COLORIDA */
- ::-moz-selection {color: #fff; background: #bbb;}
- ::selection {color: #fff; background: #bbb;}
- /*PARCERIA POR REVOLUTION HTML */
- #parceria img {width:45px;height:45px;display:block;margin-bottom:3px;border: 4px solid #696969;}
- #parceria {width:60px;background:#9C9C9C;color:#eee;font-family:’Electrolize’;border-radius:13px;font-size:9px;text-transform:uppercase;overflow:hidden;position:fixed;top:-290px;-webkit-transition:all 0.4s ease-out;-o-transition:all 0.6s ease-out;-moz-transition:all 0.4s ease-out;transition:all 0.4s ease-out;padding:5px;border: 2px solid #4C4C4C;}
- #parceria:hover {top:0px;}
- /* TÍTULOS */
- h1 {font: italic 20px 'Grand Hotel'; color: #777; text-align: center; margin: 0;}
- h2 {font: italic 14px 'georgia'; color: #777; text-align: justify; margin: 0;}
- /* NEGRITO, ITALICO E SUBLINHADO */
- b, strong {color: #1c1c1c; text-decoration: none;}
- s {color: #696969;}
- i, em {color: #A9A9A9; text-decoration: none;}
- u, underline {text-decoration: none; border-bottom: 1px dotted #aaa;}
- /* LINKS */
- a {color: #6b6b6b; text-decoration: none;}
- a:hover {color: #6b6b6b; text-decoration: underline;}
- /* REBLOGUE E DATA DO POST */
- .reblogue {float: right;}
- .info_post {display: block; font: 7pt 'calibri'; letter-spacing: 1px; background: #f4f4f4; padding: 2px; text-transform: uppercase;}
- .info_post a {color: #848484;}
- /* BLOCKQUOTE */
- blockquote {border-left: 3px solid #aaa; font: normal 13px calibri; padding:3px; background: #f4f4f4;}
- /* PRE */
- pre {margin: 10px 0 10px 0; padding: 10px; background-color: #f0f0f0; font: 11px 'courier'; overflow: auto;}
- /* LISTINHAS */
- ul {list-style-type:circle;}
- .linha {padding: 2px; border-bottom: 1px solid #f4f4f4;}
- /* CAIXA DA ASK */
- .bubble {background: #f8f8f8; padding: 10px; width: 230px; float: right; margin-bottom: 5px;}
- .aborde {padding: 3px; background-color: #E8E8E8; border: 1px solid #E8E8E8; margin-right: 5px !important; margin: -5px;}
- /* QUOTE */
- .quote {font: normal 14px tahoma; margin-top: -45px; margin-left: 30px;}
- .aspa {font-size: 50px; font-family: Georgia; line-height: 40px; color: #e0e0e0; margin-bottom: 17px;}
- .source {margin: 0; font-size: 10px; text-align: right; text-transform: none;}
- /* CHAT */
- .chat {background: #f0f0f0; margin: 0;}
- .chat .chat1 {margin-left: 0px;}
- .chat .chat1 .chat2 {background: #f8f8f8; margin-bottom: 1px; padding: 4px 5px 4px 5px;}
- .chat .chat1 .chat2.even {color: #aaa; background: #f0f0f0;}
- .chat .chat1 .chat2 span {font-weight: bold;}
- /* PERMALINK DOS POSTS */
- .perma {border-left: 4px solid #aaa; display:block; text-indent:5px; vertical-align:middle; margin-bottom : 1px; background:#f4f4f4; line-height: 180%;}
- /* NOTES */
- ol.notes {display:block; border-bottom: 1px solid #E8E8E8; text-decoration: none; background: #f4f4f4; list-style-type: none; font-size: 10px;}
- ol.notes li.note {border-bottom: solid 1px #E8E8E8; padding: 4px;}
- ol.notes li.note img.avatar {width: 12px; padding: 2px; background: #E8E8E8; margin-bottom: -4px;}
- ol.notes li.note span.action {font-weight: none;}
- ol.notes li.note .answer_content {font-weight: normal;}
- ol.notes li.note blockquote {display: none;}
- ol.notes li.note blockquote a {text-decoration: none;}
- ol {list-style-position: inside; -webkit-padding-start: 0px;}
- /* PAGINAÇÃO */
- #infscr-loading{display: none;}
- </style>
- <!-- fim do css -->
- <body>
- <div id="parceria"><center>
- <a href="http://tumblrparceiro.tumblr.com/" title="parceiro"><img src="http://api.tumblr.com/v2/blog/parceiro.tumblr.com/avatar/96/"></a>
- <a href="http://tumblrparceiro.tumblr.com/" title="parceiro"><img src="http://api.tumblr.com/v2/blog/parceiro.tumblr.com/avatar/96/"></a>
- <a href="http://tumblrparceiro.tumblr.com/" title="parceiro"><img src="http://api.tumblr.com/v2/blog/parceiro.tumblr.com/avatar/96/"></a>
- <a href="http://tumblrparceiro.tumblr.com/" title="parceiro"><img src="http://api.tumblr.com/v2/blog/parceiro.tumblr.com/avatar/96/"></a>
- <a href="http://tumblrparceiro.tumblr.com/" title="parceiro"><img src="http://api.tumblr.com/v2/blog/parceiro.tumblr.com/avatar/96/"></a>
- <br>Parceiros
- </center></div>
- <!-- início da página -->
- <div id="pagina">
- <!-- início da sidebar -->
- <div id="sidebar">
- <div class="box">
- <div id="frase">{text:frase}</div><b><br><br>
- <div class='menuzin'>
- <a href="{text:Link1}">{text:Link1 Title}</a>
- <a href="{text:Link2}">{text:Link2 Title}</a>
- <a href="{text:Link3}">{text:Link3 Title}</a>
- <a href="{text:Link4}">{text:Link4 Title}</a>
- <a href="{text:Link5}">{text:Link5 Title}</a>
- <a href="{text:Link6}">{text:Link6 Title}</a>
- <a href="{text:Link7}">{text:Link7 Title}</a>
- <a href="{text:Link8}">{text:Link8 Title}</a>
- <a href="{text:Link9}">{text:Link9 Title}</a>
- </div>
- </div>
- </div>
- <!-- fim da sidebar -->
- <!-- início do conteúdo -->
- <div id="conteudo">
- <!-- TAGS BY BIIBIS, DON'T COPY -->
- <!-- pagina com tag -->
- {block:TagPage}
- <div class="box">
- <h1>Posts tagged "<a href="{TagURL}">{Tag}</a>"</h1></div>
- {/block:TagPage}
- {block:Posts}
- <div class="posts">
- <div class="box">
- <!-- text posts -->
- {block:Text}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {Body}
- {/block:Text}
- <!-- answer posts -->
- {block:Answer}
- <div class="bubble">
- <img src="{AskerPortraitURL-24}" align="left" class="aborde">
- <b>{Asker}</b>: {Question}
- </div>
- {Answer}
- {/block:Answer}
- <!-- link posts -->
- {block:Link}
- <a href="{URL}" onMouseover="ddrivetip('Clique aqui!')"; onMouseout="hideddrivetip()"><h1>{Name}</h1></a>
- {block:Description}{Description}{/block:Description}
- {block:Link}
- <!-- photo posts -->
- {block:Photo}
- <center>
- <img src="{PhotoURL-250}" alt="{PhotoAlt}" width="250" class="shakeht" onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this);top.focus()" onClick="top.focus()" />
- </center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- <!-- photoset posts -->
- {block:Photoset}
- <center>{Photoset-250}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- <!-- quote posts -->
- {block:Quote}
- <b class="aspa">“</b>
- <div class="quote"> {Quote} </div>
- {block:Source} <div class="source"> — {Source} </div> {/block:Source}
- {/block:Quote}
- <!-- chat posts -->
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- <div class="chat"> <div class="chat1">
- {block:Lines} <div class="chat2 {Alt}"> {block:Label}
- <span>{Label}</span> {/block:Label} {Line}</div> {/block:Lines}
- </div> </div>
- {/block:Chat}
- <!-- audio posts -->
- {block:Audio}
- <div style="float:right; margin-top: 6px;">
- <i>Música ouvida {PlayCount} vezes</i>
- {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>)
- {/block:ExternalAudio}</div>
- <center>{AudioPlayerWhite}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- <!-- video posts -->
- {block:Video}
- <center>{Video-500}</center>
- {block:Caption}{Caption}{/block:Caption}<br />
- {/block:Video}
- <!-- info dos posts -->
- {block:IndexPage}
- <div class="info_post">
- <a href="{Permalink}" title="permalink">{DayOfWeekNumber}/{MonthNumberWithZero}/{ShortYear}</a> <small>•</small> <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a>
- <div class="reblogue"><a href="{reblogurl}" target="_blank">Reblog this!</a></div>
- </div>
- {/block:IndexPage}
- </div>
- </div>
- <!-- permalink dos posts -->
- {block:PostNotes}
- <div class="box2">
- <div class="perma"> <img src="http://static.tumblr.com/wa79tuo/LApm1iuqc/user.png"> {block:RebloggedFrom}Via <a href="{ReblogParentURL}">{ReblogParentName}</a>, original de <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}" target="blank">®</a>{/block:ContentSource}</div>
- <div class="perma"> <img src="http://static.tumblr.com/wa79tuo/3OKm1iuvh/clock.png"> {DayOfMonth},<b> {Month}</b> de {Year}, às {12Hour}:{Minutes} {AmPm} </div>
- <div class="perma"> <img src="http://static.tumblr.com/wa79tuo/YzBm1iuyx/tag.png"> {block:HasTags}{/block:HasTags} {block:HasTags} {block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div>
- <div class="perma"> <img src="http://static.tumblr.com/wa79tuo/MiZm1iv2y/heart.png"> {NoteCountwithLabel} </div></div>
- <div class="box2">{PostNotes}</div>
- {/block:PostNotes}
- {/block:Posts}
- {block:IndexPage}
- <div class="column navigation" id="navigation">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
- </div>
- {/block:IndexPage}
- </div>
- </div>
- </div>
- <!-- fim do conteúdo -->
- </div>
- <!-- fim da página -->
- <div style="position: fixed; right: 5px; bottom: 5px; background: #f4f4f4; font: 7pt 'calibri'; letter-spacing: 1px; padding: 2px; text-transform: uppercase;"> Theme por: <a href="http://toseemecry.tumblr.com">Ingrid</a> <a href="http://xantheose.tumblr.com/">+</a><a href="http://subtlepatterns.com/">+</a>Base: <a href="http://biibis.tumblr.com/">Biibs</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment