Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!------------------------♥---------------------------------
- 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.,
- Tutoriais por Revolutionhtml & cantinho-html :],TTHY singlethemes and sweet-help;
- - - - - - - - - - - - - - -
- - THEME FEITO POR DUDA.R -
- - - - - - - - - - - - - - - ------------♥ ---->
- <html>
- <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="" title="OMDG" 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>
- <head>
- <!-- -------APPERENCE OMDG --------♥-------->
- <meta name="color:background" content="#F8F8FF" />
- <meta name="color:link" content="#8B8682" />
- <meta name="color:text" content="#8B8682" />
- <meta name="color:post" content="#fff" />
- <meta name="color:sidebar" content="#fff" />
- <meta name="color:pag" content="#FFC0CB" />
- <meta name="color:text links" content="#CDC9C9" />
- <meta name="color:tags" content="#FFC0CB" />
- <meta name="color:frase" content="#8B8682" />
- <meta name="color:abc" content="#FFC0CB" />
- <meta name="color:italico" content="#8B8682" />
- <meta name="color:borda" content="#fff" />
- <meta name="color:borda2" content="#DB7093" />
- <meta name="color:bghover" content="#FFC0CB" />
- <meta name="color:sombra" content="#8B8682" />
- <meta name="color:textdesc" content="#8B8682" />
- <meta name="color:bgask" content="#CDC9C9" />
- <meta name="color:bgask2" content="#FFC0CB" />
- <meta name="color:linha" content="#FFC0CB" />
- <meta name="color:linha1" content="#CDC9C9" />
- <meta name="color:linha2" content="#8B8682" />
- <meta name="color:bordaimg" content="#fff" />
- <meta name="color:scrollbar" content="#fff" />
- <meta name="color:aspaquote" content="#FFC0CB" />
- <meta name="color:links" content="#fff" />
- <meta name="color:chat" content="#F8F8FF" />
- <meta name="color:chat2" content="#FFC0CB" />
- <meta name="image:background" content="" />
- <meta name="image:fotinha" content="http://static.tumblr.com/fa2f7d09cd5cf64e947d72fa265340da/2bh9bxo/wcomgqk09/tumblr_static_tumblr_mggrgcgsfh1rcsmpzo1_500.jpg"/>
- <meta name="image:fudinho" content="http://static.tumblr.com/2ec222df7d54e0cc4f287f671f8793f7/2bh9bxo/goAmgry3w/tumblr_static_tumblr_m86ujaxhpe1rqbmimo1_400.jpg" />
- <meta name="image:post" content="http://static.tumblr.com/2ec222df7d54e0cc4f287f671f8793f7/2bh9bxo/goAmgry3w/tumblr_static_tumblr_m86ujaxhpe1rqbmimo1_400.jpg" />
- <meta name="text:frase2" content=" Menina dos olhos de Deus" />
- <meta name="text:frase1" content="Me pergunto até quando vou esconder esse sentimento de vc" />
- <meta name="text:frasefoto" content="barbie bitch" />
- <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" />
- <!----------------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=Swanky+and+Moo+Moo' 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'>
- <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}
- <link rel="stylesheet" href="http://static.tumblr.com/2bytpfr/ahUme2mnq/balan__o_ana.css" media="screen"/>
- <link href='http://fonts.googleapis.com/css?family=Homenaje' 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: 4px solid {color:linhadopost}; padding-left: 5px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:linhadopost};}
- blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:linhadopost}; }
- blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:linhadopost}; }
- 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}
- /***------------POST'S------------♥---------***/
- #omdg {float: left; margin-left: 504px; margin-top: 18px;opacity:1; overflow: auto;}
- .baseduh {width: 490px; background-color: {color:post};
- padding: 7px; margin-bottom: 1px; text-align:left;
- font-family: tahoma; font-size: 10.5px; position: relative;}
- /***---------------TITULOS DO POST--------♥---------***/
- h1 {font-family: Swanky and Moo Moo; text-align: center; background:{color:background};font-size: 18px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a:hover {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
- /***---------------BASE DUH 1 --------------♥-----------***/
- .baseduh1 {font-family: "tahoma"; text-align: center;
- font-size: 14px; line-height: 15px; padding: 4px;
- background:{color:background};text-transform:uppercase;}
- .baseduh2 {text-align: center; text-transform: none;
- margin-bottom: 5px;background:{color:background};}
- .baseduh2 a, a:hover{text-transform: none;}
- /* chat by joshdevines*/
- .user_1 .label {color:{color:link}; font-weight:bold; background-color:{color:chat2}; text-transform: italic}
- .user_2 .label {color:{color:text}; font-weight:bold; background-color:{color:chat}; text-transform: italic}
- .user_3 .label {color:{color:link};background:{color:background}; font-weight:bold}
- .user_4 .label {color:{color:text}; background:{color:background};font-weight:bold}
- .user_5 .label {color:{color:link};background:{color:background}; font-weight:bold}
- .user_6 .label {color:{color:text}; font-weight:bold}
- ul.chat, .chat ol, .chat li {list-style:none;border-bottom: 1px solid {color:borda}; margin-left: 5px; margin-top: 3px;opacity:0.8}
- .player {background-color: #181818; text-align: justify; display:block;}
- .image {text-align:center; border: 0px}
- .image img {max-width: 470px; margin-bottom: 2px }
- .image img:hover {border: 2px solid {color:borda2};}
- /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
- b, strong, bold {color:{color:abc};}
- u,underline {color:{color:text}; border-bottom: 1px dotted {color:abc}; text-decoration:none; }
- i, em{color:{color:text};}
- .view {
- width: 274px;
- height: 255px;
- margin-left: 168px;
- margin-top:100px;
- float: left;
- overflow: hidden;
- position: fixed;
- text-align: center;
- cursor: default;
- }
- .view .mask, .view .content {
- width:414px;
- height:396px;
- position: absolute;
- overflow: hidden;
- top: -69;
- left: -69;
- opacity:0.5;}
- .view img {
- display: block;
- position: relative;
- }
- .oefeito img {
- opacity:0.1;
- transition-duration: 90s; -webkit-transition-duration: .90s;
- width: 274px;
- height: 255px;}
- .oefeito .mask {
- cursor:pointer;
- opacity:0.5;
- visibility:visible;
- border: 80px solid {color:bordaimg};
- box-sizing:border-box;
- transition-duration: 90s; -webkit-transition-duration: .90s;
- }
- .oefeito:hover .mask {
- border:0px double rgba (0,0,0,0.7);
- opacity:0;
- visibility:hidden;
- }
- .oefeito:hover img {
- opacity:1;
- }
- /* QUOTE (sweet-help) */
- .quote {font: normal 16px 'Tahoma'; color:{color:text}; text-align: justify; margin-left: 45px; color: #aaa;}
- .aspa {font-size: 60px; font-family: Georgia; color: {color:aspaquote}; text-align: left; float: left; line-height: 75px;}
- .qsource {padding-top: 5px;; text-align: right; text-transform: none; color: {color:text};}
- /* asker */
- .asker {background: {color:bgask}; color: {color:text}; padding: 2px; line-weight: 7px; opacity:0.85;-moz-opacity: 0.85; filter: alpha(opacity=85); }
- .asker img {width:30px; height:30px; margin:3px; padding: 4px; background: {color:bgask2}; opacity:0.99;-moz-opacity: 0.99; filter: alpha(opacity=99); }
- .asker a {color:{color:text};}
- /****-------DATAS,REBLOG POR [OMDG]---♥----****/
- #date {text-align: right;background:{color:background}; font-size: 10px;font-family: calibri; z-index: 11;text-transform:uppercase;color:{color:tags};}
- #date a {font-size: 10px;}
- .tags {color: {color:link}; font-size: 8px; font-family: "calibri"; display: inline; list-style: none; text-transform: lowercase;}
- .tags a {font-size: 9px; color: {color:link}; display: inline; list-style: none; text-transform: lowercase;}
- #cap {width: 500px; margin-top: -2px;}
- .source {display: none;}
- /*** Notes enfeitados por things-to-help-you ******/
- ol.notes { display : block;border-left : 1px solid {color:linha};background-repeat : no-repeat;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:background}; list-style-type: none; font-size: 10px;}
- ol.notes li.note {border-top: solid 1px {color:post}; padding: 4px;}
- ol.notes li.note img.avatar {display: none;}
- ol.notes li.note span.action {font-weight: none;}
- ol.notes li.note .answer_content {font-weight: normal;}
- ol.notes li.note blockquote {display: none;}
- ol.notes li.note blockquote a {text-decoration: none;}
- ful { list-style: none; }
- ol { list-style-position: inside; }
- * { margin: 0; padding: 0; outline: none; }
- .caixa {overflow: hidden;background: {color:post}; padding: 7px;
- font-family: Verdana, Geneva, sans-serif;
- color: {color:text};text-align: justify;outline: 0px solid #; margin-bottom: 0px;}
- .extra {border-left: 4px solid {color:linha}; display : block;border-bottom : 0px solid {color:post};background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:borda}; line-height: 18px;}
- .extrass {border-left: 4px solid {color:linha}; display : block;border-bottom : 1px solid {color:linha};background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:borda}; line-height: 18px;}
- .extra a {padding-right: 6px; color: {color:text}; border-right: dotted 1px {color:borda}; text-shadow: 1px 1px 1px #;}
- /***---------- IMAGEM DA DUDA-------♥--------***/
- .duhimag {position: absolute;
- width:209px;
- height:225px;
- margin-left:219px;
- margin-top: 138px;
- position:fixed;
- border:1px dashed {color:borda2}; }
- .duhimag img {position:fixed; border:5px solid {color:bordaimg};
- -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:210px;
- width: 194px;
- background-color: ;
- padding:0px;
- margin-left:0px;
- margin-top:0px;
- opacity:1.0;
- box-shadow: 5px 5px 9px {color:sombra};}
- #creditosaduda {margin-top: 56px; margin-left: 230px; position: fixed; background-color:{color:sidebar}; height: 361px; width:9px;opacity:0.7; }
- /******----------------DESCRIÇÃO--------♥--------******/
- #notinholaduda {margin-left: 130px; margin-top: 390px; width:180px; font-size: 11px; height:40px; text-align: center; transparent; font-family:Ubuntu Mono; color: {color:textdesc};background:{color:sidebar};position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px;-webkit-border-radius: 20px 20px 20px 20px; -webkit-transform: rotate(-10deg);-moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;padding: 2px 2px 2px 2px;}
- /*******-------------------PARTE DA SIDEBAR------♥-----******/
- #estela1 {position: fixed; margin-left: 109px; width:345px; height: 425px; background-color:{color:sidebar}; margin-top: 75px; -webkit-transform: rotate(-5deg);-webkit-border-radius: 30px 30px 0px 30px; border-left:2px dashed {color:borda2}; background-image: url('{image:fudinho}');border-right: 8px solid {color:sidebar}; }
- /***-------------- TITULOS------------------♥--------***/
- #duka {background:{color:sidebar};margin-left:180px;margin-top: 93px; height:24px; line-height:25px;float:left; position:fixed; width:257px; font-family:origin; font-size:13px; text-align: center;
- color:{color:frase} ;letter-spacing:-1px; z-index:11; text-transform: none; text-shadow: 3px 3px 5px 4px {color:sombra};-webkit-border-radius: 0px 0px 0px 0px;}
- #duka a:hover {color:{color:linha};}
- @font-face{font-family:'Cursive standard'; src:url('http://static.tumblr.com/37gdlu1/xpLmc5f4q/cursive_standard.ttf');}
- @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- @font-face{font-family:'origin'; src:url('http://static.tumblr.com/zvqacv0/IVxmcmtr6/origin-regular.ttf');}
- #duka1 {background-color:#;margin-left:142px;margin-top: 468px; height:24px; line-height:25px;float:left; position:fixed; width:290px; font-family: origin; font-size:10px; text-align: left;
- color:{color:sidebar} ; letter-spacing:-1px; z-index:11; text-transform: none; -webkit-transform: rotate(-5deg);}
- /***--------------SELEÇÃO COLORIDA---------♥---------***/
- ::selection{background: {color:linha2}; color: {color:borda}da fonte;}
- ::-moz-selection{background: {color:linha2}; color:{color:borda} da fonte;}
- /*** SCROLLBAR***/
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:linha};height:50px; border:5px solid {color:scrollbar};}
- ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:linha};}
- ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:scrollbar};}
- pre {text-align: justify;
- padding-left: 5px;
- line-height: 20px;
- background: url('http://static.tumblr.com/ifqwhnb/n5hm2u2f3/pre.png');
- font-family: tahoma;
- color:{color:text};
- overflow: scroll;
- margin-right: 1px;
- margin-bottom: 7px;}
- #dolls {width:152px; height: 12px; float: left; margin-left:115px; margin-top: 234px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; border-bottom: 0px solid {color:borda2};z-index:90000000; } /*links o-mundo-de-uma-garota*/
- #dolls a {float: left; margin-left: 1px; font-family: 'Rancho'; font-size: 15px; text-align: center; margin-top: 0px; height: 38px; width: 40px; color:{color:text links}; line-height: 35px; letter-spacing: 0px; text-transform: lowercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:{color:links};text-shadow: 5px 5px 9px {color:sombra};border: 1px dashed {color:borda2};-webkit-border-radius: 5px 5px 5px 5px;} /*links omdg***/
- #dolls a:hover{line-height: 32px;height: 32px;margin-left:15px; width:-188px;letter-spacing: 0px;-webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;color:{color:bghover };background-color: {color:links};-webkit-border-radius: 10px 10px 10px 10px;}
- /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
- #barbie-e {width:152px; height: 12px; float: left; margin-left:115px; margin-top: 274px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; border-bottom: 0px solid {color:borda2};z-index:90000000; } /*links o-mundo-de-uma-garota*/
- #barbie-e a {float: left; margin-left: 1px; font-family: 'Rancho'; font-size: 15px; text-align: center; margin-top: 0px; height: 38px; width: 40px; color:{color:text links};-webkit-transform: rotate(6deg); line-height: 35px; letter-spacing: 0px; text-transform: lowercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:{color:links};text-shadow: 5px 5px 9px {color:sombra};border: 1px dashed {color:borda2};-webkit-border-radius: 5px 5px 5px 5px;} /*links omdg***/
- #barbie-e a:hover{line-height: 32px;height: 32px;margin-left:15px; width:-188px;letter-spacing: 0px;-webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;color:{color:bghover};background-color: {color:links};-webkit-border-radius: 10px 10px 10px 10px;}
- #barbie-r {width:162px; height: 12px; float: left; margin-left:365px; margin-top: 384px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; border-bottom: 0px solid {color:borda2};z-index:90000000; } /*links o-mundo-de-uma-garota*/
- #barbie-r a {float: left; margin-left: 1px; font-family: 'Rochester'; font-size: 13px; text-align: center; margin-top: 0px; height: 25px; width: 43px; color:{color:text links};-webkit-transform: rotate(0deg); line-height: 25px; letter-spacing: 0px; text-transform: lowercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:{color:links};text-shadow: 5px 5px 9px {color:sombra};border: 0px dashed {color:borda2};-webkit-border-radius: 20px 20px 0px 0px;} /*links omdg***/
- #barbie-r a:hover{ width:-188px;color:{color:bghover};background-color: {color:links};}
- #dinha { float: left; margin-top: 400px; padding: 3px; text-align: center;margin-left:350px; 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); }
- #dinha a {float: left; margin-right: 0px; display: block; width: 42px; letter-spacing: 0px; font-family: Rochester; font-size: 14px; text-align: center; margin-bottom: 1px; background-color:{color:links} ; color: {color:text links}; height:30px;line-height:25px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-top:1px;-webkit-border-radius: 20px 20px 20px 20px;}
- #dinha 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);
- }
- /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
- /****** tumblr controls by ritamafalda */
- iframe#tumblr_controls {right:3px !important; position: fixed !important; filter:alpha(opacity=99); -moz-opacity:0.99; opacity:0.99; -webkit-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear;}
- iframe#tumblr_controls:hover{filter:alpha(opacity=0.30); -moz-opacity:1; opacity:1;}
- /***-----------QUADRADINHO---------------♥----------------***/
- #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 325px; margin-top: 96px; color:{color:sidebar}; font-size: 25px; -webkit-transform: rotate(0deg); z-index: 1000;}
- #dj3 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 125px; margin-top: 176px; color:{color:sidebar}; font-size: 15px; -webkit-transform: rotate(90deg); z-index: 1000;}
- #thats1{width:48px; height: 24px; float: left; margin-left:92px; margin-top: 160px; padding: 0px; text-align: center; position: fixed; z-index:800;}/*theme by umabonecaciumenta*/
- #thats1 a {display: inline-block;float: left; margin-left: 1px; font-family: 'muli'; border-radius:0px 40px 40px 0px;font-size: 11px;letter-spacing:1px; text-align: center; margin-top: 2px; height: 30px; width: 75px; color:{color:bghover}; line-height: 30px; text-transform: none;; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:{color:links};-webkit-transform: rotate(0deg); }
- #thats1 :hover{ background-color:{color:bghover}; color:{color:sidebar}; text-transform: none;font-family:Rochester;text-shadow: -5px -5px ;opacity: 0.9; box-shadow: inset 15px 0px;color:{color:links}; }
- /**---------PRA SID BB-----♥----**/
- #marion1 {position: fixed;
- margin-left: 490px;
- width:533px;
- height: 709px;
- background-color:{color:sidebar};
- margin-top: 8px;
- -webkit-transform: rotate(0deg);
- -webkit-transform: rotate(180deg);
- background-image: url('{image:post}');border: 1px dashed {color:borda};}
- #marion2 {position: fixed;
- margin-left: 130px;
- width:113px;
- height: 959px;
- background-color:{color:sidebar};
- margin-top: -258px;
- -webkit-transform: rotate(-50deg);
- background-image: url('{image:post}');border: 1px dashed {color:borda};}
- #paginal {font-family: verdana; font-size: 8px; text-align: center;}
- #paginal a { margin: 0 1px 0 0; padding: 2px 4px; background:{color:sidebar};color: {color:pag};opacity:1; -webkit-border-radius: 5px 5px 5px 5px;}
- #paginal a:hover {background: {color:sidebar}; color: {color:text};}
- #paginal span.pagina_atual {background: {color:sidebar}; 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: 92px; margin-top: 350px; height: auto; color: {color:text};opacity:1;-webkit-border-radius: 5px 5px 5px 5px; }
- .duhfa {text-align: center; margin-top:180px; margin-left: 196px; overflow: hidden; font-size: 32px; font-family:basket; position: fixed; color:{color:frase}; padding: 0px; width:250px; -moz-transition: all 2s ease-out; height: 235px; letter-spacing: 0px; line-height: 215px;z-index:800000000000000000000000000000000000000000000000;text-transform: uppercase;opacity:0.4;}
- .duhfa:hover {margin-left:196px;margin-top:146px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; opacity: 0.9;z-index:100;}
- @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
- /***----------------- FAIXAS E LINHAS DA SIDEBAR----♥-------***/
- #faixa2 {margin-top: 46px; margin-left: 105px; position: fixed; background-color: {color:sidebar}; height: 109px; width:3px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa3 {margin-top: 88px; margin-left: 149px; position: fixed; background-color: {color:borda2}; height: 5px; width:287px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa4 {margin-top: 82px; margin-left: 197px; position: fixed; background-color: {color:linha}; height: 5px; width:239px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa5 {margin-top: 452px; margin-left: 125px; position: fixed; background-color: {color:linha}; height: 5px; width:345px;-webkit-transform: rotate(-5deg);}/***detalhes by o-mundo-de-uma-garota***/
- #faixa6 {margin-top: 457px; margin-left: 125px; position: fixed; background-color:{color:sidebar}; height: 7px; width:345px;-webkit-transform: rotate(-5deg);}/***detalhes by o-mundo-de-uma-garota***/
- #faixa7 {margin-top: 465px; margin-left: 127px; position: fixed; background-color:{color:linha1}; height: 27px; width:345px;-webkit-transform: rotate(-5deg);-webkit-border-radius: 0px 0px 0px 20px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa8 {margin-top: 425px; margin-left: 327px; position: fixed; background-color:{color:sidebar}; height: 30px; width:5px;-webkit-transform: rotate(-5deg);-webkit-border-radius: 0px 0px 0px 0px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa9 {margin-top: 424px; margin-left: 312px; position: fixed; background-color: {color:sidebar}; height: 5px; width:159px;}/***detalhes by o-mundo-de-uma-garota***/
- /**-----------FLORZINHAA----{OMDG}----------♥-------**/
- #floribella {margin-top: 390px; margin-left: 362px; position: fixed; background-color: {color:borda2}; height: 19px; width:33px;-webkit-transform: rotate(180deg);-webkit-border-radius: 0px 0px 20px 20px;border-bottom: 1px dashed {color:sidebar};}/***detalhes by o-mundo-de-uma-garota***/
- #floribella1 {margin-top: 410px; margin-left: 399px; position: fixed; background-color: {color:borda2}; height: 19px; width:33px;-webkit-transform: rotate(180deg);-webkit-border-radius: 0px 0px 20px 20px;}/***detalhes by o-mundo-de-uma-garota***/
- #floribella2 {margin-top: 390px; margin-left: 410px; position: fixed; background-color: {color:borda2}; height: 19px; width:33px;-webkit-transform: rotate(180deg);-webkit-border-radius: 0px 0px 20px 20px;border-bottom: 1px dashed {color:sidebar};}/***detalhes by o-mundo-de-uma-garota***/
- </style>
- <body oncontextmenu="return false">
- <!----------SUA PLAY AQUI EMBAIXO-------♥------------->
- <!----------------EPA NÃO MEXA AQUI----------♥--------->
- <div id="marion2"></div>
- <div id="estela1"></div>
- <div class="duhfa">{text:frasefoto}</div>
- <div id="faixa3"></div>
- <div id="faixa4"></div>
- <div id="faixa5"></div>
- <div id="faixa6"></div>
- <div id="faixa7"></div> <div id="faixa8"></div><div id="faixa9"></div>
- <div id="dj2">◤</div>
- <div id="dj3">◤</div>
- <div id="marion1"></div>
- <div id="floribella"></div><div id="floribella2"></div>
- <div class="duhimag" class="hover"><img class="bottom shadow" src="{image:fotinha}"style="-webkit-filter: grayscale(100%);" >
- <img class="top shadow" src="{image:fotinha}" title="baby im sure duh"></div></div>
- <div id="duka">{text:frase2}</div>
- <div id="duka1">{text:frase1}</div>
- <div id="notinholaduda">{Description}</div>
- <div id="thats1">
- <a href="{text:link1}">{text:link1 title}</a>
- </div>
- <div id="dolls">
- <a href="{text:Link2}">{text:Link2 Title}</a>
- <a href="{text:Link3}">{text:Link3 Title}</a>
- </div>
- <div id="barbie-e">
- <a href="{text:Link4}">{text:Link4 Title}</a>
- <a href="{text:Link5}">{text:Link5 Title}</a>
- </div>
- </div>
- <div id="dinha">
- <a href="{text:Link6}">{text:Link6 Title}</a>
- <a href="{text:Link7}">{text:Link7 Title}</a>
- </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:130px;background:{color:bordaimg};-webkit-border-radius: 20px 20px 0px 0px;-webkit-transform: rotate(-5deg); width:80px; font-family:tahoma;font-size:11px; margin-top: 64px; height:18px;position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"title="Theme por Duda.R [OMDG] insp em d-epreessiva + dtlhs da minha dinha linda,toda toda umabonecaciumenta."><small>THEME</a></a>
- <font color="{color:tags}">©</font> </a></div>
- <!-----------------OMDG FALSO-IFRAME--------♥---------->
- <div id="omdg">
- {block:Posts}
- <!------------------------BASE DUH---------------♥--------->
- <div class="baseduh">
- {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}
- <!-----------------BASE DUH 2 E 3 ----------♥----------->
- {block:Quote}
- <b class="aspa">“</b>
- <div class="quote">{Quote}</div>
- {block:Source}<div class="qsource"> — {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}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Audio}
- <div class="player">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-500}{/block:Video}
- {block:Answer}
- <div style="padding: 4px;">
- <div class="asker">{asker} sussurrou: <div align="left"><img src="{AskerPortraitURL-48}" align="left" />{Question}<br/></div></div> <div align="left"> {Answer}</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="date">
- {block:Date}<div class="tags">{block:HasTags}{block:Tags}<font color="{color:tags}">#</font><a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}</div>
- <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} . <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} ♥ <a href="{ReblogUrl}" target="_blank">REBLOG <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a>{/block:IndexPage}
- {block:RebloggedFrom}<br><font color="{color:tags}">Originally</font> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} . <font color="{color:tags}">via</font> <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- </div>
- </div>{/block:Date}
- {block:PostNotes}
- <div class="caixa">
- <div class="extra"><img src="http://static.tumblr.com/wa79tuo/3OKm1iuvh/clock.png" class="user"> {block:RebloggedFrom} <a href="{ReblogParentURL}"> Via,</a> <a href="{ReblogRootURL}"> From,</a> {/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}" target=blank> Source </a>. {/block:ContentSource} </div>
- <div class="extra">
- <img src="http://static.tumblr.com/wa79tuo/3OKm1iuvh/clock.png" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}<br>
- </div>
- <div class="extra">
- <img src="http://static.tumblr.com/wa79tuo/YzBm1iuyx/tag.png" class="user"> {block:HasTags}{/block:HasTags}
- <span style="width:auto;">
- {block:HasTags}
- {block:Tags}
- <a class="tag" href="{TagURL}">{Tag}</a>
- {/block:Tags}
- {/block:HasTags}</span>
- <br>
- </div>
- <div class="extra">
- <img src="http://static.tumblr.com/wa79tuo/MiZm1iv2y/heart.png" class="user">{NoteCount}
- </div>
- </div><br>
- <div class="caixa">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- {block:PostNotes}<div class="NOTES">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment