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 ilovethemes, making-themes and revolutionhtml
- - - - - - - - - - - - - - -
- - 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="#CDC9C9" />
- <meta name="color:text" content="#8B8989" />
- <meta name="color:post" content="#fff" />
- <meta name="color:sidebar" content="#fff" />
- <meta name="color:background links" content="#FF69B4" />
- <meta name="color:text links" content="#8B8989" />
- <meta name="color:tags" content="#FF69B4" />
- <meta name="color:frase" content="#CDC9C9" />
- <meta name="color:abc" content="#FF69B4" />
- <meta name="color:italico" content="#363636" />
- <meta name="color:borda" content="#CDC9C9" />
- <meta name="color:borda2" content="#FFC0CB" />
- <meta name="color:bghover" content="#FFFFFF" />
- <meta name="color:sombra" content="#8B8989" />
- <meta name="color:textdesc" content="#8B8989" />
- <meta name="color:bgask" content="#363636" />
- <meta name="color:bgask2" content="#FFF0F5" />
- <meta name="color:linha" content="#FFC0CB" />
- <meta name="color:linha2" content="#CDC9C9" />
- <meta name="color:bordaimg" content="#CDC9C9" />
- <meta name="color:scrollbar" content="#fff" />
- <meta name="color:bgfrase" content="#fff" />
- <meta name="color:aspa" content="#FF69B4" />
- <meta name="color:flor1" content="#FFC0CB" />
- <meta name="color:flor2" content="#CDC9C9" />
- <meta name="image:background" content="http://static.tumblr.com/2bh9bxo/MuXme7uvf/ohbgdaduda.jpg" />
- <meta name="image:fotinha" content="http://static.tumblr.com/2bh9bxo/1Hnme7r60/duds.png"/>
- <meta name="image:fotinha2" content="http://static.tumblr.com/2bh9bxo/1Hnme7r60/duds.png"/>
- <meta name="text:frase1" content="sua pequena princesa" />
- <meta name="text:frase2" content="Barbie dolls baby" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link5" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link6" />
- <meta name="text:Link7" content="/" />
- <meta name="text:Link7 Title" content="link7" />
- <meta name="text:Link8" content="/" />
- <meta name="text:Link8 Title" content="link8" />
- <!----------------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: 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}
- /**************---------------------------posts*/
- #omdg {float: left; margin-left: 469px; 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:Century Gothic ; text-align: center; font-size: 13px; 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;}
- .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: right; font-size: 10px;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: right}
- 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:257px;
- height:249px;
- margin-left:185px;
- margin-top: 105px;
- position:fixed;
- border:2px solid {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:239px;
- width: 247px;
- 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(0.8);
- -moz-transform:scale(0.8);
- -o-transform:scale(0.8);
- opacity:0.2;
- -webkit-transition-duration: .19s;opacity:0.7; #pattern opacity:0.7; -webkit-animation: smallToBig 300ms alternate infinite ease;-moz-animation: smallToBig 300ms alternate infinite ease;box-shadow: 0 0 40px rgba{color:sombra} inset;
- -webkit-transition-duration: 0.6s; opacity:0.8;}
- .duhimage img.top { opacity:1;-webkit-transition-duration: .99s;margin-top:-210px;opacity:1;-webkit-transition-duration: .90s; -webkit-transform: rotate(360deg);}
- .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;-webkit-animation: smallToBig 300ms alternate infinite ease;-moz-animation: smallToBig 300ms alternate infinite ease;box-shadow: 0 0 40px rgba{color:sombra} inset;
- -webkit-transition-duration: 0.6s; opacity:0.8; }
- #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: 20px; margin-top: 180px; width:150px; font-size: 11px; height: 98px; text-align: center; 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: 175px; width:280px; height: 309px; background-color:{color:sidebar}; margin-top: 75px; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 0px 0px; -webkit-transform: rotate(0deg); background-image: url('{image:fudinho}'); -webkit-border-radius: 0px 0px 0px 0px;box-shadow: 3px 3px 9px {color:sombra};}
- #marion1 {position: fixed;
- margin-left: 97px;
- width:95px;
- height: 27px;
- background-color:{color:borda};
- margin-top: 385px;
- -webkit-transform: rotate(0deg);
- -webkit-transform: rotate(180deg);}
- /*** TITULOS***/
- #duka {background-color:{color:bgfrase};margin-left:185px;margin-top: 64px; height:24px; line-height:25px;float:left; position:fixed; width:140px; font-family: 'Courgette'; font-size:19px; text-align: left;
- color:{color:frase} ; letter-spacing:-1px; z-index:11; text-transform: none; text-shadow: 3px 3px 5px 4px {color:sombra};border-top: 2px dotted {color:borda};-webkit-border-radius: 20px 20px 0px 0px;}
- .dukah1 {font-family:tinytots; font-size: 8px; font-style: none;
- height: 10px;color: {color:mytitle}; margin-left:154px;margin-top:82px; 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');}
- #pink{width:98px; height: 40px; float: left; margin-left:348px; margin-top: 75px; 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: 12px; width: 39px; color:{color:text links};-webkit-border-radius: 0px 0px 0px 0px;background:{color:link hover}; line-height: 12px; 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}; } /***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***/
- #pink2{width:398px; height: 40px; float: left; margin-left:198px; margin-top: 363px; padding: 0px; text-align: center; position: fixed; z-index:9999;}
- /***link by o-mundo-de-uma-garota***/
- #pink2 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: 12px; width: 39px; color:{color:text links};-webkit-border-radius: 0px 0px 0px 0px;background:{color:link hover}; line-height: 12px; 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}; } /***link by o-mundo-de-uma-garota***/
- #pink2 a:hover{text-shadow: 0px -5px {color:background links}, 0px -5px {color:sombra}; } /***link by o-mundo-de-uma-garota***/
- /***--------------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: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};}
- 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;}
- /****** 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: 145px; margin-top: 237px; color:{color:sidebar}; font-size: 25px; -webkit-transform: rotate(-2deg); z-index: 1000;}
- /***----------------- FAIXAS E LINHAS DA SIDEBAR-----------***/
- #faixa2 {margin-top: 254px; margin-left: 30px; position: fixed; background-color: {color:linha}; height: 2px; width:144px;opacity:0.6;}/***detalhes by o-mundo-de-uma-garota***/
- /*** ASPINHA***/
- #aspa {font-size:49px;
- font-style: normal;
- text-transform:none;
- text-align:center;
- font-family:arial;
- background-color: #omdg;
- color: {color:aspa};
- font-style:none;
- line-height:8px;
- text-transform:none;
- padding: 5px;
- width:217px;
- height: 5px;
- line-height: 3px;
- padding-top: 7px;
- letter-spacing:0px;
- margin-top:195px;
- text-transform:none;
- position:fixed;
- margin-left:-56px;
- background-color: omdg;
- border-bottom: 0px dotted {color:text};
- -webkit-transform: rotate(0deg);opacity:0.3;}
- /***----------FLORZINHA OWNT [OMDG]--------♥-----***/
- #duca {margin-top:366px;
- line-height:2px;
- background-color:duggs;
- margin-left: 395px;
- overflow: hidden;
- position: fixed;
- color: {color:flor1};
- padding: 10px;
- background-attachment: fixed;
- width:1px;
- height: 0px;
- -webkit-transition: all .5s ease-out;
- -moz-transition: all .5s ease-out;
- text-transform: uppercase;
- -webkit-transform: rotate(-16deg); z-index: 8000000;}
- #duca1 {font-size: 14px;
- font-family:sofia ;
- letter-spacing: -1px;
- text-transform: none;
- line-height: 3px;}
- #duca2 { margin-top:360px;
- line-height:2px;
- background-color:duggs;
- margin-left: 403px;
- overflow: hidden;
- position: fixed;
- color:{color:flor2};
- padding: 10px;
- background-attachment: fixed;
- width:12px; height: 0px;
- -webkit-transition: all .5s ease-out;
- -moz-transition: all .5s ease-out;
- text-transform: uppercase;
- -webkit-transform: rotate(24deg); z-index: 8000000;
- }
- #duca3 {font-size: 16px;
- font-family:sofia ;
- letter-spacing: -1px;
- text-transform: none;
- line-height: 3px;}
- #page {position: fixed; margin-left:77px; margin-top: 250px; font-size: 36px; font-family: verdana; z-index:100; border-bottom:1px ;text-shadow: 1px 1px 1px #828282;font-style:none;z-index:100}
- #page a {color:{color:link}}
- #page a:hover {color:{color:linha2};}
- #pag {position: fixed; margin-left: 77px; margin-top: 270px; font-size: 36px; font-family: verdana; z-index:100; border-bottom:1px ;text-shadow: 1px 1px 1px #828282;font-style:none;}
- #pag a {color:{color:link}}
- #pag a:hover {color:{color:linha2};}
- </style>
- <body oncontextmenu="return false">
- <!----------------EPA NÃO MEXA AQUI------------------->
- <div id="estela1"></div>
- <div id="duca"><div id="duca1">✿</div></div></div></div></div>
- <div id="duca2"><div id="duca3">✿</div></div></div></div></div>
- <div id="dj2">◥</div>
- <div id="faixa2"></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="aspa">❝</a></div>
- <div id="notinholaduda">{Description}</div>
- <div id="pink">
- <a href="{text:Link1}">{text:Link1 Title}</a>
- <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="pink2">
- <a href="{text:Link5}">{text:Link5 Title}</a>
- <a href="{text:Link6}">{text:Link6 Title}</a>
- <a href="{text:Link7}">{text:Link7 Title}</a>
- <a href="{text:Link8}">{text:Link8 Title}</a>
- </div class>
- </div></div>
- </div>
- </div>
- </div>
- <!-------------PAGINATION--------------------->
- <div id="pag">{block:NextPage}<a href="{NextPage}">⇢ </a>{/block:NextPage}</div>
- <div id="page">{block:PreviousPage}<a href="{PreviousPage}">⇠</a>{/block:PreviousPage}</div></div>
- </div>
- </div>
- <!-------------CRÉDITOS------------------------------>
- <div style="margin-left:20px;background:{color:sidebar};-webkit-border-radius: 20px 0px 20px 0px;-webkit-transform: rotate(0deg); width:80px; font-family:tahoma;font-size:11px; margin-top: 8px; height:18px;position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"title="Theme by: o-mundo-de-uma-garota + estilo da descrição por cerejadosundae [] plagio é crime"><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