Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!----
- 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.
- - - - - - - - - - - - - - -
- - THEME FEITO POR DUDA.R -
- - - - - - - - - - - - - - - ---->
- <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
- <script>
- // <![CDATA[
- var bgcolour="#FFC5DD"; // background colour
- var fgcolour="#999999"; // foreground colour
- var speed=120; // speed of bubbling, lower is faster
- var shades=5; // number of shades of bubble
- /****************************
- * Bubbling Text Effect *
- *(c) 2003-6 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var bubbcol=new Array();
- var bubbler, bubbtxt;
- var bubbchr=new Array();
- window.onload=function() { if (document.getElementById) {
- for (bubbler=0; bubbler<=shades; bubbler++) {
- bubbtxt="#";
- for (var i=1; i<6; i+=2) {
- var bg=parseInt(bgcolour.substring(i,i+2),16);
- bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
- }
- bubbcol[bubbler+1]=bubbtxt;
- }
- bubbler=document.getElementById("bubble");
- bubbtxt=bubbler.firstChild.nodeValue;
- while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
- for (var i=0; i<bubbtxt.length; i++) {
- var bubbi=document.createElement("span");
- bubbi.setAttribute("id", "bubb"+i);
- bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
- bubbler.appendChild(bubbi);
- }
- bubbler=setInterval ("bubbling()", speed);
- }}
- function dechex(dec) {
- var hex=dec.toString(16);
- if (dec<16) return "0"+hex;
- else return hex;
- }
- function bubbling() {
- for (var i=0; i<bubbtxt.length; i++) {
- var bubbme=document.getElementById("bubb"+i);
- if (bubbchr[i]) {
- bubbme.style.color=bubbcol[bubbchr[i]];
- bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
- }
- else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
- }
- }
- // ]]>
- </script>
- <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
- <script src="http://code.jquery.com/jquery-latest.js"></script>
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/ifqwhnb/GBsm20q7d/jquery.nivo.slider.pack.js"></script>
- <script type="text/javascript">
- var $nv4wp = jQuery.noConflict();
- $nv4wp(window).load(function() {
- $nv4wp('#slider').nivoSlider({
- effect:'random',
- slices:15, // For slice animations
- boxCols: 4, // For box animations
- boxRows: 2, // For box animations
- animSpeed:500, // Slide transition speed
- pauseTime:3000, // How long each slide will show
- startSlide:0, // Set starting Slide (0 index)
- directionNav:true, //Next & Prev
- directionNavHide:true, //Only show on hover
- controlNav:true, // 1,2,3... navigation
- controlNavThumbs:false, // Use thumbnails for Control Nav
- controlNavThumbsFromRel:false, // Use image rel for thumbs
- controlNavThumbsSearch: '.jpg', // Replace this with...
- controlNavThumbsReplace: '_thumb.jpg', // ...this in thumb Image src
- keyboardNav:true, //Use left & right arrows
- pauseOnHover:true, //Stop animation while hovering
- manualAdvance:false, //Force manual transitions
- captionOpacity:0.9, //Universal caption opacity
- prevText: 'Prev', // Prev directionNav text
- nextText: 'Next', // Next directionNav text
- beforeChange: function(){}, // Triggers before a slide transition
- afterChange: function(){}, // Triggers after a slide transition
- slideshowEnd: function(){}, // Triggers after all slides have been shown
- lastSlide: function(){}, // Triggers when last slide is shown
- afterLoad: function(){} // Triggers when slider has loaded
- });
- });
- </script>
- <script type="text/javascript">
- function changeNavigation(id) {document.getElementById('entries').innerHTML=document.getElementById(id).innerHTML}
- </script>
- <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>
- <link href='http://fonts.googleapis.com/css?family=Raleway+Dots' rel='stylesheet' type='text/css'>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></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/lqzmc8a3h/ddd.gif" class="btn_close" title="Close Window" 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>
- <!-- APPERENCE OMDG -->
- <meta name="image:fotod" content="http://static.tumblr.com/kbesbrd/Imgmcx8al/tumblr_mcv1laxe3o1r4cmzeo1_500.jpg" />
- <meta name="image:background" content="http://static.tumblr.com/2bh9bxo/hhSmcmw52/varios_bg.jpg" />
- <meta name="image:fudinho" content="http://static.tumblr.com/2bh9bxo/mpCmcvwaz/daduda1.jpg" />
- <meta name="color:background" content="#E6E6FA" />
- <meta name="color:sidebar" content="#fff" />
- <meta name="color:link" content="#8B8682" />
- <meta name="color:link hover" content="#FFFFFF" />
- <meta name="color:bordaimg" content="#FFFFFF" />
- <meta name="color:text" content="#8B8682" />
- <meta name="color:tags" content="#FFC0CB" />
- <meta name="color:post" content="#FFFFFF" />
- <meta name="color:borda" content="#FFFFFF" />
- <meta name="color:links" content="#8B8682" />
- <meta name="color:bghover" content="#FFC0CB" />
- <meta name="color:sombra" content="#FFFFFF" />
- <meta name="color:textdesc" content="#8B8682" />
- <meta name="color:frase" content="#8B8682" />
- <meta name="color:bgask" content="#FFC0CB" />
- <meta name="color:borda2" content="#CDC9C9" />
- <meta name="color:linha" content="#fff" />
- <meta name="color:linha1" content="#FFC0CB" />
- <meta name="color:abc" content="#FFC0CB" />
- <meta name="text:frase" content="Chore Menina"/>
- <meta name="text:frase2" content="Vc nao é obrigada a ser forte" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="H O M E" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link" />
- <meta name="text:Link7" content="/" />
- <meta name="text:Link7 Title" content="link" />
- <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}
- <style type="text/css">
- /* body */
- body {background: {color:background} url('{image:background}') repeat; color:{color:text}; font-family:verdana; font-size:11px; line-height:110%}
- a { text-decoration:none; color:{color:link};}
- a:hover {text-decoration:none; color:{color:link hover};}
- p {margin: 6px 0 0 0}
- blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}
- blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
- blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
- blockquote img{max-width: 430px!important}
- blockquote blockquote img{max-width: 430px!important}
- blockquote blockquote blockquote img{max-width: 430px!important}
- blockquote blockquote blockquote blockquote img{max-width: 400px!important}
- /* BASE POR DUDA*/
- #content {width:850px; margin: 0px auto 20px auto; }
- #omdg {float:left; margin-left:240px;overflow: hidden; }
- #baseduh {width:470px;
- border: 4px double {color:borda};
- background-color:{color:post};
- margin-bottom:2px; padding:10px;
- text-align:left; position: relative; }
- h1 {color:{color:text}; font-family:'Raleway Dots', cursive;font-size:14px; line-height:16px; text-align: center; font-weight:normal;}
- h1 a {color:{color:link}}
- h1 a:hover {color:{color:link hover}}
- .image {text-align:center; border: 0px}
- .image img {max-width: 450px;border: 2px solid {color:borda}; margin-bottom: 2px }
- .quote {font-family: georgia; text-align: center; font-size: 14px; line-height: 16px; padding: 3px;}
- .quotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
- .quotesource a, a:hover{text-transform: none;}
- .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: #000; text-align: left; display:block;}
- .ask {width: 99%; background:{color:bgask}; font-weight:normal; padding:3px; margin-bottom: 1px; color:{color:text}; font-size: 11px; }
- .asker {width: 99%;height:18px; background:{color:background}; font-weight:normal; padding:3px; margin-bottom: 1px; color:{color:text}; font-size: 10px;text-align:left;line-height:20px;text-transform:uppercase;font-family: calibri;}
- .asker a{background:#; color:{color:text};}
- .askborder {width:38px;float: left; display: inline; margin-bottom: 2px;margin-left:-3px;border: 3px solid {color:borda};margin-top:-3px;}
- .resposta {background:{color:background}; font-weight:normal; padding:10px; margin-bottom:1px; text-shadow:0 0px 0px {color:sombra};color:{color:text}; font-size: 11px; }
- #date {text-align: right; font-size: 8px;border: 1px solid {color:borda}; background:{color:background};font-family:tinytots; text-transform: lowercase; z-index: 11;}
- #date a {font-size: 8px;}
- .tags {color: {color:text}; font-size: 8px; font-family: tinytots; display: inline; list-style: none; text-transform: lowercase;}
- .tags a {font-size: 8px; color:{color:text}; display: inline; list-style: none; text-transform: lowercase;}
- #cap {width: 500px; margin-top: -2px;}
- .source {display: none;}
- .notes {width: 530px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: right}
- ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
- ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
- .notes img{display: none; border:0px}
- /*ATENCAO DUDA* || imagemduh*/
- .duhimg {float: left; margin-top: 190;
- left: 215px;padding: 0px; position: fixed;}
- .duhimg img {display: inline;
- margin-left:97px; width: 140px;
- margin-left: 0px; margin-top: 87px;
- height: 180px; text-align:center;
- margin-bottom: 0px;box-shadow: 0px 0px 9px {color:duda}; border: 4px solid {color:borda};
- padding:5px;}
- /*** IMAGEM DA DUDA***/
- #duhimg { margin-top: 110px;
- margin-left: 187px;
- position: fixed;
- overflow: hidden;
- border: 6px solid {color:bordaimg};
- z-index:9;}
- #duhimg img { width: 241px;
- height: 220px; padding: 2px; }
- #duhimg img:hover {-webkit-filter: grayscale(1); }/*omdg*/
- #siduh {position: fixed; margin-left: 175px; width: 254px; height: 380px; background-color:{color:sidebar}; margin-top: 90px;-webkit-transform: rotate(0deg); -webkit-transform: rotate(180deg);}/*omdg*/
- /* ------------------------------------FIM-------------------*/
- /* bordas , linhas etc */
- #estela1 {position: fixed; margin-left: 169px; width:285px; height: 390px; background-color:{color:borda}; background-image: url('{image:fudinho}'); margin-top: 45px; -webkit-transform: rotate(0deg); -webkit-transform: rotate(180deg);border: double 5px {color:borda};}
- /***TITULOS E LINKS***/
- .frase {text-align: center;font-family:folks; font-size: 22px; font-style: none;height: 39px;color: {color:frase};background:{color:sidebar}; margin-left:210px;margin-top:70px; text-transform: none; letter-spacing: 1px;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:168px;z-index:8000000000000000;line-height:21px; background-color:; text-shadow: 2px 5px 9px {color:sombra};}
- .frase:hover{ -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; color:{color:borda2};}
- .dukah {font-family:tinytots; font-size: 8px; font-style: none;
- height: 10px;color: {color:mytitle}; margin-left:210px;margin-top:89px; 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');}
- /*** FONTES***/
- @font-face { font-family: "folks"; src: url('http://static.tumblr.com/zvqacv0/lptm7vt4g/that__s_font_folks_.ttf'); }
- @font-face { font-family: "craftygirls"; src: url('http://themes.googleusercontent.com/static/fonts/craftygirls/v0/0Sv8UWFFdhQmesHL32H8o3hCUOGz7vYGh680lGh-uXM.woff'); }
- @font-face {font-family: "dawning";src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');}
- @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
- @font-face {font-family: "sweetly";src: url('http://static.tumblr.com/z5o2pr2/vpWm0rjxz/sweetly_broken.ttf');}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- @font-face {font-family: "buymore";src: url('http://static.tumblr.com/ygkexbz/mpZm51k9i/buy_more.ttf');}
- @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
- #credito {
- background-color:{color:bgdescription};
- color: {color:textdescription};
- width: 150px;
- height: 8px;
- padding: 3px 5px 5px 5px;
- position: fixed;
- float: left;
- top: 395px;
- left: 215px;
- font-family: tinytots;
- font-size: 7px;
- }
- /******LINKS LINKS LINKS****/
- #pqpduh {width:55px;height:10px;
- float:left;-webkit-transition-duration: 0.4s;
- padding:0px;text-align:center; margin-left:381px;
- margin-top:73px; z-index:99999999;position:fixed;}
- #pqpduh a {float:left;-webkit-transition: all 0.2s ease-out;
- -moz-transition: all .4s ease-out;display:block;
- width:55px; border:3px double {color:borda2};
- line-height:11px; color:{color:link}; /***link by o-mundo-de-uma-garota***/
- background:{color:link hover}; font-family:verdana;
- font-size:9px; text-align:center; text-decoration:none;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;}
- #pqpduh a:hover{box-shadow: inset 50px 0px {color:bghover};
- color: {color:bghoveR}; /***link by o-mundo-de-uma-garota***/
- text-shadow: -2px 0px {color:sombra}, 2px 0px {color:borda2}; -webkit-box-shadow:inset 0 0 95px 5px {color:sombra}, 0 0 95px 35px {color:sombra};opacity:0.9;}
- #pink{width:578px; height: 40px; float: left; margin-left:205px; margin-top: 398px; 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: 24px; width: 40px; color:{color: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}; } /***link by o-mundo-de-uma-garota***/
- #pink a:hover{box-shadow: inset 50px 0px {color:bghover}; color: {color:bghoveR}; text-shadow: -2px 0px {color:sombra}, 2px 0px {color:borda2};-webkit-box-shadow:inset 0 0 95px 5px {color:sombra}, 0 0 95px 35px {color:sombra};opacity:0.9;} /***link by o-mundo-de-uma-garota***/
- #sure {width: 100px; float: left; margin-left:183px; height:20px; margin-top: 67px; padding: 3px; text-align: center; position: fixed; background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:100 } /***link by o-mundo-de-uma-garota***/
- #sure a {float: left; margin-right: 0px; display: block; width: 10px; letter-spacing: 2px; font-family: calibri; font-size: 9px; text-transform: uppercase; text-align: center; margin-bottom: 1px; border-right:3px double {color:borda2};background-color: {color:link hover}; color: {color:links}; text-decoration: none; height:31px;line-height:8px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;border-left: 3px double{color:borda2};} /***link by o-mundo-de-uma-garota***/
- #sure a:hover{-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;text-align: center; color:{color:borda2}; box-shadow: inset 0px 100px {color:bghover};}
- /***DESCRIÇÃO ***/
- #notinholaduda {margin-left: 187px; margin-top: 347px; width:247px; font-size: 11px; height: 30px; text-align: center; background-color:{color:sidebar}; transparent; font-family:georgia; 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;}
- #credito a {color: {color:textdescription}; font-weight: bold; opacity: 10;}
- #credito a:hover {opacity: 0.7; border-left: 0px;}
- .seuanonimofofo img { width:220px; height: 250px;left:205px; text-align:center; margin-top: 10px; position: fixed;}
- #page {position: fixed; margin-left:360px; margin-top: 403px; font-size: 25px; font-family: georgia; z-index:100;border-bottom:1px ;text-shadow: 1px 1px 1px {color:sombra};}
- #page a {color:{color:links}}
- #page a:hover {color:{color:borda};}
- #pag {position: fixed; margin-left: 378px; margin-top: 403px; font-size: 25px; font-family: georgia; z-index:90000000000000000000000000000000000000000000000000000000000000000000;border-bottom:1px ;text-shadow: 1px 1px 1px {color:sombra};}
- #pag a {color:{color:links}}
- #pag a:hover {color:{color:borda};}
- ::-webkit-scrollbar {width:19px;height:auto;background:transparent;}
- ::-webkit-scrollbar-corner {background:{color:text};}
- ::-webkit-scrollbar-button:vertical {height:8px; display: block; background:{color:text};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:text};background-image: url('{image:fudinho}'); border-top: 3px double {color:borda}; border-bottom: 3px double {color:borda};}
- ::-webkit-scrollbar-track-piece {background:{color:post}; border-top: 1pt solid {color:borda}; border-bottom: 3px double {color:borda}; width:4pt;}
- -::moz-selection {color:{color:scroll}; background:{color:text};}
- ::selection {color:{color:post}; background:{color:text};}
- /***FAIXAS***/
- #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 146px; margin-top: 413px; color:{color:sidebar}; font-size: 23px; -webkit-transform: rotate(5deg); z-index: 1000;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa2 {margin-top: 65px; margin-left: 187px; position: fixed; background-color: {color:linha}; height: 4px; width:258px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa3 {margin-top: 391px; margin-left: 187px; position: fixed; background-color: {color:linha}; height: 4px; width:257px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa4 {margin-top: 399px; margin-left: 157px; position: fixed; background-color: {color:sidebar}; height: 25px; width:37px;}
- #faixa5 {margin-top: 378px; margin-left: 151px; position: fixed; background-color: {color:sidebar}; height: 4px; width:18px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa6 {margin-top: 400px; margin-left: 195px; position: fixed; background-color: {color:linha1}; height: 25px; width:1px; }/***detalhes by o-mundo-de-uma-garota***/
- #faixa7 {margin-top: 380px; margin-left: 151px; position: fixed; background-color: {color:sidebar}; height: 45px; width:3px; }
- #faixa8 {margin-top: 400px; margin-left: 199px; position: fixed; background-color: {color:linha}; height: 25px; width:3px; }/***detalhes by o-mundo-de-uma-garota***/
- #faixa9 {margin-top: 422px; margin-left: 151px; position: fixed; background-color: {color:sidebar}; height: 4px; width:9px;}/***detalhes by o-mundo-de-uma-garota***/
- #tilhadinha {float: left; margin-top: 56px; margin-left: 283px; width: 240px; background-color: transparent; color:{color:linha1} ; padding: 3px; font-size: 11px; font-family: consolas; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: 0px; -webkit-transform: rotate(deg)}/***detalhes by o-mundo-de-uma-garota***/
- #tilhadinha a{font-size: 9px; color: {color:linha1} }
- #tilhadinha1 {float: left; margin-top: 383px; margin-left: 103px; width: 240px; background-color: transparent; color:{color:linha1} ; padding: 3px; font-size: 11px; font-family: consolas; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: 0px; -webkit-transform: rotate(deg)}/***detalhes by o-mundo-de-uma-garota***/
- #tilhadinha1 a{font-size: 9px; color: {color:linha1} }
- /***FRASINHA**/
- #amariaduh {margin-top: 70px;
- margin-left: 379px;
- position: fixed;
- background-color: {color:sidebar};
- height: 39px; width:65px;}
- #babysure {margin-top: 70px;
- margin-left: 185px;
- position: fixed;
- height:35px;
- font-family:"folks";
- font-size:22;
- color:{color:frase};
- background:{color:sidebar};
- width: 205px;
- line-height:24px;
- border-bottom:4px double {color:borda};
- opacity:1;text-shadow: 5px 5px 9px {color:sombra};
- #fade {display: none; background: #000;position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: .80; z-index: 9999;border: 3px solid {color:borda2};}
- .popup_block{display: none;font-family:"existance";border-bottom: 3px solid {color:borda2};background: {color:sidebar}; padding: 20px; border: 20px double {color:borda2}; float: left; font-size: 1.2em; position: fixed; top: 50%; left: 50%; z-index: 99999;-webkit-box-shadow: 0px 0px 20px {color:sombra}; -moz-box-shadow: 0px 0px 20px {color:sombra}; box-shadow: 0px 0px 20px {color:sombra}; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
- img.btn_close {float: right; margin: -55px -55px 0 0;}
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- @font-face { font-family: "existance"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
- .heart
- {background: #1c1c1c;
- font-family: "craftygirls";
- font-size: 19px;
- margin: 1px;
- color: #D3D3D3;
- display: block;
- -moz-box-shadow: inset 3px 0 0px 0 #ee1133;
- -webkit-box-shadow: inset 3px 0 0px 0 #ee1133;
- box-shadow: inset 3px 0 0px 0 #FF69B4;
- padding: 3px 3px 3px 6px;
- -moz-transition: all 0.4s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;
- -ms-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;}
- .heart:hover
- {-moz-box-shadow: inset 550px 0 0px 0 #FF69B4;
- -webkit-box-shadow: inset 550px 0 0px 0 #FF69B4;
- box-shadow: inset 550px 0 0px 0 #000;
- color:#FF69B4 ;}
- .heart
- a{color:#FF69B4;}
- .heart
- b{color: #000;}
- </style>
- </head>
- <body onkeydown="return false">
- <style type="text/css"></style>
- <meta http-equiv="x-dns-prefetch-control" content="off"/></head>
- <div id="estela1"></div>
- <div id="dj2">◥</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="tilhadinha"> ============</div>
- <div id="tilhadinha1"> ============</div>
- <div class="treme">
- <div id="duhimg">
- <img src="{image:fotod}">
- </div></div>
- <div id="notinholaduda">{Description}</div>
- <div id="amariaduh"></div>
- <div id="sure">
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</a>
- </div>
- <div id="pqpduh">
- {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>
- <div id="pink">
- <a href="{text:Link4}">{text:Link4 Title}</a>
- <a href="{text:Link5}">{text:Link5 Title}</a>
- <a href="{text:Link6}">{text:Link6 Title}</a>
- </div class>
- </div></div>
- </div>
- </div>
- </div>
- <center><div class="frase"><center>{text:frase}</center></div></center>
- <center><div class="dukah"><center>{text:frase2}</center></div></center>
- <!-----------------------------PAG (OMDG)------------->
- <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:42px;-webkit-transform: rotate(-90deg); width:245px;background:; font-family:tahoma;font-size:11px; margin-top: 215px; position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"><small>Theme by :o-mundo-de-uma-garota</small></a>
- <font color="{color:tags}">©</font> </a></div>
- <!-------------BASE DUH OMDG------------------->
- <div id="omdg">
- <div id="omdg">
- {block:Posts}
- <div id="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}
- {block:Quote}
- <div class="quote">“{Quote}”</div>
- {block:Source}<div class="quotesource"> — {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}
- {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
- <div class="chat"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></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}
- <div class="asker"><img src="{AskerPortraitURL-64}"align="left" class="askborder"/>Pergunta feita por: {Asker}
- </div>
- <div class="ask">
- {Question} </div>
- <div class="resposta">{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}
- <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} <font color="{color:tags}">. </font> <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} <font color="{color:tags}">.</font> <a href="{ReblogUrl}" target="_blank">reblog</a><img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""> <font color="{color:tags}">..</font>{/block:IndexPage}
- {block:RebloggedFrom}<br> via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}{block:RebloggedFrom} Originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}"> {ReblogRootName}</a>{/block:RebloggedFrom}<br><div class="tags">{block:HasTags}{block:Tags}<font color="{color:tags}">#</font><a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}
- </div>
- </div>
- </div>{/block:Date}
- {/block:Posts}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment