Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!----
- Theme by: o-mundo-de-uma-garota|tumblr {NÃO USE COMO BASE} só adapte para o seu próprio uso e sem retirar os creditos, aliás não foi voce que fez né?! {NOT COPIE} plágio é crime se eu pegar algo tiro da minha página de themes.
- - - - - - - - - - - - - - -
- - THEME FEITO POR DUDA.R -
- - - - - - - - - - - - - - - ---->
- <head>
- <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 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;
- }
- }
- //desabilita botao direito
- function desabilitaBotaoDireito(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- if (event.button == 2 || event.button == 3)
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- //desabilita botao direito do mouse
- if ( window.Event )
- document.captureEvents(Event.MOUSEUP);
- if ( document.layers )
- document.captureEvents(Event.MOUSEDOWN);
- document.oncontextmenu = desabilitaMenu;
- document.onmousedown = desabilitaBotaoDireito;
- document.onmouseup = desabilitaBotaoDireito;
- </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>
- <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
- <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'>
- <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
- <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'>
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=yanone+kaffeesatz' rel='stylesheet' type='text/css'>
- <script src="http://static.tumblr.com/de00tfu/sb0mbfpax/jquery-1.4.2.min.js" type="text/javascript"></script><link href='http://fonts.googleapis.com/css?family=play' rel='stylesheet' type='text/css'><script src="http://static.tumblr.com/de00tfu/4xrmbfpab/zoominfo.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function() { $('.galleryimage').hover( function() { $(this).find('img').animate( { width:100, margintop:10, marginleft:10 }, 500); }, function() { $(this).find('img').animate( {width:325, margintop:0, marginleft:0 },300); }); }); </script>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#1C1C1C" />
- <meta name="color:link" content="#CDCDC1" />
- <meta name="color:link hover" content="#000" />
- <meta name="color:text" content="#CDCDC1" />
- <meta name="color:post" content="#000" />
- <meta name="color:frase" content="#CDCDC1" />
- <meta name="color:tags" content="#FF69B4" />
- <meta name="color:sidebar" content="#000" />
- <meta name="color:bordefoto" content="#4F4F4F" />
- <meta name="color:textdesc" content="#CDCDC1" />
- <meta name="color:linha" content="#000" />
- <meta name="color:borda2" content="#FF69B4" />
- <meta name="color:linkd" content="#CDCDC1" />
- <meta name="color:borda1" content="#4F4F4F" />
- <meta name="color:bgask" content="#CDCDC1" />
- <meta name="color:textask" content="#000" />
- <meta name="text:titulo" content="<i>Baby Stay Strong</i>" />
- <meta name="text:frase" content=" eu te quero pra sempre" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link5" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link6" />
- <meta name="text:Link7" content="/" />
- <meta name="text:Link7 Title" content="link7" />
- <meta name="text:Link8" content="/" />
- <meta name="text:Link8 Title" content="link8" />
- <meta name="image:sidebar" content="http://static.tumblr.com/2bh9bxo/TNambswc8/tumblr_m8237inqkj1r4hurso1_1280.jpg" />
- <meta name="image:background" content="" />
- <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Tulpen+One' rel='stylesheet' type='text/css'>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
- <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Tulpen+One' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Ruthie|Ubuntu+Mono|Economica' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
- <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
- <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
- <script src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
- <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
- <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}; font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;color:{color:text}; text-align:center; font-size:09px; background-image:url('{image:background}'); background-attachment:fixed; }
- iframe#tumblr_controls {right:3px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.2;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{
- -webkit-transition: opacity 0.7s linear;
- opacity: 1;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;}
- a {color: {color:link}; text-decoration: none; text-transform: none;}
- a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
- p {margin: 6px 0 0 0}
- blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}
- blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
- blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
- blockquote img{max-width: 400px!important}
- blockquote blockquote img{max-width: 400px!important}
- blockquote blockquote blockquote img{max-width: 400px!important}
- blockquote blockquote blockquote blockquote img{max-width: 400px!important}
- /* base por duda o-mundo-de-uma-garota |base por duda o-mundo-de-uma-garota |base por duda o-mundo-de-uma-garota |*/
- #creditosaduda {text-align:center;width:400px;margin: 20px auto 20px auto;z-index:1;}
- /*BOX,ENTRY,FONTES ,NOTES,CHAT E TAGS*/
- .omdg {width:450px; background-color:{color:post};
- padding:5px; text-align:justify;
- font-family:font-family: 'Source Sans Pro', sans-serif;
- font-size:11px;margin-bottom:1px;}
- .omdg:hover{opacity:1}
- h1 {font-family:font-family: Tulpen One; text-align:center; font-size:14px;color: {color:text};font-weight:normal;line-height:14px;}
- h1 a {text-align: center; font-size: 14px;color:{color:text};font-weight: normal; line-height: 14px;}
- h1 a:hover {text-align:center;font-size: 14px; color:{color:text};font-weight:normal; line-height:14px;}
- #omdg1{float:left; width:460px; margin-left:430px; margin-top:
- 5px; z-index:-9; padding:3px;border: 5px solid {color:linha};}
- .image {text-align:center; border:0px; opacity:0.8;}
- .image img {max-width:460px;margin-bottom:-1px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; }
- /*base duh base duh base duh base da Duda.R*/
- .baseduda {text-align:justify;cambria;font-size:11px; line-height:15px; padding:3px;margin-left:02px; border-bottom:1px solid {color:background};margin-bottom:3px; margin-top:-66px;}
- .baseduda1 {text-align: center; text-transform: none; margin-bottom:5px; font-size: 09px; font-weight: bold}
- .baseduda1 a, a:hover{text-transform: none;}
- #quote {position:relative;top:-22px;left:-3px;font-size:60px;opacity:0.3;}
- .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:text}}
- .person2 {color: {color:text}; padding: 2px; }
- .person2 .label {font-weight: bold; color:{color:text}}
- .player {background-color:#000000;text-align:left;display:block;}
- #oidata {text-align:left;border-right: 2px solid {color:borda2};border-left: 2px solid {color:borda2}; font-size:09px; font-family:calibri; text-transform: uppercase; z-index:11; padding:2px; color:{color:text};background:{color:background};}
- #oidata a {font-size:10px; color:{color:text}; text-transform: uppercase;}
- #cap {width:400px; margin-top:-2px;}
- .source {display: none;}
- .bubble { background: {color:post}; 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:post}; 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;}
- /*CREDITE*/
- .themedudar {width: 420px;
- padding: 0px;
- margin-lemargin-top: 5px;
- margin-bottom: 10px;
- font-size: 9px;
- text-align: left;
- margin-left:0px;}
- ol.themedudar {list-style: none;
- margin: 0 20px 0 0px;
- padding: 0px; z-index: 11;}
- ol.themedudar li {background-color:{color:post};
- margin-bottom: 1px; padding: 5px; }
- .themedudar 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}
- /*IMAGEM DA DUDA*/
- .duhimag {position: absolute; width:220px;
- height:282px; margin-left:155px; margin-top: 75px;
- position:fixed;border:10px solid {color:bordefoto};-webkit-border-radius: 0px 0px 0px 0px; }
- .duhimag img {position:fixed;
- -webkit-transition: all 1s ease-in-out;
- -webkit-border-radius: 0px 0px 0px 0px;
- -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out; display: block; height:280px; width: 218px;
- background-color: {color:none}; padding:0px;
- border:1px solid {color:bordefoto};margin-left:0px;
- margin-top:1px;}
- .duhimag:hover #pqpduds #ya {margin-top:-50px; opacity:0.0;
- -webkit-transition: 0.9s ease-in;
- -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; }
- .duhimag img.top { opacity:1;}
- .duhimag:hover img.top, .cf4.hover_effect img.top {opacity:0;}
- .duhimag:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray}
- #estela1 {position: fixed;
- margin-left: 333px;
- width: 40px; height: 200px;
- background-color:{color:borda1};
- margin-top: 60px;-webkit-transform: rotate(0deg);
- -webkit-transform: rotate(180deg);opacity:0.8;}
- #barra {position: fixed;
- margin-left: 133px; width: 280px;
- height: 518px; background-color:{color:sidebar};
- margin-top: 45px;-webkit-transform: rotate(0deg);
- -webkit-transform: rotate(180deg);
- -webkit-border-radius: 0px 20px 0px 20px;
- border: 4px double {color:borda1};
- box-shadow: 5px 5px 9px #000;}
- #dj3 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 353px; margin-top: 45px; color:{color:borda1}; font-size: 25px; -webkit-transform: rotate(-80deg); z-index: 1000;opacity:0.8;}
- /*LINKS LINKS LINKS*/
- #chick {width: 300px; float: left; margin-left:152px; height:15px; margin-top: 375px; padding: 3px; text-align: center; position: fixed; background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
- #chick a {float: left; margin-right: 0px; display: block; width: 33px; letter-spacing: 0px; font-family: calibri; font-size: 9px; text-transform: uppercase; text-align: center; margin-bottom: 1px; background-color: {color:sidebar}; color: {color:linkd}; text-decoration: none; height:33;line-height:30px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;border: 1px solid {color:borda1};}
- #chick a:hover{-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;text-align: center; color:{color:linkd}; background-color: {color:bordefoto}; line-height:50px;}
- /*TITULOS BY DUDA.R */
- .dukah {font-family:tinytots;
- font-size: 8px;
- font-style: none;
- height: 11px;color: {color:frase};
- background:{color:sidebar};
- border: 1px solid {color:borda1};
- margin-left:155px;margin-top:61px;
- text-transform: none;
- letter-spacing: 0px;position:fixed;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;width:175px;
- z-index:8000000000000000;line-height:14px;
- text-transform:uppercase;}
- @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- #pagina{ margin-top: 498px; margin-left: 318px; width: 88px; float: right; background-color: transparent; position: fixed; height: 24px; -webkit-border-radius: 0px 0px 0px 0px; z-index:830 }
- #paginacaoml {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; line-height: 24px;}
- #paginacaoml a {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: #fff; margin: 0 1px 0 0; padding: 2px 2px; color: {color:link}; text-decoration: none;}
- #paginacaoml a:hover {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: #fff; 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;}
- #dudss {font-family: tinytots; background-color:; {color:link}; font-size: 8px; padding: 3px 5px 5px 5px; width: 180px; margin-top: 537px; margin-left: 185px; z-index: 9; position: fixed; text-align: center; height: 20px; border:0px solid ; text-transform: none; }
- #dudss a{font-family: tinytots; font-size: 8px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; }
- #notinholaduda{z-index: 1;position:fixed;width:230px;line-height:13px;height:35px;font-size:12px; font-family:tahoma; text-align:center; color:{color:textdesc};padding: 5px; margin-top:422px; margin-left:155px;background-color:;-webkit-border-radius: 0px 0px 0px 0px;opacity:0.6;}
- #badgirl {width: 52px; float: left; margin-left:333px; margin-top: 124px; padding: 1px; text-align: center; position: fixed; -moz-transition: opacity .9s ease-in-out; -o-transition: opacity .9s ease-in-out; transition: opacity .9s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in;
- -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; background-color: transparent; height:120px; }
- #badgirl a {float: left; padding: 0px; margin-top:1px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 8px; text-align: center; width: 32px; background-color: {color:link hover}; color:{color:link}; text-decoration: none; text-transform: uppercase; height: 17px; overflow: hidden; border:0px solid {color:background}; margin-left: 3px; line-height: 17px; }
- #badgirl a:hover{text-align: center; background-color: {color:borda2}; color: {color:linkd};transparent; width:57px;}
- .frase {text-align: center;font-family:'DinerFattRegular'; font-size: 21px; font-style: none;height: 39px;color: {color:frase};background:{color:sidebar}; margin-left:279px;margin-top:378px; letter-spacing: 1px;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:112px;z-index:8000000000000000;line-height:29px; background-color:; border:2px solid {color:borda1};text-shadow: 1px 1px 1px #000;}
- .frase:hover{ -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; color:{color:borda2};}
- @font-face {
- font-family: 'DinerObeseRegular';
- src: url('http://static.tumblr.com/7w3ddo1/5icm8t82u/diner-obese-webfont.eot');
- src: url('http://static.tumblr.com/7w3ddo1/5icm8t82u/diner-obese-webfont.eot?#iefix') format('embedded-opentype'),
- url('http://static.tumblr.com/7w3ddo1/Gnum8t85r/diner-obese-webfont.woff') format('woff'),
- url('http://static.tumblr.com/7w3ddo1/X5Am8t85f/diner-obese-webfont.ttf') format('truetype'),
- url('http://static.tumblr.com/7w3ddo1/AWMm8t83t/diner-obese-webfont.svg#DinerObeseRegular') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'DinerFattRegular';
- src: url('http://static.tumblr.com/7w3ddo1/S4Qm8t80r/diner-fatt-webfont.eot');
- src: url('http://static.tumblr.com/7w3ddo1/S4Qm8t80r/diner-fatt-webfont.eot?#iefix') format('embedded-opentype'),
- url('http://static.tumblr.com/7w3ddo1/pb2m8t82d/diner-fatt-webfont.woff') format('woff'),
- url('http://static.tumblr.com/7w3ddo1/gA2m8t821/diner-fatt-webfont.ttf') format('truetype'),
- url('http://static.tumblr.com/7w3ddo1/IbMm8t81m/diner-fatt-webfont.svg#DinerFattRegular') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- ::-webkit-scrollbar {width:10px;height:auto;background:transparent;}
- ::-webkit-scrollbar-corner {background:{color:text};}
- ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:text};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:text}; border-top: 1px solid #fffcfc; border-bottom: 1px solid #fffcfc;}
- ::-webkit-scrollbar-track-piece {background:{color:background}; border-top: 1pt solid {color:borda}; border-bottom: 1pt solid {color:borda}; width:4pt;}
- -::moz-selection {color:{color:link hover}; background:{color:text};}
- ::selection {color:{color:link hover}; background:{color:text};}
- </style>
- <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
- <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
- <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('#entries').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : ".entry",
- nextSelector : "#page a#p",
- itemSelector : ".entry",
- bufferPx : 10000,
- extraScrollPx: 10000,
- loadingImg : "",
- loadingText : "",
- },
- function() { $('#entries').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <script src="http://tumbletricks.webs.com/maquina.js"></script>
- <!-------------INICIO DO <BODY>-------------->
- <body ondragstart="return false" onkeydown="return false">
- <div id="barra"></div>
- <div class="duhimag" class="hover" >
- <img class="bottom shadow" src="{image:sidebar}"alt="" title="baby im sure"style="-webkit-filter: grayscale(100%);" >
- <img class="top shadow" src="{image:sidebar}"alt="" title="baby im sure duh" /></div>
- <div id="estela1"></div>
- <div id="dj3">◤</div>
- <div class="frase"><center>{text:titulo}</center></div></div>
- <div id="notinholaduda">{Description}</div></div>
- <div id="badgirl">
- <a href="{text:Link1}" title="link1" style="opacity:0.8;">{text:Link1 Title}</a>
- <a href="{text:Link2}" title="link2" style="opacity:0.7;">{text:Link2 Title}</a>
- <a href="{text:Link3}" title="link3" style="opacity:0.5;">{text:Link3 Title}</a>
- <a href="{text:Link4}" title="link4" style="opacity:0.3;">{text:Link4 Title}</a>
- <a href="{text:Link5}" title="link5" style="opacity:0.7;">{text:Link5 Title}</a></div>
- <div id="chick">
- <a href="{text:Link6}">{text:Link6 Title}</a>
- <a href="{text:Link7}">{text:Link7 Title}</a>
- <a href="{text:Link8}">{text:Link8 Title}</a></div>
- </div>
- <center><div class="dukah"><center>{text:frase}</center></div></center>
- <div id="dudss" title="not copie"><a href="http://o-mundo-de-uma-garota.tumblr.com/" target="_blank">Theme by :o-mundo-de-uma-garota</a><font color=#e66baa> + </font>Tuto:TTHY Not copie</a>
- </div>
- <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><font color="{color:source}">«</font></a>{/block:PreviousPage}{/block:Pagination}
- Page <b>{CurrentPage}</b> <font color=#e66baa> of </font><b>{TotalPages}</b>
- {block:JumpPagination length="0"}
- {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}"><font color="{color:source}">»</font></a>{/block:NextPage}{/block:Pagination}</div></div>
- </div></div>
- <!-------NÃO MUDE NADA AQUIÊH (OMDG)-------------->
- <div id="omdg1">
- {block:Posts}
- <div class="omdg">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
- {block:Photoset}{Photoset-400}{/block:Photoset}
- <!-------------BASE DUDA 1 E 2 ---------------->
- {block:Quote}
- <div id="quote">❝</div><div class="baseduda">{Quote}</div>
- {block:Source}<div class="baseduda1"> — {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}
- {block:Audio}
- <div class="player">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-400}{/block:Video}
- {block:Answer}
- <div class="caixa">
- <aa>
- ask por: <b>{Asker}</b> em <a href="{Permalink}" target="_blank">{DayOfMonth}/{ShortMonth}/{Year}</a></aa>
- <img src="{AskerPortraitURL-40}" class="borda">
- <div class="bubble">
- {Question}</div>
- <div class="clear"></div>
- {Answer}
- <div class="clear"></div>
- </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="oidata">
- {block:Date}
- <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} <font color="{color:tags}">.</font> <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} <font color="{color:tags}"> . </font><a href="{ReblogUrl}" target="_blank">reblog baby</a><img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title="">{/block:IndexPage}
- {block:RebloggedFrom} <font color="{color:tags}"> . </font>(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> <font color="{color:tags}"> | </font> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom}
- </div>
- </div>{/block:Date}
- {/block:Posts}
- {block:PostNotes}<div class="themedudar">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </div>
- </div>
- </div>
- <!---------------FIM .. PROIBIDA A COPIA PARCIAL DESTE THEME-------->
- </html>
Advertisement
Add Comment
Please, Sign In to add comment