Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!------------------------♥---------------------------------
- Theme by: revolutionhtml|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 & Html-and-materiai,alguns códigos por ana :],aproximar-te,TTHY and sweet-help;
- - - - - - - - - - - - - - -
- - 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="#696969" />
- <meta name="color:link" content="#EEE9E9" />
- <meta name="color:link hover" content="#1c1c1c" />
- <meta name="color:text" content="#EEE9E9" />
- <meta name="color:post" content="#8B8989" />
- <meta name="color:sidebar" content="#8B8989" />
- <meta name="color:background links" content="#FF83FA" />
- <meta name="color:text links" content="#8B8989" />
- <meta name="color:tags" content="#FF83FA" />
- <meta name="color:frase" content="#EEE9E9" />
- <meta name="color:abc" content="#FF83FA" />
- <meta name="color:italico" content="#363636" />
- <meta name="color:borda" content="#696969" />
- <meta name="color:borda2" content="#1c1c1c" />
- <meta name="color:bghover" content="#FFB5C5" />
- <meta name="color:sombra" content="#8B8989" />
- <meta name="color:textdesc" content="#EEE9E9" />
- <meta name="color:bgask" content="#CDCDC1" />
- <meta name="color:bgask2" content="#FF83FA" />
- <meta name="color:linha" content="#FF83FA" />
- <meta name="color:linha2" content="#FF83FA" />
- <meta name="color:bordaimg" content="#FF83FA" />
- <meta name="color:scrollbar" content="#EEE9E9" />
- <meta name="color:aspaquote" content="#FF83FA" />
- <meta name="color:links" content="#fff" />
- <meta name="color:chat" content="#EEE9E9" />
- <meta name="color:chat2" content="#FF83FA" />
- <meta name="image:background" content="" />
- <meta name="image:fotinha" content="http://25.media.tumblr.com/tumblr_mebjyrOg111rwgebfo3_250.png"/>
- <meta name="image:fudinho" content="http://static.tumblr.com/2bh9bxo/yIfmeiyvy/blu.png" />
- <meta name="image:icon" content="http://4.bp.blogspot.com/_CvJVXzM3cn8/TFpBZTg-B2I/AAAAAAAAdrs/alDc-SoDbkc/s400/sgdoodlebug4-797068.gif" />
- <meta name="text:frase2" content="A Pequena Menina dos olhos de Deus" />
- <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'>
- <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'>
- <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: 484px; margin-top: 8px;opacity:1; overflow: hidden; border: 2px dotted {color:borda};}
- .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: Swanky and Moo Moo; text-align: center; background:{color:background};font-size: 28px; 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---------------♥--------------***/
- .chat {background:transp; margin: 0; font-size:
- 11px; font-family: arial;}
- .chat .lines {margin-left: 0; background: {color:chat}; color:
- {color:text}; margin-bottom: 1px; padding: 4px 5px 4px 5px;}
- .chat .lines span{font-family:lobster;font-size:13px;background-color:{color:chat2};padding: 4px 4px 4px 4px;margin-left:-5px;}
- @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
- @font-face { font-family: "lobster"; src: url('http://themes.googleusercontent.com/static/fonts/lobster/v3/MWVf-Rwh4GLQVBEwbyI61Q.woff'); }
- .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};}
- /* 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};}
- /*** 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; }
- /****-------DATAS,REBLOG POR [OMDG]---♥----****/
- #date {text-align: right; font-size: 10px;font-family: calibri; z-index: 11;text-transform:uppercase;color:{color:tags};}
- #date a {font-size: 10px;}
- .tags {color: {color:links}; font-size: 8px; font-family: "calibri"; display: inline; list-style: none; text-transform: lowercase;}
- .tags a {font-size: 9px; color: {color:links}; 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:277px;
- height:249px;
- margin-left:165px;
- margin-top: 102px;
- position:fixed;
- border:2px dotted {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: 267px;
- background-color: ;
- padding:0px;
- margin-left:0px;
- margin-top:0px;
- opacity:1.0;
- -webkit-transition-duration: 0.8s;
- opacity: 1}
- #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: 135px; margin-top: 393px; width:338px; font-size: 11px; height:auto; text-align: center; background:{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;-webkit-border-radius: 20px 20px 20px 20px;
- -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: 155px; width:300px; height: 296px; background-color:{color:sidebar}; margin-top: 95px; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 0px 0px; -webkit-transform: rotate(0deg); }
- #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 {margin-left:155px;margin-top: 69px; height:24px; line-height:25px;float:left; position:fixed; width:300px; font-family:Swanky and Moo Moo; font-size:22px; text-align: left;background:{color:sidebar};
- 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};}
- /*—Menu Ownt por:Duda.R [o-mundo-de-uma-garota] exclusive do Revolutionhtml—*/
- #menurh{width:498px; height: 40px; float: left; margin-left:202px; margin-top: 358px; padding: 0px; text-align: center; position: fixed; z-index:9999;}
- #menurh 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: 49px; color:{color:link};-webkit-border-radius: 0px 0px 0px 0px;background:{color:link hover}; border-bottom: 2px solid {color:linha2};border-top: 3px solid {color:linha2};line-height: 20px; 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}; }
- #menurh a:hover{-webkit-transform-origin:padding: 5px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px; text-transform: none;background: #FFC0CB url('http://static.tumblr.com/ywlup7y/P4tm242r5/coracao2.png') no-repeat right;filter: hue-rotate(190deg); -webkit-filter: hue-rotate(360deg);-moz-filter: hue-rotate(360deg);-o-filter: hue-rotate(360deg);
- -ms-filter: hue-rotate(360deg);-webkit-transition-duration: 2.0s;-webkit-border-radius: 0px;-moz-border-radius: 0px;color:{color:link}; border-radius: 0px; }
- .menu {position:fixed; margin-left: 145px; margin-top: 185px;}
- .menu a {overflow: hidden; font-family:arial; display: block; font-family:"04b03", small fonts; font-size:8px; text-transform: uppercase; color:{color:link}; width: 0px; border-left: 8px solid ;border-color: {color:background links}; text-align: center; margin-bottom: 1px; height: 30px;}
- .menu a:hover {overflow: hidden;margin-right: 3px; background: url('http://static.tumblr.com/ifqwhnb/QcQm4x9v4/menu.png'); font-family:"04b03", small fonts; font-size:10px; text-transform: uppercase; display: block; color: {color:links}; width: 290px; border-left: 8px solid border-color: {color:bghover}; padding: 5px; text-align: center; margin-bottom: 1px;height: 30px; -line-height: 30px;letter-spacing: 3px;}
- /***--------------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: 176px; margin-left: 135px; position: fixed; background-color: {color:sidebar}; height: 109px; width:3px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa3 {margin-top: 176px; margin-left: 137px; position: fixed; background-color: {color:sidebar}; height: 3px; width:20px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa4 {margin-top: 282px; margin-left: 137px; position: fixed; background-color: {color:sidebar}; height: 3px; width:20px;}/***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;}
- #marion1 {position: fixed;
- margin-left: 155px;
- width:300px;
- height: 13px;
- background-color:{color:sidebar};
- margin-top: 366px;
- -webkit-transform: rotate(0deg);
- -webkit-transform: rotate(180deg);
- background-image: url('{image:fudinho}');}
- #page {position: fixed; margin-left:377px; margin-top: 450px; 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: 377px; margin-top: 460px; 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};}
- #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 405px; margin-top: 49px; color:{color:sidebar}; font-size: 19px; -webkit-transform: rotate(0deg); z-index: 1000;-moz-animation: 9s ease 0s normal none ana;
- -moz-transform-origin: center top;
- -webkit-animation:ana 9s ease-in-out;
- -webkit-transform-origin:top;-moz-animation: 5s ease 0s normal none ana;
- -moz-transform-origin: center top;
- -webkit-animation:ana 5s ease-in-out;
- -webkit-transform-origin:top;opacity:1;}
- </style>
- <body oncontextmenu="return false">
- <!----------SUA PLAY AQUI EMBAIXO-------♥------------->
- <!----------------EPA NÃO MEXA AQUI----------♥--------->
- <div id="estela1"></div>
- <div id="dj2"><img src="{image:icon}"></div>
- <div id="faixa2"></div>
- <div id="faixa3"></div>
- <div id="faixa4"></div>
- <div id="marion1"></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="notinholaduda">{Description}</div>
- <div id="menurh">
- <a href="{text:Link4}">{text:Link4 Title}</a>
- <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>
- <div class="menu">
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- </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://revolutionhtml.tumblr.com/"title="Theme por revolutionhtml feito por Duda.R [OMDG] + dtlhs por: aproximar-te 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}
- <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}
- <!---------------CHAT--♥---------------->
- {block:Chat}<div class="caixa">
- {block:Lines}
- <div class="chat">
- <div class="lines">{block:Label}
- <span>{Label}</span>
- {/block:Label}
- {Line}</div></div>
- {/block:Lines}
- {block:IndexPage}
- <center><div class="pp">
- {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} · </a>
- <a href="{Permalink}">{TimeAgo}</a> - <a href="{Permalink}">{NoteCount} notes </a>· <a href="{ReblogURL}" target="_blank">Reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"></a></div></center>
- {/block:IndexPage}
- </div>{block:Chat}
- {block:Audio}
- <div class="player">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-500}{/block:Video}
- {block:Answer}
- <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">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