Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----
- Theme by: o-mundo-de-uma-garota|tumblr {NÃO USE COMO BASE} só adapte para o seu próprio uso e sem retirar os creditos, aliás não foi voce que fez né?! {NOT COPIE} plágio é crime se eu pegar algo tiro da minha página de themes.
- - - - - - - - - - - - - - -
- - THEME FEITO POR DUDA.R -
- - - - - - - - - - - - - - - ---->
- <head>
- <!-- DEFAULT VARIABLES -->
- <script>
- function bloqueio()
- {alert(mensagem);}
- document.onkeydown=bloqueio;
- </script><meta http-equiv="x-dns-prefetch-control" content="off"/>
- <script type="text/javascript">
- //desabilita menu de opcoes ao clicar no botao direito
- function desabilitaMenu(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- document.oncontextmenu = desabilitaMenu;
- document.onmousedown = desabilitaBotaoDireito;
- document.onmouseup = desabilitaBotaoDireito;
- </script>
- <script language="JavaScript1.2">
- function disableselect(e){
- return false
- }
- function reEnable(){
- return true
- }
- //if IE4+
- document.onselectstart=new Function ("return false")
- //if NS6
- if (window.sidebar){
- document.onmousedown=disableselect
- document.onclick=reEnable
- }
- </script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#contente');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.postdobru',
- isAnimated : true
- });
- });
- $wall.infinitescroll({
- navSelector : "div#navigation",
- nextSelector : "div#navigation a#nextPage",
- itemSelector : '.',
- 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: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#contente').show(500);
- });
- </script>
- <meta name="color:background" content="#DCDCDC" />
- <meta name="color:link" content="#8B8989" />
- <meta name="color:text" content="#8B8989" />
- <meta name="color:post" content="#fff" />
- <meta name="color:descri" content="#CDC9C9" />
- <meta name="color:borda" content="#8B8989" />
- <meta name="color:titulo" content="#8B8989" />
- <meta name="color:bg frase" content="#fff" />
- <meta name="color:bgnotes" content="#CDC9C9" />
- <meta name="color:bglinks" content="#fff" />
- <meta name="color:tags" content="#FF69B4" />
- <meta name="image:sidebar" content="http://static.tumblr.com/kbesbrd/DTlmaxs6i/tumblr_m7kcldi8q81qkoct2o1_500.jpg"/>
- <meta name="image:background" content="" />
- <meta name="text:titulo" content="only love is not enough" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link5" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link7" />
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <script src="http://static.tumblr.com/b1gnlwd/OX1m3bgeu/jquery-1.3.1.min.js"></script>
- <script src="http://static.tumblr.com/b1gnlwd/Gndm3bgdn/jquery.easing.1.3.js"></script>
- <script>
- $(document).ready(function() {
- //Custom settings
- var style_in = 'easeOutBounce';
- var style_out = 'jswing';
- var speed_in = 800;
- var speed_out = 300;
- //Top and bottom
- var top = $('.qitem').height() * (-1);
- var bottom = $('.qitem').height();
- $('.qitem').each(function () {
- //retrieve all the details of the image before removing it
- url = $(this).find('a').attr('href');
- img = $(this).find('img').attr('src');
- alt = $(this).find('img').attr('img');
- width = $(this).width() / 4;
- height = $(this).height();
- //remove the image and append 4 div into it
- $('img', this).remove();
- $(this).append('<div class="bar1"></div><div class="bar2"></div><div class="bar3"></div><div class="bar4"></div>');
- //set the image as background image to all the bars
- $(this).children('div').css('background-image','url('+ img + ')');
- //Divide the image into 4 bars and rebuild the image
- $(this).find('div.bar1').css({bottom:0, left:0, width:width, height:height, backgroundPosition:'0 0' });
- $(this).find('div.bar2').css({top:0, left:width, width:width, height:height, backgroundPosition:(width*-1) + 'px 0' });
- $(this).find('div.bar3').css({top:0, left:width*2, width:width, height:height, backgroundPosition:(width*-2) + 'px 0' });
- $(this).find('div.bar4').css({bottom:0, left:width*3, width:width , height:height, backgroundPosition:(width*-3) + 'px 0' });
- }).hover(function () {
- //Move those bar, 1st and 3rd move upward, 2nd and 4th move downward
- $(this).find('div.bar1').stop(false, true).animate({top:bottom}, {duration:speed_out, easing:style_out});
- $(this).find('div.bar2').stop(false, true).animate({top:bottom}, {duration:speed_out, easing:style_out});
- $(this).find('div.bar3').stop(false, true).animate({top:top}, {duration:speed_out, easing:style_out});
- $(this).find('div.bar4').stop(false, true).animate({top:top}, {duration:speed_out, easing:style_out});
- },
- function () {
- //Back to default position
- $(this).find('div.bar1').stop(false, true).animate({top:0}, {duration:speed_in, easing:style_in});
- $(this).find('div.bar2').stop(false, true).animate({top:0}, {duration:speed_in, easing:style_in});
- $(this).find('div.bar3').stop(false, true).animate({top:0}, {duration:speed_in, easing:style_in});
- $(this).find('div.bar4').stop(false, true).animate({top:0}, {duration:speed_in, easing:style_in});
- }).click (function () {
- //make the whole box clickable
- window.location = $(this).find('a').attr('href');
- });
- });
- </script>
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Creepster' 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=Emilys+Candy' 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=Wire+One' rel='stylesheet' type='text/css'>
- <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
- <link href='http://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo' rel='stylesheet' type='text/css'>
- <style type="text/css">
- 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:lhover}; background-color: transparent; text-decoration: none;}
- p {margin: 6px 0 0 0}
- blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
- blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
- blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
- blockquote img{max-width: 400px!important}
- blockquote blockquote img{max-width: 400px!important}
- blockquote blockquote blockquote img{max-width: 400px!important}
- blockquote blockquote blockquote blockquote img{max-width: 400px!important}
- /*post notes e box (omdg) */
- #omdg {float: left; margin-left:0px; margin-top: -100px;}
- .omdg1 { position:relative; width:420px;
- text-align:justify; float:left ;margin:-7px;
- padding:5px; margin-left: 415px; margin-top:5px;
- background-color:{color:post};border:2px solid {color:borda};}
- .omdg1:hover .baseduh {opacity:0.9; margin-top:-90px;
- background-color: #FFF;}
- .baseduh {position:absolute; opacity:0;
- -webkit-border-radius: 0px 10px 0px 10px;
- margin-left:-3px; color:{color:text};
- padding:2px 0px 2px 5px; font-family:calibri;
- text-transfo:uppercase; font-size:10px;
- margin-top: 10px; margin-left:200px;
- width: 200px; -webkit-transition: 0.3s linear;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out; background-color: {color:bgnotes};; text-align: center; padding: 3px;font-weight:bold;z-index:10000 }
- .omdg1:hover .baseduh {opacity:0.5;
- margin-top:0px;background-color:{color:bgnotes};}
- .baseduh a {color:{color:text};
- background-color: #FFF; letter-spacing:0px;}
- .baseduh a:hover {opacity:0.9;}
- .baseduh1 {position:absolute; opacity:0;
- margin-left:411px; color:{color:text};
- padding:2px 10px 2px 5px;
- font-family:calibri; font-size:9px; margin-top: -300px; width: 50px; -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; background-color: {color:post}; text-align: center; padding: 3px;}
- .omdg1:hover .baseduh1 {opacity:1.0}
- .baseduh1 a {text-transform: uppercase}
- .baseduh1 a:hover {opacity:0.9; text-transform: uppercase}
- h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
- .image {text-align: center; border: 0px}
- .image img {max-width: 500px;-webkit-border-radius: 10px 10px 10px 10px; margin-bottom: 2px }
- .duhquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
- .duhquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
- .duhquotesource a, a:hover{text-transform: none;-webkit-border-radius: 10px 10px 10px 10px;}
- .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;}
- /* asker by o-mundo-de-uma-garota */
- .asker {width: 400px; background-color: {color:background}; color:{color:text}; padding: 10px}
- .asker img{float: left;border: 2px double {color:borda}; margin: 0px 24px 12px 0; }
- .asker a{font-size: 11px; color:{color:link}; text-transform: none; line-height: 17px; padding: 0; margin: 0; font-family: verdana; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
- .asker a:hover{font-size: 11px; color:{color:link}; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:verdana;}
- .answer {padding: 4px}
- .answer img {max-width: 470px;}
- .credito {opacity: 0.2; -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;}
- #info {text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
- #info a {font-size: 10px; text-transform: uppercase;}
- #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
- #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
- #cap {width: 400px; margin-top: 2px;}
- .source {display: none;}
- .notes {width: 460px; 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: {color:post}; margin-bottom: 2px; padding: 5px; }
- .notes img{display: none; border:0px}
- /*FONTES*/
- @font-face { font-family: "swagger"; src: url('http://static.tumblr.com/zvqacv0/gjTm74ni6/swagger.ttf'); }
- @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
- @font-face {font-family: 'Loved by the King'; font-style: normal; font-weight: normal; src: local('Loved by the King'), local('LovedbytheKing'), url('http://themes.googleusercontent.com/static/fonts/lovedbytheking/v3/wg03xD4cWigj4YDufLBSr8SuHxUvEE05hEBp-kiqXZE.woff') format('woff');}
- @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
- @font-face {
- font-family: 'Droid Sans';
- font-style: normal;
- font-weight: 400;
- src: local('Droid Sans'), local('DroidSans'), url(http://themes.googleusercontent.com/static/fonts/droidsans/v3/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
- }
- /*Links by duda.r*/
- #pqpduds {position: fixed; width: 0px;float: left; margin-top:226px; margin-left: 85px; }
- #pqpduds a {display: block; font-family: calibri; font-size: 9.5px; text-align: center; padding-top:5px; margin-left: 123px; margin-bottom: 2px; text-transform: lowercase; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s; background-color: {color:bglinks}; color: {color:link}; height: 7px; line-height: 3px;width: 200px;}/*theme by omdg*/
- #pqpduds a:hover{background-color: {color:bglinks}; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
- #page {font-size:20px; color: {color:descricao e titulo}; text-align:center;margin-top:100px;margin-left:-800px;}
- #pagina{ margin-top: 3px; margin-left: 328px; width: 100px; float: right; background-color: transparent; position: fixed; height: 24px; -webkit-border-radius: 0px 0px 0px 0px; z-index:1000000 }
- /*** Paginação by madlyluv.com ***/
- #paginacaoml {font-size: 20px; font-family: tahoma; line-height: 24px;}
- #paginacaoml a {font-size: 20px; font-family: tahoma; background: transparent; margin: 0 1px 0 0; padding: 2px 2px; color: {color:tags}; text-decoration: none;}
- #paginacaoml a:hover {font-size: 20px; font-family: tahoma; background: transparent; border: none;}
- #paginacaoml span.pagina_atual {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: {color:link}; margin: 0 1px 0 0; padding: 1px 2px; color: #cor da fonte; text-decoration: none;}
- #pagination {width:240px; font-family:georgia; text-align:right; font-size:15px; padding:4px; font-style:italic}
- ::-webkit-scrollbar{width:11px;height:0px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; border: 2px solid {color:post};background-color:{color:borda};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:5px; background-color: {color:borda};-webkit-border-radius:px;}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- /*ATENCAO DUDA* || imagemduh*/
- .duhimg {float: left; margin-top: 200px;
- left: 220px;padding: 0px; position: fixed;}
- .duhimg img {display: inline;
- margin-left:100px; width: 180px;
- margin-left: 0px; margin-top: -170px;
- height: 180px; text-align:center;
- margin-bottom: 0px; border: 4px solid {color:borda};
- padding:5px;}
- /* ------------------------------------FIM-------------------*/
- #notinholaduh { margin-top: 165px; margin-left: 215px; height: auto; width:180px;text-align: center; background-color: transparent; font-family: tinytots; color: {color:descri};font-size: 8px; position: fixed;z-index:99;padding: 5px; -webkit-transition: 0.5s ease-in; line-height: 10px;
- -moz-transition: 0.2s ease-in; transition: 0.2s ease-in; overflow: hidden; opacity: 1; }
- #imsureduh {margin-top: 3px; margin-left: 212px; width:187px;height: 10px;text-align: left; background-color: {color:bg frase}; font-family:swagger; color: {color:titulo};border-top: 2px solid {color:borda};border-bottom: 2px solid {color:borda};font-size: 15px; position: fixed;z-index:99;padding: 5px; -webkit-transition: 0.5s ease-in; line-height: 10px;
- -moz-transition: 0.2s ease-in; transition: 0.2s ease-in; overflow: hidden; opacity: 1;}
- </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 () {
- $('#entries').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : ".entry",
- nextSelector : "#page a#p",
- itemSelector : ".entry",
- bufferPx : 10000,
- extraScrollPx: 10000,
- loadingImg : "",
- loadingText : "",
- },
- function() { $('#entries').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <script src="http://tumbletricks.webs.com/maquina.js"></script>
- <body onkeydown=”return false”>
- <div class="duhimg"><img src="{image:sidebar}"alt="" title="baby im sure"/>
- </div>
- <div id="pqpduds">
- <table><tr><td>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}
- </td></tr></table>
- </div>
- </div>
- </div>
- </div>
- <div id="dudex"></div><div id="dudex1"></div><div id="imsureduh">{text:titulo}</div><div id="notinholaduh">{description}</div></div>
- <!-------TAGS,BOX,CRÉDITOS TAGS---------D------>
- <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"alt="" title="previous">«</a>{/block:PreviousPage}{/block:Pagination}
- {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}"alt="" title="next">»</a>{/block:NextPage}{/block:Pagination}</div></div>
- </div>
- <div id="page"></div>
- </div>
- <div style="margin-left:210px;-webkit-transform: rotate(0deg); width:200px; font-family:tinytots; margin-top: 315px;background:{color:bglinks};border-top: 2px solid {color:borda};border-bottom: 2px solid {color:borda}; font-size:8px;position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"><small>Theme by <br>O-mundo-de-uma-garota</small></a> <br><font color="{color:tags}">+</font>Not copie bicth</a></div>
- <div id="omdg">
- {block:Posts}
- <div class="omdg1">
- <!--------BASE DUH NÃO MUDE NADA AQUI-------->
- {block:Text}
- <span class="baseduh">
- {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date} <font color="{color:tags}">+</font> <a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <font color="{color:tags}">+</font> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> - <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
- </span>
- {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
- {/block:Text}
- {block:Photo}
- <span class="baseduh">
- {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date} <font color="{color:tags}">+</font> <a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <font color="{color:tags}">+</font> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> - <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
- </span>
- {LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <span class="baseduh">
- {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date} <font color="{color:tags}">+</font> <a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <font color="{color:tags}">+</font> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> - <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
- </span>
- {Photoset-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <span class="baseduh">
- {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date} <font color="{color:tags}">+</font> <a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <font color="{color:tags}">+</font> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> - <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
- </span>
- <div id="quote">❝</div><div class="xquote">{Quote}</div>
- {block:Source}<div class="xquotesource"> — {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <span class="baseduh">
- {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date} <font color="{color:tags}">+</font><a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}">+</font> <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">+</font> {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}"> via</a> - <a href="{ReblogRootURL}" title="{ReblogRootTitle}"> source </a>{/block:RebloggedFrom}
- </span>
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- <span class="baseduh">
- {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date} <font color="{color:tags}">+</font><a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}">+</font> <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">+</font> {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}"> via</a> - <a href="{ReblogRootURL}" title="{ReblogRootTitle}"> source </a>{/block:RebloggedFrom}
- </span>
- {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}
- <span class="baseduh">
- {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date} <font color="{color:tags}">+</font><a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}">+</font> <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">+</font> {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}"> via</a> - <a href="{ReblogRootURL}" title="{ReblogRootTitle}"> source </a>{/block:RebloggedFrom}
- </span>
- <div class="player">{AudioPlayerGrey}</div>
- {/block:Audio}
- {block:Video}
- <span class="baseduh">
- {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date} <font color="{color:tags}">+</font><a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}">+</font> <a href="{Permalink}">{NoteCount}</a> + {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}"> via</a> - <a href="{ReblogRootURL}" title="{ReblogRootTitle}"> source </a>{/block:RebloggedFrom}
- </span>
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="asker"><img src="{AskerPortraitURL-30}" class="baby im sure duh"><b>{Asker}</b> sussurou:<br>{Question}</div>
- <div class="answer"><br>{Answer}</div>
- {/block:Answer}
- </div>
- <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>
- {/block:Posts}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment