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: 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 .
- TUTOS: REVOLUTIONHTML and HTMLUV;
- - - - - - - - - - - - - - -
- - THEME FEITO POR DUDA.R -
- - - - - - - - - - - - - - - ---->
- <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Economica|Ubuntu+Condensed' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
- <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#box');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.post',
- isAnimated : true
- });
- });
- $wall.infinitescroll({
- navSelector : "div#navigation",
- nextSelector : "div#navigation a#nextPage",
- itemSelector : '.post',
- loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
- loadingText : " ",
- donetext : " ",
- extraScrollPx : 9000,
- bufferPx : 10000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#box').show(500);
- });
- </script>
- <head>
- <script>
- $(document).ready(function() {
- //
- //When you click on a link with class of poplight and the href starts with a #
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- //Pull Query & Variables from href URL
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- //Fade in the Popup and add close button
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/2bh9bxo/iTXmdcocj/sbdb.gif" class="btn_close" title="Volte My boo" alt="Close" /></a>');
- //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- //Fade in Background
- $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
- return false;
- });
- //Close Popups and Fade Layer
- $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <!-- APPERENCE OMDG -->
- <meta name="image:background" content="http://static.tumblr.com/a773fa76d5838c31b10c30e2a6dff0c8/2bh9bxo/0RFmh3f1w/tumblr_static_bgtthy.png" />
- <meta name="image:fotodr" content="http://static.tumblr.com/e381c084035ca62c0f91db32974d2244/2bh9bxo/ozAmh3gp8/tumblr_static_tumblr_static_tumblr_mgue2sovmd1rwu2who1_400.jpg" />
- <meta name="image:fundo" content="http://media.tumblr.com/tumblr_m3jy0yGDD41r6gjr6.jpg" />
- <meta name="image:barra" content="http://media.tumblr.com/tumblr_m7kqnmatuW1r6gjr6.png" />
- <meta name="image:sidebar" content="http://media.tumblr.com/tumblr_m7kqp6UN2C1r6gjr6.png" />
- <meta name="image:link" content="http://media.tumblr.com/tumblr_m3jy0yGDD41r6gjr6.jpg" />
- <meta name="text:frase" content="Mô hoje te quero muuitão" />
- <meta name="text:frase2" content="Mô hoje te quero muuitão" />
- <meta name="text:fraseft" content="seu nome" />
- <meta name="color:background" content="#1c1c1c" />
- <meta name="color:link" content="#8B8989" />
- <meta name="color:text" content="#8B8989" />
- <meta name="color:bghover" content="#EE799F" />
- <meta name="color:linkshover" content="#1c1c1c" />
- <meta name="color:links" content="#fff" />
- <meta name="color:text desc" content="#8B8989" />
- <meta name="color:borda" content="#1c1c1c" />
- <meta name="color:borda2" content="#EE799F" />
- <meta name="color:bordaimg" content="#1c1c1c" />
- <meta name="color:abc" content="#EE799F" />
- <meta name="color:italico" content="#8B8989" />
- <meta name="color:linhadopost" content="#1c1c1c" />
- <meta name="color:post" content="#000" />
- <meta name="color:sidebar" content="#000" />
- <meta name="color:scrollbar" content="#000" />
- <meta name="color:frase" content="#8B8989" />
- <meta name="color:tags" content="#EE799F" />
- <meta name="color:sombra" content="#8B8989" />
- <meta name="color:bgask" content="#1c1c1c" />
- <meta name="color:pag" content="#8B8989" />
- <meta name="if:Show tags" content="1"/>
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="home" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="askbox" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link" />
- <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="text:Link9" content="/" />
- <meta name="text:Link9 Title" content="link9" />
- <meta name="text:Link10" content="/" />
- <meta name="text:Link10 Title" content="link10" />
- <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}
- <!----------------FONTES-------?-------->
- <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' 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=Anonymous+Pro' 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=Rochester' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' 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'>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <link href='http://fonts.googleapis.com/css?family=Raleway+Dots' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Emilys+Candy|Butterfly+Kids|Federo|Quicksand|Antic+Didone|Josefin+Slab|Raleway+Dots|Cedarville+Cursive|Damion|Dawning+of+a+New+Day|Rancho|Marvel' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic' 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=Akronim' 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=Courgette' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Vibur' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" href="http://static.tumblr.com/5dbytsa/VYmmcwtwj/entrada.css" media="screen"/>
- <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
- <!------------------eita duh--------------------->
- <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- // <![CDATA[
- var speed=100; //
- var height=3; //
- var alink="/"; // page to link text to (set to ="" for no link)
- /****************************
- ****************************/
- var wobtxt, wobble, wobcnt=0;
- window.onload=function() { if (document.getElementById) {
- var i, wobli;
- wobble=document.getElementById("wobble");
- wobtxt=wobble.firstChild.nodeValue;
- while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
- for (i=0; i<wobtxt.length; i++) {
- wobli=document.createElement("span");
- wobli.setAttribute("id", "wobb"+i);
- wobli.style.position="relative";
- wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
- if (alink) {
- wobli.style.cursor="pointer";
- wobli.onclick=function() { top.location.href=alink; }
- }
- wobble.appendChild(wobli);
- }
- setInterval("wobbler()", speed);
- }}
- function wobbler() {
- for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
- wobcnt++;
- }
- // ]]>
- </script>
- <style type="text/css">
- body {background-color: {color:background}; font-family: Century Gothic; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
- a {color: {color:link}; text-decoration: none; text-transform: none;}
- a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
- p {margin: 6px 0 0 0}
- blockquote {margin: 5px 5px 5px 5px; border-left: 1px solid {color:background}; padding-left: 5px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 1px solid {color:background};}
- blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 1px solid {color:background}; }
- blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
- blockquote img{max-width: 470px!important}
- blockquote blockquote img{max-width: 450px!important}
- blockquote blockquote blockquote img{max-width: 430px!important}
- blockquote blockquote blockquote blockquote img{max-width: 410px!important}
- #container {background-color: ; width: 900px; margin: 0 auto 10px auto; background: {color:background}}
- /**-------------BASE DUH------------?---------------**/
- #baseduh {margin-left: 353px; width: 700px; margin-top: 170px; }
- .omdg {background:{color:post};{block:IndexPage}width: 290px;
- border: solid 5px {color:linhadopost};text-align: justify;
- padding: 9px; float: left;
- margin: 4px 0 0 4px;{/block:IndexPage}{block:PermalinkPage}
- padding:10px; width:300px; margin-top: 8px; height:auto;
- background-color: {color:post};
- text-align: left; margin-left:7px;
- {/block:PermalinkPage}}
- #baseduh:hover{-webkit-transition: all .7s ease-out;
- -moz-transition: all .7s ease-out;opacity:1}
- .omdg img{width: 285px; padding: 3px;
- border: 1px solid {Color:background}}
- .omdg:hover #baseduh2 {opacity: 1;}
- h1 {font-family:Muli ; border-bottom: 1px dashed {color:borda2};text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 14px;}
- h1 a {text-align: center; font-size: 13px;color: {color:text}; font-weight: normal; line-height: 14px;}
- h1 a:hover {text-align: center; font-size: 13px; color: {color:text}; font-weight: normal; line-height: 14px;}
- .image {text-align: center; width: 248px; border: 0px}
- .image img {max-width: 272px; margin-bottom: 2px }
- .duggs {font-size: 18px; font-family: Rochester;
- letter-spacing: 0px; line-height: 13px;
- text-transform: none;text-align: center;
- font-style: none; margin-top:-65px;
- margin-bottom: 2px;color:{color:text}}
- .queroaspas{ position:relative; top: -20px;
- font-size: 60px; opacity:0.2;
- filter: alpha(opacity = 10); color: #fff;}
- .dolls {background: URL('{image:fundo}');font-size: 13px;-webkit-border-radius: 10px 10px 10px 10px;font-family: pacifico;margin-bottom: 8px; }
- /*—-Chat por Duda.R [OMDG] exclusive por revolutionhtml—*/
- .chat {font-family: calibri;background:{color:sidebar};
- font-size:12px; }
- .chat .RH { border: 1px solid {color:borda}; margin-bottom: 1px; background-color: {color:background};padding: 4px 5px 4px 5px;color:{color:text};}
- .chat .RH span{margin-left:-4px;font-size:13px;border-right: 3px solid {color:borda2};background-color: {color:sidebar};padding: 4px 4px 4px 4px;-webkit-border-radius: 20px 0px 0px 20px;font-family:Courgette;}
- .player {background-color: #000; text-align: left; display:block;}
- .question {color:{color:text};font-size: 11px;font-weight: normal;fon-family: verdana;line-height:95%;background: {color:bgask};position: relative;min-height:70px;padding:10px 15px;margin-bottom:2px;margin-right:-10px;}
- .questionarrow {font-size:30px;color:{color:bgask};vertical-align:middle;margin-left:-5px!important;}
- .asker {width:280px; text-align:right; text-transform:lowercase; color:{color:text};}
- .asker a {color:{color:text};}
- .asker img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
- .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
- .asking a{color:{color:text};}
- .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
- .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
- .answer {color:{color:answer};}
- /**------------------BASE DUH 3 E 2 [NOTES E SOUCE]-------?---*****/
- .baseduh3 {opacity:; -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- border-top: solid 1px {color:linhadopost};
- border-bottom: solid 0px {color:text};letter-spacing: 1px}
- .baseduh3:hover {opacity: 0.9;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;letter-spacing: 1px}
- #baseduh2 {text-align: left; margin-top:6px;
- font-size: 11px; font-family: Ubuntu Mono;
- z-index: 11;background:{color:background};}
- #baseduh2 a {font-size: 10px; color:{color:link};}
- #tags {color: {color:text}; font-size: 9px; font-family: calibri; display: inline; list-style: none; text-transform: none; color:{color:text};background:{color:background};-webkit-border-radius: 0px 0px 20px 20px;}
- #tags a {font-size: 10px; font-family: Ubuntu Mono; display: inline; list-style: none; text-transform: none; color:{color:text};}
- #cap {width: 280px; margin-top: -2px;}
- .source {display: none;}
- .notes {width: 250px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
- ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
- ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
- .notes img{display: none; border:0px}
- #duggs2 {position: fixed; margin: 0px 0px 0px -500px;}
- /***--- SCROLLBAR---?----***/
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:borda2};height:50px; border:5px solid {color:scrollbar};}
- ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:borda2};}
- ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:scrollbar};}
- /****----------------EFEITINHO--------------?------*****/
- @-webkit-keyframes smallToBig{from {-webkit-transform: scale(1);}to {-webkit-transform: scale(1.1);}}
- @-moz-keyframes smallToBig{from {-moz-transform: scale(1);}to {-moz-transform: scale(1.1);}}
- 3
- /***-----------NEGRITO ITALICO E SUBLINHADO-----?---***/
- b, strong, bold {color:{color:abc};}
- u,underline {color:{color:text}; border-bottom: 1px dotted {color:italico}; text-decoration:none; }
- i, em{color:{color:text};}
- /*----Efeito imagem por Duda.R exclusive por revolutionhtml--?--*/
- .duhimag3 {position: absolute;width:160px;height:130px;margin-left:60px;
- margin-top: 5px;position:fixed;border:10px solid {color:bordaimg}; }
- .duhimag3 img {position:fixed; -webkit-transition: all 1s ease-in-out;
- -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:130px;width: 160px;padding:0px;margin-left:0px;
- margin-top:0px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0}
- .duhimag3 img:hover {}
- /***----------- A PARTE DA SID---------?------***/
- #estela1 {position: fixed; margin-left: 412px; width:314px; height: 398px; background-color:{color:sidebar}; margin-top: -29px; -webkit-transform: rotate(0deg);-webkit-border-radius: 10px 10px 10px 10px; -webkit-transform: rotate(0deg);box-shadow: 3px 3px 9px {color:sombra};border: 1px dashed {color:borda};}
- /***-------------TITULOS---------------?---------***/
- #duka {margin-left:189px;margin-top:15px; height:50px; line-height:22px;float:left; position:fixed; width:156px; font-family: 'Pacifico'; font-size:20px; text-align: center;background:{color:sidebar};
- color:{color:frase} ; letter-spacing:-1px; z-index:11; text-transform: none;-webkit-border-radius: 5px 5px 5px 5px;border: 1px dashed {color:borda2};-webkit-transform: rotate(-8deg);}
- @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
- /******----------------DESCRIÇÃO--------?--------******/
- .notinholaduda {margin-left: 522px; margin-top: 104px; width:185px; font-size: 11px; height: 28px; text-align: center; transparent; font-family:Muli; color: {color:text desc}; position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px;
- -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;text-shadow: 3px 3px 9px {color:sombra};background: URL('{image:sidebar}');-webkit-border-radius: 20px 10px 30px 10px;border-left: 5px dashed {color:borda2};-webkit-transform: rotate(8deg);}
- .barbie-e {margin-left:555px;margin-top: 60px; height:24px; line-height:25px;float:left; position:fixed; width:540px; font-family: 'Akronim'; font-size:69px; text-align: left; text-shadow: 3px 3px 5px 4px {color:sombra};
- color:{color:borda2}; letter-spacing:-1px; z-index:11; text-transform: none; text-shadow: 3px 3px 5px 4px {color:sombra};}
- /***-------------BORDAS -------------?-----***/
- #barra {position: fixed; margin-left: 225px; width:785px; height: 190px; background-color:{color:borda};margin-top: -195px; -webkit-transform: rotate(0deg);background: {color:sidebar};border: 1px dashed {color:linhadopost};background: URL('{image:sidebar}');}
- #barra1 {position: fixed; margin-left: 234px; width:60px; height: 754px; margin-top: -13px; -webkit-transform: rotate(0deg);-webkit-transform: rotate(0deg);background:{color:borda2};-webkit-border-radius: 15px 0px 0px 15px; border-left: 1px dashed {color:borda};background: URL('{image:barra}');}
- .barra2 {position: fixed; margin-left: 460px; width:9px; height: 54px; background-color:{color:borda2};margin-top: 104px; -webkit-transform: rotate(0deg);-webkit-transform: rotate(180deg);-webkit-border-radius: 0px 0px 20px 20px;}
- /***LINKS BY DUDA.R***/
- #nossadudex {font-family: tinytots; background-color:{color:linkshover}; color: {color:omdg}; font-size: 14px; padding: 3px 5px 5px 5px; width: 30px;text-shadow: 0px 0px 9px {color:duda};-webkit-border-radius: 5px 5px 5px 5px; margin-top: 113px; margin-left: 243px; z-index: 1; position: fixed; text-align: center; height: 21px; border:1px dashed {color:borda2} ; text-transform: none;}/*links o-mundo-de-uma-garota*/
- #nossadudex a{font-family: verdana; font-size: 10px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; color: {color:omdg}; }/*links o-mundo-de-uma-garota*/
- #nossadudex1 {font-family: tinytots; background-color: {color:linkshover}; color: {color:omdg}; font-size: 14px; padding: 3px 5px 5px 5px; width: 30px;text-shadow: 0px 0px 9px {color:duda};-webkit-border-radius: 5px 5px 5px 5px; margin-top: 154px; margin-left: 243px; z-index: 1; position: fixed; text-align: center; height: 21px; border:1px dashed {color:borda2} ; text-transform: none; }/*links o-mundo-de-uma-garota*/
- #nossadudex a{font-family: verdana; font-size: 10px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; color: {color:omdg}; }/*links o-mundo-de-uma-garota*/
- #nossadudex2 {font-family: tinytots; background-color: {color:linkshover}; color: {color:omdg}; font-size: 14px; padding: 3px 5px 5px 5px; width: 30px;text-shadow: 0px 0px 9px {color:duda};-webkit-border-radius: 5px 5px 5px 5px; margin-top: 193px; margin-left: 243px; z-index: 1; position: fixed; text-align: center; height: 21px; border:1px dashed {color:borda2}; text-transform: none; }/*links o-mundo-de-uma-garota*/
- #nossadudex a{font-family: verdana; font-size: 10px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; color: {color:omdg}; }/*links o-mundo-de-uma-garota*/
- #menu { float: left; margin-top: -130px; padding: 3px; text-align: center;margin-left:567px; position: fixed; height:25px;background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:1000;width: 385px; -webkit-transform: rotate(10deg); }
- #menu a {float: left; margin-right: 0px; display: block; width: 42px; letter-spacing: 0px; font-family: calibri; font-size: 9px; text-transform: uppercase; text-align: center; margin-bottom: 1px; background-color:{color:linkshover} ; color: {color:links}; text-decoration: none; height:20px;line-height:20px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-top:1px; text-shadow: 2px 4px 10px {color:sombra}; -webkit-border-radius: 20px 20px 20px 0px;border-left: 1px dashed {color:borda2}; }
- #menu a:hover{-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;text-align: center; background:{color:bghover}; color:{color:links}; box-shadow: inset 0 0 0 15px rgba(255,255,255,0.3), 0 0px 0px rgba(0,0,0,0.4);
- }
- #menu4 { float: left; margin-top: -123px; padding: 3px; text-align: center;margin-left:567px; position: fixed; height:25px;background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:1000;width: 385px; -webkit-transform: rotate(-10deg); }
- #menu4 a {float: left; margin-right: 0px; display: block; width: 42px; letter-spacing: 0px; font-family: calibri; font-size: 9px; text-transform: uppercase; text-align: center; margin-bottom: 1px; background-color:{color:linkshover} ; color: {color:links}; text-decoration: none; height:20px;line-height:20px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-top:1px; text-shadow: 2px 4px 10px {color:sombra}; -webkit-border-radius: 20px 20px 20px 0px;border-right: 1px dashed {color:borda2}; }
- #menu4 a:hover{-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;text-align: center; background:{color:bghover}; color:{color:links}; box-shadow: inset 0 0 0 15px rgba(255,255,255,0.3), 0 0px 0px rgba(0,0,0,0.4);
- }
- #menu1 { float: left; margin-top: -68px; padding: 3px; text-align: center;margin-left:270px; position: fixed; height:25px;background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:1000;width: 385px; -webkit-transform: rotate(10deg); }
- #menu1 a {float: left; margin-right: 0px; display: block; width: 49px; letter-spacing: 0px; font-family: calibri; font-size: 9px; text-transform: uppercase; text-align: center; margin-bottom: 1px; background-color:{color:linkshover}; color: {color:links}; text-decoration: none; height:40px;line-height:20px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-top:1px; text-shadow: 2px 4px 10px {color:sombra}; -webkit-border-radius: 30px 30px 30px 30px; border: 1px dashed {color:borda2};}
- #menu1 a:hover{-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;text-align: center; background:{color:bghover}; color:{color:links}; box-shadow: inset 0 0 0 15px rgba(255,255,255,0.3), 0 0px 0px rgba(0,0,0,0.4);
- }
- #menu2 { float: left; margin-top: -58px; padding: 3px; text-align: center;margin-left:673px; position: fixed; height:25px;background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:1000;width: 385px; -webkit-transform: rotate(0deg); }
- #menu2 a {background: URL('{image:link}');-webkit-border-radius: 10px 10px 10px 10px;float: left; margin-right: 0px; display: block; width: 49px; letter-spacing: 0px; font-family: Rochester; font-size: 15px; text-align: center; margin-bottom: 1px; background-color:{color:linkshover}; color: {color:links}; text-decoration: none; height:30px;line-height:25px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-top:1px; text-shadow: 2px 4px 10px {color:sombra}; -webkit-border-radius: 10px 10px 10px 10px; border: 1px dashed {color:borda2}}
- #menu2 a:hover{-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;text-align: center; background:{color:bghover}; color:{color:links}; box-shadow: inset 0 0 0 15px rgba(255,255,255,0.3), 0 0px 0px rgba(0,0,0,0.4);
- }
- #faixa2 {margin-top: 35px; margin-left: 17px; position: fixed; background-color: {color:sidebar}; height: 44px; width:242px;-webkit-transform: rotate(40deg);background: URL('{image:sidebar}');}/***detalhes by o-mundo-de-uma-garota***/
- #faixa3 {margin-top: 96px; margin-left: 145px; position: fixed; background-color:{color:borda2}; height: 25px; width:4px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa4 {margin-top: 48px; margin-left: 335px; position: fixed; background-color:{color:sidebar}; height: 1px; width:75px;-webkit-border-radius: 150px 150px 150px 250px; -webkit-transform: rotate(190deg);border: 1px dashed {color:borda2};}/***detalhes by o-mundo-de-uma-garota***/
- #faixa5 {margin-top: 68px; margin-left: 335px; position: fixed; background-color:{color:sidebar}; height: 1px; width:75px;-webkit-border-radius: 150px 150px 150px 250px; -webkit-transform: rotate(170deg);border: 1px dashed {color:borda2};}/***detalhes by o-mundo-de-uma-garota***/
- /***--------TUMBLR CONTROLS---------?------***/
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #paginal {font-family: verdana; font-size: 8px; text-align: center;}
- #paginal a { margin: 0 1px 0 0; padding: 2px 4px; background:{color:borda};color: {color:pag};opacity:1; -webkit-border-radius: 5px 5px 5px 5px;}
- #paginal a:hover {background: {color:borda}; color: {color:text};}
- #paginal span.pagina_atual {background: {color:borda}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;-webkit-border-radius: 5px 5px 5px 5px;}
- .ps {position: fixed; padding: 2px; width: 148px; margin-left: 190px; margin-top: 304px; height: auto; color: {color:text};opacity:1;-webkit-border-radius: 5px 5px 5px 5px; }
- #duka3 {background-color:#;margin-left:155px;margin-top: 627px; height:44px; line-height:25px;float:left; position:fixed; width:280px; font-family: 'Rochester'; font-size:43px; text-align: left;
- color:#000;#b4b2b2 ; letter-spacing:-1px; z-index:11; text-transform: none; }
- #duka:hover{-webkit-animation: smallToBig 300ms alternate infinite ease;-moz-animation: smallToBig 300ms alternate infinite ease;}
- #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 296px; margin-top: -115px; color:{color:borda}; font-size: 28px; -webkit-transform: rotate(63deg); z-index: 1000;}
- #dj3 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 860px; margin-top: -218px; color:{color:borda}; font-size: 109px; -webkit-transform: rotate(225deg); z-index: 1000;}
- /**---Stilo Mod (2) por Duda.R ----{OMDG}----- Exclusive por {Revolutionhtml}-----♥----**/
- .duhfa {background:{color:borda};text-align: center; margin-top:10px; margin-left: 68px; overflow: hidden; font-size: 32px; font-family:basket; position: fixed; color:{color:frase}; padding: 0px; width:165px; -moz-transition: all 2s ease-out; height: 135px; letter-spacing: 0px; line-height: 175px;z-index:800000000000000000000000000000000000000000000000;text-transform: uppercase;opacity:0.0;}
- .duhfa:hover {-webkit-transform: rotate(360deg);margin-left:68px;margin-top:10px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; opacity: 0.4;z-index:100;border: 1px dashed {color:bordaimg};}
- @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
- .duhfa:hover #tt{text-transform:none;margin-left:20px;text-shadow: 5px 5px 9px {color:sombra};height:60px;font-size:12px;font-family:Rochester;color:{color:links};line-height:15px;margin-top:-46px;background:{color:sidebar};-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; opacity: 0.4;z-index:100; margin-bottom: 2px;border-top: 1px solid {color:borda2};
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out; opacity: 10; filter:alpha (opacity=50);-webkit-border-radius: 160px 160px 160px 160px;-webkit-transition-duration: 1.9s; -moz-transition-duration:1.9s;-webkit-transition: all 0.8s ease-out; -moz-transition: all 0.5s ease-out;-moz-transform: rotate(350deg);-webkit-transform: rotate(360deg);-o-transform: rotate(350deg);-ms-transform: rotate(360deg);transform: rotate(360deg);opacity:0.8; -webkit-transform:scale(1.8);
- -moz-transform:scale(1.8);
- -o-transform:scale(1.7);
- opacity:0.2;
- -webkit-transition-duration: .99s;opacity:0.7; #pattern opacity:0.7;-webkit-transition-duration: 0.8s;}
- #duka3 {background-color:#;margin-left:155px;margin-top: 627px; height:44px; line-height:25px;float:left; position:fixed; width:280px; font-family: 'Courgette'; font-size:43px; text-align: left;
- color:#000;#b4b2b2 ; letter-spacing:-1px; z-index:11; text-transform: none; }
- #duka:hover{-webkit-animation: smallToBig 300ms alternate infinite ease;-moz-animation: smallToBig 300ms alternate infinite ease;}
- .caixinha{font-family: 'Cursive standard', sans-serif;height:25px;line-height:25px;font-size:22px; padding:2px; color: #000; background: #FF82AB; text-align:center; display:block;margin-bottom: 1px; text-shadow: 0px 1px 1px transparent; font-style: none; text-decoration: none; }
- ::-moz-selection {
- color: #fff;
- background: #000;
- }
- ::selection {
- color: #fff;
- background: #000;
- }
- .box2 {width: 758px;height:160px; position:fixed;background:{color:sidebar};float: left; }
- #sidebar {width:240px;padding:0px!important;margin-left:-70px; position:fixed; float:right; top:9px; z-index:0;}
- /**** SELECAO COLORIDA - MADLYLUV.com ****/
- ::-moz-selection{background: {color:borda2};text-shadow:0px 1px 1px {color:sombra}; }
- ::selection{background: {color:borda}; color: {color:text};text-shadow:0px 1px 1px {color:sombra}; }
- @font-face{font-family:'Cursive standard'; src:url('http://static.tumblr.com/37gdlu1/xpLmc5f4q/cursive_standard.ttf');}
- </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 () {
- $('#baseduh').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : ".omdg",
- nextSelector : "#page a#p",
- itemSelector : ".omdg",
- bufferPx : 10000,
- extraScrollPx: 10000,
- loadingImg : "",
- loadingText : "",
- },
- function() { $('#baseduh').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <body>
- <!---------------------EPA NÃO MEXA AQUI----♥---------->
- <!--------------------play aqui embaixo---♥------------>
- <div style=" background: {color:background} Url('{image:background}'); top: 0px; left: 319px; width: 515px; height: 150px; z-index: 100; position: fixed;"><div style="position:absolute; width: 660px; left: 249px; top:1px;position: fixed; text-align: right;" >
- <div class="box2"></div>
- <div id="estela"></div>
- <div class="barra2"></div>
- <div id="faixa2"></div>
- <div id="faixa3"></div><div id="faixa4"></div><div id="faixa5"></div>
- <div class="notinholaduda">{Description}</div>
- <div class="barbie-e"><div id="wobble">{text:frase2}</div></div></div>
- <div class="duhfa">{text:fraseft}<a href="{text:Link10}"><div id="tt">{text:Link10 Title}</div></a></div>
- <div class="duhimag3" class="hover">
- <img class="duh" src="{image:fotodr}" title="baby im sure duh"></div></div>
- </div></div>
- <div id="dj3">◤</div>
- <div id="dj2">◤</div>
- <div id="duka">{text:frase}</div>
- <div id="menu">
- <a href="{text:Link4}">{text:Link4 Title}</a>
- <a href="{text:Link5}">{text:Link5 Title}</a>
- </div>
- </div>
- </div>
- <div id="menu4">
- <a href="{text:Link6}">{text:Link6 Title}</a>
- <a href="{text:Link7}">{text:Link7 Title}</a>
- </div>
- </div>
- </div>
- <div id="menu1">
- <a href="{text:Link8}">{text:Link8 Title}</a>
- </div>
- </div>
- </div>
- <div id="menu2">
- <a href="{text:Link9}">{text:Link9 Title}</a>
- </div>
- </div>
- </div>
- <div id="nossadudex" title="{text:Link1 Title} "><a href="{text:Link1}"><img height="24"src="http://static.tumblr.com/tx5g7yp/k3Smbfvn0/home.png" width="21"class="home"title="{text:Link1 Title} "></div>
- <div id="nossadudex1" title="{text:Link2 Title} "><a href="{text:Link2}"><img height="24"src="http://static.tumblr.com/tx5g7yp/onYmbfvny/askme.png" width="18"class="ask"title="{text:Link2 Title} "></div>
- <div id="nossadudex2" title="{text:Link3 Title} "><a href="{text:Link3}"><img height="24"src="http://static.tumblr.com/tx5g7yp/h0ymbfvq0/love.png" width="20"class="amor"title="{text:Link3 Title}"></div>
- <div id="barra"></div>
- <div id="barra1"></div>
- <!-------------PAGINATION-----------♥---------->
- <div class="ps"><div id="paginal">
- {block:JumpPagination length="3"}
- {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- </div></div>
- <!-------------CRÉDITOS-----------------♥------------->
- <div style="margin-left:52px;-webkit-border-radius: 5px 5px 5px 5px;-webkit-transform: rotate(0deg); width:80px;background:{color:sidebar};font-family:tahoma;font-size:11px; margin-top: 305px; height:18px;position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"title="Theme by: o-mundo-de-uma-garota not copie"><small>OMDG </small></a>
- <font color="{color:tags}">©</font> </a></div>
- <!--------------BASE DUH-------------------♥---------->
- <div id="baseduh">
- {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-500}"></div>{LinkCloseTag}{/block:Photo}
- {block:Photoset}{Photoset-250}{/block:Photoset}
- {block:Quote}<span class="queroaspas"><font color="{color:tags}">❝</font></span><div class="duggs">{Quote}</div> <center><font color="{color:tags}"><div class="dolls">~ {Source}</div></center></font>{/block:Quote}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!———————-CHAT—♥————————>
- {block:Chat}<div class="caixa">
- {block:Lines}
- <div class="chat">
- <div class="RH">{block:Label}
- <span>{Label}</span>
- {/block:Label}
- {Line}</div></div>
- {/block:Lines}
- {block:IndexPage}
- <center><div class="OMDG">
- </div></center>
- {/block:IndexPage}
- </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}
- <table width="250px" cellspacing="0" cellpadding="0">
- <tr>
- <td width="355px" class="question">{Question}</td>
- <td width="30px"><span class="questionarrow"></span></td>
- <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
- </tr>
- </table>
- <div class="answer">{Answer}</div>
- {/block:answer}
- <!-----------BASE DUH 2 E 3 ----------♥------------>
- <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 class="baseduh3">
- {block:Date}<div id="baseduh2">
- <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} <font color="{color:tags}">•</font> <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} <a href="{ReblogParentURL}">{/block:RebloggedFrom} {block:ContentSource} {/block:ContentSource} {block:IndexPage} <font color="{color:tags}">•</font> <a href="{ReblogUrl}" target="_blank">reblog<font color="{color:tags}">!</font></a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} <font color="{color:tags}">#</font><a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></center>{block:RebloggedFrom}<br><font color="{color:tags}">Originally</font> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{/block:IfShowTags}{/block:Date}</div>
- </div>
- {/block:Posts}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment