theme verdadeiro

39
<head> <!---------------- cursor-------------------> <script type='text/javascript'> // <![CDATA[ var colour="#181F2B"; var sparkles=50; var x=ox=400; var y=oy=300; var swide=800; var shigh=600; var sleft=sdown=0; var tiny=new Array(); var star=new Array(); var starv=new Array(); var starx=new Array(); var stary=new Array(); var tinyx=new Array(); var tinyy=new Array(); var tinyv=new Array(); window.onload=function() { if (document.getElementById) { var i, rats, rlef, rdow; for (var i=0; i<sparkles; i++) { var rats=createDiv(3, 3);

Upload: izabelly-silva

Post on 16-May-2015

759 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Theme verdadeiro

<head>

<!---------------- cursor------------------->

<script type='text/javascript'>

// <![CDATA[

var colour="#181F2B";

var sparkles=50;

var x=ox=400;

var y=oy=300;

var swide=800;

var shigh=600;

var sleft=sdown=0;

var tiny=new Array();

var star=new Array();

var starv=new Array();

var starx=new Array();

var stary=new Array();

var tinyx=new Array();

var tinyy=new Array();

var tinyv=new Array();

window.onload=function() { if (document.getElementById) {

var i, rats, rlef, rdow;

for (var i=0; i<sparkles; i++) {

var rats=createDiv(3, 3);

rats.style.visibility="hidden";

Page 2: Theme verdadeiro

document.body.appendChild(tiny[i]=rats);

starv[i]=0;

tinyv[i]=0;

var rats=createDiv(5, 5);

rats.style.backgroundColor="transparent";

rats.style.visibility="hidden";

var rlef=createDiv(1, 5);

var rdow=createDiv(5, 1);

rats.appendChild(rlef);

rats.appendChild(rdow);

rlef.style.top="2px";

rlef.style.left="0px";

rdow.style.top="0px";

rdow.style.left="2px";

document.body.appendChild(star[i]=rats);

}

set_width();

sparkle();

}}

function sparkle() {

var c;

if (x!=ox || y!=oy) {

ox=x;

oy=y;

for (c=0; c<sparkles; c++) if (!starv[c]) {

star[c].style.left=(starx[c]=x)+"px";

star[c].style.top=(stary[c]=y)+"px";

Page 3: Theme verdadeiro

star[c].style.clip="rect(0px, 5px, 5px, 0px)";

star[c].style.visibility="visible";

starv[c]=50;

break;

}

}

for (c=0; c<sparkles; c++) {

if (starv[c]) update_star(c);

if (tinyv[c]) update_tiny(c);

}

setTimeout("sparkle()", 40);

}

function update_star(i) {

if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";

if (starv[i]) {

stary[i]+=1+Math.random()*3;

if (stary[i]<shigh+sdown) {

star[i].style.top=stary[i]+"px";

starx[i]+=(i%5-2)/5;

star[i].style.left=starx[i]+"px";

}

else {

star[i].style.visibility="hidden";

starv[i]=0;

return;

}

}

Page 4: Theme verdadeiro

else {

tinyv[i]=50;

tiny[i].style.top=(tinyy[i]=stary[i])+"px";

tiny[i].style.left=(tinyx[i]=starx[i])+"px";

tiny[i].style.width="2px";

tiny[i].style.height="2px";

star[i].style.visibility="hidden";

tiny[i].style.visibility="visible"

}

}

function update_tiny(i) {

if (--tinyv[i]==25) {

tiny[i].style.width="1px";

tiny[i].style.height="1px";

}

if (tinyv[i]) {

tinyy[i]+=1+Math.random()*3;

if (tinyy[i]<shigh+sdown) {

tiny[i].style.top=tinyy[i]+"px";

tinyx[i]+=(i%5-2)/5;

tiny[i].style.left=tinyx[i]+"px";

}

else {

tiny[i].style.visibility="hidden";

tinyv[i]=0;

return;

}

Page 5: Theme verdadeiro

}

else tiny[i].style.visibility="hidden";

}

document.onmousemove=mouse;

function mouse(e) {

set_scroll();

y=(e)?e.pageY:event.y+sdown;

x=(e)?e.pageX:event.x+sleft;

}

function set_scroll() {

if (typeof(self.pageYOffset)=="number") {

sdown=self.pageYOffset;

sleft=self.pageXOffset;

}

else if (document.body.scrollTop || document.body.scrollLeft) {

sdown=document.body.scrollTop;

sleft=document.body.scrollLeft;

}

else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {

sleft=document.documentElement.scrollLeft;

sdown=document.documentElement.scrollTop;

}

else {

sdown=0;

sleft=0;

}

}

Page 6: Theme verdadeiro

window.onresize=set_width;

function set_width() {

if (typeof(self.innerWidth)=="number") {

swide=self.innerWidth;

shigh=self.innerHeight;

}

else if (document.documentElement && document.documentElement.clientWidth) {

swide=document.documentElement.clientWidth;

shigh=document.documentElement.clientHeight;

}

else if (document.body.clientWidth) {

swide=document.body.clientWidth;

shigh=document.body.clientHeight;

}

}

function createDiv(height, width) {

var div=document.createElement("div");

div.style.position="absolute";

div.style.height=height+"px";

div.style.width=width+"px";

div.style.overflow="hidden";

div.style.backgroundColor=colour;

return (div);

}

// ]]>

</script>

Page 7: Theme verdadeiro

<!-----------------fim do cursor------------->

<!------INICIO------>

<script>/*JavaScript error stopper-for javascript capable browsers compliments of ghost, ©[email protected]*/function stoperror(){return true}window.onerror=stoperror</script>

<!------FIM------>

<title>My meow</title>

<!------------------ INICIO DO CSS----------------------->

<style type="text/css">

/****************** MENU NAVEGACAO *******************/

#nav {

background: #FFF0F5;

border: 1px solid #ff99cc;

Page 8: Theme verdadeiro

color: #666666;

font-family: tahoma;

font-size: 10px;

text-align : left;

padding-bottom : 2px;

padding-left : 3px;

margin-bottom: 3px;

}

#nav:hover {

background: #ff99cc;

border: 1px solid #FFF0F5;

color: #B5B5B5;

font-family: tahoma;

font-size: 10px;

text-align : left;

padding-bottom : 2px;

padding-left : 3px;

margin-bottom: 3px;

}

#nav a {

font-size : 11px;

line-height: 15px;

font-family: tahoma;

text-align : left;

font-weight: normal;

Page 9: Theme verdadeiro

color: FEC2E1;

padding: 2px;

}

#nav a:hover {

font-size : 11px;

line-height: 15px;

font-family: tahoma;

text-align : left;

font-weight: normal;

color: #E6E6FA;

padding: 2px;

}

<!------------ FIM DO MENU--------->

#navbar-iframe{ display: none;}

body{ background-image: url(http://i51.tinypic.com/sxf4es.png); }

Page 10: Theme verdadeiro

a:link,a:visited,a:active{ border-bottom: 1px #eeeeee solid; color: #555555; text-decoration: none; }

a:hover{ border-bottom: 1px #888888 solid; }

.text { font-family: arial; font-size: 8pt; color: #444444; }

.header { font-family: arial; font-size: 20pt; color: #FC5F8E; text-transform: lowercase; letter-spacing: -2px; line-height: 19pt; }

.title1 { font-family: georgia; font-size: 7pt; color: #777777; }

.title2 { font-family: arial; font-size: 20pt; color: #A0C4E8; text-transform: lowercase; letter-spacing: -2px; line-height: 18pt; }

.title3 { font-family: arial; font-size: 20pt; color: #FC935F; text-transform: lowercase; letter-spacing: -2px; line-height: 18pt; }

.title4 { font-family: arial; font-size: 20pt; color: #FC5F8E; text-transform: lowercase; letter-spacing: -2px; line-height: 18pt; }

blockquote { border-left: 15px #f5f5f5 solid; padding: 10px; color: #999999; }

blockquote:hover { border-left: 15px #e5e5e5 solid; color: #444444; }

b, strong { color: #FC5F8E; }

i { color: #FC935F; }

Page 11: Theme verdadeiro

u { text-decoration: none; color: #A0C4E8; border-bottom: 1px #A0C4E8 dotted; }

s { color: #bbbbbb; }

::-moz-selection { background-color: #ddd; color: #000000; }

::selection { background-color: #ddd; color: #000000; }

</style>

</head>

<body>

<!------------------------------- INICIO DE PERFIL LATERAL--------------------->

<div align="center">

<table border="0" cellpadding="10" cellspacing="20" ><tr>

<td style="background-color: #ffffff;" valign="top" width="200">

Page 12: Theme verdadeiro

<!------------------------------- foto do perfil lateral------------>

<center>

<img src="http://i52.tinypic.com/21o511y.png" border="0" </a></center>

<!---------------------- SOBRE VOCE------------------->

<div class="text">

<div class="title2">welcome</div>

<div class="title1">about me</div><br>

Seja bem vindo!

Se escrevo o que sinto é porque assim diminuo a febre de sentir. O que confesso não tem importância, pois nada tem importância. Faço paisagens com o que sinto.

Faço do Tumblr um refúgio pessoal. Aqui, rompo minhas fraquezas, e desabafo comigo mesma.

•A gente se fode. A gente chora. A gente sofre. Mas a gente <b>amadurece</b>, a gente aprende e a gente cresce.

<!--------------------------------- menu ----------------->

Page 13: Theme verdadeiro

<br><br>

<div id="nav"><a title="home" href="http://my-meow.tumblr.com/">

home</a> início</div>

<div id="nav"><a title="ask" href="http://my-meow.tumblr.com/ask">

ask</a> /Perguntas, críticas e elogios.</div>

<div id="nav"><a title="rss" href="http://my-meow.tumblr.com/rss">

rss</a> rss mobile</div>

<div id="nav"><a title="archives" href="http://my-meow.tumblr.com/archives">

Page 14: Theme verdadeiro

archives</a> arquivos</div>

<div id="nav"><a title="themes" href="http://tearsfromheart.tumblr.com">

theme</a> theme</div>

<div id="nav"><a title="We♥it" href="http://weheartit.com/bellysilva">

We♥it</a> We♥it</div>

<!----------------------------- RECOMENDO-------------------->

<div class="title2">recomendo</div>

<div class="title1">melhores tumblrs</div><br>

<img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif" border="0"</a> <a href="http://tearsfromheart.tumblr.com">Tears From Heart</a><br>

Page 15: Theme verdadeiro

<img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif" border="0"</a> <a href="http://dearjoohn.tumblr.com/">Je t'aime</a><br>

<img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif" border="0"</a> <a href="http://myaways2.tumblr.com/">-My away</a><br>

<img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif" border="0"</a> <a href="http://LINK.COM.BR">link</a><br>

<img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif" border="0"</a> <a href="http://LINK.COM.BR">link</a><br>

<img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif" border="0"</a> <a href="http://LINK.COM.BR">link</a>

<!------------------- FOLLOWING------------>

<br><br>

<div class="title3">following</div>

<div class="title1">who i follow</div><br>

<marquee behavior=scroll direction="left" scrollamount="4">

{block:Following}

<center>{block:Followed}<img style="border:2px solid #eee" src="{FollowedPortraitURL-24}"></a> {/block:Followed}

Page 16: Theme verdadeiro

</center><BR>{/block:Following}

</marquee>

<!--------------------- STATUS E CREDITOS------------>

<br><br>

<div class="title4">credits</div>

<div class="title1">and status</div><br>

<IMG SRC='http://patty-mor.zip.net/2939.gif' ALIGN='LEFT'> <font color='#ff88a6'> Até hoje: </font><script language="JavaScript" type="text/javascript" src="http://contador.codigofonte.net/log.php?id=108377&d=texto"></script> visitas

<BR><font color='#ff88a6'> No momento: </font> <style='font-family:tahoma;font-size:10px;text-decoration:none;color:#FF88A6'>

<script type="text/javascript" src="http://fastonlineusers.com/on3.php?d=www.SEU TUMBLR .COM"></script><style='font-family:tahoma;font-size:10px;text-decoration:none;color:#FF88A6'> online

<br><br>

<CENTER>

Base Code <font style="font-family: georgia; font-style: italic; font-size: 7pt;"><a href="http://blogskins.com/me/nic96ole">Nic</a><a href="http://spillmywords.blogspot.com">ole</a></font><br>

Page 17: Theme verdadeiro

Theme e Adaptação:<font style="font-family: georgia; font-style: italic; font-size: 7pt;"><a href="http://tearsfromheart.tumblr.com">Tears From Heart</a>

</CENTER>

<!------------------ FIM DE PERFIL LATERAL------------------>

<br><br>

</div>

<!--------------------------------------------------- INICIO DAS TAGS DO POST ----------------------------------------->

<td style="background-color: #ffffff;" valign="top" width="500">

Page 18: Theme verdadeiro

<div class="title4">just a dream</div>

<div class="title1">www.seutumblr.com</div><br>

<!----- nao mexer---->

<font color=#B8B2B2

.text { font-family: arial; font-size: 6pt; color:#B8B2B2 ; }

{block:Posts}<div id="posts">

<br>

<HR SIZE=1 border-bottom size="1" dashed color="#D3D3D3">

<br>

<blockquote>

{block:Regular}

Page 19: Theme verdadeiro

{block:Title}<span class="post_title">{Title}</span>{/block:Title}

</blockquote>

{Body}

{block:More}<br><a href="{permalink}" class="readmore" title="click here to read more">&#187; read more</a>{/block:More}

<BR>

{block:IfDisqusShortname}{block:IndexPage}<div class="details"><a class="dsq-comment-count" href="{Permalink}#disqus_thread">comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname}

<div style="float:left;" class="details">

{block:Date} <img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif" border="0"</a> Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR>

{block:ContentSource}<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}

</div>

<div style="float:right;" class="details">

{block:IndexPage}<a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">&larr; reblog </a>{/block:IndexPage}

<BR>

{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}

</div>

Page 20: Theme verdadeiro

{block:IfShowTags}{block:HasTags}<br clear="all" />{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}

<BR><br clear="all" /><BR>

{/block:Regular}

{block:Photo}

{LinkOpenTag}<img src="{PhotoURL-500}" width="500px" />{LinkCloseTag}

{block:Caption} {Caption} <BR>{/block:Caption}

<BR>

{block:IfDisqusShortname}{block:IndexPage}<div class="details"><a class="dsq-comment-count" href="{Permalink}#disqus_thread">comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname}

<div style="float:left;" class="details">

{block:Date} <img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif" border="0"</a> Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR>

Page 21: Theme verdadeiro

{block:ContentSource}<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}

</div>

<div style="float:right;" class="details">

{block:IndexPage}<a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">&larr; reblog</a>{/block:IndexPage}

<BR>

{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}

</div>

{block:IfShowTags}{block:HasTags}<br clear="all" />{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}

<BR><br clear="all" /><BR>

{/block:Photo}

{block:Photoset}

{PhotoSet-500}

{block:IfShowPictureCaption}{block:Caption} {Caption} <BR>{/block:Caption}{/block:IfShowPictureCaption}

<BR>

Page 22: Theme verdadeiro

{block:IfDisqusShortname}{block:IndexPage}<div class="details"><a class="dsq-comment-count" href="{Permalink}#disqus_thread">comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname}

<div style="float:left;" class="details">

{block:Date}<img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif" border="0"</a> Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR>

{block:ContentSource}<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}

</div>

<div style="float:right;" class="details">

{block:IndexPage}<a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">&larr; reblog</a>{/block:IndexPage}

<BR>

{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}

</div>

{block:IfShowTags}{block:HasTags}<br clear="all" />{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}

<BR><br clear="all" /><BR>

{/block:Photoset}

Page 23: Theme verdadeiro

{block:Quote}

<span class="quote"><a href="{Permalink}"><b>&ldquo;</B>{Quote}<b>&rdquo;</b></a></span><BR>

{block:Source}&ndash;{Source}{/block:Source}

<BR><BR>

{block:IfDisqusShortname}{block:IndexPage}<div class="details"><a class="dsq-comment-count" href="{Permalink}#disqus_thread">comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname}

<div style="float:left;" class="details">

{block:Date} <img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif" border="0"</a> Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR>

{block:ContentSource}<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}

</div>

<div style="float:right;" class="details">

{block:IndexPage}<a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">&larr; reblog</a>{/block:IndexPage}

<BR>

{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}

</div>

Page 24: Theme verdadeiro

{block:IfShowTags}{block:HasTags}<br clear="all" />{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}

<BR><br clear="all" /><BR>

{/block:Quote}

{block:Link}

<a href="{URL}" class="post_title" target="_blank">&#8594; {Name}</a>

{Description}

<BR>

{block:IfDisqusShortname}{block:IndexPage}<div class="details"><a class="dsq-comment-count" href="{Permalink}#disqus_thread">comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname}

<div style="float:left;" class="details">

{block:Date} <img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif" border="0"</a> Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR>

{block:ContentSource}<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}

</div>

Page 25: Theme verdadeiro

<div style="float:right;" class="details">

{block:IndexPage}<a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">&larr; reblog</a>{/block:IndexPage}

<BR>

{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}

</div>

{block:IfShowTags}{block:HasTags}<br clear="all" />{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}

<BR><br clear="all" /><BR>

{/block:Link}

{block:Conversation}

{block:Title}<span class="post_title">{Title}</span>{/block:Title}

{block:Lines}

{block:Label}<b><span class="label">{Label}</b></span>{/block:Label}

{Line}<BR>

{/block:Lines}

<BR><BR>

Page 26: Theme verdadeiro

{block:IfDisqusShortname}{block:IndexPage}<div class="details"><a class="dsq-comment-count" href="{Permalink}#disqus_thread">comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname}

<div style="float:left;" class="details">

{block:Date} <img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif" border="0"</a> Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR>

{block:ContentSource}<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}

</div>

<div style="float:right;" class="details">

{block:IndexPage}<a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">&larr; reblog</a>{/block:IndexPage}

<BR>

{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}

</div>

{block:IfShowTags}{block:HasTags}<br clear="all" />{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}

<BR><br clear="all" /><BR>

{/block:Conversation}

Page 27: Theme verdadeiro

{block:Audio}<center>

<b>{block:TrackName}{TrackName}{/block:TrackName} - {block:Artist}{Artist}{/block:Artist}</b><br>

{block:AlbumArt}<img src="{AlbumArtURL}" width="200px" height="200px" />{/block:AlbumArt}<br>

{AudioPlayerGrey}

{PlayCountWithLabel} {block:ExternalAudio}- <a href="{ExternalAudioURL}">Download</a>{/block:ExternalAudio}

{block:Caption} {Caption} {/block:Caption}</center>

<BR>

{block:IfDisqusShortname}{block:IndexPage}<div class="details"><a class="dsq-comment-count" href="{Permalink}#disqus_thread">comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname}

<div style="float:left;" class="details">

{block:Date} <img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif" border="0"</a> Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR>

{block:ContentSource}<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}

</div>

<div style="float:right;" class="details">

{block:IndexPage}<a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">&larr; reblog</a>{/block:IndexPage}

Page 28: Theme verdadeiro

<BR>

{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}

</div>

{block:IfShowTags}{block:HasTags}<br clear="all" />{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}

<BR><br clear="all" /><BR>

{/block:Audio}

{block:Video}

{Video-500}

<BR>{Caption}

<BR>

{block:IfDisqusShortname}{block:IndexPage}<div class="details"><a class="dsq-comment-count" href="{Permalink}#disqus_thread">comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname}

<div style="float:left;" class="details">

{block:Date}<img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif" border="0"</a> Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR>

Page 29: Theme verdadeiro

{block:ContentSource}<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}

</div>

<div style="float:right;" class="details">

{block:IndexPage}<a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">&larr; reblog</a>{/block:IndexPage}

<BR>

{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}

</div>

{block:IfShowTags}{block:HasTags}<br clear="all" />{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}

<BR><br clear="all" /><BR>

{/block:Video}

{block:Answer}

<div id="askr">

<img src="{AskerPortraitURL-30}" width="23" align="left" style="margin-right:5px;" /></div>

<div id="question"><div id="asked">{Asker} disse: {Question}</div></div><br>

{answer}

Page 30: Theme verdadeiro

<div style="float:left;" class="details">

{block:Date}<img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif" border="0"</a> Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR>

{block:ContentSource}<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}

</div>

<div style="float:right;" class="details">

{block:IndexPage}<a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">&larr; reblog</a>{/block:IndexPage}

<BR>

{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}

</div>

{block:IfShowTags}{block:HasTags}<br clear="all" />{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}

<BR><br clear="all" /><BR>

{/block:answer}

Page 31: Theme verdadeiro

{block:IfDisqusShortname}

<script type="text/javascript">var disqus_url = "{Permalink}"; var disqus_title ="{block:PostTitle}{PostTitle}{/block:PostTitle}";</script>{block:Permalink}<div id="disqus_thread"></div>

<script type="text/javascript">

/**

* var disqus_identifier; [Optional but recommended: Define a unique identifier (e.g. post id or slug) for this thread]

*/

(function() {

var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;

dsq.src = 'http://{text:Disqus Shortname}.disqus.com/embed.js';

(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);

})();

</script>

<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript={text:Disqus Shortname}">comments powered by Disqus.</a></noscript>

<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>

{/block:Permalink}<script type="text/javascript">

var disqus_shortname = '{text:Disqus Shortname}';

(function () {

var s = document.createElement('script'); s.async = true;

Page 32: Theme verdadeiro

s.src = 'http://disqus.com/forums/{text:Disqus Shortname}/count.js';

(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);

}());

</script>

{/block:IfDisqusShortname}

{block:PostNotes} {PostNotes} {/block:PostNotes}

</div>{/block:Posts}

<center>

{block:Pagination}<BR><span class="page_link">

{block:PreviousPage}

<a href="{PreviousPage}" title="newer posts" class="page_link">&#171; posts recentes</a> | {/block:PreviousPage}

{block:NextPage}

<a href="{NextPage}" title="older posts" class="page_link">posts antigos &#187;</a>{/block:NextPage}</span>

{/block:Pagination}<BR><BR>

Page 33: Theme verdadeiro

</td>

</tr></table></div>

</font>

<!---------------------- RODAPÉ DO THEME ------------------------>

<center><table border="0" >

<tr><td width="90%" style="background-color: #FFFFFF; border-top: #C0C0C0 1px solid; border-left: # 0px solid; border-bottom: #C0C0C0 1px dashed ">

<font face="verdana" size="1" color="#CC6699"><center>

<center>

<div class="footer">

Theme By: <a href="http://www.tearsfromheart.tumblr.com" target=’_blank’>Tears From Heart</a> | direitos reservados xx

</center></td>

</tr></table><BR>

Page 34: Theme verdadeiro

<CENTER>

<object width="150" height="50" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="wmode" value="transparent" /><embed src="http://muzicons.com/musicon_v_srv_new.swf" width="150" height="50" menu="false" quality="high" align="middle" type="application/x-shockwave-flash" flashvars="&autostart=1&nomuz=muzicon%20unavailable&site=http://muzicons.com/&icon_pic=7.png&music_file=http://listen.musicmp3.ru/736607f40b878314&bg_color=73cac5&type_of_clip=whith_bar&text_color=FFFFFF&text_message=boom+boom&buy_link=http%3A%2F%2Fmusicmp3.ru%2Fartist_miley-cyrus__album_cant-be-tamed.html%3Fref%3D1708%238" wmode="transparent" menu="false" quality="high"></embed></object><br/>

</CENTER>

</body>

</html>