Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <!-----All themes por Duda.R {o-mundo-de-uma-garota} exclusive por Revolutionhtml , não copie nem use como base-------->
- <meta name="color:background" content="#000" />
- <meta name="color:post" content="#fdfdfc" />
- <meta name="color:links" content="#aaaaaa" />
- <meta name="color:text" content="#aaaaaa" />
- <meta name="color:tags" content="#FFC3E7" />
- <meta name="color:scrollbar" content="#FFC3E7" />
- <meta name="color:sidebar" content="#fff" />
- <meta name="color:link" content="#aaa" />
- <meta name="color:borda2" content="#383855" />
- <meta name="color:frase" content="#aaa" />
- <meta name="color:bordaimg" content="#7da89c" />
- <meta name="color:bglinks" content="#000" />
- <meta name="color:linkshover" content="#383855" />
- <meta name="color:textdesc" content="#aaa" />
- <meta name="if:1coluna" content="0"/>
- <meta name="image:foto" content="http://static.tumblr.com/8da27049400133b83c38052fc2d3fcf3/2bh9bxo/9izmivot0/tumblr_static_tumblr_mf34aww0xv1r6z5vjo3_250.png" />
- <meta name="image:background" content="" />
- <meta name="image:fundinho2" content="http://static.tumblr.com/6972932685005c65a9ec6a61fbfe5f78/2bh9bxo/Inwmivman/tumblr_static_tumblr_mit9gmcqv01riy7d6o1_500.jpg" />
- <meta name="text:frase" content="Simples Garota" />
- <meta name="text:frase2" content="Então deixa eu te beijar até vc sentir vontade de tirar a roupa" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="home" />
- <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:Link7" content="/" />
- <meta name="text:Link7 Title" content="link 7" />
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <head profile="http://gmpg.org/xfn/11">
- <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>
- <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#omdg');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.baseduh',
- isAnimated : true
- });
- });
- $wall.infinitescroll({
- navSelector : "div#navigation",
- nextSelector : "div#navigation a#nextPage",
- itemSelector : '.baseduh',
- 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');} );
- });
- }); $('#omdg').show(500);
- });
- </script>
- <title>{title}</title>
- <link rel="shortcut icon" href="{favicon}" />
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <!----------------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 href='http://fonts.googleapis.com/css?family=Stalemate' 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'>
- <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>
- <!----------------FONTES-------♥-------->
- <link href='http://fonts.googleapis.com/css?family=Alex+Brush' 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=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=Akronim' 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=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=Parisienne' 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=Vibur' 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=Stalemate' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
- <style>
- /*** Cursor ***/
- body, a, a:hover { cursor:url(http://static.tumblr.com/y3igvfg/6vUm8ca4e/cur838.gif), auto; }
- body {background: #F2F2F2; padding: 4px; font-family: Century Gothic; font-style: normal; font-size: 11px; color: #696969; text-align: justify; line-height: 13px;}
- body {background-color: {color:background}; font-family: verdana; 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:linkhover}; background-color: transparent; text-decoration: none;}
- p {margin: 6px 0 0 0}
- blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:borda2}; padding-left: 5px; background:{color:background};}
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:borda2};background:{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: 3px solid {color:borda2}; }
- 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}
- #container {text-align: center; width: 935px; margin: -10px auto 20px auto; padding: 0px; z-index: 1;}
- #omdg{margin-left:455px;padding:0px;width:850px;margin-top:-10px;}
- .baseduh{position: relative;width:300px;float:left;margin:-7px;margin-left: 10px;background:{color:post};border:1px solid {color:borda};margin-top:10px; padding: 5px; text-align:justify; {block:PermalinkPage}width:500px {/block:PermalinkPage};{block:If1coluna}width:450px;{/block:If1coluna} ;-webkit-border-radius: 10px 10px 10px 10px;}
- .baseduh img{max-width:250px;{block:If1coluna}max-width: 450px;{/block:If1coluna};opacity:0.9;}
- h1 {font-family: 'Sacramento', cursive; text-align: center; font-size: 28px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px; background-color:{color:dtlhpost}; border-bottom: 0px dashed {color:tags} ;border-top: 0px dashed {color:tags} ; }
- h1 a {text-align: center; font-size: 29px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a:hover {text-align: center; font-size: 29px; text-transform: none; color: {color: text}; font-weight: normal; line-height: 18px;}
- 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}
- /*-- negrito ,itálico e sublinhado -----*/
- b, strong, bold {color:{color:tags};}
- u,underline {color:{color:text}; border-bottom: 1px dotted #FF69B4; text-decoration:none; }
- i, em{color:#BCD2EE;}
- .image {text-align: center; border: 0px;{block:If1coluna}max-width: 400px;{/block:If1coluna};}
- .pquote:first-letter{font-family: sacramento; color:{color:borda2} ;font-style:none; font-size: 23px; backgroun-color:{color:borda2} ;line-height:15px; padding:3px;margin-left:2px; margin-bottom:7px; margin-top:-14px;}
- .pquote {margin: 0; padding: 5px; font: normal 11px 'muli'; text-align: justify;color:{color:text} ;}
- .pquotesource {font-family: 'muli', cursive ; ; text-align: right; text-transform: none; margin-bottom:0px; background:{color:background};font-size:12px;color:{color:text};}
- #aspa {position:relative; color:{color:sidebar};font-family:Ruge Boogie;top:35px;left:3px;font-size:1px;opacity:0.5;}
- .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 by thoughtandsoul.tumblr exclusivo no I Love Themes*/
- #questionpam{width:290px;
- padding:5px;
- background-color:{color:borda2};
- -webkit-border-radius: 5px 5px 5px 5px;
- -moz-border-radius: 5px 5px 5px 5px;
- border-radius: 5px 5px 5px 5px;}
- #askerpam{text-align: left;
- vertical-align:bottom;
- margin-top:-24px;
- margin-left:20px;
- font-size:14px;
- font-family:play;}
- #askerpam img{vertical-align:center;
- float:left;
- max-height:15px;
- margin-left: 20px;
- margin-right: 5px;
- -webkit-border-radius: 60px 0px 60px 60px;
- -moz-border-radius: 60px 0px 60px 60px;
- border-radius: 60px 0px 60px 60px;
- box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);}
- #setapam {margin-top:-0px;
- margin-left:18px;
- width: 0;
- height: 0;
- border-top: 17px solid {color:borda};
- border-left: 17px solid transparent;}
- #credito {opacity: 0.9; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
- #credito:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
- #notes {background-color: {color:background}; border-bottom: 0px dashed {color:tags} ;border-top: 0px dashed {color:tags} ;text-align: left; margin-top:0px; font-size: 12px; font-family: pacifico; -webkit-border-radius: 10px 10px 10px 10px; z-index: 11;{block:If1coluna} ;margin: 7px 0 0 7px; {/block:If1coluna}}
- #notes a {font-size: 12px;{block:If1coluna} border-top:0px solid {color:post fundo}; {/block:If1coluna}}
- #tags {color: {color:text}; font-size: 9px; font-family: calibri; display: inline; list-style: none; text-transform: none; color:{color:text};}
- #tags a {font-size: 10px; font-family: Ubuntu Mono; display: inline; list-style: none; text-transform: none; color:{color:text};{block:If1coluna} border-top:0px solid {color:post fundo}; {/block:If1coluna}}
- #cap {width: 280px; margin-top: -2px;}
- .source {display: none;}
- .notes {width: 250px; 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 { margin-bottom: 2px; padding: 5px; }
- .notes img{display: none; border:0px}
- .imagem {margin-top: 5px; margin-left:248px; width: 150px; height: 100px; position: absolute;position:fixed background-color: transparent; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; z-index:90000000; border:0px dashed {color:background};position:fixed;}
- .imagem img {position:fixed; ;-webkit-transition: all 1s ease-in-out;-webkit-border-radius: 30px 30px 30px 30px; -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; width: 90px; height: 85px; background-color: ; padding:0px;margin-left:0px; margin-top:0px; opacity:1; border:6px solid {color:bordaimg}; -webkit-transform: rotate(8deg);}
- .imagem img.top { opacity:11;}
- .imagem:hover img.top, .cf4.hover_effect img.top {opacity:0;border:6px solid {color:borda2};-webkit-border-radius: 20px 20px 20px 0px;}
- .imagem:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray}
- ::-webkit-scrollbar-thumb:vertical {
- background-image: url('{image:fundinho2}');
- }
- ::-webkit-scrollbar {
- width:10px;
- height:5px;
- border-top:5px double {color:borda2};background-color: {color:sidebar}; width:16px; background:{color:sidebar};border-bottom:5px double {color:borda2};}
- @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
- @font-face {
- font-family: 'Iceland';
- font-style: normal;
- font-weight: 400;
- src: local('Iceland'), local('Iceland-Regular'), url(http://themes.googleusercontent.com/static/fonts/iceland/v2/F6LYTZLHrG9BNYXRjU7RSw.woff) format('woff');
- }
- #diana3 {width:101px; height: 37px;float: left; margin-left: 270px; margin-top:260px; padding: 0px;text-align: center; position: fixed; z-index:99999999999999999999999; border: 2px solid #1f2024;-webkit-border-radius: 13px 13px 13px 13px;}
- #diana3 a {display: block;float: left; font-family: verdana; font-size: 8px; text-align: center; margin-right: 1px; height: 33px; width: 93px; color: #000; background:{color:borda2};line-height: 35px; text-transform: uppercase;font-style: normal; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;border: 2px solid {color:sidebar} ;-webkit-transform: rotate(9deg);-webkit-border-radius: 13px 13px 13px 13px;text-shadow:3px 3px 10px {color:sombra};}
- #diana3 a:hover{ background:{color:linkshover}; color:{color:post}; -webkit-border-radius: 0px 0px 0px 0px; box-shadow: inset 0px 0px 29px 0px {color:bglinks};color:#fff;border: 1px dashed {color:borda2};-webkit-animation: aninha 4000ms alternate infinite linear;background-image: url('{image:fundinho2}');}
- #diana {width:391px; height: 17px;float: left; margin-left: 90px; margin-top:320px; padding: 0px;text-align: center; position: fixed; z-index:99999999999999999999999; }
- #diana a {display: block;float: left; font-family: rancho; font-size: 10px; text-align: center; margin-right: 1px; height: 28px; width: 50px; color:{color:text}; background:#1c1c1c;line-height: 28px; text-transform: uppercase;font-style: normal; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;border-left: 1px dashed {color:borda2} ;-webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 0px 0px;text-shadow:3px 3px 10px #000;}
- #diana a:hover{ background:{color:linkshover}; color:{color:post}; -webkit-border-radius: 0px 0px 0px 0px; box-shadow: inset 0px 0px 23px 0px {color:bglinks};color:#fff;border: 1px dashed {color:borda2};-webkit-animation: aninha 4000ms alternate infinite linear;background-image: url('{image:fundinho2}');}
- @-webkit-keyframes aninha {0% { -webkit-transform: translate(2px, -3px) rotate(6deg); -webkit-box-shadow: inset 0px 0px -21px -7px {color:linkshover}; -webkit-border-radius: 30px 30px 30px 30px;}
- 10% { -webkit-transform: translate(-3px, -2px) rotate(-6deg); }
- 20% { translate(-3px, 2px) rotate(6deg); -webkit-border-radius: 30px 30px 30px 30px;-webkit-box-shadow: inset 0px 0px -27px -10px {color:linkshover};}
- 30% {-webkit-transform: translate(-2px, 3px) rotate(-6deg); }
- 40% { translate(-3px, 2px) rotate(6deg); -webkit-border-radius: 30px 30px 30px 30px;-webkit-box-shadow: inset 0px 0px 10px -10px {color:linkshover};}
- 50% { -webkit-transform: translate(-3px, 2px) rotate(-6deg); -webkit-box-shadow: inset 0px 0px -27px 25px {color:linkshover}; -webkit-border-radius: 30px 30px 30px 30px;}
- }
- /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
- #duu {z-index:11;width:41px; height: 124px; float: left; margin-left:140px; margin-top: 150px; padding: 0px; text-align: center;position:fixed;; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; border-bottom: 0px solid {color:borda};border-right: 0px solid {color:borda}; border: 0px solid {color:borda2};background:; border-bottom: 0px solid {color:borda};}
- #duu a {border-bottom: 2px solid {color:borda2};float: left; margin-left: 1px; font-family: Rochester; font-size: 14px; text-align: center; margin-top: 3px; height: 27px; width: 48px; color:{color:sidebar}; line-height: 31px; letter-spacing: 0px; text-transform: lowercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color: {color:bghover}; text-transform: lowercase; background: url(http://static.tumblr.com/kwaqeuc/cbCm42wjc/bg.png); text-shadow:0px 0px 1px {color:sombra};-webkit-border-radius: 0px 10px 10px 0px;}
- #duu a:hover{background:{color:bghover};-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.1s ease-out; color:{color:bghover};-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.1s ease-out;text-shadow: 0 0 9px {color:sidebar};box-shadow: inset 0px 0px -200px 0px {color:links}; -webkit-border-radius: 0px 10px 10px 0px;opacity:0.6;}
- /***--- FRASINHA ---♥----***/
- #baby {position: fixed; margin-left:98px;height: 25px; margin-top: 40px;font-family: stalemate; font-size:29px; width:190px;text-align: center;color:{color:frase} ;opacity:1; line-height: 27px ; z-index: 999999999999 ;border-bottom: 0px dashed {color:borda2}; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 0px 0px;text-shadow: 0px 1px 1px {color:sombra};}
- #baby:hover{ -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; color:{color:borda2};}
- #baby1 {position: fixed; margin-left:189px;height: 25px; margin-top: 155px;font-family: stalemate; font-size:26px; width:155px;text-align: center;color:{color:frase} ;opacity:1; line-height: 27px ; z-index: 999999999999 ;border-bottom: 0px dashed {color:borda2}; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 0px 0px;text-shadow: 0px 1px 1px {color:sombra};}
- #baby1:hover{ -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; color:{color:borda2};}
- /******------------- DESCRIÇÃO ------♥--------******/
- #descbatom {margin-left: 140px;margin-top: 70px;width:120px;font-size: 9px;height: 40px;text-align:center; position: fixed; z-index:9999999999999999;padding: 5px; font-family: verdana; color:{color:textdesc};border-top: dashed 1px {color:borda2};background-color:{color:sidebaar} ;line-height: 10px;-moz-transition: 1s ease-in;transition: 1s ease-in;overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px;-webkit-transform: rotate(0deg);text-shadow:3px 3px 10px #000;}
- /***--------------PARTE DA SIDEBAR---------♥---------***/
- #dianagatona { position: fixed; width:320px; height:360px; margin-left:30px; margin-top:50px;border-left: dotted 3px {color:sidebar};border-bottom: solid 4px {color:sidebar};border-right: solid 4px {color:sidebar};border-top: solid 4px {color:sidebar};background-image: url('{image:fundinho}');-webkit-transform: rotate(0deg); -webkit-border-radius: 0px 0px 0px 0px; box-shadow: 3px 3px 13px 3px {color:sidebar};}
- #tirinha { position: fixed;margin-left:90px; width: 130px; margin-top: 38px; background-color: #transp; height: 1px;z-index:88888888888; border-top:1px dashed {color:linkshover};}
- #faixinha3 { position: fixed; width:1800px; height:50px; margin-left:-13px; margin-top:310px; background-color:{color:sidebar};background-image: url('{image:fundinho2}');border-bottom: dashed 1px {color:borda2} ;}
- /***----------------------------------------- Pagination ♥---------***/
- #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: 5px 5px 5px 5px;}
- #paginal a:hover {background: {color:sidebar}; color: {color:text};}
- #paginal span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;-webkit-border-radius: 5px 5px 5px 5px;}
- .ps {position: fixed; padding: 2px; width: 148px; margin-left: 120px; margin-top: 270px; height: auto; color: {color:text};opacity:1;-webkit-border-radius: 5px 5px 5px 5px;
- /***------INICIO DAS WISHLISTE MENUS----?-----***/
- /****** Menu Heart - All-teardrop-is-a-waterfall / mundohtml *******/
- .heart {
- background-image: url('http://static.tumblr.com/2bh9bxo/hGXmcgm5v/wallpaper_240x320_1335.png');font-family: verdana; font-size:10px; !important;text-decoration: none; letter-spacing: 0.10em;text-transform: uppercase; padding:3px; margin:0px 0px 2px 0px; text-align: left; cursor:help;text-shadow: 0 1px 1px #fff; border-left: 1px solid #B0B9C2;border-right: 1px solid #b0b9c2; -webkit-transition:All 0.4646s ease;-moz-transition:All 0.4646s ease;-o-transition:All 0.4646s ease;}
- .heart:hover {opacity:0.55;-webkit-transition:All 0.4646s ease;-moz-transition:All 0.4646s ease;-o-transition:All 0.4646s ease;padding-left: 20px;}
- /***POR ENQUANTO SEM USO****/
- /****** Menu Heart - All-teardrop-is-a-waterfall / mundohtml *******/
- .daduh {
- background-image: url('http://static.tumblr.com/2bh9bxo/jivmcxbof/tumblr_m524nz3toe1qkzf0fback.png'); color:#FF69B4;font-family:charnarr; font-size:11px; !important;text-decoration: none; letter-spacing: 0.10em;text-transform: uppercase; padding:3px; margin:0px 0px 2px 0px; text-align: left; cursor:help;text-shadow: 0 1px 5px #000; border-left: 4px solid #000;border-right: 4px solid #000; -webkit-transition:All 0.4646s ease;-moz-transition:All 0.4646s ease;-o-transition:All 0.4646s ease;}
- .daduh:hover {opacity:0.55;-webkit-transition:All 0.4646s ease;-moz-transition:All 0.4646s ease;-o-transition:All 0.4646s ease;padding-left: 20px;}
- .entrada{-webkit-animation: lightSpeedIn 2s;-moz-animation: lightSpeedIn 2s;-ms-animation: lightSpeedIn: 2s; -o-animation: lightSpeedIn 2s;}
- /***POR ENQUANTO SEMUSO FIM***/
- .duda{background-image: url('http://static.tumblr.com/2bh9bxo/jivmcxbof/tumblr_m524nz3toe1qkzf0fback.png');border: 5px solid #000;-webkit-border-radius: 20px 0px 20px 0px;font-family:verdana;font-size:11px;color:#fff;-webkit-animation: lightSpeedIn 2s;-moz-animation: lightSpeedIn 2s;-ms-animation: lightSpeedIn: 2s; -o-animation: lightSpeedIn 2s;
- -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;}}
- .live {background-image: url('http://static.tumblr.com/2bh9bxo/PkImdied9/fundinhoduh.png');padding:4px;border-top:1px solid:#FF82AB;border-bottom:1px solid #eee;margin-bottom:0px;text-shadow:1px 1px 1px #FF82AB;font:11px VERDANA, LUCIDA SANS UNICODE;color:#999;-webkit-transition:all .50s linear;-moz-transition:all .2s linear;transition:all .90s linear;}
- .live:hover {background:#FFB5C5;padding:4px;border-top:1px;padding-left:10px;text-shadow:100px 1px 1px #CD1076;font:14px VERDANA, LUCIDA SANS UNICODE;color:#EEEEEE}
- #fade {display: none;background-image: url('http://static.tumblr.com/2bh9bxo/PkImdied9/fundinhoduh.png'); position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: .80; z-index: 9999;border: 3px solid #1c1c1c;}
- .popup_block{display: none;font-family:'Cursive standard';border-bottom: 3px solid #000;background-image: url('http://media.tumblr.com/tumblr_m3jy0yGDD41r6gjr6.jpg'); padding: 20px; border: 3px dashed #FF82AB; float: left; font-size: 20px; position: fixed; top: 50%; left: 60%; z-index: 99999;-webkit-box-shadow: 0px 0px 20px #000; -moz-box-shadow: 0px 0px 20px #000; box-shadow: 20px 20px 20px #000; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;}
- 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'); }
- @font-face { font-family: "craftygirls"; src: url('http://themes.googleusercontent.com/static/fonts/craftygirls/v0/0Sv8UWFFdhQmesHL32H8o3hCUOGz7vYGh680lGh-uXM.woff'); }
- menusm1 {background: #ee7fb8; color: #000; padding: 5px; text-transform:uppercase; text-align: center; display: inline-block;font-size:10px; font-family: consolas;; -webkit-transition-duration: .99s; }
- menusm1:hover {opacity:0.8 }
- .menusm2 {background-image: url('http://static.tumblr.com/2bh9bxo/hGXmcgm5v/wallpaper_240x320_1335.png');font-family: verdana, sans-serif; text-align:left;font-size: 11px;margin: 1px; color: #fff;display: block; -webkit-transition-duration: .30s;}
- .menusm2:hover {padding-left:5px;}
- .menusm2 a{ color: #777;}
- /** MAGIC WISHLIST **/
- .wishlist3 {color: #1c1c1c; background-image: url('http://static.tumblr.com/2bh9bxo/jivmcxbof/tumblr_m524nz3toe1qkzf0fback.png') ; font-family:craftygirls; font-size: 11px; line-height: 9px; padding: 5px; padding-left: 5px; margin-top: 1px; margin-bottom: 2px; text-align: left; -webkit-box-shadow: inset -2px -2px 3px #e8e8e8; box-shadow: inset -2px -2px 3px #141414; -moz-box-shadow: inset -2px -2px 3px #e8e8e8; transition-duration: .5s; -moz-transition-duration: .5s; -webkit-transition-duration: .5s; -o-transition-duration: .5s;}
- .wishlist3:hover {padding-left: 30px; -webkit-transform: skew(90deg, 1deg); -moz-transform: skew(90deg, 1deg); -o-transform: skew(90deg, 1deg);}
- .wishlist3 k{color:#FF69B4; padding-right: 3px;}
- /***OUTRO EFEITO ***/
- @font-face {font-family: "pf arma five";src: url('http://static.tumblr.com/bigjj8s/1tmm7vjp6/pf_arma_five.ttf');}
- ol{
- counter-reset: li; /* initiate a counter */
- list-style: none; /* remove default numbering */
- *list-style: decimal; /* keep using default numbering for ie6/7 */
- font: 10px 'verdana';
- padding: 0;
- margin-bottom: 4em;
- }
- ol ol{
- margin: 0 0 0 2em; /* add some left margin for inner lists */
- }
- .rectangle-list a{
- position: relative;
- display: block;
- padding: .4em .4em .4em .8em;
- *padding: .4em;
- margin: .5em 0 .5em 2.5em;
- background-image: url('http://static.tumblr.com/2bh9bxo/hGXmcgm5v/wallpaper_240x320_1335.png');
- color: #8B8989;
- text-decoration: none;
- transition: all .3s ease-out;
- }
- .rectangle-list a:hover{
- background: #eee;
- }
- .rectangle-list a:before{
- content: counter(li);
- counter-increment: li;
- position: absolute;
- left: -2.5em;
- top: 50%;
- margin-top: -1em;
- background: #FF69B4;
- color:#fff;
- height: 2em;
- width: 2em;
- line-height: 2em;
- text-align: center;
- font-weight: bold;
- }
- .rectangle-list a:after{
- position: absolute;
- content: '';
- border: .5em solid transparent;
- left: -1em;
- top: 50%;
- margin-top: -.5em;
- transition: all .3s ease-out;
- }
- .rectangle-list a:hover:after{
- left: -.5em;
- border-left-color: #fff;
- }
- .pqpduh {display : block; font-family: calibri; font-size: 12px; line-height: 15px; margin-bottom : 1px; vertical-align : middle; text-indent : 0px; padding: 2px 2px 2px 6px; background:#FFC0CB ; border-left: 3px double #000; border-right: 3px double #000; color: #fff; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; text-align: left; }
- .pqpduh a{color: #000;}
- .pqpduh a:hover {color:; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
- .wishlist {background:#CDC9C9;height:20px;line-height:20px;font-family:Handy;font-size:8px;text-transform:uppercase;padding-left:5px;border-left:15px solid #de406d;-webkit-border-top-left-radius: 3px;
- -webkit-border-bottom-left-radius: 3px;
- -moz-border-radius-topleft: 3px;
- -moz-border-radius-bottomleft: 3px;
- border-top-left-radius: 3px;border-bottom-left-radius: 3px;border-right:5px solid #de406d;-webkit-transition-duration:.50s;margin:1px;}
- .wishlist:hover {padding-left:30px;border-right:25px solid #de406d;border-left:2px solid #eee;background:#eee url(http://static.tumblr.com/ssvjggv/OWambushj/ilove.png) no-repeat left;}
- /***——-Efeito wishlist por:o-mundo-de-uma-garota———-?——***/
- .omdg86 {list-style: none; color:#000; font-family:Federo;font-size:10px;border-bottom: 1px solid #DCDCDC;border-left: 4px solid #6C7B8B;border-right: 2px solid #6C7B8B;background:#fff; padding-left: 10px; margin-bottom:01px;padding:04px 04px 04px 05px;}
- .omdg86:hover {background:#F0FFFF;border-right: 4px solid #6C7B8B; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;-webkit-transition-duration: .15s;-webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out; opacity: 10; filter:alpha (opacity=50);-webkit-border-radius: 0px 0px 0px 0px;-webkit-transition-duration: 1.9s; -moz-transition-duration:1.9s;text-transform:uppercase; border-top:2px dotted #B0C4DE;border-bottom:2px dotted #B0C4DE; -webkit-transition: all 0.8s ease-out;-webkit-transition-duration: .59s;opacity:0.7; #pattern opacity:0.7;-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;text-shadow: 0px-6px #000000, 0px 1px 7px #FFE4E1; -webkit-transition-duration: .50s;padding:02px 02px 02px 15px;}
- /*********************FIM DOS MENUS E WISHLIT***************/
- .caixinha{font-family: 'Cursive standard', sans-serif;height:25px;line-height:25px;font-size:22px; padding:2px; color: #000; background: #FF82AB; text-align:center; display:block;margin-bottom: 1px; text-shadow: 0px 1px 1px transparent; font-style: none; text-decoration: none; }
- ::-moz-selection {
- color: #fff;
- background: #000;
- }
- ::selection {
- color: #fff;
- background: #000;
- }
- .box2 {width: 758px;height:160px; position:fixed;background:#030303;float: left; }
- #sidebar {width:240px;padding:0px!important;margin-left:-70px; position:fixed; float:right; top:9px; z-index:0;}
- @font-face{font-family:'Cursive standard'; src:url('http://static.tumblr.com/37gdlu1/xpLmc5f4q/cursive_standard.ttf');}
- #barra {position: fixed; margin-left: 140px; width:208px; height: 325px; background-image: url('{image:fundinho2}');margin-top: -40px; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 50px 50px;border: 3px solid {color:borda2};} /**--OMDG---♥---**/
- /*-------- Links - CÓDIGOS DE CONJUNTAR, NÃO COPIE! --------*/
- #linka {position:fixed;width:28px; height:82px; margin-left:361px; margin-top:142px; padding-top:5px; background:{color:linkshover}; border-top-right-radius:10px; border-bottom-right-radius:10px;border-right: 1px dashed {color:borda2};}
- #ll {padding:5px; height:16px; margin-bottom:1px;}
- #ll img {opacity:0.6; transition-duration: 0.6s; -moz-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s;}
- #ll img:hover {opacity:0.9; transition-duration: 0.6s; -moz-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s;}
- .lk {width:26px; height:auto;}
- .lj {opacity:0; width:65px; padding:2px 0; font-family:calibri; font-size:10px; text-transform:uppercase; letter-spacing:1px; margin-top:-21px; margin-left:15px; position: absolute; float:right; text-align:left;}
- .lk:hover .lj {opacity: 1.0; margin-left:30px; transition-duration: 0.6s; -moz-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s;background:{color:bglinks};border-right: 3px solid {color:borda2};}
- #faixa2 {margin-top: 162px; margin-left: 253px; position: fixed; background:{color:sidebar}; height: 5px; width:122px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa3 {margin-top: 206px; margin-left: 253px; position: fixed; background:{color:sidebar}; height: 5px; width:122px;}/***detalhes by o-mundo-de-uma-garota***/
- </style>
- <body onkeydown="return false">
- <div id="faixa2"></div><div id="faixa3"></div>
- <div id="barra"></div>
- <div id="descbatom">{Description}</div>
- <div id="baby">{text:frase}</div>
- <div id="baby1">{text:frase2}</div>
- <div id="linka">
- <div class="lk"><div id="ll"><img src="http://static.tumblr.com/qzpui9z/M3dmheqlg/1.png"></div>
- <div class="lj">{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</div></div>
- <div class="lk"><div id="ll"><img src="http://static.tumblr.com/qzpui9z/kI4mheqly/2.png"></a></div>
- <div class="lj">{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</div></div>
- <div class="lk"><div id="ll"><img src="http://static.tumblr.com/qzpui9z/UKKmheqn0/5.png"></div>
- <div class="lj">{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}</div></div>
- </div></div>
- <div id="duu">
- <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>
- <div id="diana3">
- <a href="{text:Link7}">{text:Link7 Title}</a>
- </div class>
- </div></div>
- <div class="imagem" class="hover">
- <img class="bottom shadow" src="{image:foto}"style="-webkit-filter: grayscale(100%);" >
- <img class="top shadow" src="{image:foto}"></div>
- </div>
- <div class="ps"><div id="paginal">
- {block:JumpPagination length="3"}
- {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="display:block;top:530px;left:35px;font-size:9px;font-family:calibri;-webkit-transform: rotate(0deg);position:fixed;background-color:{color:post}; color: {color:text}; padding:3px;z-index:55554235555;"><a href="http://omdg.tumblr.com/" title="Feito por Duda.R {OMDG} + Dtlhs por Marida-perfeit4 and conjuntar dont copie !(c)">All Themes By OMDG <font color="{color:borda2}">(c)</font></a>
- </div>
- </div>
- <div id="omdg">
- {block:Posts}
- <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-250}{/block:Photoset}
- {block:Quote}
- <div id="aspa">"</div><div class="pquote">{Quote}</div>
- {block:Source}<div class="pquotesource"> — {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-250}{/block:Video}
- {block:Answer}
- <div id="questionpam">{Question}</div>
- <div id="setapam"></div>
- <br>
- <div id="askerpam"><img src="{AskerPortraitURL-24}">{Asker}</div>
- {Answer}
- {/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 class="credito">
- {block:Date}<div id="notes">
- <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} <font color="{color:tags}">•</font> <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} <font color="{color:tags}">•</font> <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} <font color="{color:tags}">•</font> <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage} <font color="{color:tags}">•</font> <a href="{ReblogUrl}" target="_blank">reblog</a> <font color="{color:tags}">♡</font>{/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}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- </div></div></div></div></div></div></div></div></div></div>
- </div></div></div></div></div></div></div></div></div></div>
- </div></div></div></div></div></div></div></div></div></div>
- </div></div></div></div></div></div></div></div></div></div>
- </div></div></div></div></div></div></div></div></div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment