- <html>
- <!--THEME FEITO POR EN-TORPCENTE, DON'T COPY.--!>
- <head>
- <script type="text/javascript">
- // <![CDATA[
- var bgcolour="#ffffff"; // background colour
- var fgcolour="#666666"; // foreground colour
- var speed=100; // speed of bubbling, lower is faster
- var shades=10; // number of shades of bubble
- /****************************
- * Bubbling Text Effect *
- *(c) 2003-6 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var bubbcol=new Array();
- var bubbler, bubbtxt;
- var bubbchr=new Array();
- window.onload=function() { if (document.getElementById) {
- for (bubbler=0; bubbler<=shades; bubbler++) {
- bubbtxt="#";
- for (var i=1; i<6; i+=2) {
- var bg=parseInt(bgcolour.substring(i,i+2),16);
- bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
- }
- bubbcol[bubbler+1]=bubbtxt;
- }
- bubbler=document.getElementById("bubble");
- bubbtxt=bubbler.firstChild.nodeValue;
- while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
- for (var i=0; i<bubbtxt.length; i++) {
- var bubbi=document.createElement("span");
- bubbi.setAttribute("id", "bubb"+i);
- bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
- bubbler.appendChild(bubbi);
- }
- bubbler=setInterval ("bubbling()", speed);
- }}
- function dechex(dec) {
- var hex=dec.toString(16);
- if (dec<16) return "0"+hex;
- else return hex;
- }
- function bubbling() {
- for (var i=0; i<bubbtxt.length; i++) {
- var bubbme=document.getElementById("bubb"+i);
- if (bubbchr[i]) {
- bubbme.style.color=bubbcol[bubbchr[i]];
- bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
- }
- else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
- }
- }
- // ]]>
- </script>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#f8f8f8" />
- <meta name="color:post" content="#ffffff" />
- <meta name="color:sidebar" content="#000000" />
- <meta name="color:text" content="#000000" />
- <meta name="color:link hover" content="#f8f8f8" />
- <meta name="color:link hover" content="#000000" />
- <meta name="color:links" content="#ffffff" />
- <meta name="text:frase" content="Uma frase aqui" />
- <meta name="image:sidebar" content="http://media.tumblr.com/tumblr_m3m9zfwZpl1qkm3k2.jpg" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="link" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="link" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="link" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="link" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 Title" content="link" />
- <meta name="text:Link6" content="" />
- <meta name="text:Link6 Title" content="link" />
- <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <script type="text/javascript" src="http://static.tumblr.com/tuc07b8/IWbm33fy7/tumblr_m301s5ptoz1qzu1cqo1_500.jpg"></script>
- <style type="text/css">
- body {background-color: {color:background}; background-image:url('{image:background}'); background-attachment: fixed; font-family: verdana; color: {color:text}; text-align: center; font-size: 10px; }
- a {color: {color:text}; text-decoration: none; -webkit-transition:1s; }
- a:hover {color: {color:text}; background-color: #trans; text-decoration: none; opacity: 0.5; -webkit-transition-duration:.6s; -moz-transition-duration:.6s }
- p {margin: 6px 0 0 0}
- blockquote {margin-left:2px; width:500px; padding-left:3px; border-left:1px solid {color:text};}
- img{
- margin: 1px;
- border: none;
- filter: alpha(opacity=75);
- moz-opacity:.80;
- opacity: 1 ;
- -webkit-transition-duration: .50s;
- }
- #container { width: 350px;position: fixed;}
- #contain_inner {margin-left: 0px; background-color: transparent;}
- #all {text-align: center; overflow: none; width: 526px; height: 360px; margin-top: 100px auto 20px auto; padding: 0px; z-index: 1}
- #allboxes {float: left; margin-left: 530px; overflow: none; margin-top:80px; }
- .entry {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
- h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; letter-spacing:-1px; line-height: 18px; opacity: 0.5; -webkit-transition-duration:.6s; -moz-transition-duration:.6s }
- .image {text-align: center; border: 0px}
- .image img {max-width: 500px; margin-bottom: 2px }
- .xquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
- .xquotesource { text-align: center; font-family:sans-serif; font-style:italic; text-transform: none; margin-bottom: 5px; margin-top:10px;}
- .xquotesource a, a:hover{text-transform: none;}
- .chat {line-height: 13px; list-style: none; text-align:center; }
- .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
- .person1 {color: {color:text}; padding: 2px; }
- .person1 .label {font-weight: bold; color:{color:text}}
- .person2 {color: {color:text}; padding: 2px; }
- .person2 .label {font-weight: bold; color:{color:text}}
- .player {background-color: {color:sidebar}; text-align: left; display:block;}
- /* AUDIO POST DE EXTRATREX, NÃO COPIAR */
- #audentryprob {display:block; height:auto; position:relative; min-height:110px;}
- .audentry {width:490px; background-color:{color:post}; position:relative; padding:5px; {block:IndexPage}overflow:hidden;{/block:IndexPage}; min-height:110px;}
- .audioplayercircle {
- position: absolute;
- z-index: 3;
- background: white;
- -webkit-border-radius: 50px;
- -moz-border-radius: 50px;
- top: 35px;
- left: 35px;
- opacity: .8;
- filter:alpha(opacity=80)}
- .audioplayer {
- width: 20px;
- height: 30px;
- overflow: hidden;
- margin: 17px 24px 13px 16px;
- }
- .audiodata {font:11px verdana; color:{color:text}; text-transform:none; height:15px; padding:0px 7px!important; background-color:{color:background}; float:center; margin-left:55px; text-align:right;}
- .audiodata b{color:{color:text};}
- .aucap {color:{color:quote}; font:11px verdana; line-height:90%; text-align:right; min-height:34px; background-color:#fcfcfc; padding:2px 7px!important;}
- #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
- .answer {padding: 2px}
- .answer img {max-width: 470px;}
- .caixa {background: {color:sidebar}; padding: 4px;}
- .bubble {
- background: {color:background};
- color: #;
- margin-top: 2px;
- padding: 12px;
- margin-left: 40px;
- -webkit-border-top-right-radius: 11px;
- -webkit-border-bottom-right-radius: 11px;
- -moz-border-radius-topright: 11px;
- -moz-border-radius-bottomright: 11px;
- border-top-right-radius: 11px;
- border-bottom-right-radius: 11px;}
- .caixa aa
- {background: {color:background};
- height: 16px;
- font-style: normal;
- font-size: 10px;
- color: {color:text};
- padding-top: 4px;
- text-align:justy;
- letter-spacing:1px;
- padding:3px;
- text-shadow:0 1px 1px {color:sidebar};
- margin-top: 8px;
- text-transform:none;
- line-height: 14px;
- margin-top: 10px;
- -webkit-border-top-right-radius: 11px;
- -webkit-border-bottom-right-radius: 11px;
- -moz-border-radius-topright: 11px;
- -moz-border-radius-bottomright: 11px;
- border-top-right-radius: 11px;
- border-bottom-right-radius: 11px;}
- .borda {
- float: left;
- padding: 0px;
- margin-top: -1px;
- -webkit-border-top-left-radius: 11px;
- -webkit-border-bottom-left-radius: 11px;
- -moz-border-radius-topleft: 11px;
- -moz-border-radius-bottomleft: 11px;
- border-top-left-radius: 11px;
- border-bottom-left-radius: 11px;
- }
- #info {background-color:{color:post}; padding:3px; text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; border-left: 1 solid #ddd; -webkit-transition:1s;}
- #info a {font-size: 9px;}
- .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
- .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
- #cap {width: 500px; margin-top: -2px;}
- .source {display: none;}
- .notes {width: 530px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
- ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
- ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
- .notes img{display: none; border:0px}
- #td {width: 300px; height: none; margin-left: 8px; background-color: #0; position: fixed; color: #888; font-size: 9px; border: px solid #ccc; border-right: 0px solid #eee; margin-top: 97px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; text-align: right}
- #td:hover {margin-left:77px;}
- #container { width: 350px;position: fixed;}
- #contain_inner {margin-left: 0px; background-color: transparent;}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- .navigation {z-index:99; text-align:center; position:fixed; font-family: tinytots; text-transform:uppercase; letter-spacing:1px; font-size:8px; margin-top:452px; margin-left:288px; width:240px; background-color:{color:sidebar};}
- .navigation a {color:{color:links}; }
- .frase {margin-top: 60px; margin-left:320px; text-align: center; font-family: gabriola; font-family: georgia; font-size: 16px; color: {color:font color} ; position: fixed; z-index: 3; width: 180px; }
- #sidebarimage {margin-top: 80px; margin-left: 288px; width:230px; height:360px; background-color:{color:sidebar}; position:fixed;border: 10px; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; z-index:98; padding:5px; }
- #sidebarimage img {width:230px;height:360px; z-index:99;}
- @font-face {font-family: 'Loved by the King';
- font-style: normal;
- font-weight: normal;
- src: local('Loved by the King'), local('LovedbytheKing'), url('http://themes.googleusercontent.com/static/fonts/lovedbytheking/v3/wg03xD4cWigj4YDufLBSr8SuHxUvEE05hEBp-kiqXZE.woff') format('woff');}
- #cred {width: 268px; height: 14px; float: left; margin-left: 260px; margin-top: 510px; font-size: 18px; color:{color:text}; font-family: Loved by the King; padding: 5px; background-color: transparent; text-align: center; position: fixed; }
- #page{top:313px; background-color:{color:sbar}; text-align: center; float:center; margin-left:220; margin-top:212; width:132px; height:auto; position:fixed; -webkit-border-radius: 0px 0px 0px 0px; left: 206px; }
- .pgs{padding:5px; font-family:{font:text}; font-size: 16px; letter-spacing:1px}
- #img { float: left; margin-top: 190px; position: fixed; overflow: hidden; width: auto; height: auto;margin-left: 957px}
- #img img {margin-top: 0px; margin-left: 0px; width: 160px; height: 180px;border: 2px solid {color:listras}; padding: 2px; background-color: {color:sidebar};opacity: 1;}
- -moz-transition:1s ease-in; transition: 1s ease-in;}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- ::-webkit-scrollbar{width:4px;height:5px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color: #eee; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:sidebar};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:sidebar};-webkit-border-radius:px;}
- </style>
- <body>
- <div id="allboxes">
- {block:Posts}
- <div class="entry">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
- {block:Photoset}{Photoset-500}{/block:Photoset}
- {block:Quote}
- <div class="xquote">“{Quote}”</div>
- {block:Source}<div class="xquotesource"> + {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/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:Chat}
- <!--- AUDIO POST --->
- {block:Audio}
- <div id="audentryprob">
- <div class="audentry">
- <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="120" height="120" style="position:absolute; vertical-align:middle;" />
- {block:AlbumArt}
- <img width="120" height="120" src="{AlbumArtURL}" style="position:absolute;" />
- {/block:AlbumArt}
- <div class="audioplayercircle"><div class="audioplayer">{AudioPlayerWhite}</div></div>
- <div class="something">
- <table style="float:right;" width="360px" cellspacing="1px" cellpadding="0">
- {block:TrackName}
- <tr>
- <td class="audiodata"><b>Song: </b>{TrackName}</td>
- </tr>
- {/block:TrackName}
- {block:Artist}
- <tr>
- <td class="audiodata"><b>Artist: </b> {Artist}</td>
- </tr>
- {/block:Artist}
- {block:Album}
- <tr>
- <td class="audiodata"><b>Album: </b>{Album}</td>
- </tr>
- {/block:Album}
- <tr>
- <td class="audiodata">Played {FormattedPlayCount} times</td>
- </tr>
- {block:ExternalAudio}
- <tr>
- <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
- </tr>
- {/block:ExternalAudio}
- {block:Caption}<tr>
- <td class="aucap">{Caption}</td></tr>
- {/block:Caption}
- </table>
- </div></div>
- </div>{/block:Audio}
- {block:Video}{Video-500}{/block:Video}
- {block:Answer}
- <div id="asker"><b>{Asker} asked:</b> {Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- <div id="cap">
- {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
- {/block:ContentSource}</div></div>
- <br>
- <div id="info">
- {block:Date}<div class="tags"><b>tags:</b> {block:HasTags}{block:Tags}@<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}</div>
- ( <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog </a>{/block:IndexPage} · <a href=http://twitter.com/home?status={block:Title}{Title}{/block:Title}{block:Caption}{PlainTextCaption}{/block:Caption} {ShortURL}”>if you like <b>tweet</b></a> )
- {block:RebloggedFrom}<br>postado por <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · reblogado de <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- </div>
- </div>{/block:Date}
- {/block:Posts}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </div>
- </div>
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div class="navigation">
- <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></div>
- </div>
- <div class="frase"><span id="bubble">{text:frase}<br></br></span></div>
- <div id="cred"><div class="credit"><center>Theme by <a href="http://en-torpecente.tumblr.com/">en-torpecente </a></center></div>
- </div>
- <div id="page"><div class="pgs">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« </a> / {/block:PreviousPage}{block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}
- </body>
- </html>

