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 htmluv and ilovethemes
- - - - - - - - - - - - - - -
- - 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="#1C1C1C" />
- <meta name="color:link" content="#8B8989" />
- <meta name="color:link hover" content="#000000" />
- <meta name="color:text" content="#8B8989" />
- <meta name="color:post" content="#000000" />
- <meta name="color:sidebar" content="#000000" />
- <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="#FF69B4" />
- <meta name="color:abc" content="#FF69B4" />
- <meta name="color:italico" content="#363636" />
- <meta name="color:borda" content="#363636" />
- <meta name="color:borda2" content="#363636" />
- <meta name="color:bghover" content="#FFFFFF" />
- <meta name="color:sombra" content="#000000" />
- <meta name="color:textdesc" content="#8B8989" />
- <meta name="color:bgask" content="#363636" />
- <meta name="color:bgask2" content="#000000" />
- <meta name="color:linha" content="#000000" />
- <meta name="color:linha2" content="#FF69B4" />
- <meta name="color:bordaimg" content="#363636" />
- <meta name="color:scrollbar" content="#000000" />
- <meta name="color:bgfrase" content="#000000" />
- <meta name="image:background" content="" />
- <meta name="image:fotinha" content="http://static.tumblr.com/2bh9bxo/vgRmdpuzv/tumblr_lui2x1th9w1qcmkeso1_500.jpg"/>
- <meta name="image:fotinha2" content="http://static.tumblr.com/2bh9bxo/vgRmdpuzv/tumblr_lui2x1th9w1qcmkeso1_500.jpg"/>
- <meta name="text:frase1" content="Mais so a barbie dele" />
- <meta name="text:frase2" content="A Small 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: 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: 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: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:125px;
- margin-top: 105px;
- 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: 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; }
- @-webkit-keyframes smallToBig{from {-webkit-transform: scale(1);}to {-webkit-transform: scale(1.1);}}
- @-moz-keyframes smallToBig{from {-moz-transform: scale(1);}to {-moz-transform: scale(1.1);}}
- /******----------------DESCRIÇÃO----------------******/
- #notinholaduda {margin-left: 195px; margin-top: 365px; width:190px; 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: 110px; width:280px; height: 379px; background-color:{color:sidebar}; margin-top: 45px; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 0px 0px; -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};}
- #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:125px;margin-top: 60px; height:24px; line-height:25px;float:left; position:fixed; width:140px; font-family: 'Wire One'; font-size:39px; 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:94px;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');}
- /**** -------------------LINKS AQUI POR OMDG------------------***/
- #duggs1 {width: 24px; position: fixed; background-color: {color:sidebar}; font-size: 9px; font-family: tahoma; padding: 5px; height: 29px; margin-left: 290px; z-index: 1; margin-top: 55px; z-index: 1; opacity:0.8;-webkit-border-radius: 20px 20px 20px 20px; }
- #pink{width:578px; height: 40px; float: left; margin-left:240px; margin-top: 423px; 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: 49px; color:{color:text links};-webkit-border-radius: 0px 0px 0px 0px;background:{color:link hover}; 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***/
- #duggs2 {width: 24px; position: fixed; background-color: {color:sidebar}; font-size: 9px; font-family: tahoma; padding: 5px; height: 29px; margin-left: 260px; z-index: 1; margin-top:55px; z-index: 1; opacity:0.8;-webkit-border-radius: 20px 20px 20px 20px;}
- #duggs3 {width: 24px; position: fixed; background-color: {color:sidebar}; font-size: 9px; font-family: tahoma; padding: 5px; height: 29px; margin-left: 319px; z-index: 1; -webkit-border-radius: 20px 20px 20px 20px; z-index: 1; margin-top: 55px; opacity:0.8;}
- #dolls {width: 258px; float: left; margin-left:113px; z-index:10000000000; margin-top: 469px; padding: 0px; text-align: center; position: fixed; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .9s ease-in-out; -webkit-transition: 1.3s ease-in; height:18px;
- -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; -webkit-transition: all 0.6s ease; }
- #dolls a {float: left; padding: 1px; margin-top: -80px; display: block; letter-spacing: 1px; font-family: Century Gothic; font-size: 9px; text-align: center; width: 60px; height:10px; background-color: {color:link hover}; color: {color:text links} ; text-decoration: none; text-transform: uppercase; line-height: 15px; height: 17px; overflow: hidden; margin-left:-2px; -webkit-transition: all 0.6s ease;text-shadow: 3px 3px 9px {color:textdesc}; }
- #dolls a:hover{text-align: center; opacity:1; background-color:{color:background links}; color: {color:bghover}; width: 278px; -webkit-transition: all 0.6s ease;opacity:0.5;}
- #duggs4 {width: 24px; position: fixed; background-color:{color:sidebar}; font-size: 9px; font-family: tahoma; padding: 5px; height: 29px; margin-left: 349px; z-index: 1; margin-top: 56px; z-index: 1; opacity:0.8;-webkit-border-radius: 20px 20px 20px 20px; }
- /***--------------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};}
- /***-----------QUADRADINHO-------------------------------***/
- #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 105px; margin-top: 389px; color:{color:borda}; font-size: 25px; -webkit-transform: rotate(-3deg); z-index: 1000;}
- /***----------------- FAIXAS E LINHAS DA SIDEBAR-----------***/
- #faixa2 {margin-top: 447px; margin-left: 242px; position: fixed; background-color: {color:linha}; height: 4px; width:99px;}/***detalhes by o-mundo-de-uma-garota***/
- #page {position: fixed; margin-left:177px; margin-top: 440px; 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: 177px; margin-top: 420px; 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="marion1"></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="notinholaduda">{Description}</div>
- <div id="duggs1">
- <a href="{text:Link2}"><img src="http://static.tumblr.com/ejm8w78/w3Qlz2pzs/email.png" width=15px">{text:Link2 Title}</a></div>
- <div id="duggs2"><a href="{text:Link1}"><img src="http://static.tumblr.com/ejm8w78/lhflz2pxj/home.png" width=16px">{text:Link1 Title}</a></div>
- <div id="duggs3"><a href="{text:Link4}"><img src="http://static.tumblr.com/ejm8w78/onElz2rsp/folder.png" width=15px">{text:Link4 Title}</a></div>
- <div id="duggs4">
- <a href="{text:Link3}"><img src="http://static.tumblr.com/ejm8w78/EVjlz2rwa/comment.png" width=15px">{text:Link3 Title}</a></div>
- <div id="pink">
- <a href="{text:Link5}">{text:Link5 Title}</a>
- <a href="{text:Link6}">{text:Link6 Title}</a>
- </div class>
- </div></div>
- </div>
- </div>
- </div>
- <div id="dolls">
- <a href="{text:Link7}">{text:Link7 Title}</a></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:12px;-webkit-border-radius: 20px 20px 0px 0px;-webkit-transform: rotate(-90deg); width:180px; font-family:tahoma;font-size:11px; margin-top: 215px; height:18px;position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"title="Theme by: o-mundo-de-uma-garota originally. plagio é crime"><small>Theme by :o-mundo-de-uma-garota</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