Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---All Themes feito por Duda.R [OMDG] não use como base, só adapte para o seu uso próprio e por favor não disponibilize. respeite o meu tranalho
- --------------------------------------->
- <html>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#box');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.post',
- isAnimated : true
- });
- });
- $wall.infinitescroll({
- navSelector : "div#navigation",
- nextSelector : "div#navigation a#nextPage",
- itemSelector : '.post',
- loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
- loadingText : " ",
- donetext : " ",
- extraScrollPx : 9000,
- bufferPx : 10000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#box').show(500);
- });
- </script>
- <head>
- <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="Volte My boo" 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 VARIABLES {OMDG}----->
- <meta name="image:fotodr" content="http://static.tumblr.com/9b57991632349c9a144fb8e56b37fac2/2bh9bxo/1ahmkwiud/tumblr_static_531538_541945325835972_1149013744_n.jpg" />
- <meta name="image:background" content="" />
- <meta name="color:background" content="#fff" />
- <meta name="color:link" content="#969696" />
- <meta name="color:text" content="#969696" />
- <meta name="color:bghover" content="#FDB5CE" />
- <meta name="color:links" content="#fff" />
- <meta name="color:text desc" content="#bbbaba" />
- <meta name="color:borda" content="#c9c6c6" />
- <meta name="color:borda2" content="#FDB5CE" />
- <meta name="color:bordaimg" content="#b4b4b4" />
- <meta name="color:abc" content="#FDB5CE" />
- <meta name="color:italico" content="#8EE5EE" />
- <meta name="color:linhadopost" content="#d3d1d1" />
- <meta name="color:post" content="#fff" />
- <meta name="color:scrollbar" content="#fff" />
- <meta name="color:frase" content="#b4b4b4" />
- <meta name="color:tags" content="#FDB5CE" />
- <meta name="color:sombra" content="#747474" />
- <meta name="color:bgask" content="#d3d1d1" />
- <meta name="color:pag" content="#969696" />
- <meta name="color:sidebar" content="#e4e4e6" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link 1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link 2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link 3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link 4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link 5" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link 6" />
- <meta name="text:frase" content="Me and you Forever" />
- <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}
- <!----------------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=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <link href='http://fonts.googleapis.com/css?family=Raleway+Dots' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Emilys+Candy|Butterfly+Kids|Federo|Quicksand|Antic+Didone|Josefin+Slab|Raleway+Dots|Cedarville+Cursive|Damion|Dawning+of+a+New+Day|Rancho|Marvel' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Akronim' 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=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=Vibur' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" href="http://static.tumblr.com/5dbytsa/VYmmcwtwj/entrada.css" media="screen"/>
- <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'>
- <!------------------eita duh--------------------->
- <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' 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=Emilys+Candy|Butterfly+Kids|Federo|Quicksand|Antic+Didone|Josefin+Slab|Raleway+Dots|Cedarville+Cursive|Damion|Dawning+of+a+New+Day|Rancho|Marvel' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:400,300italic|Exo:300,400|Alegreya+SC|Gafata' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Poiret+One' 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=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Stalemate' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- // <![CDATA[
- var speed=100; //
- var height=3; //
- var alink="/"; // page to link text to (set to ="" for no link)
- /****************************
- ****************************/
- var wobtxt, wobble, wobcnt=0;
- window.onload=function() { if (document.getElementById) {
- var i, wobli;
- wobble=document.getElementById("wobble");
- wobtxt=wobble.firstChild.nodeValue;
- while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
- for (i=0; i<wobtxt.length; i++) {
- wobli=document.createElement("span");
- wobli.setAttribute("id", "wobb"+i);
- wobli.style.position="relative";
- wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
- if (alink) {
- wobli.style.cursor="pointer";
- wobli.onclick=function() { top.location.href=alink; }
- }
- wobble.appendChild(wobli);
- }
- setInterval("wobbler()", speed);
- }}
- function wobbler() {
- for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
- wobcnt++;
- }
- // ]]>
- </script>
- </head>
- <style type="text/css">
- ::-moz-selection
- {color: #FFF;
- background: #FFF;}
- ::selection
- {color: #fff ;
- background: #aca7a7;
- text-shadow: #3a3939 1px 1px 5px ;}
- @font-face {font-family: "pacifico";
- src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
- iframe#tumblr_controls {
- top:0px !important;
- right:3px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.6s linear;
- opacity: 0.3;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- z-index:999999999999999999;}
- iframe#tumblr_controls:hover{
- -webkit-transition: opacity 0.6s linear;
- opacity: 0.8;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- z-index:999999999999999999999;}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- body {color:{color:text};background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:calibri; font-size:13px; line-height:100%; text-align:justify; text-transform: none;text-align: center; font-style: none; }
- a:link, a:active, a:visited{ color: {color:link}; text-decoration:none; -webkit-transition-duration: 0.4s; }
- a:hover{color:{color:lhover};text-shadow:0px 0px 9px ; }
- 58px; margin-left: 553px; position: fixed; text-transform:uppercase; letter-spacing:1px; z-index:1; opacity:0.8; border-top: 2px solid #eee; border-bottom: 0px solid #eee}
- /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
- #barbie-e {background-color: ; width: 1000px; margin: 0px auto 0px auto; background: #1c1c1c;}
- #OMDG {margin-left: 420px; width: 700px; margin-top: 15px; opacity:2; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; }
- #OMDG:hover{-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; opacity:1}
- .baseduh {-webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- border-radius: 2px;border:1px solid {color:linhadopost}; width: 290px; background-color:{color:post} ; text-align: justify; padding: 1px; float: left; margin: 4px 0 0 4px;opacity:2;-webkit-border-radius: 5px 5px 5px 5px;}
- .baseduh:hover {opacity:2}
- .baseduh img { border:1px solid {color:borda};-webkit-border-radius: 5px 5px 5px 5px;max-width: 280px; padding: 2px; opacity:2; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;opacity:0.9;border:1px solid {color:border};border-radius:4px;box-shadow: 0px 1px 1px {color:sombra};}
- .baseduh img:hover {border: 1px solid {color:tags};opacity:2;}
- h1 { font-family: Snippet; text-align: center; font-size: 16px; text-transform: none; color: {color:post text}; font-weight: normal; }
- h1 a {text-align: center; font-size: 14px; text-transform: none; color: {color:post text}; font-weight: normal; }
- h1 a:hover {text-align: center; font-size: 18px; text-transform: none; color: {color:post text}; font-weight: normal;padding: 4px;}
- blockquote {padding:0px; padding-left:5px; margin:0px; border-left:2px solid #aaa}
- .notes img{width:10px; position:relative; top:1px}
- ol.notes, .notes li{width:280px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
- /*** Stilo da Ask por things-to-help-you **/
- .pergunta {background: {color:bgask}; padding: 8px; margin-top: 0px; border-bottom: 1px solid {color:borda}; margin-left: 0px;margin-right: 0;overflow: hidden; text-shadow: 0px 1px 1px {color:sombra};line-height:9px;}
- .perguntou {width: 415px;height:14px; background:{color:text}; font-weight:normal; padding:3px; margin-bottom:1px; color:{color:text};font-family: 'Play', sans-serif; font-size: 8px; text-align:left;line-height:16px;text-transform:uppercase;margin-left:-8px;} /**--OMDG---♥---**/
- .perguntou g {color:{color:borda2};} /**--OMDG---♥---**/
- .perguntou a {color: {color:borda2}; font-size:10px;}
- .askfoto {opacity: 0.7; border: 2px solid {color:borda};width: 40px;height: 40px;} /**--OMDG---♥---**/
- .askfoto:hover {opacity: 0.9;}
- /* Chat por Anna (livelikeasuicide) *********/
- .chat {background:{color:borda}; margin: 0; font-size:
- 10px; font-family: consolas;}
- .chat .chat1 {margin-left: 0px;font-size:
- 8px; }
- .chat .chat1 .chat2 {background:{color:borda2}; color:{color:link};font-size: 10px;
- margin-bottom: 1px; padding:4px; font-family: tahoma; } /* Primeira linha */
- .chat .chat1 .chat2.even {background:{color:borda};
- color:{color:text};font-size:
- 11px; } /* Segunda linha */
- .cred {opacity: 2; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;font-size:10px; border-top:0px solid #f2f2f2; }
- /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
- b {color: {color:abc};text-decoration: none;}
- i {color:{color:italico};text-decoration: none;}
- u {color: {color:borda}; text-decoration: none; border-bottom: 1px dashed {color:borda2}; DO SUBLINHADO;}
- #baseduh1 {background:{color:background};
- margin-top: 2px; text-align:right; font-size:16px; font-family:Muli; z-index:11; padding:2px; color:{color:link} ; -webkit-transition: all 0.2s ease-out;border-top:1px solid{color:linhadopost};border-bottom:0px dotted {color:linhadopost}; -moz-transition: all .4s ease-out;letter-spacing: 0.5px;}
- #baseduh1 a {font-size: 10px; opacity:0.8; }
- #tags {color: {color:text}; font-size: 12px; font-family:Iceland; display: inline; list-style: none; text-transform: uppercase;opacity:0.9}
- #tags a {font-size: 10px; font-family: Iceland; display: inline; list-style: none; text-transform: uppercase; color:{color:links};}
- #cap {width: 500px; margin-top: -2px;}
- .source {display: none;}
- .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
- ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
- ol.notes li {background-color: ; margin-bottom: 2px; padding: 5px; }
- .notes img{display: none; border:0px}
- .quote:first-letter{font-family: Rochester; font-size: 24px;color:{color:borda2};}
- .quote {font-family: Muli; text-align: center; font-size: 12px; line-height: 15px; padding: 3px; margin-top: 6px;}
- .taysource {-webkit-transform: rotate(0deg);font-family:'candara'; font-style:italic; font-size: 12px; text-transform: none; margin-bottom: 5px; margin-top:4px; padding-left:10px; background: {color:background}; padding:0px 10px 0px 0px; line-height:20px; height:22; border-top: 1px dashed {color:borda2}; font-weight:bold; text-align: right;}
- }
- .taysource a, a:hover{text-transform: none;}
- ::-webkit-scrollbar-thumb:vertical {width:8px;background-color:{color:scrollbar};-webkit-border-radius: 30px;
- -moz-border-radius: 30px;
- border-radius: 30px;}
- ::-webkit-scrollbar {height:0px;width:8px;background-color:#fff; -webkit-border-radius: 50px;
- -moz-border-radius: 50px;
- border-radius: 50px;}
- .imagem {position: absolute; width:245px; height:495px; margin-left:5px; margin-top: 11px;position:fixed;border:7px solid {color:borda}; padding:5px; padding:8px; background-color:{color:borda};}
- .imagem img {position:fixed; -webkit-transition: all 1s ease-in-out;-webkit-border-radius: 0px 0px 0px 0px; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out; display: block; height:270px; width: 244px;margin-left:0px; margin-top:40px; opacity:1;}
- .imagem img.top { opacity:1;}
- .imagem:hover img.top, .cf4.hover_effect img.top {opacity:0;}
- .imagem:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray; -webkit-border-radius: 30px;
- -moz-border-radius: 30px;
- border-radius: 30px;}
- .efeito2 {position: absolute;width:189px;height:180px;margin-left:199px; -webkit-border-radius: 20px 20px 20px 20px;/**--OMDG---♥---**/
- margin-top: 55px;position:fixed;border:5px solid {color:bordaimg}; }
- .efeito2 img { position:fixed; -webkit-transition: all 1s ease-in-out;-webkit-transform: rotate(0deg);
- -webkit-border-radius: 20px 20px 20px 20px;-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:180px;width: 190px;
- padding:0px;margin-left:0px;margin-top:0px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0;} /**--OMDG---♥---**/
- .efeito2 img:hover {}
- /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
- #pagina{ margin-top: 330px; margin-left:255px;font-size:13px; width: 88px; float: right; background-color: transparent; position: fixed; height: 24px; -webkit-border-radius: 0px 0px 0px 0px; z-index:830 }
- .imsureduh {width:155px;height:20px;line-height:17px;
- margin-top:23px;
- color:{color:frase};
- opacity:0.999;
- text-align:center;
- position:fixed;
- font-family:Snippet;
- font-size:13px;
- letter-spacing:1px; /**--OMDG---♥---**/
- margin-left:220px; background:{color:links};}
- /**--OMDG---♥---**/
- @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
- /******----------------DESCRIÇÃO--------♥--------******/
- #notinholaduda {margin-left: 219px; margin-top: 250px; width:151px; font-size: 10px; height:58px; text-align: center; transparent; font-family:Muli; color: {color:text desc};position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 12px;-webkit-border-radius: 5px 5px 5px 5px; /**--OMDG---♥---**/
- -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;padding: 2px 2px 2px 2px;}
- /***-------------BORDAS -------------♥-----***/
- /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
- b {color: {color:abc};text-decoration: none;}
- i {color:{color:italico};text-decoration: none;}
- u {color: {color:text}; text-decoration: none; border-bottom: 1px dashed {color:borda2}; DO SUBLINHADO;}
- /*******-------------------PARTE DA SIDEBAR------♥-----******/
- #estela1 {position: fixed; margin-left: 200px; width:251px; height: 337px; background-color:{color:sidebar}; margin-top: 80px; -webkit-transform: rotate(0deg);-webkit-border-radius: 10px 10px 10px 10px; }
- /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
- #faixa2 {margin-top: -30px; margin-left: 220px; position: fixed; background:{color:sidebar}; border-left: 1px solid {color:borda};border-right: 1px solid {color:borda};-webkit-border-radius: 10px 10px 10px 10px;height: 340px; width:153px;}/***detalhes by o-mundo-de-uma-garota***/
- /***--- SCROLLBAR---♥----***/
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:borda2};height:50px; border:3px solid {color:scrollbar};}
- ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:borda2};}
- ::-webkit-scrollbar {height:0px;width:11px;background-color:{color:scrollbar};}
- /**** SELECAO COLORIDA - MADLYLUV.com ****/
- ::-moz-selection{background:{color:borda2};text-shadow:0px 1px 1px {color:sombra}; }
- ::selection{background: {color:borda2}; color: {color:text};text-shadow:0px 1px 1px {color:sombra}; }
- /***--------TUMBLR CONTROLS---------♥------***/
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 170px; margin-top: 230px; color:{color:bordaimg}; font-size: 25px; -webkit-transform: rotate(90deg); z-index: 1000;}
- .links { position:fixed;background:{color:links}; width:186px; height:18px; line-height:7px;opacity:0.6; font-size:8px; font-family:cambria; text-align:center; color:{color:links}; padding: 1px; margin-top:190px;margin-left:205px;background-color:trans;}
- .links a {color: {color:link};text-transform:uppercase;letter-spacing:0px; }
- .links a:hover {color:{color:link};}
- </style>
- <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
- <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
- <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('#OMDG').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : ".baseduh",
- nextSelector : "#page a#p",
- itemSelector : ".baseduh",
- bufferPx : 10000,
- extraScrollPx: 10000,
- loadingImg : "",
- loadingText : "",
- },
- function() { $('#OMDG').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <body onkeydown="return false">
- <div id="barbie-e">
- <div id="faixa2"></div> <div class="imsureduh">{text:frase}</div>
- <div class="efeito2" class="hover">
- <img class="bottom shadow" src="{image:fotodr}" >
- <img class="hover" src="{image:sidebar}" title=""><div class="tt"></div></div></div>
- </div></div>
- <div class="links">
- <a href="{text:Link1}"title="{text:Link1 Title}"><img src="http://static.tumblr.com/kzjqf6m/0pmmjntyo/menu1.png"></a>
- <a href="{text:Link2}"title="{text:Link2 Title}"><img src="http://static.tumblr.com/kzjqf6m/Ermmjnu2a/menu2.png"></a>
- <a href="{text:Link3}"title="{text:Link3 Title}"><img src="http://static.tumblr.com/kzjqf6m/gSXmjnu2y/menu3.png"></a>
- <a href="{text:Link4}"title="{text:Link4 Title}"><img src="http://static.tumblr.com/kzjqf6m/H5Smjnuav/menu.png"></a>
- <a href="{text:Link5}"title="{text:Link5 Title}"><img src="http://static.tumblr.com/kzjqf6m/7T4mjnu3h/menu5.png"></a>
- <a href="{text:Link6}"title="{text:Link6 Title}"><img src="http://static.tumblr.com/kzjqf6m/zl9mjnubl/menu7.png"></a>
- </div>
- <div id="notinholaduda">{Description}</div>
- <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><font color="{color:pag}">«</font></a>{/block:PreviousPage}{/block:Pagination}
- {CurrentPage} <font color="{color:tags}"><b> of</b></font> {TotalPages}
- {block:JumpPagination length="0"}
- {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:Pagination}{block:NextPage}<a href="{NextPage}"><font color="{color:pag}">»</font></a>{/block:NextPage}{/block:Pagination}</div></div></div>
- <!-------------CRÉDITOS-----------------♥------------->
- <div style="margin-left:55px;background:{color:sidebar};-webkit-border-radius: 5px 5px 5px 5px;-webkit-transform: rotate(0deg); width:95px; font-family:Muli;font-size:11px; margin-top: 5px; height:15px;position:fixed; border: 1px dashed {color:borda2};"><a href="http://o-mundo-de-uma-garota.tumblr.com/"title="Theme por Duda.R [OMDG] + Dtlhs by: pacional not copie plagio é crime"><small>All Themes OMDG</a></a>
- <font color="{color:tags}">©</font> </a></div>
- <div id="OMDG">
- {block:Posts}
- <div class="baseduh">
- {block:Answer}
- <div class="caixa">
- <img src="{AskerPortraitURL-64}" align="right" class="askfoto">
- <div class="pergunta">
- <div class="perguntou"><g>{Asker}</g> asked {TimeAgo}</div>
- {Question}
- </div>
- {Answer}</div>
- {/block:Answer}
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}<center><img src="{PhotoURL-500}" width="500px"/></center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-250}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}
- <div class="quote">“{Quote}”</div>
- {block:Source}<div class="taysource"> — {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:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Audio}<center>{AudioPlayerWhite}</center>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- <div class="cred">
- {block:Date}<div id="baseduh1">
- <a href="{Permalink}">{block:Date} {block:Date}<a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} · <a href="{Permalink}">{NoteCount} Notes</a>{/block:NoteCount} · </a>{block:RebloggedFrom} <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"> Via</a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"> · Source</font> + </a>{/block:ContentSource} {block:IndexPage} <a href="{ReblogUrl}" target="_blank"> reblog <font color="{color:tags}"> ♡</font></a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
- </div></center>{/block:IfShowTags}{/block:Date}</div>
- </div>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div></div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment