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 making-themes
- - - - - - - - - - - - - - -
- - THEME FEITO POR DUDA.R -
- - - - - - - - - - - - - - - ---->
- <html>
- <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>
- <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>
- <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="theme by [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="#DCDCDC" />
- <meta name="color:link" content="#8B8989" />
- <meta name="color:link hover" content="#fff" />
- <meta name="color:text" content="#8B8989" />
- <meta name="color:post" content="#fff" />
- <meta name="color:sidebar" content="#fff" />
- <meta name="color:background links" content="#FFC0CB" />
- <meta name="color:text links" content="#363636" />
- <meta name="color:borda" content="#fff" />
- <meta name="color:tags" content="#FFC0CB" />
- <meta name="color:frase" content="#fff" />
- <meta name="color:linhadopost" content="#CDC9C9" />
- <meta name="color:abc" content="#FFC0CB" />
- <meta name="color:italico" content="#CDC9C9" />
- <meta name="color:borda" content="#fff" />
- <meta name="color:borda2" content="#FFC0CB" />
- <meta name="color:bghover" content="#FF6EB4" />
- <meta name="color:sombra" content="#363636" />
- <meta name="color:textdesc" content="#8B8989" />
- <meta name="color:bgask" content="#DCDCDC" />
- <meta name="color:bgask2" content="#fff" />
- <meta name="color:linha" content="#fff" />
- <meta name="color:linha2" content="#FFC0CB" />
- <meta name="color:bordaimg" content="#fff" />
- <meta name="color:scrollbar" content="#fff" />
- <meta name="image:background" content="http://static.tumblr.com/2bh9bxo/uMJmdkgv5/varios_bg.jpg" />
- <meta name="image:fotinha" content="http://static.tumblr.com/2bh9bxo/sfgmdkgt7/tumblr_mcscb5xlxn1qfa0zmo1_500.jpg"/>
- <meta name="image:fotinha2" content="http://static.tumblr.com/2bh9bxo/sfgmdkgt7/tumblr_mcscb5xlxn1qfa0zmo1_500.jpg"/>
- <meta name="image:fudinho" content="http://static.tumblr.com/2bh9bxo/33ymdkgvr/daduda1.jpg" />
- <meta name="image:fundofrase" content="http://static.tumblr.com/2bh9bxo/OPtmdkgwq/bgbolinhad.jpg" />
- <meta name="image:fundolink" content="http://static.tumblr.com/2bh9bxo/OPtmdkgwq/bgbolinhad.jpg" />
- <meta name="text:frase1" content="Mais so a barbie dele" />
- <meta name="text:frase2" content="Heey love'm a Barbie" />
- <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'>
- <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 href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {background-color: {color:background}; font-family: tahoma; 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: 6px 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}
- /**************---------------------------posts*/
- #omdg {float: left; margin-left: 419px; margin-top: -2px;opacity:1; overflow: hidden; }
- .baseduh {width: 480px; 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:Rochester ; text-align: center; font-size: 20px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
- .baseduh1 {font-family: "tahoma"; text-align: center;
- font-size: 14px; line-height: 15px; padding: 4px;
- background:{color:background};}
- .baseduh2 {text-align: center; text-transform: none;
- margin-bottom: 5px;background:{color:background};}
- .baseduh2 a, a:hover{text-transform: none;}
- /* Chat por Anna (livelikeasuicide) *********/
- .chat {background:{color:posts}; margin: 0; font-size:
- 10px; font-family: trebuchet ms;}
- .chat .chat1 {margin-left: 0px;font-size:
- 8px; }
- .chat .chat1 .chat2 {font-weight: bold; background:{color:posts}; color:{color:text};font-size: 10px; border:1px solid {color:background};
- margin-bottom: 1px; padding: 4px 5px 4px 5px; font-family: trebuchet ms;} /* Primeira linha */
- .chat .chat1 .chat2.even {background:{color:background};
- color:{color:text};font-size:
- 9px;font-weight: bold; } /* Segunda linha */
- .chat .chat1 .chat2 span{font-weight: bold; }
- .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: #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};}
- /*** Stilo da Ask por TTHY ********/
- .pergunta {background: {color:bgask2}; padding: 6px;margin-top: 0px; border-bottom: 1px solid {color:linha2}; margin-top: 2px; border-right: 0px solid {color:borda}; margin-left: 0; margin-right: 0;overflow: hidden; }
- .perguntou {display: block; height: 24px; margin-left: 31px; background: {color:bgask}; border-left: 6px solid {color:linha2}; line-height: 23px; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-style: italic; font-size: 10pt; color: {color:text}; padding: 3px; text-align: left; text-shadow: 0px 1px 1px {color:sombra};}
- .perguntou a {color: {color:text}; border-bottom: dotted 1px {color:borda2};}
- .fotoask {float: left; margin-top: 0px; margin-left: 0; margin-right: 4px; display: inline; margin-bottom: 0;}
- .oi {background: {color:post}; padding-left: 5px; padding-right: 5px; padding-top: 2px; padding-bottom: 2px; margin-top: 0px;color: {color:text}; border-bottom: 0px solid {color:borda}; border-right: 1px solid {color:borda}; margin-left: 0; margin-right: 2px;overflow: hidden; }
- /****---NOTES,DATAS,REBLOG POR [OMDG]-------****/
- #date {text-align: center; font-size: 10px;border-top: 1px solid {color:linhadopost}; border-bottom: 1px solid {color:linhadopost};font-family: Ubuntu Mono; text-transform: lowercase; z-index: 11;}
- #date a {font-size: 10px;}
- .tags {color: {color:tags}; font-size: 8px; font-family: "verdana"; display: inline; list-style: none; text-transform: lowercase;}
- .tags a {font-size: 9px; color: {color:tags}; display: inline; list-style: none; text-transform: lowercase;}
- #cap {width: 500px; margin-top: -2px;}
- .source {display: none;}
- .notes {width: 530px; padding: 0px;background:{color:background}; margin-top: 5px; margin-bottom: 10px; font-size: 8px; text-align: left}
- ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
- ol.notes li {background-color: {color:background}; margin-bottom: 5px; padding: 5px; }
- .notes img{display: none; border:0px}
- /*** IMAGEM DA DUDA***/
- .duhimag {position: absolute;
- width:280px;
- height:254px;
- margin-left:104px;
- margin-top: 115px;
- position:fixed;
- border:5px solid {color:bordaimg}; }
- .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:254px;
- width: 280px;
- background-color: ;
- padding:0px;
- margin-left:0px;
- margin-top:0px;
- opacity:0.8;
- -webkit-transition-duration: 0.8s;
- opacity: 9.0}
- .duhimag img:hover{ -webkit-transform:scale(1.8);
- -moz-transform:scale(1.8);
- -o-transform:scale(1.7);
- opacity:0.2;
- -webkit-transition-duration: .59s;opacity:0.7; #pattern opacity:0.7;}
- .duhimage 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;opacity:1.0;}
- #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: 100px; margin-top: 384px; width:292px; font-size: 11px; height: 28px; text-align: center; background-color:{color:sidebar}; transparent; font-family:Ubuntu Mono; color: {color:textdesc}; 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;}
- /*******-------------------PARTE DA SIDEBAR-------******/
- #estela1 {position: fixed; margin-left: 95px; width:299px; height: 374px; background-color:{color:sidebar}; margin-top: 45px; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 20px 20px; -webkit-transform: rotate(0deg);border: 5px solid {color:borda}; background-image: url('{image:fudinho}'); -webkit-border-radius: 0px 0px 0px 0px;box-shadow: 3px 3px 9px {color:sombra};}
- /***LINKS BY DUDA.R***/
- #nossadudex {font-family: tinytots; background-color: {color:sidebar}; color: {color:omdg}; font-size: 14px; padding: 3px 5px 5px 5px; width: 28px;text-shadow: 0px 0px 9px {color:duda};-webkit-border-radius: 0px 0px 20px 0px; margin-top: 50px; margin-left: 100px; z-index: 1; position: fixed; text-align: center; height: 25px; border-bottom:0px double {color:linha2} ; 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*/
- #marion {position: fixed;
- margin-left: 100px;
- width:299px;
- height: 36px;
- background-color:{color:sidebar};
- margin-top: 75px;
- -webkit-transform: rotate(0deg);
- -webkit-transform: rotate(180deg);
- background-image: url('{image:fundofrase}');}
- #marion1 {position: fixed;
- margin-left: 100px;
- width:299px;
- height: 27px;
- background-color:{color:sidebar};
- margin-top: 79px;
- -webkit-transform: rotate(0deg);
- -webkit-transform: rotate(180deg);}
- /*** TITULOS***/
- #duka {background-color:#omdg;margin-left:162px;margin-top: 50px; height:24px; line-height:25px;float:left; position:fixed; width:250px; font-family: 'Courgette'; font-size:22px; text-align: left;
- color:{color:frase} ; letter-spacing:-1px; z-index:11; text-transform: none; text-shadow: 3px 3px 5px 4px {color:sombra};}
- .dukah1 {font-family:tinytots; font-size: 8px; font-style: none;
- height: 10px;color: {color:mytitle}; margin-left:238px;margin-top:84px; text-transform: none; letter-spacing: 0px;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:174px;z-index:8000000000000000;line-height:17px; text-transform:uppercase;}
- @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- /**** -------------------LINKS AQUI POR OMDG------------------***/
- #pink{width:578px; height: 40px; float: left; margin-left:131px; margin-top: 80px; padding: 0px; text-align: center; position: fixed; z-index:9999;}
- /***link by o-mundo-de-uma-garota***/
- #pink a {display: inline-block;float: left; margin-left: 1px; font-family: calibri; font-size: 9px;letter-spacing:0px; text-align: center; margin-top: 2px; height: 20px; width: 40px; color:{color:text links};background-image: url('{image:fundolink}'); line-height: 22px; text-transform: uppercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal;text-shadow: 5px 5px 9px {color:sombra};border-bottom: 0px solid {color:linha1}; } /***link by o-mundo-de-uma-garota***/
- #pink a:hover{text-shadow: 0px -5px {color:background links}, 0px -5px {color:sombra}; } /***link by o-mundo-de-uma-garota***/
- /**** -------------------LINKS AQUI POR OMDG------------------***/
- #dolls{width:78px; height: 40px; float: left; margin-left:45px; margin-top: 208px; padding: 0px; text-align: center; position: fixed; z-index:80000000;}
- #dolls a {display: inline-block;float: left; margin-left: 1px; font-family: calibri; font-size: 9px;letter-spacing:0px; text-align: center; margin-top: 2px; height: 22px; width: 40px; color:{color:text links}; line-height: 22px; text-transform: uppercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color: {color:link hover}; }
- #dolls a:hover{ border-radius:70px;border:4px solid {color:borda2};
- width:43px;margin-top:5px;
- -moz-transition-duration: .99s;filter:alpha(opacity=100);
- -moz-opacity:1.0; opacity:1.0; -webkit-transition-duration: .99s;}
- .dolls:hover {
- margin-top:-15px;}
- /*** *********************PAGINACAO***/
- #pagina{ margin-top: 442px; margin-left: 247px; width: 102px; float: right; background-color: transparent; position: fixed; height: 20px; line-height: 15px;-webkit-border-radius: 0px 0px 0px 0px; z-index:830;background:{color:sidebar}; }
- #paginacaoml {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; line-height: 17px;}
- #paginacaoml a {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: ; 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:{color:sidebar} ; border: none;}
- #paginacaoml span.pagina_atual {background:{color:sidebar}; 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;}
- /*** FAIXAS E LINHAS DA SIDEBAR***/
- #faixa2 {margin-top: 178px; margin-left: 62px; position: fixed; background-color: {color:linha}; height: 132px; width:4px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa3 {margin-top: 174px; margin-left: 62px; position: fixed; background-color: {color:linha}; height: 4px; width:35px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa4 {margin-top: 306px; margin-left: 62px; position: fixed; background-color: {color:linha}; height: 4px; width:35px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa5 {margin-top: 429px; margin-left: 128px; position: fixed; background-color: {color:linha}; height: 26px; width:4px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa6 {margin-top: 429px; margin-left: 368px; position: fixed; background-color: {color:linha}; height: 26px; width:4px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa7 {margin-top: 442px; margin-left: 232px; position: fixed; background-color: {color:linha}; height: 20px; width:4px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa8 {margin-top: 442px; margin-left: 237px; position: fixed; background-color: {color:linha}; height: 20px; width:2px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa9 {margin-top: 442px; margin-left: 241px; position: fixed; background-color: {color:linha}; height: 20px; width:4px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa10 {margin-top: 452px; margin-left: 130px; position: fixed; background-color: {color:linha}; height: 4px; width:25px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa11 {margin-top: 452px; margin-left: 345px; position: fixed; background-color: {color:linha}; height: 4px; width:25px;}/***detalhes by o-mundo-de-uma-garota***/
- /*** 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};}
- </style>
- <body oncontextmenu="return false">
- <!----------------EPA NÃO MEXA AQUI------------------->
- <div id="estela1"></div>
- <div id="marion"></div>
- <div id="marion1"></div>
- <div id="faixa2"></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="faixa10"></div>
- <div id="faixa11"></div>
- <div class="duhimag" class="hover">
- <img class="bottom shadow" src="{image:fotinha}"style="-webkit-filter: grayscale(100%);" >
- <img class="top shadow" src="{image:fotinha2}" title="baby im sure duh"></div></div>
- <div id="duka">{text:frase2}</div>
- <center><div class="dukah1">{text:frase1}</center></div></center>
- <div id="notinholaduda">{Description}</div>
- <div id="dolls">
- <a href="{text:Link5}">{text:Link5 Title}</a>
- <a href="{text:Link6}">{text:Link6 Title}</a>
- <a href="{text:Link7}">{text:Link7 Title}</a>
- </div class>
- </div></div>
- </div>
- </div>
- <div id="pink">
- <a href="{text:Link2}">{text:Link2 Title}</a>
- <a href="{text:Link3}">{text:Link3 Title}</a>
- <a href="{text:Link4}">{text:Link4 Title}</a>
- </div class>
- </div></div>
- </div>
- </div>
- </div>
- <div id="nossadudex" title="{text:Link1 Title} "><a href="{text:Link1}"><img height="20"src="http://static.tumblr.com/bpaio6t/YwMm1exvz/msoi1.png" width="25"class="home"title="{text:Link1 Title} "></div>
- <!------------------PAGINAÇÃO--------------------->
- <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> of <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>
- <!-------------CRÉDITOS------------------------------>
- <div style="margin-left:155px;-webkit-transform: rotate(0deg); width:75px;background:{color:sidebar};line-height: 17px; font-family:tahoma;font-size:11px; margin-top: 442px; height:20px;position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"title="Theme by: o-mundo-de-uma-garota + ispiração de links da minha cachorra [umabonecaciumenta] not copie"><small>Theme </small></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}
- <div class="baseduh1">“{Quote}”</div>
- {block:Source}<div class="baseduh2"> <font color="{color:tags}">~</font> {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}
- <div class="chat">
- <div class="chat1">
- {block:Lines}
- <div class="chat2 {Alt}">
- {block:Label}
- <span>{Label}</span>
- {/block:Label}
- {Line}</div>
- {/block:Lines}
- </div>
- </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}
- <img src="{AskerPortraitURL-30}" align="left" class="fotoask"> <div class="perguntou">Pergunta feita por: {Asker} </div>
- <div class="pergunta">{Question}</div>
- <br>
- <div class="oi">{Answer}</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"><b><font color="{color:tags}">Reblog</font></b> <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: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