ÿþ<!DOCTYPE html PUBLIC  -//W3C//DTD XHTML 1.0 Strict//EN  http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd > <html xmlns= http://www.w3.org/1999/xhtml > <head profile= http://gmpg.org/xfn/11 > <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript" src="http://static.tumblr.com/enpbtf0/a8olor0ey/animatedcollapse.js"></script> <meta name="text:Twitter" content="http://"/> <meta name="text:Facebook" content="http://"/> <meta name="text:Flickr" content="http://"/> <meta name="text:WeHeartIt" content="http://"/> <title>{title}</title> <link rel="shortcut icon" href="{favicon}" /> <link href='http://fonts.googleapis.com/css?family=Dancing+Script&v2' rel='stylesheet' type='text/css'> </HEAD> <style type="text/css"> body{background: #F0FFFF; } .both{clear: both;} #pagina{width: 876px;padding: 10px;text-align:left;} #conteudo {margin-left:490px;margin-top:60px;width: 540px;padding: 5px;text-align: justify; color: #666; padding: 0; line-height: 18px; height:100%; font: 11px Verdana; z-index: 600} #conteudo .post{margin-bottom:22px;} #conteudo .post strong{color:#696969;} blockquote {border-left: 4px solid #a0b6b7; padding: 2px 2px 2px 8px; margin: 3px; line-height: 14px;} .h3 {color:#696969!important;font-family:'Dancing Script', cursive; font-size:25px;line-height:25px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:left;letter-spacing: 1px;} .box2 {background: #e8f0f1; margin-bottom: 10px; border: 1px solid #eee; -moz-box-shadow: 0 0 1em #eee; -webkit-box-shadow: 0 0 1em #eee; box-shadow: 0 0 1em #eee; padding: 5px;} .box {background: #e8f0f1; margin-bottom: 10px; border: 1px solid #eee; -moz-box-shadow: 0 0 1em #eee; -webkit-box-shadow: 0 0 1em #eee; box-shadow: 0 0 1em #eee; padding: 5px; } a{cursor:hand;color:#83a1a3; text-decoration:none; line-height: 14px;} a:hover{color: #696969; cursor:hand;} .quote {text-shadow: 0 1px 1px #fff;color:#696969;font-size:30px;font-family: 'Dancing Script', cursive;} .source {margin-top:9px;} ::-moz-selection{background: #F9F9F9;} ::selection{background:#F9F9F9;} b {color: #5F9EA0; text-decoration: none;text-shadow: 0 1px 1px #ddd;} i {color: #7AC5CD; text-decoration: none;} s {color: #9AC0CD;} u {color: #4682B4; text-decoration: none; border-bottom: 1px dashed #ADD8E6;} .titulo a{text-align:center;font-weight:bold;color: #696969;font:25pt 'Dancing Script', cursive;margin:-20px 0 0PX 0px;} #paginacaoml {margin-top:10px;margin-left:5px;margin-right:5px;font-size: 10px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px ;} #paginacaoml a {background: ; margin: 0 1px 0 0; color: #696969; text-decoration: none;padding:5px;} #paginacaoml a:hover {background: ; color:#696969;padding:5px;} #paginacaoml span.pagina_atual {background: ; margin: 0 1px 0 0; color: #696969; text-decoration: none;padding:5px;} #paginacaoml span.info {background:; margin: 0 1px 0 0; color: #696969; text-decoration: none;padding:5px;} .notes-bottom ol, .notes-bottom ul {margin: 0;padding: 0;list-style: none;} .notes-bottom li {background: none;border-bottom: 1px solid f0f0f0;margin: 0;padding: 5px 0 20px 0;font-size: 10px;} .notes-bottom li:hover {border-bottom: 1px solid f0f0f0;background: #FFFDFB;bottom:1px;font-size: 10px;position: relative;} .notes-bottom li img.avatar {margin: 0 5px 0 0;float: left;width: auto;padding: 3px; background: #FFF4F9;border:1px solid #FFE6F1; } .border{ padding: 0px; background:border: 0px solid #e1e1e1;border-radius:30px;-webkit-border-top-right-radius:0;} .border1{ padding: 0px; background:border: 0px solid #e1e1e1;border-radius: 08px;-webkit-border-top-right-radius:0;} #nav1 {background-color:#83a1a3;display: inline-block; text-align: center; color:#fff; float: center; margin:2px; font: italic 13px georgia; padding:2px; border: 0px solid #fff; border-right: 0px solid #eee; height:16px; width:53px; box-shadow:1px 1px 1px #eee;alpha(Opacity=70); opacity:.70; border-radius:5px} #nav1:hover {cursor:hand;-webkit-transition-duration: .40s;alpha(Opacity=50); opacity:.40;} #sidebar1 {width:290px;font-size:11px; font-family:georgia; color:#777;margin-top:-20px;margin-left: 100px;float: center;text-align: justify; position: fixed ;padding: 5px; margin-bottom:15px;} #caixamenu {text-align: justify; width:120px; left: 57px; position: fixed; top:140px; padding-top:50px; z-index: 600; } </style> <script type="text/javascript"> //desabilita menu de opcoes ao clicar no botao direito function desabilitaMenu(e) { if (window.Event) { if (e.which == 2 || e.which == 3) return false; } else { event.cancelBubble = true event.returnValue = false; return false; } } //desabilita botao direito function desabilitaBotaoDireito(e) { if (window.Event) { if (e.which == 2 || e.which == 3) return false; } else if (event.button == 2 || event.button == 3) { event.cancelBubble = true event.returnValue = false; return false; } } //desabilita botao direito do mouse if ( window.Event ) document.captureEvents(Event.MOUSEUP); if ( document.layers ) document.captureEvents(Event.MOUSEDOWN); document.oncontextmenu = desabilitaMenu; document.onmousedown = desabilitaBotaoDireito; document.onmouseup = desabilitaBotaoDireito; </script> <script> function changeNavigation(id) {document.getElementById('main') .innerHTML=document.getElementById(id).innerHTML} </script> <body onkeydown="return false"> <div id="sidebar1"> <center> <img src="http://static.tumblr.com/8buytvw/827lpnzyj/bem-vindo-menino.png" width="280px"/> <img src="http://data.whicdn.com/images/13101027/tumblr_lpmmmxQcVg1qgepdso1_500_large.jpg?1312836468" width="280px" class="border"/> <br> {Description}</p> <br> <div id="caixamenu"> <div id="nav1"><a href="/" ; style="color:#f5f6f4; title="Home">Home</a></div> <div id="nav1"><span onClick="document.getElementById('liuc').innerHTML= document.getElementById('about').innerHTML" style="CURSOR:hand;" title="Sobre Mim!">About</span></div> <div id="nav1"><span onClick="document.getElementById('liuc').innerHTML= document.getElementById('follow').innerHTML" style="CURSOR:hand;" title="Meu Tumblr">Tumblr</span></div> <div id="nav1"><a href="/ask" ; style="color:#f5f6f4; title="Pergunte">Ask Me</a></div> <div id="nav1"><a href="link" ; style="color:#fff; title="By me">Link</a></div> <div id="nav1"><a href="link" ; style="color:#fff; title="By me">Link</a></div> </div></div></div> <!--------iframe----------> <div id="about" style="display:none"> <div class="box"> <div class="h3">Um pouco de mim!</div> SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. SOBRE VOCE. <br> <div class="h3">Me Encontre</div> <br> <a target="_blank" href="{text:Twitter}" title="Siga-me!"><img src="http://static.tumblr.com/8buytvw/xtFltum6n/twitter-32x32.png" border="0"/></a> <a target="_blank" href="{text:Flickr}" title="Flickr"><img src="http://static.tumblr.com/8buytvw/fPvltum83/flickr-32x32.png" border="0"/></a> <a target="_blank" href="{text:Facebook}" title="Facebook"><img src="http://static.tumblr.com/8buytvw/u44ltum5z/facebook-32x32.png" border="0"/></a> <a target="_blank" href="{text:WeHeartIt}" title="Wee&It"><img src="http://static.tumblr.com/8buytvw/oDultum58/heart-32x32.png" border="0"/></a> <br> <div class="h3">Desejos</div> <b><s>JA FIZ</b></s> <br>Não FIZ</br> <b><s>JA FIZ</b></s> <br>Não FIZ</br> </center> </div></div> <div id="follow" style="display:none"> <div class="box"> <div class="h3">Sobre meu tumblr</div> SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR SOBRE SEU TUMBLR <br> <div class="h3"> Créditos </div> Design e Codificação: <b><a target="_blank" href="http://endstonight.tumblr.com">Bruna Borges</a></b><br>Font: <b><a target="_blank" href="http://www.dafont.com/">DaFont.com</a></b><br> Edição das Imagens: <b>Adobe Photoshop CS5</b><br> <br> <div class="h3">Recomendo</div> <a href="LINK">NOME</a>|<a href="LINK">NOME</a>|<a href="LINK">NOME</a>|<a href="LINK">NOME</a>| <a href="LINK">NOME</a>|<a href="LINK">NOME</a>|<a href="LINK">NOME</a>|<a href="LINK">NOME</a> <br> <div class="h3">Follow</div> <br> {block:Following} {block:Followed}<a href="{FollowedURL}" target="_blank"><img src="{FollowedPortraitURL-30}" class="border1" title="{FollowedTitle}" class="border1;opacidade" /></a>{/block:Followed} {/block:Following} <br><br> </div></div></div></div></div></div></div></div></div></div></div> </div></div></div></div></div></div></div></div></div> </div></div></div></div></div></div></div> </div> <div id="conteudo"><div id="liuc"> <!-- TAGS --> <!-post-> {block:Posts} {block:Regular}<div class="post"><div class="box"> {block:Title}<div class="titulo"><a href="{Permalink}">{Title}</a></div>{/block:Title} <div class="entry">{Body}</div><div class="divdate"></div><div class="left">{block:HasTags}Tags: {block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;|{/block:Tags}{/block:HasTags}</a>Post em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>| <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> |<a class="reblogue" href="{ReblogURL}" target="_blank">Reblog</a>|</div> <br> </div></div> {/block:Regular} <!--photo--> {block:Photo} <div class="post"> {LinkOpenTag}<center><img src="{PhotoURL-500}"title="{PhotoAlt}" title="{PhotoAlt}" width="539px";></center>{LinkCloseTag}<div class="box2"> {block:Caption}<div class="caption">{Caption}</div> {/block:Caption} <div style="clear:both;"></div> <div class="divdate"></div><br><div class="left">{block:HasTags}Tags:{block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;|{/block:Tags}{/block:HasTags}</a>Photo em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>| <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> |<a class="reblogue" href="{ReblogURL}" target="_blank">Reblog</a>|</div> <br><br> </div> </div> {/block:Photo} <div style="clear:both;"></div> <!--ask--> {block:Answer} <div class="post"><div class="box"> <img src="{AskerPortraitURL-40}" class="border1" /> {Asker}: {Question} <div style="clear:both;"></div> <BR> <img src="{PortraitURL-40}" align="left" class="border1" /> <br> <P>{Answer}</P> <BR> <div class="divdate"></div><div class="left">{block:HasTags}Tags: {block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;|{/block:Tags}{/block:HasTags}</a>Ask em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>| <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> |<a class="reblogue" href="{ReblogURL}" target="_blank">Reblog</a>|</div> <BR> </div></div> {block:Answer} <div style="clear:both;"></div> <!--quote---> {block:Quote} <div class="post"><div class="box"><BR> <span class="quote"> &#147;{Quote} </span> {block:Source}<div class="source">&mdash; {Source}</div>{/block:Source} <BR> <div class="left">{block:HasTags}Tags: {block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;|{/block:Tags}{/block:HasTags}</a>Quote em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>| <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> |<a class="reblogue" href="{ReblogURL}" target="_blank">Reblog</a>|</div> <BR></div></div>{/block:Quote} <div style="clear:both;"></div> <!----links---> {block:Link} <div class="post"><div class="box"> <br><div class="h3"><a href="{URL}" class="link" {Target}>{Name}</a></div> {block:Description}<div class="description">{Description}</div> {/block:Description}<BR> <div class="left">{block:HasTags}Tags: {block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;|{/block:Tags}{/block:HasTags}</a>Links em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>| <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> |<a class="reblogue" href="{ReblogURL}" target="_blank">Reblog</a>|</div> <BR></div></div>{/block:Link} <div style="clear:both;"></div> <!--chat---> {block:Chat} <div class="post"><div class="box"> {block:Title}<div class="titulo"><a href="{Permalink}">{Title}</a></div> {/block:Title}<div class="chat">{block:Lines}<div class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span>{/block:Label}{Line} </div>{/block:Lines}</div><BR> <div class="left">{block:HasTags}Tags: {block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;|{/block:Tags}{/block:HasTags}</a>Chat em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>| <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> |<a class="reblogue" href="{ReblogURL}" target="_blank">Reblog</a>|</div> <BR> </div></div> {/block:Chat} <div style="clear:both;"></div> <!---audio--> {block:Audio} <div class="post"><div class="box"> {AudioPlayerWhite}{block:Caption}<div class="caption">{Caption}</div> <div style="float:right; margin-top: -50px;"><h>Música ouvida {PlayCount} vezes</h> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div> {/block:Caption} <BR> <div class="left"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a>| <a class="reblogue" href="{ReblogURL}" target="_blank">Reblog</a>|</div> <BR> </div> </div> {/block:Audio} <div style="clear:both;"></div> <!---videos---> {block:Video} <div class="post"><div class="box"> {Video-500}<br> {block:Caption} <div class="caption">{Caption}</div> {/block:Caption}<BR> <div class="left">{block:HasTags}Tags: {block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;|{/block:Tags}{/block:HasTags}</a>Chat em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>| <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> |<a class="reblogue" href="{ReblogURL}" target="_blank">Reblog</a>|</div><BR> </div></div> {/block:Video} <div style="clear:both;"></div> {block:PostNotes}<div class="box"> <div class="notes-bottom"> {PostNotes} </div></div> {/block:PostNotes} {/block:Posts} <center><div id="paginacaoml"><span class="info" style="font-weight: normal;">Página <b>{CurrentPage}</b> de <b>{TotalPages}</b></span> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination} {block:JumpPagination length="5"} {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage} {/block:JumpPagination} {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</center><br> </div> </div></div> </div> </BODY> </HTML>