Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <! THEME UMABONECACIUMENTA DONT COPY !>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <script>
- // <![CDATA[
- var bgcolour="#FFC5DD"; // background colour
- var fgcolour="#999999"; // foreground colour
- var speed=120; // speed of bubbling, lower is faster
- var shades=5; // number of shades of bubble
- /****************************
- * Bubbling Text Effect *
- *(c) 2003-6 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var bubbcol=new Array();
- var bubbler, bubbtxt;
- var bubbchr=new Array();
- window.onload=function() { if (document.getElementById) {
- for (bubbler=0; bubbler<=shades; bubbler++) {
- bubbtxt="#";
- for (var i=1; i<6; i+=2) {
- var bg=parseInt(bgcolour.substring(i,i+2),16);
- bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
- }
- bubbcol[bubbler+1]=bubbtxt;
- }
- bubbler=document.getElementById("bubble");
- bubbtxt=bubbler.firstChild.nodeValue;
- while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
- for (var i=0; i<bubbtxt.length; i++) {
- var bubbi=document.createElement("span");
- bubbi.setAttribute("id", "bubb"+i);
- bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
- bubbler.appendChild(bubbi);
- }
- bubbler=setInterval ("bubbling()", speed);
- }}
- function dechex(dec) {
- var hex=dec.toString(16);
- if (dec<16) return "0"+hex;
- else return hex;
- }
- function bubbling() {
- for (var i=0; i<bubbtxt.length; i++) {
- var bubbme=document.getElementById("bubb"+i);
- if (bubbchr[i]) {
- bubbme.style.color=bubbcol[bubbchr[i]];
- bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
- }
- else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
- }
- }
- // ]]>
- </script>
- <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
- <script src="http://code.jquery.com/jquery-latest.js"></script>
- <script type="text/javascript">
- //desabilita menu de opcoes ao clicar no botao direito
- function desabilitaMenu(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- //desabilita botao direito
- function desabilitaBotaoDireito(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- if (event.button == 2 || event.button == 3)
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- //desabilita botao direito do mouse
- if ( window.Event )
- document.captureEvents(Event.MOUSEUP);
- if ( document.layers )
- document.captureEvents(Event.MOUSEDOWN);
- document.oncontextmenu = desabilitaMenu;
- document.onmousedown = desabilitaBotaoDireito;
- document.onmouseup = desabilitaBotaoDireito;
- </script>
- <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
- function tb8_makeArray(n){
- this.length = n;
- return this.length;
- }
- tb8_messages = new tb8_makeArray(1);
- tb8_messages[0] = "Good girls like bad boys";
- tb8_rptType = 'infinite';
- tb8_rptNbr = 5;
- tb8_speed = 100;
- tb8_delay = 2000;
- var tb8_counter=1;
- var tb8_currMsg=0;
- var tb8_tekst ="";
- var tb8_i=0;
- var tb8_TID = null;
- function tb8_pisi(){
- tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
- document.title = tb8_tekst;
- tb8_sp=tb8_speed;
- tb8_i++;
- if (tb8_i==tb8_messages[tb8_currMsg].length){
- tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
- }
- if (tb8_currMsg == tb8_messages.length){
- if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
- clearTimeout(tb8_TID);
- return;
- }
- tb8_counter++;
- tb8_currMsg = 0;
- }
- tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
- }
- tb8_pisi()
- </script>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#f8f8f8" />
- <meta name="color:link" content="#000000" />
- <meta name="color:text" content="#666666" />
- <meta name="color:post" content="#ffffff" />
- <meta name="color:sidebar" content="#ffffff" />
- <meta name="color:borda" content="#fff" />
- <meta name="color:scrollbar" content="#aaaaaa" />
- <meta name="color:listra" content="#fff" />
- <meta name="text:titulo" content="i really love you.
- " />
- <meta name="color:descr" content="#000" />
- <meta name="color:link1" content="#aaaaaa" />
- <meta name="color:link2" content="#7a7a7a" />
- <meta name="color:link3" content="#ffffff" />
- <meta name="color:links" content="#ffffff" />
- <meta name="color:bglinks" content="#1c1c1c" />
- <meta name="image:background" content="" />
- <meta name="image:sidebar" content="http://24.media.tumblr.com/tumblr_m6mey56Fo61rzb6xvo2_250.jpg" />
- <meta name="if:Show tags" content="1"/>
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="um" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="dois" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="tres" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="quatro" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 Title" content="cinco" />
- <meta name="text:Link6" content="" />
- <meta name="text:Link6 Title" content="seis" />
- <meta name="text:Link7" content="" />
- <meta name="text:Link7 Title" content="sete" />
- <meta name="text:Link8" content="" />
- <meta name="text:Link8 Title" content="sete" />
- <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'>
- <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: 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: 20px auto 20px auto; padding: 0px; z-index: 1}
- #entry {float: left; margin-left: 406px;}
- .posts {width: 500px; background-color: {color:post}; padding: 10px; margin-bottom: 2px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
- 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; margin-bottom: 2px }
- .pquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
- .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
- .pquotesource a, a:hover{text-transform: none;}
- .chat {line-height: 13px; list-style: none }
- .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
- .person1 {color: {color:text}; padding: 2px; }
- .person1 .label {font-weight: bold; color:{color:text}}
- .person2 {color: {color:text}; padding: 2px; }
- .person2 .label {font-weight: bold; color:{color:text}}
- .player {background-color: #000; text-align: left; display:block;}
- .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: 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: {color:post}; margin-bottom: 2px; padding: 5px; }
- .notes img{display: none; border:0px}
- /* asker */
- .asker {width: 480px; background-color: {color:background}; color:{color:text}; padding: 10px}
- .asker img{float: left; margin: 0px 4px 2px 0; }
- .asker a{font-size: 11px; color:{color:link}; text-transform: none; line-height: 27px; 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:linkhover}; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:verdana;}
- .answer {padding: 4px}
- .answer img {max-width: 470px;}
- .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
- .answer {color:{color:answer};}
- .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: 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: {color:post}; margin-bottom: 2px; padding: 5px; }
- .notes img{display: none; border:0px}
- #damon {position: fixed; margin: 0px 0px 0px -287px;}
- #desc {z-index: 1;background-color:transparent;position:fixed;width:88px; height:45px; font-size:8px; font-family:tahoma; text-align:center; color:{color:text}; padding: 5px; margin-top:89px; margin-left:109px; overflow:hidden; text-transform:uppercase;}
- #pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px; -moz-border-bottom-left-radius: 10px; border-top-left-radius: 10px; z-index: 1}
- #pgs a {background: #000; margin: 30 0px 0 0; padding: 2px 4px; color: {color:background}; text-decoration: none;}
- #a:hover {background: {color:sidebar}; color: {color:link hover}; border: none;}
- #pgs span.pagina_atual {background: {color:border}; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
- .pg { position:fixed !important; clear: both; float: left; margin-top: 120px; margin-left: 100px; width: 207px; height: 15; font-size: 9px; padding: 2px; background-color: {color:sidebar}; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; z-index: 1;}
- #pagina{ margin-top: 368px; margin-left: 325px; 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}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- #photoxz{text-align: justify; font-size: 9px; font-family: verdana; position: relative; margin-left: 475px; width: 204px; height:330px; background-color: transparent; color: {color:text}; padding: 6px; margin-top: 0px; background-attachment: fixed;}
- #imagesm5 {width:235px;height:220px; margin-top: 104px; margin-left:-30px;position:relative;display: inline-block; }
- #imagesm5 img {position:absolute; width:235px;height:220px;-webkit-transition-duration: .99s;}
- #imagesm5:hover img{ -webkit-transform:scale(0.0); -moz-transform:scale(0.0); -o-transform:scale(0.0);-webkit-transition-duration: .99s;} .imageside5 {float:centerwidth:250px;height:250px; border:2px solid #777; overflow:hidden; } #texto5 { width:230px;height:220px; background: {color:descr};margin-left:0px;opacity:1;margin-top:-12px;padding:4px;color:#fff;padding: 15px 2px 10px 2px ; }
- /* links */
- #thai1 {width:240px; height: 24px; float: left; margin-left:165px; margin-top: 339px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; border-bottom: 0px solid #000000; border-right: 0px solid {color:bglinks}; border-top: 1px solid #fff; border-bottom: 1px solid #fff;}
- #thai1 a {float: left; margin-left: 1px; font-family: georgia; font-size: 9px; text-align: center; margin-top: 3px; height: 18px; width: 59px; color:{color:text}; line-height: 19px; letter-spacing: 0px; text-transform: lowercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color: {color:bglinks}; text-transform: lowercase}
- #thai1 a:hover{text-align: center; color:{color:bglinks}; background-color: transparent; letter-spacing: -1px; -webkit-transform: rotate(360deg); text-shadow:0px 0px 7px #000;}
- #bru1 {width:240px; height: 24px; float: left; margin-left:165px; margin-top: 81px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; border-bottom: 0px solid #000000; border-right: 0px solid #fff; border-top: 1px solid #fff; border-bottom: 1px solid #fff;}
- #bru1 a {float: left; margin-left: 1px; font-family: georgia; font-size: 9px; text-align: center; margin-top: 3px; height: 18px; width: 43px; color:{color:text}; line-height: 18px; letter-spacing: 0px; text-transform: lowercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color: {color:bglinks}; text-transform: lowercase}
- #bru1 a:hover{text-align: center; color:#ffffff; background-color: transparent; letter-spacing: -1px; -webkit-transform: rotate(360deg); text-shadow:0px 0px 7px #000;}
- #koala {width: 111px; text-align: center; margin-left:127px; font-family: georgia; font-size: 17px; color: {color:text}; letter-spacing: 0px; text-transform: none;}
- #koala2 {width: 111px; text-align: center; margin-left:27px; margin-top:10px; font-family: verdana; font-size: 9px; color: {color:text}; letter-spacing: 0px; text-transform: none;}
- #title {width: 215px; height: 10px; position:fixed; margin-left: 245px; margin-top: 131px; rotate(-0deg);}
- .optitle{font-family:"luv"; font-size: 15px; font-style: none;
- line-height: 14px; font-weight: none; color: ; margin-top: -52px; margin-left: -5px; text-transform: none; letter-spacing: 0px; -webkit-transform: rotate(-0deg); background-color: transp; padding:4px;}
- @font-face { font-family: "luv"; src: url('http://static.tumblr.com/jdjsstr/jAKm8lv4d/djb_jacked_up_kinda_luv_1_.ttf'); }
- #senten {width:105px; margin-left:0px; margin-top:0px; margin-bottom:0px; margin-right:0px; font-family: georgia; font-size:18px; width:auto; text-align: center;}
- ::-webkit-scrollbar{width:7px;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; background-color: {color:scrollbar};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:0px; background-color: {color:sidebar};-webkit-border-radius:px;}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- </style>
- <script language='JavaScript'>
- //Bloqueador de Tecla CTRL - iceBreaker http://www.icebreaker.com.br/
- function checartecla (evt)
- {if (evt.keyCode == '17')
- {alert("Comando Desativado")
- return false}
- return true}
- </script>
- <body>
- <script type="text/javascript" src="http://scmplayer.net/script.js" ></script>
- <script type="text/javascript">
- </script>
- <!--End of SCM Music Player script-->
- <div id="title">
- <center><div class="optitle">{text:titulo}</div></div>
- <div id="thai1">
- <a href="{text:Link4}">{text:Link4 Title}</a>
- <a href="{text:Link5}">{text:Link5 Title}</a>
- <a href="{text:Link6}">{text:Link6 Title}</a>
- <a href="{text:Link7}">{text:Link7 Title}</a>
- </div>
- <a style="font-size: 8px; font-family:tinytots;position:fixed;bottom:10px;left:175px; top:390px" href="http://umabonecaciumenta.tumblr.com/" title="umabonecaciumenta (c) dtlhs hugm-e and hyliar"> THEME BY UMABONECACIUMENTA ©</a>
- <div id="ninhagatinha"></div>
- <div id="sidbar"></div>
- </div>
- <div id="container"></div></div>
- <div id="damon">
- <div id="photoxz">
- <div class="imagem" class="hover">
- <div id="imagesm5" class="imageside5"><img src="{image:sidebar}"class="image5">
- <div id="texto5">{Description}</div></div>
- </div>
- </div>
- </div></div>
- </div>
- </div>
- <div id="bru1">
- <a href="{text:Link1}">{text:Link1 Title}</a>
- <a href="{text:Link2}">{text:Link2 Title}</a>
- <a href="{text:Link3}">{text:Link3 Title}</a>
- </div>
- </div></div>
- <font color="{color:tags}">
- <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"alt="" title="previous page baby">←</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 page baby">→</a>{/block:NextPage}{/block:Pagination}</div></div>
- <div id="entry">
- {block:Posts}
- <div class="posts">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
- {block:Photoset}{Photoset-500}{/block:Photoset}
- {block:Quote}
- <div class="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-500}{/block:Video}
- {block:Answer}
- <div class="asker"><img src="{AskerPortraitURL-30}" class="barbie"><b>{Asker}</b> me chupou gostoso e disse:<br><i>{Question}</i></div>
- <div class="answer"><br>{Answer}</div>
- {/block:Answer}
- <div id="cap">
- {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
- {/block:ContentSource}</div></div>
- <br>
- <div class="credito">
- {block:Date}<div id="info">
- <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} · <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} · <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}· <a href="{ReblogUrl}" target="_blank">reblog</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}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- </div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment