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 trabalho
- --------------------------------------->
- <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/d2f90afef4973c11449e2136f4dfe2e4/2bh9bxo/A36mk53ob/tumblr_static_tumblr_lufz54yir81r0138io1_500_large.jpg" />
- <meta name="image:background" content="" />
- <meta name="color:background" content="#e4e4e4" />
- <meta name="color:link" content="#929191" />
- <meta name="color:text" content="#8B8682" />
- <meta name="color:links" content="#fff" />
- <meta name="color:text desc" content="#fff" />
- <meta name="color:borda" content="#ececec" />
- <meta name="color:borda2" content="#da5861" />
- <meta name="color:bordaimg" content="#da5861" />
- <meta name="color:abc" content="#c2576b" />
- <meta name="color:italico" content="#979797" />
- <meta name="color:linhadopost" content="#ececec" />
- <meta name="color:post" content="#d6d3d3" />
- <meta name="color:sidebar" content="#c4c2c2" />
- <meta name="color:scrollbar" content="#c4c2c2" />
- <meta name="color:frase" content="#fff" />
- <meta name="color:tags" content="#da5861" />
- <meta name="color:sombra" content="#000" />
- <meta name="color:bgask" content="#c4c2c2" />
- <meta name="color:pag" content="#8B8682" />
- <meta name="color:faixa1" content="#999696" />
- <meta name="color:linkshover" content="#da5861" />
- <meta name="color:bghover" content="#999696" />
- <meta name="if:one columns" content="3"/>
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="Home" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="ask" />
- <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 " />
- <meta name="text:frase1" content="Menina dos olhos de Deus" />
- <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=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"/>
- <!------------------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=Sacramento' 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: 900px; 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: 250px; background-color:{color:post} ; text-align: justify; padding: 3px; float: left; margin: 4px 0 0 6px;opacity:2; {block:PermalinkPage}width:500px {/block:PermalinkPage};{block:IfOneColumns}width:438px;{/block:IfOneColumns} }
- .baseduh:hover {opacity:2}
- .baseduh img {-webkit-border-radius: 10px 10px 10px 10px;border: 3px solid {color:borda}; max-width: 240px; padding: 2px; opacity:2; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;{block:IfOneColumns}max-width: 405px;{/block:IfOneColumns};opacity:0.9;}
- .baseduh img:hover {border: 1px solid {color:tags};opacity:2;}
- h1 {font-family: 'muli'; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; }
- h1 a {text-align: center; font-size: 14px; text-transform: none; color: {color:text}; font-weight: normal; }
- h1 a:hover {text-align: center; font-size: 18px; text-transform: none; color: {color:borda2}; 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 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; }
- /*******************************chat**************************************/
- .chat {background:#;margin:0;font-size:9px;font-family:Muli;}
- .chat .chat1 {margin-left:0px;}
- .chat .chat1 .chat2 {background:{color:borda};color:{color:text};margin-bottom: 1px; padding: 3px 4px 3px 4px;} /* Primeira linha */
- .chat .chat1 .chat2.even {background:{color:borda2};color: {color:text};} /* Segunda linha */
- .chat .chat1 .chat2 span{font-weight: bold;}
- .cred {opacity: 2; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;font-size:10px;{block:IfOneColumns} border-top:0px solid #f2f2f2; {/block:IfOneColumns}}
- /*-------------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:pacifico; z-index:11; padding:2px; color:{color:link} ; -webkit-transition: all 0.2s ease-out;border-top:1px solid {color:borda};border-bottom:0px dashed {color:linhadopost}; -moz-transition: all .4s ease-out;letter-spacing: 0.5px;{block:IfOneColumns} ; {/block:IfOneColumns}}
- #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;}
- .b-source {-webkit-transform: rotate(-3deg);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;}
- }
- .b-source 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:235px; height:465px; 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:260px; width: 234px;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;}
- /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
- .efeito2 {background:{color:sidebar};position: absolute;width:170px;height:165px;margin-left:109px; /**--OMDG---♥---**/
- margin-top: 144px;position:fixed;border:2px solid {color:bordaimg};-webkit-border-radius: 0px 0px 0px 0px; }
- .efeito2 img {border:1px solid {color:borda2}; position:fixed; -webkit-transition: all 1s ease-in-out;-webkit-transform: rotate(0deg);
- -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:163px;width: 168px;
- 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---♥---**/
- /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
- .imsureduh {width:319px;
- margin-top:134px;background:{color:sidebar};
- color:{color:frase};
- opacity:0.999;height:190px;line-height:28px;
- text-align:center;
- position:fixed;
- font-family:pacifico;
- font-size:21px;
- text-shadow: 1px 1px 1px {color:sombra};
- letter-spacing:1px; /**--OMDG---♥---**/
- margin-left:105px;-webkit-transform: rotate(0deg);-webkit-border-radius: 10px 15px 10px 10px;-webkit-transition: 0.6s ease-in; -moz-transition: 0.6s ease-in; transition: 0.6s ease-in;}
- .imsureduh1 {width:265px;
- margin-top:105px;background:{color:sidebar};
- color:{color:frase};
- opacity:0.999;height:30px;line-height:28px;
- text-align:center;
- position:fixed;
- font-family:pacifico;
- font-size:19px;
- text-shadow: 1px 1px 1px {color:sombra};
- letter-spacing:1px; /**--OMDG---♥---**/
- margin-left:135px;-webkit-transform: rotate(0deg);-webkit-border-radius: 10px 10px 0px 0px;-webkit-transition: 0.6s ease-in; -moz-transition: 0.6s ease-in; transition: 0.6s ease-in;border-top: 1px solid {color:borda2};}
- /**--OMDG---♥---**/
- @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
- /******----------------DESCRIÇÃO--------♥--------******/
- #notinholaduda {background:{color:faixa1};margin-left: 289px; margin-top: 150px; width:121px; font-size: 11px; height:150px; text-align: right; transparent; font-family:Ubuntu Mono;text-shadow: 1px 1px 1px {color:sombra} ;color: {color:text desc};position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 13px;}
- /***--Menu ícones down por Duda.R{OMDG}---exclusivo por: revolutionhtml---**/
- #uld { background:transparent;margin-top: 139px;margin-left: 88px;position: fixed;}
- .DLL { background:{color:linkshover};
- width: 23px;
- height: 23px;
- padding: 4px;
- text-align: center;
- font-size: 20px;
- margin-bottom: 6px;
- float: left;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;transition: all 1s ease;
- line-height: 20px;border-radius: 5px;}
- .DLL img{width:16px;margin-top:2px; margin-left:-1px;
- -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;}
- #DLL1 {margin-left:85px;width: 50px;
- background: {color:bghover}; margin-top: -20px;
- color: {color:links};border-radius: 3px;
- font-family: Rancho; font-size: 16px; text-align: center;
- opacity: 0;-webkit-transition-duration: .99s;text-shadow: 0px 1px 1px {color:sombra};
- }
- .DLL:hover #DLL1 {opacity:1;margin-left:-55px;-webkit-transform: rotate(-90deg);}
- .DLL:hover #li{width: 0;height: 0;border-top: 10px solid transparent;border-left: 10px solid {color:bghover};border-bottom: 10px solid transparent;margin-top:-20px;margin-left:-20px;-webkit-transition-duration: .99s;}
- /***-------------BORDAS -------------♥-----***/
- #barra {position: fixed; margin-left: 209px; width:88px; height: 85px; background-color:{color:faixa1};margin-top: 190px; -webkit-transform: rotate(0deg);} /**--OMDG---♥---**/
- /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
- #paginal {font-family: verdana; font-size: 8px; text-align: center;}
- #paginal a { margin: 0 1px 0 0; padding: 2px 4px; background:{color:sidebar};color: {color:pag};opacity:1; -webkit-border-radius: 0px 0px 10px 10px;border: 1px dashed {color:borda};} /**--OMDG---♥---**/
- #paginal a:hover {background: {color:borda2}; color: {color:text};}
- #paginal span.pagina_atual {background: {color:bordaimg}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;-webkit-border-radius: 0px 0px 10px 10px;} /**--OMDG---♥---**/
- .ps {position: fixed; padding: 2px; width: 148px; margin-left: 142px; margin-top: 322px; height: auto; color: {color:text};opacity:1;-webkit-border-radius: 0px 0px 10px 10px; }
- /*-------------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: 232px; width:273px; height: 60px; background-color:{color:faixa1}; margin-top: 250px; -webkit-transform: rotate(0deg);-webkit-border-radius: 20px 20px 20px 20px; border: 0px solid {color:bordaimg};}
- /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
- #faixa2 {margin-top: 99px; margin-left: 153px; position: fixed; background:{color:borda2}; height: 100px; width:10px;border-right: 1px dashed {color:faixa1};-webkit-border-radius: 20px 20px 20px 20px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa3 {margin-top: 99px; margin-left: 183px; position: fixed; background:{color:borda2}; height: 100px; width:10px;border-right: 1px dashed {color:faixa1};-webkit-border-radius: 20px 20px 20px 20px;}/***detalhes by o-mundo-de-uma-garota***/
- /***--- 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};}
- /**** 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}
- #badgirl {width: 192px; float: left; margin-left:315px; margin-top: 322px; padding: 1px; text-align: center; position: fixed; -moz-transition: opacity .9s ease-in-out; -o-transition: opacity .9s ease-in-out; transition: opacity .9s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in;
- -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; background-color: transparent; height:120px; }
- /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
- #badgirl a {float: left; padding: 0px; margin-top:1px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 8px; text-align: center; width: 35px; background-color: {color:faixa1}; color:{color:links}; text-decoration: none; text-transform: uppercase; height: 17px; overflow: hidden; border:0px solid {color:background}; margin-left: 3px; line-height: 17px;border: 1px solid {color:borda}; }
- /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
- #badgirl a:hover{text-align: center; background-color: {color:borda2}; color: {color:link}; }
- /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
- </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="badgirl">
- <a href="{text:Link6}" title="link6" >{text:Link6 Title}</a>
- <a href="{text:Link7}" title="link7" >{text:Link7 Title}</a>
- </div>
- <div class="imsureduh"></div><div id="faixa2"></div><div id="faixa3"></div>
- <div id="barra"></div>
- <div class="efeito2" class="hover">
- <img class="bottom shadow" src="{image:fotodr}" >
- <img class="hover" src="{image:sidebar}" title=""></div></div>
- </div></div>
- <div id="notinholaduda">{Description}</div>
- <div class="imsureduh1">{text:frase1}</div>
- <div id="uld">
- <a href="{text:Link1}"><div class="DLL"><img src="http://cdn1.iconfinder.com/data/icons/mimiGlyphs/16/house_home.png"></a><div id="DLL1">{text:Link1 Title}</div><div id="li"></div></div><br>
- <a href="{text:Link2}"><div class="DLL"><img src="http://cdn1.iconfinder.com/data/icons/mimiGlyphs/16/envelope_mail.png"></a><div id="DLL1">{text:Link2 Title}</div><div id="li"></div></div><br>
- <a href="{text:Link3}"><div class="DLL"><img src="http://cdn1.iconfinder.com/data/icons/mimiGlyphs/16/users_group.png"></a><div id="DLL1">{text:Link3 Title}</div><div id="li"></div></div><br>
- <a href="{text:Link4}"><div class="DLL"><img src="http://cdn1.iconfinder.com/data/icons/mimiGlyphs/16/copy_documents.png"></a><div id="DLL1">{text:Link4 Title}</div><div id="li"></div></div><br>
- <a href="{text:Link5}"><div class="DLL"><img src="http://cdn1.iconfinder.com/data/icons/mimiGlyphs/16/pen_edit.png"></a><div id="DLL1">{text:Link5 Title}</div><div id="li"></div></div><br>
- </div></div>
- <!-------------PAGINATION-----------♥---------->
- <div class="ps"><div id="paginal">
- {block:JumpPagination length="4"}
- {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- </div></div>
- <!-------------CRÉDITOS-----------------♥------------->
- <div style="margin-left:5px;background:{color:post};-webkit-border-radius: 5px 5px 5px 5px;-webkit-transform: rotate(0deg); width:95px; font-family:Muli;font-size:11px; margin-top: 1px; 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 por botaodecerejeira 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}
- <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}
- {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="b-source"> — {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <div class="chat"><div class="chat1">{block:Lines}<div class="chat2 {Alt}">
- {block:Label}<b>{Label}</b>{/block:Label}{Line}</div>{/block:Lines}</div>
- </div><div class="OMDG"><div class="chat"><div class="chat1">{block:Lines}<div class="chat2 {Alt}">{block:Label}<b>{Label}</b>{/block:Label}{Line}</div>{/block:Lines}</div></div></div>
- {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