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 POR O-MUNDO-DE-UMA-GAROTA|TUMBLR (c) SÓ ADAPTE PARA O SEU PRÓPRIO USO' NÃO USE COMO BASE, NEM PENSE EM ME PLÁGIAR,NÃO VAMOS ME DAR DOR DE CABEÇA OK? {NOT COPIE} -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
- <head>
- <!-- BEGIN TUMBLR CODE --><iframe src="http://assets.tumblr.com/iframe.html?8&src=http%3A%2F%2Fquasebarbie.com%2F&lang=en_US&name=quasebarbie" scrolling="no" width="330" height="25" frameborder="0" style="position:absolute; z-index:1337; top:0px; right:0px; border:0px; background-color:transparent; overflow:hidden;" id="tumblr_controls"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('tumblr_controls').allowTransparency=true;</script><![endif]--><script type="text/javascript">_qoptions={qacct:"p-19UtqE8ngoZbM"};</script><script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script><noscript><img src="http://pixel.quantserve.com/pixel/p-19UtqE8ngoZbM.gif" style="display:none; border-width:0px; height:1px; width:1px;" alt=""/></noscript><!-- END TUMBLR CODE --></body>
- <script>
- // <![CDATA[
- var bgcolour="#FFC5DD"; // background colour
- var fgcolour="#999999"; // foreground colour
- var speed=120; // speed of bubbling, lower is faster
- var shades=5; // 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>
- <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
- <script src="http://code.jquery.com/jquery-latest.js"></script>
- <script>
- function bloqueio()
- {alert(mensagem);}
- document.onkeydown=bloqueio;
- </script><meta http-equiv="x-dns-prefetch-control" content="off"/>
- <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;
- }
- }
- document.oncontextmenu = desabilitaMenu;
- document.onmousedown = desabilitaBotaoDireito;
- document.onmouseup = desabilitaBotaoDireito;
- </script>
- <script language="JavaScript1.2">
- function disableselect(e){
- return false
- }
- function reEnable(){
- return true
- }
- //if IE4+
- document.onselectstart=new Function ("return false")
- //if NS6
- if (window.sidebar){
- document.onmousedown=disableselect
- document.onclick=reEnable
- }
- </script>
- <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
- function tb8_makeArray(n){
- this.length = n;
- return this.length;
- }
- tb8_messages = new tb8_makeArray(1);
- tb8_messages[0] = "{Title}";
- tb8_rptType = 'infinite';
- tb8_rptNbr = 5;
- tb8_speed = 100;
- tb8_delay = 2000;
- var tb8_counter=1;
- var tb8_currMsg=0;
- var tb8_tekst ="";
- var tb8_i=0;
- var tb8_TID = null;
- function tb8_pisi(){
- tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
- document.title = tb8_tekst;
- tb8_sp=tb8_speed;
- tb8_i++;
- if (tb8_i==tb8_messages[tb8_currMsg].length){
- tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
- }
- if (tb8_currMsg == tb8_messages.length){
- if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
- clearTimeout(tb8_TID);
- return;
- }
- tb8_counter++;
- tb8_currMsg = 0;
- }
- tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
- }
- tb8_pisi()
- </script>
- <meta name="color:background" content="#1C1C1C" />
- <meta name="font:body" content="georgia" />
- <meta name="font:title" content="georgia" />
- <meta name="color:link" content="#FF69B4" />
- <meta name="color:linkhover" content="#000000" />
- <meta name="color:text" content="#FFFFFF" />
- <meta name="color:sidebar" content="#000000" />
- <meta name="color:entry" content="#000000" />
- <meta name="color:menu" content="#FFFFFF"/>
- <meta name="color:menutext" content="#D3D3D3"/>
- <meta name="color:menuhover" content="#FFFFFF"/>
- <meta name="color:menutexthover" content="#D3D3D3"/>
- <meta name="color:bgscrollbar" content="#FFFFFF"/>
- <meta name="color:scrollbar" content="#D3D3D3"/>
- <meta name="color:source" content="#FF69B4"/>
- <meta name="color:tags" content="#FF69B4"/>
- <meta name="if:Show tags" content="1"/>
- <meta name="if:Show sidebar image" content="1"/>
- <meta name="if:Show people I follow" content="0"/>
- <meta name="if:Enable endless scrolling" content="0"/>
- <meta name="if:Show pic" content="1"/>
- <meta name="if:Show search" content="1"/>
- <meta name="image:sidebar1" content=""/>
- <meta name="image:background" content=""/>
- <meta name="text:titulo" content="Uma Frase aqui" />
- <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="Link" />
- <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}
- <style type="text/css">
- body {background-color: {color:background} ; color:{color:background};
- font-family: {font:body}; font-size:11px; line-height:110%;
- margin:0 auto 0 auto; text-align:center;
- background-image:url('{image:background}') ;
- ; background-attachment:
- fixed; }
- a {color: {color:link}; text-decoration: none; font-size: 9px; text-transform: none}
- a:hover {color: {color:linkhover}; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; }
- p{margin-top: 1px}
- blockquote{margin-left:3px; margin-right: 0px; border-left: 3px solid #e4e4e4; padding-left:3px;
- margin-top: 4px;}
- #xp {text-align: center; width: 870px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
- #sid{position: fixed; margin-left:-35px; margin-top:133px; width: 300px; height: 70px; background-color: {color:sidebar}; padding: 10px; background-attachment: fixed; -webkit-transform: rotate(-90deg); line-height:15px;}
- .sid2{float: right; width: 316px; height: 40; background-color: {color:sidebar}; padding: 2px; margin-bottom: 5px; color: {color:sidebar};}
- /* navigation */
- #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
- text-align: center; font-size: 85px;}
- .left{float:left; margin-left: 10px; width: 40px}
- .left a{text-decoration: none; font-size: 75px; line-height: 75px}
- .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
- .right{float:right; margin-right: 10px; width: 40px}
- .right a{text-decoration: none; font-size: 75px; line-height: 75px}
- .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
- #content{width: 800px; text-align: center; margin:10px auto 0 auto; padding-bottom: 150px; background-color:
- transparent; color:{color:text}; position: absolute; }
- .sidebarpic img{max-width: 200px; text-align:center; margin-top: 1px}
- #entries{float: right; background-color: transparent; text-align: center}
- .post{ width: 503px; margin: 4px 0 4px 260px; padding: 12px; text-align: justify; background-color:{color:entry}; margin-right:-104px; margin-top:63px; margin-bottom:-62px; padding-bottom:9px; padding-top:25px; padding-left:9px; padding-right:9px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
- .post img{margin: 1px 0 1px 0; -webkit-border-radius: 0px 0px 0px 0px; max-width: 500px;}
- h1{font-family: Georgia; font-style: none; font-size: 14px; font-weight:normal; letter-spacing: 0px;text-transform: uppercase; line-height: 22px; text-align:center}
- h1 a{font-size: 14px; font-weight:normal; font-style: none; letter-spacing: 0px;text-transform: uppercase; line-height: 22px; text-align:center}
- h3{font-family: Rochester; font-size:17px; letter-spacing:0px; font-weight:normal; font-style:normal; text-transform: none; line-height: 14px; margin-bottom:-15px; text-align:center}
- h3 a{ font-family: Rochester; font-size:17px; letter-spacing:0px; font-weight:normal; font-style:normal; text-transform: none; line-height: 14px; text-align:center;}
- .image{text-align: center; height: auto; margin-bottom: 3px; border: 0px;
- margin: 1px;
- border: none;
- filter: alpha(opacity=100);
- moz-opacity:1.0;
- opacity:1.0;}
- .image:hover{
- filter: alpha(opacity=75);
- moz-opacity:.80;
- opacity:.80 ;
- -webkit-transition-duration: .50s}
- .qqmarks{font-size: 80px; font-family: {font:body}; font-weight: normal; line-height: 80px; color:{color:linkbackground}}
- h2{font-size: 9px; display: block; width: 250px; color:{color:text}; background-color: {color:linkbackground}; text-align: center; margin: 0px 0px 3px 0px; padding: 3px 0 3px 0; text-transform: uppercase; text-decoration: none; font-weight: normal}
- .aspas{ position:relative; top: 15px; font-size: 80px; opacity:0.1; filter: alpha(opacity = 10); color: {background};}
- .qquote{font-family: Georgia; font-size: 15px; letter-spacing: 0px; line-height: 18px; text-transform: none; text-align: center;
- }
- .qsource{margin-top: 5px; margin-right: 15px;text-align: right; height:20px;}
- .chat{line-height: 12px; list-style: none }
- .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
- .person1 {color: {color:text} }
- .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
- .person2 {color: {color:text} }
- .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
- .iaudio{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:linkbackground}}
- .iaudio img{max-width: 180px; height: auto; padding: 20px 0 20px 0}
- .icap{margin-top: 1px}
- .source{display:none}
- .source {display:none}
- div#source {text-align: right; font-size: 9px}
- .source {display:none}
- div#source {text-align: right; font-size: 9px}
- /* post - info */
- #info{margin-top: 10px; }
- #info a{color: {color:link} !important}
- #info a:hover{color:{color:menutexthover}!important; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;}
- .line1{font-size:10px; text-transform: lowercase; margin-top: 7px}
- .line2{font-size:10px; text-transform:lowercase; clear: both}
- .line3{font-size:10px; text-transform:lowercase; clear: both}
- .ileft{float: left}
- .iright{float: right}
- .postclear{clear: both; width: 100%; visibility: hidden; height: 1px}
- .post:hover #information {opacity:1;}
- #information{position:absolute; font: 9px calibri; text-transform:none; color:{color:link}; margin-left:515px; opacity:0; height:auto; width: 120px; margin-bottom:0px; background-color:{color:entry}; margin-top:-100px; background-color:#trans; display:block; text-align:left; padding:0px 0px 0px 7px; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; border-left:3px solid #e4e4e4; font-family: verdana; padding: 5px; -webkit-border-radius: 0px 0px 0px 0px;}
- #information a{text-transform:lowercase; color:{color:text}; font-style:none; }
- #information a:hover {color: {color:text}; }
- .notes a{ font:11px Georgia!important; color:{color:permalink}!important; letter-spacing:0px; text-transform:none!important; font-style:normal!important; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; font-weight:300!important; }
- .notes a:hover {color: #999!important; }
- .date {font:9px calibri; text-transform:uppercase; color:#999;}
- .tags a{ font:9px verdana; color:{color:permalink}!important; letter-spacing:0px; text-transform:none!important; font-style:normal!important; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; font-weight:300!important; }
- .tags a:hover {color: #999!important; }
- /* asker */
- .asker {width: 480px; background-color: {color:background}; color:{color:text}; padding: 10px}
- .asker img{float: left; margin: 0px 4px 2px 0; }
- .asker a{font-size: 11px; color:{color:link}; text-transform: none; line-height: 27px; padding: 0; margin: 0; font-family: verdana; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
- .asker a:hover{font-size: 11px; color:{color:linkhover}; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:verdana;}
- .answer {padding: 4px}
- .answer img {max-width: 470px;}
- #sidebar {width: 0px; height: 0px; float: left; margin-left:106px; margin-top: 60px; padding: 5px; background-color: transparent; text-align: center; position: fixed; }
- #sidd3 {width: 158px; height: 206px; float: left; margin-left:57px; margin-top: 50px; padding: 5px; background-color: {color:entry}; text-align: center; position: fixed; }
- #top{width: 666px; height: 128px; float: left; margin-left: 107px; margin-top: -150px; padding: 10px; background-image:url('{image:background}') ; background-color: {color:background}; color:{color:menu}; text-align: center; position: fixed;
- -moz-transition: all 1.2s ease-out; -webkit-border-radius: 0px 0px 0px 0px;}
- #sid3{width: 667px; height: -2px; float: left; margin-left: 107px; margin-top: -23px; padding: 10px; background-color: {color:sidebar}; color:{color:menu}; text-align: center; position: fixed;
- -moz-transition: all 1.2s ease-out; -webkit-border-radius: 10px 10px 0px 0px;}
- #estela1 {position: fixed; margin-left: 122px; width: 13px; height: 750px; background-color:#000000; {color:barra1}; margin-top: -50px;}
- #estela2 {position: fixed; margin-left: 130px; width: 6px; height: 750px; background-color:#FF69B4; {color:barra2}; margin-top: -50px;}
- #estela3 {position: fixed; margin-left: 111px; width: 12px; height: 750px; background-color:#000000; {color:barra3}; margin-top: -50px;}
- #estela4 {position: fixed; margin-left: 1010px; width: 52px; height: 302px; background-color:#000000; {color:barra3}; margin-top: -50px;}
- .credit { width: auto; text-align: center; font-family: Just Me Again Down Here, sans-serif; font-size: 20px; color: #c1c1c1; letter-spacing: 0px; line-height: 10px; margin-top: -80px; margin-left: -3px; text-transform: none;}
- .credit:hover {
- letter-spacing: 0px;
- color:{color:source};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out; }
- #love {float: right; margin-left:90px;top:238px;width: 160px; height: 10px; position: absolute;color:#999; font-size:11px;display: block; line-height:9px; z-index:830; background: #fff; alpha(Opacity=70);opacity:.70;}
- #fashion {float: right; margin-left:90px;top:224px;width: 160px; height: 10px; position: absolute;color:#999; font-size:9px;display: block; z-index:830; background: #fff; alpha(Opacity=70);opacity:.70;}
- #cerejinha{position: fixed; margin-top:120px; float:left; margin-left: -75px; width: 250px; height: 25px; line-height:15px; text-align: justify; background-color: transp; color:#999; font-family: Just Me Again Down Here, sans-serif; padding:0px; font-size: 24px; text-align: center; -webkit-box-shadow: 0px 0px 0px #999; -moz-box-shadow: 0px 0px 0px #999; box-shadow: 0px 0px 0px #999; -webkit-transform: rotate(0deg);z-index:1000; -webkit-transform: rotate(-90deg);}
- #link5 {font-family: tinytots; background-color:#000000; transparent; color: {color:text}; font-size: 8px; padding: 3px 5px 5px 5px; width: 154px; margin-top: 140px; margin-left: 847px; z-index: 1; position: fixed; text-align: center; height: 22px; border:2px solid ; text-transform: none; }
- #link5 a{font-family: verdana; font-size: 9px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px;}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- #love:hover {color:transparent;-webkit-transition-duration: .40s; }
- #fashion:hover {color:transparent; -webkit-transition-duration: .40s;}
- #sidimg2{width: 212px; height: 112px; margin-left: -22px; margin-top: 50px; padding: 5px; background-color: {color:sidebar}; float: left; -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out; }
- #sidimg3{width: 111px; height: 20px; float: left; margin-left: -10px; margin-top: 220px; padding: 5px; background-color: {color:background}; text-align: center; position: fixed; }
- #sidimg4{width: 154px; height: 134px; margin-left: 107px; margin-top: 172px; padding: 5px; background-color: {color:sidebar}; float: left; -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out; position: fixed; z-index: 8; }
- #sidimg{width: 268px; height: 14px; float: left; margin-left: 990px; margin-top: 250px; padding: 5px; background-color: transparent; text-align: center; position: fixed; }
- #sidimg6{width: 154px; height: 163px; margin-left: 107px; margin-top: -2px; padding: 5px; background-color: {color:sidebar}; float: left; z-index:830; position:fixed; }
- .simage img {margin-bottom: 2px; margin-left: 2px; margin-top:2px; max-width: 150px; height: 133; float: left; z-index:830; opacity: 0.7; -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;}
- .simage img:hover {opacity: 0.9;}
- #sid1 {width: 113px; margin-left: 870px; height: 169px; margin-top: 0px; float:left; text-align: center; background-color: trasparente; font-size: 16px; position:fixed; padding: 5px; overflow: hidden; -webkit-transition: 1.3s ease-in;
- -moz-transition: 1.3s ease-in; transition: 1.3s ease-in;}
- #hello{text-align: justify; font-size: 9px; font-family: verdana; position: relative; margin-left: 110px; width:150px; height: 40px; background-color: {color:sidebar}; color: {color:text}; padding: 2px; margin-top: 200px; background-attachment: fixed; border-left: 0px solid {color:border}; padding:5px;z-index: 830;}
- #kitty {text-align: center; margin-top:1px; margin-bottom: -2px; font-family: verdana; font-size: 9px; color: {color:text}; letter-spacing: 0px; text-transform: none; -webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;}
- .inok {float: left; margin-top:-2px; width: 92px; margin-left: -2px; background-color:{color:sidebar}; border: 0px solid {color:sidebar}; overflow: auto; padding: 4px; height: 75px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:9px; text-align: justify;}
- .oizinho {font-family: georgia; position: fixed; margin-left: 80px; margin-top: -190px; font-size: 8px; z-index: 0;}
- .oizinho a {color: {color:source}; background-color: transparent;}
- .oizinho a:hover {color: {color:source} ;}
- .oizinho2 {font-family: georgia; position: fixed; margin-left: 80px; margin-top: -162px; font-size: 38px; z-index: 0;}
- .oizinho2 a {color: {color:source}; background-color: transparent;}
- .oizinho2 a:hover {color: {color:source};}
- #title {width: 160px; height: 32px; position: fixed; background-color: transparent; margin-left: -5px; margin-top: 30px; z-index:830;}
- .optitle{font-family: Just Me Again Down Here, sans-serif; font-size: 20px; font-style: none;
- line-height: 19px; font-weight: none; color: #FF69B4; margin-top: 5px; margin-left: -5px; text-transform: none; letter-spacing: 0px; opacity:0.8}
- ::-webkit-scrollbar{width:8px;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:{color:bgscrollbar};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:40px; background-color:{color:scrollbar};-webkit-border-radius:px;}
- #pagina{ margin-top: 358px; margin-left: 45px; width: 106px; float: right; background-color: transparent; position: fixed; height: 20px; -webkit-border-radius: 0px 0px 0px 0px;}
- /*** Paginação by madlyluv.com ***/
- #paginacaoml {font-size: 8px; font-family: Verdana, Geneva, Tahoma, sans-serif; line-height: 21px; }
- #paginacaoml a {font-size: 8px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: #eee; margin: 0 1px 0 0; padding: 1px 3px; color: #999; text-decoration: none; }
- #paginacaoml a:hover {font-size: 8px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: {color:sidebar}; border: none;}
- #paginacaoml span.pagina_atual {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: {color:link}; margin: 0 1px 0 0; padding: 1px 2px; color: #cor da fonte; text-decoration: none;}
- #pagination {width:240px; font-family:georgia; text-align:right; font-size:15px; padding:4px; font-style:italic}
- .barbie {opacity:0.9; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
- .barbie:hover {opacity:1.0}
- #clear{width: 500px; height: 30px}
- #sidotitulo {width: 162px; margin-left: 731px; height: 91px; margin-top: 0px; float:left; text-align: center; background-color:#000000; {color:background}; font-size: 9px; position:fixed; color:#FFFFFF; font-family: verdana; overflow: hidden; -moz-transition: all .8s ease-in-out; -o-transition: all .8s ease-in-out; transition: all .8s ease-in-out; -webkit-transition: all .8s ease-in-out; letter-spacing: 0px; padding-left:5px; padding-top:5px; padding-right:5px; z-index:10;-webkit-border-radius: 10px 10px 10px 10px;}
- #barra {margin-top:120px; margin-left: 98px; position: fixed; color: #d5d5d5; width:3px; height: 150px; background-color: {color:sidebar};}
- #barra2 {margin-top:0px; margin-left: -130px; position: fixed; color: #d5d5d5; width:130px; height: 2px; background-color: {color:sidebar};}
- #barra3 {margin-top:325px; margin-left: 0px; position: fixed; color: #d5d5d5; width:20px; height: 2px; background-color: {color:sidebar};}
- #cute {float: right; margin-left:-2px;top:142px;width: 124px; height: 118px; position: absolute;color: #999; font-size:50px; line-height:9px; display: block; z-index:11; background: transparent; alpha(Opacity=25);opacity:.25; -webkit-transition-duration: .70s; -webkit-transform: rotate(0deg); -webkit-transform: rotate(-112deg);}
- #usericon {float: left; border: 7px solid {color:sidebar}; margin-top: 2px; margin-left: 802px;
- }
- .dreamgirl2 {opacity:0.9}
- .dreamgirl2:hover {opacity:0.7; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
- .bg {width: 480px; background-color:{color:entrie}; color:{color:text}; margin-top: 5px; padding-right: 10px; padding-left: 5px; padding-top: 2px; padding-bottom: 3px; border-radius:8px;}
- @font-face { font-family: 'Sevillana';
- font-style: normal;
- font-weight: 400;
- src: local('Sevillana'), local('Sevillana-Regular'), url('http://themes.googleusercontent.com/static/fonts/sevillana/v1/SvsVbvy-WEK3abR3Sh8BiD8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
- }
- </style>
- <script language='JavaScript'>
- //Bloqueador de Tecla CTRL - iceBreaker http://www.icebreaker.com.br/
- function checartecla (evt)
- {if (evt.keyCode == '17')
- {alert("Comando Desativado")
- return false}
- return true}
- </script>
- </head>
- <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
- <div id="estela1"></div>
- <div id="estela2"></div>
- <div id="estela3"></div>
- <div id="estela4"></div>
- <div id="content">
- <div id="entries">
- {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
- <script type="text/javascript"
- src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
- {block:Posts}
- <div class="post">
- {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="qquote">"{Quote}"</div>
- {block:Source}<div class="qsource"><font color="{color:source}">~ {Source}</font></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}
- {block:Audio}
- <div class="iaudio">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
- {AudioPlayerGrey}
- <div class="icap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Audio}
- {block:Video}{Video-500}{/block:Video}
- {block:Answer}
- <div class="asker"><img src="{AskerPortraitURL-30}" class="barbie"><b>{Asker}</b> sussurou:<br><i>{Question}</i></div>
- <div class="answer"><br>{Answer}</div>
- {/block:Answer}
- <div class="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>
- <div id="bg">
- <div id="info">
- </div></div>
- <div id="information">
- <span class="notes"><a href="{Permalink}">{NoteCountWithLabel}</a></span><br>
- <span class="date">{block:Date}{block:NewDayDate}{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear} ♡ {12HourWithZero}:{Minutes}{AmPm}{/block:NewDayDate}{block:SameDayDate} ♡ {12HourWithZero}:{Minutes}{AmPm}{/block:SameDayDate}{/block:Date}</span><br>
- <a href="{ReblogURL}" target="_blank">Reblog ♡</a>
- {block:RebloggedFrom}
- <div class="tagtitle">
- <a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}" border="0" title="rebloguei"></a>
- <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-24}" border="0" title="original"></a>
- </div>
- {/block:RebloggedFrom}
- {block:IfShowTags}{block:HasTags}<div class="tags">Indiretas: <br />{block:Tags} <a
- href="{TagURL}"><font color="{color:tags}">#</font> {Tag} <br /></a>{/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}
- </div></div>
- {/block:Posts}
- {block:IfEnableEndlessScrolling}</div>{/block:IfEnableEndlessScrolling}
- {block:PostNotes}
- <div id="notes"><div id="notestext">{PostNotes}</div></div>
- {/block:PostNotes}
- </div>
- <div id="sidebar">
- <div id="top"></div><div id="sid3"></div>
- <div id="sidimg4">
- <div id="sidotitulo"> <center>{block:Description}{Description}{/block:Description}
- </center>
- </div>
- </div>
- <div id="cerejinha">{text:titulo}</div>
- <div id="sidimg6">
- <div class="simage"><img src="{image:sidebar1}">
- </div>
- </div>
- <div id="hello">
- <div id="kitty">
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} ۰
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2} ۰
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3} ۰
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4} ۰
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5} ۰
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6} ۰
- {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7} ۰
- {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}
- </div></div>
- <div id="cute"><div style="margin-left:30px; margin-top:40px; float:left;"><big><big><b>♥</b></big></big></div></div>
- <div class="oizinho">{block:NextPage}<a href="{NextPage}" title="next"><big><big><big><big><big><big><big>↑</big></big></big></big></big></big></big></a>{/block:NextPage}</div>
- <div class="oizinho2">{block:PreviousPage}<a href="{PreviousPage}" title="previous"><big><big><big><big><big><big><big>↓</big></big></big></big></big></big></big></a>{/block:PreviousPage}</div>
- <div id="link5" title="não copie">theme by:o-mundo-de-uma-garota<font color="{color:source}"> +</font><br> Quasebarbie</div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment