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">
- <!-- theme by 1-diaamenos, don't copy. -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <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}
- <meta name="color:Background" content="#f5f5f5" />
- <meta name="color:Entry" content="#fff" />
- <meta name="color:Link" content="#757575" />
- <meta name="color:Link hover" content="#cccbcb" />
- <meta name="color:Link Post hover" content="#FFC000" />
- <meta name="color:Credits hover" content="#FF3B8E" />
- <meta name="color:Post Title" content="#2CD7E6" />
- <meta name="color:Origin" content="#FF3B8E" />
- <meta name="color:hashtag" content="#8AE837" />
- <meta name="color:Sidebar" content="#fff" />
- <meta name="color:tt" content="#fff" />
- <meta name="color:Texts" content="#919191" />
- <meta name="color:mytitle" content="#FFFFFF" />
- <meta name="color:bgpage" content="#E7E0F1" />
- <meta name="color:balao" content="#FF8C00" />
- <meta name="color:bgside" content="#C9F2FF" />
- <meta name="image:sideimg"content="http://27.media.tumblr.com/tumblr_m3igonHRsp1r9jie3o3_250.png"/>
- <meta name="image:background" content=""/>
- <meta name="if:EndlessScroll" content="0"/>
- <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" />
- <meta name="text:Link7" content="" />
- <meta name="text:Link7 Title" content="link" />
- <meta name="text:Link8" content="" />
- <meta name="text:Link8 Title" content="twitter" />
- <meta name="text:Link9" content="" />
- <meta name="text:Link9 Title" content="link" />
- <meta name="text:Link10" content="" />
- <meta name="text:Link10 Title" content="link" />
- <meta name="text:Link11" content="" />
- <meta name="text:Link11 Title" content="link" />
- <meta name="text:Link12" content="" />
- <meta name="text:Link12 Title" content="link" />
- <meta name="text:frasebalao" content="uma frase aqui <br>pequena." />
- <meta name="text:titulo" content="algo doce aqui" />
- <script type="text/javascript">
- // <![CDATA[
- // all colours must be IN format '#NNNNNN', NOT 'red' or 'rgb(7,8,9)'
- var fgcolour="#656565"; // foreground colour
- var hlcolour="#b5b5b5"; // highlight colour
- var bgcolour="#FFFFFF"; // background colour
- var glcolour="#f8f8f8"; // colour OF glow around letters
- var speed=66; // speed colours change, 1 second = 1000
- var delay=50; // how long to wait between wipes
- var alink="/"; // page to link text to (set to ="" for no link)
- /****************************
- *Multi-Wipe Neon Text Effect*
- *(c)2003-12 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var w_txt, w_txl;
- var w_flp=bgcolour;
- var w_sty=Math.floor(Math.random()*8);
- var w_cnt=-1;
- var wipes=new Array();
- var wrand=new Array();
- window.onload=function() { if (document.getElementById) {
- var i, wiper, wipei;
- wiper=document.getElementById("wipe");
- w_txt=wiper.firstChild.nodeValue;
- w_txl=w_txt.length;
- WHILE (wiper.childNodes.length) wiper.removeChild(wiper.childNodes[0]);
- for (i=0; i<w_txl; i++) {
- wipei=document.createElement("span");
- wipei.appendChild(document.createTextNode(w_txt.charAt(i)));
- wipes[i]=wipei.style;
- wipes[i].textShadow=glcolour+" 0px 0px 5px";
- wipes[i].color=fgcolour;
- wiper.appendChild(wipei);
- }
- if (alink) {
- wiper.style.cursor="pointer";
- wiper.onclick=function() { top.location.href=alink; }
- }
- for (i=0; i<w_txl; i++) wrand[i]=i;
- wiper=setInterval("randwipe()", speed);
- }}
- function c(i, shade) {
- if (shade==bgcolour) wipes[i].textShadow="none";
- else wipes[i].textShadow=glcolour+" 0px 0px 5px";
- wipes[i].color=shade;
- }
- function randwipe() {
- var w_old;
- if (w_cnt++<w_txl+2+delay*(w_flp==fgcolour)) eval("wipe"+w_sty+"();");
- else {
- w_cnt=-1;
- w_flp=(w_flp==fgcolour)?bgcolour:fgcolour;
- w_old=w_sty;
- WHILE (w_old==w_sty) w_sty=Math.floor(Math.random()*8);
- }
- }
- function dechex(dec) { return ((dec<16)?"0":"")+dec.toString(16); }
- function wipe0() { // curtains
- if (w_cnt<Math.floor(w_txl/2)) {
- c(w_cnt, hlcolour);
- c(w_txl-w_cnt-1, hlcolour);
- }
- else if (w_cnt<w_txl) {
- c(w_cnt, w_flp);
- c(w_txl-w_cnt-1, w_flp);
- }
- }
- function wipe1() { // random
- var i, rand, temp;
- if (w_cnt==0) {
- for (i=0; i<w_txl; i++) {
- rand=Math.floor(Math.random()*w_txl);
- temp=wrand[i];
- wrand[i]=wrand[rand];
- wrand[rand]=temp;
- }
- }
- if (w_cnt<w_txl) c(wrand[w_cnt], hlcolour);
- if (w_cnt>0 && w_cnt<w_txl+1) c(wrand[w_cnt-1], w_flp);
- }
- function wipe2() { // forwards
- if (w_cnt<w_txl) c(w_cnt, hlcolour);
- if (w_cnt>0 && w_cnt<w_txl+1) c(w_cnt-1, w_flp);
- }
- function wipe3() { // backwards
- if (w_cnt<w_txl) c(w_txl-(w_cnt+1), hlcolour);
- if (w_cnt>0 && w_cnt<w_txl+1) c(w_txl-w_cnt, w_flp);
- }
- function wipe4() { // searchlight
- if (w_cnt<w_txl) c(w_cnt, hlcolour);
- if (w_cnt>0 && w_cnt<w_txl+1) c(w_cnt-1, w_flp);
- if (w_cnt>1 && w_cnt<w_txl+2) c(w_cnt-2, hlcolour);
- if (w_cnt>2 && w_cnt<w_txl+3) c(w_cnt-3, (w_flp==fgcolour)?bgcolour:fgcolour);
- if (w_cnt==w_txl+2) w_flp=(w_flp==fgcolour)?bgcolour:fgcolour;
- }
- function wipe5() { // fade
- var i;
- if (w_cnt<w_txl+3) {
- var start=(w_flp==fgcolour)?bgcolour:fgcolour;
- var temp="#";
- for (i=1; i<6; i+=2) {
- var hex1=parseInt(start.substring(i,i+2),16);
- var hex2=parseInt(w_flp.substring(i,i+2),16);
- temp+=dechex(Math.floor(hex1+(hex2-hex1)*(w_cnt/(w_txl+2))));
- }
- for (i=0; i<w_txl; i++) c(i, temp);
- }
- }
- function wipe6() { // flash
- var i;
- if (w_cnt<6*Math.floor(w_txl/6)+3) {
- if (w_cnt%6==0 || w_cnt%6==3) for (i=0; i<w_txl; i++) c(i, hlcolour);
- else if (w_cnt%6==1) for (i=0; i<w_txl; i++) c(i, w_flp);
- else if (w_cnt%6==4) for (i=0; i<w_txl; i++) c(i, (w_flp==fgcolour)?bgcolour:fgcolour);
- }
- }
- function wipe7() { // checkerboard
- var qtr=Math.floor(w_txl/4);
- if (w_cnt<qtr) {
- c(w_cnt, hlcolour);
- c(w_cnt+2*qtr, hlcolour);
- }
- else if (w_cnt<2*qtr) {
- c(w_cnt-qtr, w_flp);
- c(w_cnt+qtr, w_flp);
- }
- else if (w_cnt<3*qtr) {
- c(w_cnt-qtr, hlcolour);
- c(w_cnt+qtr, hlcolour);
- }
- else if (w_cnt<w_txl) {
- c(w_cnt-2*qtr, w_flp);
- c(w_cnt, w_flp);
- }
- }
- // ]]>
- </script>
- <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
- {block:IfEndlessScroll}
- <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
- {/block:IfEndlessScroll}
- <style type="text/css">
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- body
- {font-family:verdana;
- font-size:11px;
- color:{color:Texts};
- background-color:{color:Background};
- background-image:url('{image:Background}');
- background-position: fixed;
- background-attachment:fixed;
- background-repeat:repeat;}
- blockquote
- {border-left:0px solid;
- padding-left:0px;}
- a
- {text-decoration:none;
- color:{color:Link};}
- a:hover
- {text-decoration:none;
- color:{color:Link hover};
- opacity:1}
- .asker {width: 480px; background-color: transparent; color:#969696; padding: 5px;}
- .asker img{float: left; padding: 0px 5px 0px 0px}
- .asker a{font-size: 11px; font-weight: bold; color:#969696; text-transform: lowercase; line-height: 11px; padding: 0; margin: 0}
- .asker a:hover{font-size: 11px; font-weight: bold; color:#969696; background-color: transparent; text-transform: uppercase; line-height:11px; padding: 0; margin: 0}
- .question {font-size: 10px;}
- .answer {padding: 4px}
- .answer img {max-width: 470px;}
- #moda {font-family: verdana; background-color: #fff; color:#ACACAC; font-size: 8px; padding: 1px 3px 3px 2px; width: 62px; margin-top: 423px; margin-left: 900px; z-index: 2; position: fixed; text-align: center; height: 43px; z-index:2}
- #moda a{font-family: verdana; font-size: 8px; text-transform: uppercase; font-weight: bold; opacity:0.5}
- #moda a:hover {color: #919191}
- #lol {width: 39px; position: fixed; padding: 8px; background-color: transparent; margin-left: 140px; margin-top: 140px; color: {color:balao}; font-size: 50px; -webkit-transform: rotate(-30deg); z-index: 1000;}
- #lol2 {width: 140px; position: fixed; padding: 8px; background-color: {color:balao}; margin-left: 70px; margin-top: 120px; color: #fff; font-size: 17px; -webkit-transform: rotate(-30deg); z-index: 1000; height: 50px; -webkit-border-radius: 20px 20px 20px 20px; box-shadow: 0px 5px 20px rgba(0,0,0,0.10)}
- #home {width: 24px; position: fixed; background-color: #fff; font-size: 9px; font-family: tahoma; padding: 5px; height: 29px; margin-top: 330px; margin-left: 310px; -moz-border-top-left-radius: 0px; border-top-left-radius: 20px; z-index: 1; z-index: 1000;}
- #sideimg {display: block; margin-left: 180px; float: right; margin-top: 200px; width: auto; height: auto; background-color: transparent; position: fixed; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
- .simg img {width: 160px; height: 160px; margin-bottom: 2px; border: 4px solid #fff;}
- .simg1 img {width:160px; height: 160px; margin-bottom: 2px; border: 4px solid #FFFFFF; -webkit-transition: all 1.5s ease-out; -moz-transition: all 1.5s ease-out;}
- #sideimg2 {display: block; margin-left: 0px; float: right; margin-top: 0px; width: auto; height: auto; background-color: transparent; position: fixed; -webkit-transition: all 1.5s ease-out; -moz-transition: all 1.5s ease-out;}
- .userpic{margin-left:320px; margin-top: 550px; position:fixed; z-index:1}
- .userpic img{-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;border:2px solid #fff;}
- .userpic img:hover{-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- #pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px; -moz-border-bottom-left-radius: 10px; border-top-left-radius: 10px; z-index: 1; opacity:0.9; z-index: 77777; font-weight: bold}
- #pgs a {background: #FF8C00; margin: 30 0px 0 0; padding: 2px 4px; color:#000000; text-decoration: none; z-index: 77777; font-weight: bold}
- #pgs a:hover {background:transparent; color:#000000; border: none; opacity:0.9; z-index: 77777}
- #pgs span.pagina_atual {background: {color:sidebar}; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none; z-index: 77777; font-weight: bold}
- .pg { position:fixed !important; clear: BOTH; float: left; margin-top: 382px; margin-left: 205px; width: 197px; height: 15; font-size: 9px; padding: 2px; background-color:transparent; opacity:0.6; z-index: 77777}
- #descri {height: 50px; border-bottom: 0px solid #aaa; background-color: #fff; margin-top: 310px; margin-left: 180px; position: fixed; z-index:2; padding: 0px; width:160px; color: #000; padding: 4px; font-size:9px; text-align: center; font-family: verdana; line-height:13px; -webkit-transform: rotate(-0deg); -moz-transform: rotate(-0deg); -webkit-transition: all 1.5s ease-out; -moz-transition: all 1.5s ease-out; opacity: 0.5;}
- #ttl {float: left; margin-top: 200px; margin-left: 170px; width: 171px; background-color: {color:fundotitulo}; color: #000; padding: 5px; font-size: 18px; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: 0px; font-family: 'LavanderiaRegular';text-transform: ; height: 15px; border: 0px solid #000; }
- #ttl a{font-size: 8px; color: #FFFFFF; }
- @font-face {
- font-family: 'LavanderiaRegular';
- src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot');
- src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot?#iefix') format('embedded-opentype'),
- url('http://static.tumblr.com/2lqtwbf/RAPlyrset/lavanderia_regular-webfont.ttf') format('truetype'),
- url('http://static.tumblr.com/2lqtwbf/kb1lyrsq2/lavanderia_regular-webfont.svg#LavanderiaRegular') format('svg');
- font-weight: normal;
- font-style: normal;}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- #inicio {width: 140px; position: fixed; padding: 8px; background-color: transparent; margin-left: -72px; margin-top: -2px; color: #000; font-size: 13px; z-index: 1000; height: 50px; font-family: cursif;}
- #side2{ float: left; top: 260px; margin-left: 165px; height: 100px; width:5px; position: fixed; background-color: transparent; padding: 0px; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out; box-shadow: 0px 5px 20px rgba(0,0,0,0.10)}
- .s1 {text-align: center; position: fixed; margin-top: 0px; margin-left:0px;}
- .s1 a {display: block; letter-spacing: 1px; font-family:consolas; font-style:italic;
- font-size: 10px; text-align: center; margin-bottom: 1px; width: 4px; text-transform: lowercase; height: 10px; background-color: #fff; color: transparent; text-decoration: none; padding: 3px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -moz-border-top-left-radius: 50px; border-top-left-radius: 50px; z-index: 1; }
- .s1 a:hover {text-align: center; letter-spacing: 1px; background-color: #fff; color:#FF8C00 ;width: 90px; margin-left:-86px; -moz-border-top-left-radius: 50px; border-top-left-radius: 50px; -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px;}
- .s2 {text-align: center; position: fixed; margin-top: 5px; margin-left:0px;}
- .s2 a {display: block; letter-spacing: 1px; font-family:consolas; font-style:italic; font-size: 10px; text-align: center; margin-bottom: 1px; width: 4px; text-transform: lowercase; height: 10px; background-color: #fff; color: transparent; text-decoration: none; padding: 3px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
- .s2 a:hover {text-align: center; letter-spacing: 1px; background-color: #fff; color:#FF8C00;width: 60px; margin-left:-56px; -moz-border-top-left-radius: 50px; border-top-left-radius: 50px; -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px;}
- .s3 {text-align: center; position: fixed; margin-top: 10px; margin-left:0px;}
- .s3 a {display: block; letter-spacing: 1px; font-family:consolas; font-style:italic; font-size: 10px; text-align: center; margin-bottom: 1px; width: 4px; text-transform: lowercase; height: 10px; background-color: #fff; color: transparent; text-decoration: none; padding: 3px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
- .s3 a:hover {text-align: center; letter-spacing: 1px; background-color: #fff; color:#FF8C00;width: 110px; margin-left:-106px; -moz-border-top-left-radius: 50px; border-top-left-radius: 50px; -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px;}
- .s4 {text-align: center; position: fixed; margin-top: 15px; margin-left:0px;}
- .s4 a {display: block; letter-spacing: 1px; font-family:consolas; font-style:italic;font-size: 10px; text-align: center; margin-bottom: 1px; width: 4px; text-transform: lowercase; height: 10px; background-color: #fff; color: transparent; text-decoration: none; padding: 3px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
- .s4 a:hover {text-align: center; letter-spacing: 1px; background-color: #fff; color:#FF8C00 ;width: 80px; margin-left:-76px; -moz-border-top-left-radius: 50px; border-top-left-radius: 50px; -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px;}
- .s5 {text-align: center; position: fixed; margin-top: 30px; margin-left:0px;}
- .s5 a {display: block; letter-spacing: 1px; font-family:consolas; font-style:italic; font-size: 10px; text-align: center; margin-bottom: 1px; width: 4px; text-transform: lowercase; height: 10px; background-color: #fff; color: transparent; text-decoration: none; padding: 3px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; }
- .s5 a:hover {text-align: center; letter-spacing: 1px; background-color: #fff; color:#FF8C00 ;width: 100px; margin-left:-96px; -moz-border-top-left-radius: 50px; border-top-left-radius: 50px; -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px;}
- .s6 {text-align: center; position: fixed; margin-top: 45px; margin-left:0px;}
- .s6 a {display: block; letter-spacing: 1px;font-style:italic; font-family:consolas; font-size: 10px; text-align: center; margin-bottom: 1px; width: 4px; text-transform: lowercase; height: 11px; background-color: #fff; color: transparent; text-decoration: none; padding: 2px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;-moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px; z-index: 1; }
- .s6 a:hover {text-align: center; letter-spacing: 1px; background-color: #fff; color:#FF8C00 ;width: 120px; margin-left:-100px; -moz-border-top-left-radius: 50px; border-top-left-radius: 50px; -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px;}
- #likeit{position: fixed;
- width:10px;
- height: 10px;
- background-color:transparent;
- padding:6px;
- margin-top: 360px;
- margin-left: 90px; z-index:2}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- div#credit {background-color: #fff; font-weight: normal; text-transform: uppercase; letter-spacing: 0px; color: #000000; text-align: center; width:166px; height:9px; line-height: 11px; position: absolute; font-family: tinytots; margin-top: 370px; margin-left: 180px; position: fixed; padding: 1px; font-size: 8px;}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- #oi {margin-top:-280px; position:fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;}
- #oi:hover {margin-top:-350px;}
- #more {margin-left: 50px; margin-top: 84px; width: 60px; font-size: 9px; height:6px; text-align: center; background-color: #fff; font-family: tahoma; line-height: 5px; color: #000000; position: fixed; padding: 4px; text-transform: normal; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-border-radius: 7px 7px 0px 0px;}
- #links{font-size: 9px; font-family: verdana; margin-left: 0px; width: 157px; background-color: #fff; text-align: justify; padding: 5px; margin-top: 100px; height: auto; height:55px; border:1px solid #f1f1f1; position:fixed;}
- #links a {float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 78px; background-color:{color:balao}; height: 17px; color:#fff; text-decoration: none; text-transform: none; line-height: 17px; -webkit-transition: all 1.4s ease-out; -moz-transition: all 1.4s ease-out;}
- #links a:hover {color: #000; background-color: #fff; text-align: center; letter-spacing: 0px;}
- .x1 {clear: BOTH; float: left; width: 116px; margin-top: 72px; text-align: center; margin-left: 178px; text-shadow: 1px 2px 6px #000; position: fixed; z-index: 2}
- .x1 a {float: left; margin-right: -2px; display: block; width: 50px; font-family: verdana; letter-spacing: 1px; font-size: 8px; text-align: center; margin-bottom: 1px; background-color: transparent; color:#fff;; text-decoration: none; text-transform: uppercase; height: 5px; line-height: 12px;-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; padding: 4px;}
- .x1 a:hover {background-color:transparent; color:#55555; text-transform: uppercase; letter-spacing: 1px}
- div#entries{left:50%; margin-left:369px; margin-top:20px; width:510px;}
- div#posts{width: 500px; background-color:{color:entry}; text-align: justify; padding: 15px; margin-bottom: 1px; box-shadow: 0px 5px 20px rgba(0,0,0,0.10)}
- h1 {font-family: verdana; text-align: center; font-size: 12px; color:{color:Post Title}; font-weight: normal; line-height: 14px; text-transform: uppercase}
- h1 a {text-align: center; font-size: 12px; color:{color:Post Title}; font-weight: normal; line-height: 14px; text-transform: uppercase}
- h1 a:hover {text-align: center; font-size: 12px; color:{color:Post Title}; font-weight: normal; line-height: 14px; text-transform: uppercase}
- h2 {font-family: verdana; text-align: center; font-size: 12px; color:{color:Link Post hover}; font-weight: normal; line-height: 13px;}
- h2 a {text-align: center; font-size: 12px; color:{color:Link Post hover}; font-weight: normal; line-height: 13px;}
- h2 a:hover {text-align: center; font-size: 12px; color:{color:Link Post hover}; font-weight: normal; line-height: 13px;}
- ::-webkit-scrollbar{width:10px;height:8px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color:#F7F7F7;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#FFFFFF;-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#FFFFFF;-webkit-border-radius:px}
- .source {display:none}
- div#source {text-align: right; font-size: 9px;}
- .source {display:none}
- div#source {text-align: right; font-size: 9px;}
- .info {font-family:verdana; font-size: 9px; text-align:center;}
- .coerapa {margin-top: -5px; border-left: -1px solid {color:entry}; padding: 2px; background-color: {color:entry}; text-align: left; font-size: 9px; font-family: verdana}
- .coerapa a {font-size: 9px;}
- .noite {float:right; margin-center: 0px; margin-top: -5px; text-align: center; font-size: 0px; color: {color:infotext};}
- .noite a{font-size: 0px; text-align: center; color: {color:infotext};}
- .tags{font-size:9px; display: inline}
- img a{border:none; width:500px;text-align:center}
- .q {padding:10px; font-style: italic; text-indent: 20px}
- .a {padding-top: 3px}
- blockquote {border-left:0px {color:text} solid; padding-left:0px; }
- b, strong{color:{color:text}}
- i, em {color:;}
- p{margin-top:5px; margin-bottom:5px}
- blockquote {padding:0px; padding-left:0px; margin:0px; border-left:0px solid #ffffff}
- img a{border:none; width:100%}
- .audio{background-color:black; display:block;}
- .user_1 .label {color:{color:text}; font-weight:bold}
- .user_2 .label {color:{color:text}; font-weight:bold}
- ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
- .q{font-family: Georgia; font-size: 14px; text-align: center; padding: 10px;
- }
- .notes img{width:10px; position:relative; top:1px;}
- ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
- iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
- .xquote {font-family: verdana; text-align: center; font-size: 12px; line-height: 14px; padding: 3px;}
- .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px; color:{color:Origin}}
- .xquotesource a, a:hover{text-transform: none; color: {color:text}}
- .notes img{width:10px; position:relative; top:1px;}
- ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
- iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
- </style>
- <meta name="robots" content="noindex"/>
- <!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS -->
- <!-- If you'd LIKE to specify your OWN OPEN Graph tags, define the og:url AND og:title tags IN your theme's HTML. -->
- <!-- Read more: http://ogp.me/ -->
- <meta property="fb:app_id" content="48119224995" />
- <meta property="og:title" content="The Maniac Icons" />
- <meta property="og:url" content="http://themaniac-icons.tumblr.com/" />
- <meta property="og:description" content="here" />
- <meta property="og:type" content="tumblr-feed:tumblelog" />
- <meta property="og:image" content="http://27.media.tumblr.com/avatar_3be58017d4a2_128.png" />
- <!-- END TUMBLR FACEBOOK OPENGRAPH TAGS -->
- <meta http-equiv="x-dns-prefetch-control" content="off"/>
- </head>
- <script type="text/javascript">var switchTo5x=false;</script><script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script><script type="text/javascript">stLight.options({publisher:''});</script>
- <body onkeydown="return false">
- </center></div></div>
- {block:IfEndlessScroll}
- <a style="position:fixed;bottom:10px;right:10px;font-size:10px;font-family:verdana" href="#top" class="texte">back to top</a>{/block:IfEndlessScroll}
- <div id="moda"><div style="margin-top: 3px"><a href="http://themaniac-icons.tumblr.com/">click AND check the <b><i>best</b></i> blog OF icons ♥</a></div></div>
- <div id="left">
- {block:IfNotEndlessScroll}
- {/block:IfNotEndlessScroll}
- <div id="lol2">{text:frasebalao}</cemter></div>
- <div id="lol">▼</div>
- <div id="side2">
- <div class="s1">
- <a href="{text:Link7}">{text:Link7 Title}</a>
- </div>
- <div class="s2">
- <a href="{text:Link8}">{text:Link8 Title}</a>
- </div>
- <div class="s3">
- <a href="{text:Link9}">{text:Link9 Title}</a>
- </div>
- <div class="s4">
- <a href="{text:Link10}">{text:Link10 Title}</a>
- </div>
- <div class="s5">
- <a href="{text:Link11}">{text:Link11 Title}</a>
- </div>
- <div class="s6">
- <a href="{text:Link12}">{text:Link12 Title}</a>
- </div>
- </div>
- <div id="credit"> <a href="http://1-diaamenos.tumblr.com">THEME</a> + <a href="http://g-alaxia.tumblr.com/">INSP? love</a>; Don't copy! <a href="/page/2"><big>»</big></a>
- <div id="oi">
- <div id="more"><font color=#FF8C00>+</font> links</div>
- <div id="links">
- <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>
- <div id="sideimg"><div class="simg1">
- <img src="{image:sideimg}"></div></div>
- <div id="sideimg2"><div id="descri">
- {Description}
- </div></div>
- </div>
- <div id="home"><a href="/"><img src="http://static.tumblr.com/ejm8w78/lhflz2pxj/home.png" width=15px"><font color=#FF8C00>home</font></a></div>
- <div id="ttl"><span id="wipe">{text:titulo}</span></div>
- <div class="pg"><div id="pgs"> <center>
- {block:JumpPagination length="4"}
- {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- </center></div></div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Quote}
- <div class="xquote">“{Quote}”</div>
- {block:Source}<div class="xquotesource"> — {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}><h2>{Name} </h2></a>
- {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div id="asker"><b>{Asker} ama meus <b>icons</b> e sussurrou:</b> {Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- <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>
- <br>
- <div class="info">
- <div class="noite">{block:RebloggedFrom}via <a href="{ReblogParentURL}"
- title="{ReblogParentTitle}">{ReblogParentName}</a> (originally <a href="{ReblogRootURL}"
- title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}</div></div>
- <div style="color:{color:hashtag}"><div class="coerapa"><div class="ddb"><div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}</div></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}
- {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></div>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment