- <! theme by deusadegelo, não copie ou disponibilize !>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Engagement' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- // <![CDATA[
- var bgcolour="#000000"; // background colour
- var fgcolour="#FFFFFF"; // 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>
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#f5f5f5" />
- <meta name="color:entry" content="#ffffff" />
- <meta name="color:text" content="#8b8b8b" />
- <meta name="color:links" content="#000000" />
- <meta name="color:textask" content="#000000" />
- <meta name="color:details" content="#FFA769" />
- <meta name="image:um" content="http://25.media.tumblr.com/tumblr_m7t6eyOSEg1qi9acuo2_250.gif"/>
- <meta name="image:dois" content="http://25.media.tumblr.com/tumblr_m7t6eyOSEg1qi9acuo1_250.gif"/>
- <meta name="image:tres" content="http://25.media.tumblr.com/tumblr_m7t6eyOSEg1qi9acuo3_r1_250.gif"/>
- <meta name="image:quatro" content="http://24.media.tumblr.com/tumblr_m7t6eyOSEg1qi9acuo4_r5_250.gif"/>
- <meta name="image:background" content="" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link here" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link here" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link here" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link here" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link here" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link here" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- /* ---------------- Scrollbar ---------------- */
- ::-webkit-scrollbar {width: 4px; height: 2px;}
- ::-webkit-scrollbar-track-piece {background-color: {color:entry}; repeat scroll 0 0 transparent;}
- ::-webkit-scrollbar-thumb:vertical {height: 2px;background-color: {color:details};}
- ::-webkit-scrollbar-thumb:horizontal {width: 4px;background-color: {color:details};}
- body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:11px; line-height:110%; text-align:justify}
- a:link, a:active, a:visited{color: {color:links}; text-decoration:none}
- a:hover{color:{color:details}; background-color:{color:entry}; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
- #sbar2 {width:350px; height: 250px; margin-left:115px; margin-top:15px; position:fixed; overflow:hidden; background-color: transparent; font-family: 'Engagement', sans-serif; font-size: 20px; text-align: justify;}
- .descrip {width:350px; margin-left:95px; margin-top:60px; height: 21px; padding:5px; position:fixed; font-size:9px; font-family:verdana; color: {color:details}; background-color:transparent;}
- .link {position: fixed; clear: both; float: left; width: 240px; margin-top: 200px; text-align: center; margin-left: 15px; color: {color:details}; background-color: {color:entry}}
- .caixa4
- {position: fixed;
- width:176px;
- height:200px;
- margin-left:-348px;
- margin-top:30px;
- overflow:hidden;
- border:3px solid {color:entry};
- background-color:{color:entry};}
- .caixas
- {height:200px;
- width:176px;}
- #line
- {margin-left:-73px;
- -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- #line:hover
- {margin-left:0px;}
- .cred {margin-left: 930px; margin-top: 47px; width: 50px; font-size: 9px; height: 25px; text-align: center; background-color: {color:entry}; font-family: verdana; font-style:none; line-height: 17px; color: {color:text}; position: fixed; padding: 5px 0 9px 0;}
- .title {font-family: 'Engagement', sans-serif; font-size: 40px; height: 20px; width: 500px; text-align: center;}
- /*** Ask Por Simone (cerejadosundae)***/
- .ask {width: 99%; background: {color:details}; font-weight:normal; padding:3px; margin-bottom: 1px; text-shadow:0 px 0px {color:text};color:{color:textask}; font-size: 11px; font-family: 'Happy Monkey', cursive; }
- .asker {width: 99%;height:12px; background: {color:details} font-weight:normal; padding:3px; margin-bottom: 1px; color:{color:textask}; font-size: 8px;text-align:center;line-height:15px;text-transform:uppercase; font-family: 'Happy Monkey', cursive; -webkit-border-radius: 60px; -webkit-border-top-right-radius: 40px; -webkit-border-bottom-right-radius: 40px; -moz-border-radius: 60px; -moz-border-radius-topright: 40px; -moz-border-radius-bottomright: 40px; border-radius: 60px; border-top-right-radius: 40px; border-bottom-right-radius: 40px;}
- .asker a{background: {color:entry}; color:{color:text};}
- .askborder {float: left; margin-top: -8px; margin-left: -5px; display: inline; margin-bottom: 9px;-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;}
- .resposta {width: 99%; background: {color:entry}; font-weight:normal; padding:3px; margin-bottom: 1px; text-shadow:0 0px 0px {color:details};color:{color:details}; font-size: 11px; }
- #pag{margin-left: 115px; margin-top: 287px; width: 240px; float: left; background-color: {color:entry}; position: fixed; height: 23px; display: block; -webkit-border-radius: 0 0 10 10px}
- /*** Paginação by madlyluv.com ***/
- #paginacaoml {font-size: 8px; font-family: verdana; line-height: 18px;}
- #paginacaoml a {font-size: 8px; font-family: verdana; background: {color:entry}; margin: 5px 3px 0 0; padding: 2px 4px; color: {color:details}; text-decoration: none;}
- #paginacaoml a:hover {font-size: 8px; font-family: verdana; background: {color:entry}; border: none;}
- #paginacaoml span.pagina_atual {background: transparent; margin: 0 1px 0 0; padding: 2px 4px; color: {color:details}; text-decoration: none; font-weight: bold;}
- #paginacaoml span.info {background: {color:entry}; margin: 1px 1px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
- /*** Slideshow by Milena Brolacci ***/
- #slide {width: 350px;}
- .wait {background-color: {color:entry}; width: 240px; -webkit-border-radius: 10 10 0 0px;}
- .slidewait {width:45px; height: 50px; background-color: transparent; padding: 5px; margin-top: 40px;}
- .slideprncpl {width: 210px; height: 175px; background-color: {color:entry}; padding: 15px; -webkit-border-radius: 10 10 0 0px;}
- #heyo {width: 350px; height: 150px;}
- #entries {float: left; margin-left: 400px; margin-top:15px;}
- .posts {width: 500px; background-color: {color:entry}; padding: 15px; margin-bottom: 2px; text-align: none; font-family: verdana; font-size: 11px; position: relative;}
- h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
- .image {text-align: center; border: 0px}
- .image img {max-width: 500px; margin-bottom: 2px }
- .pquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
- .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
- .pquotesource a, a:hover{text-transform: none;}
- .chat {line-height: 13px; list-style: none }
- .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:links}}
- .person2 {color: {color:text}; padding: 2px; }
- .person2 .label {font-weight: bold; color:{color:text}}
- .player {background-color: #000; text-align: left; display:block;}
- .bubble {align:right;background: {color:background}; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
- .askborder{-webkit-border-radius: 0px 360px 360px 360px; -webkit-transition-duration: 0.6s;}.askborder:hover{ -webkit-border-radius: 40px}
- #info {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
- #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: 5px; margin-bottom: 10px; 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:entry}; margin-bottom: 5px; padding: 5px; }
- .notes img{display: none; border:0px}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- </style>
- <script type="text/javascript">
- function changeNavigation(id) {document.getElementById('heyo').innerHTML=document.getElementById(id).innerHTML}
- </script>
- <body onkeydown="return false">
- <div id="sbar2">
- <div class="sider">
- <div id="slide">
- <div id="heyo">
- <img src="{image:um}" class="slideprncpl"></div>
- <div class="wait"><center><span onClick="changeNavigation('01')"><img src="{image:dois}" class="slidewait"></span><span onClick="changeNavigation('02')"><img src="{image:tres}" class="slidewait"></span><span onClick="changeNavigation('03')"><img src="{image:quatro}" class="slidewait"></span><span onClick="changeNavigation('04')"><img src="{image:um}" class="slidewait"></span></div></center></div>
- <div id="01" style="display:none">
- <img src="{image:dois}" class="slideprncpl">
- </div>
- <div id="02" style="display:none">
- <img src="{image:tres}" class="slideprncpl">
- </div>
- <div id="03" style="display:none">
- <img src="{image:quatro}" class="slideprncpl">
- </div>
- <div id="04" style="display:none">
- <img src="{image:um}" class="slideprncpl">
- </div></div></div>
- </div>
- </div>
- <div class="cred"><a href="http://deusadegelo.tumblr.com">© theme, </a><a href="http://sorriso-forjado.tumblr.com/">+</a> feat. <a href="http://cerejadosundae.tumblr.com/">+</a></div>
- <div id="pag"><div id="paginacaoml"> <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big><big>«</big></big></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}"><big><big>»</big></big></a>{/block:NextPage}{/block:Pagination}</center></div></div>
- </div>
- <div class="descrip"><center><div class="link"><a href="{text:Link1}">{text:Link1 Title}</a> x <a href="{text:Link2}">{text:Link2 Title}</a> x <a href="{text:Link3}">{text:Link3 Title}</a> <br> <a href="{text:Link4}">{text:Link4 Title}</a> x <a href="{text:Link5}">{text:Link5 Title}</a> x <a href="{text:Link6}">{text:Link6 Title}</a></center></div></div>
- <div id="entries">
- <div class="title"><span id="bubble">{Title}</span></div><br>
- {block:Posts}
- <div class="posts">
- {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="pquote">“{Quote}”</div>
- {block:Source}<div class="pquotesource"> ~ {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}
- <sn class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {block:Audio}
- <div class="player">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-500}{/block:Video}
- {block:Answer}
- <div class="asker"><img src="{AskerPortraitURL-64}"align="left" class="askborder"/>{Asker} sussurou:</div>
- <div class="ask">
- {Question} </div>
- <div class="resposta">{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">{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"><img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"> reblog this</a>{/block:IndexPage}
- {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- </div>
- </div>{/block:Date}
- {/block:Posts}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </body></html>