- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <meta http-equiv="x-dns-prefetch-control" content="off"/><meta name="robots" content="noindex"/><meta http-equiv="x-dns-prefetch-control" content="off"/><script type="text/javascript">
- var rev = "fwd";function titlebar(val)
- {var msg = "{title}";
- var res = " ";
- var speed = 120;var pos = val;msg = "{title}";var le = msg.length;if(rev == "fwd"){if(pos < le){pos = pos+1;scroll = msg.substr(0,pos);document.title = scroll;timer = window.setTimeout("titlebar("+pos+")",speed);}
- else{rev = "bwd";
- timer = window.setTimeout("titlebar("+pos+")",speed);}}
- else{
- if(pos > 0){
- pos = pos-1;var ale = le-pos;scrol = msg.substr(ale,le);document.title = scrol;timer = window.setTimeout("titlebar("+pos+")",speed);}
- else{rev = "fwd";timer = window.setTimeout("titlebar("+pos+")",speed);}}}
- titlebar(0);
- </script>
- <!
- THEME BY WITHOUT--US BASE WOLFSS
- DON'T COPY
- !>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <script>
- function click() {
- if (event.button==2||event.button==3) {
- oncontextmenu='return false';
- }
- }
- document.onmousedown=click
- document.oncontextmenu = new Function("return false;")
- </script>
- <script>var mensagem="PASSE O MOUSE NA IMAGEM!";function bloqueio(){alert(mensagem);}document.onkeydown=bloqueio;</script>
- <script language="javascript">
- var mensagem="PASSE O MOUSE NA IMAGEM!";
- function clickIE() {if (document.all) {(mensagem);return false;}}
- function clickNS(e) {if
- (document.layers||(document.getElementById&&!document.all)) {
- if (e.which==2||e.which==3) {alert(mensagem);return false;}}}
- if (document.layers)
- {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
- else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
- document.oncontextmenu=new Function("return false")
- </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>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#f8f8f8" />
- <meta name="color:link" content="#000000" />
- <meta name="color:text" content="#000000" />
- <meta name="color:post" content="#ffffff" />
- <meta name="color:sidebar" content="#ffffff" />
- <meta name="color:scroll" content="#000000" />
- <meta name="color:bubble" content="#000" />
- <meta name="color:title" content="#ffffff" />
- <meta name="color:bgtitle" content="#000000" />
- <meta name="color:sidebartext" content="#000000" />
- <meta name="color:text1" content="#ffffff" />
- <meta name="color:description" content="#000" />
- <meta name="color:descriptiontext" content="#fff" />
- <meta name="color:backgroundbox" content="#000" />
- <meta name="color:menu" content="#FFFFFF"/>
- <meta name="color:menuhover" content="#ffffff"/>
- <meta name="color:menucolor1" content="#fff"/>
- <meta name="color:menuhovercolor1" content="#ffffff"/>
- <meta name="color:barra1" content="#000000" />
- <meta name="color:barra2" content="#000000" />
- <meta name="color:barra3" content="#000000" />
- <meta name="color:barra4" content="#000000" />
- <meta name="if:Enable endless scrolling" content="0"/>
- <meta name="if:Sombreado" content="0"/>
- <meta name="if:Selecao" content="1"/>
- <meta name="if:Font Feminina" content="1"/>
- <meta name="image:background" content="" />
- <meta name="image:sidebar" content="http://data.whicdn.com/images/25406904/tumblr_lm0r4199Rp1qdzh03o1_400_large.jpg" />
- <meta name="color:links" content="#ffffff" />
- <meta name="color:linkshover" content="#000" />
- <meta name="color:bglinks" content="#000000" />
- <meta name="color:bglinkshover" content="#000" />
- <meta name="text:title1" content="I'm gonna love you like I've never been broken" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link" />
- <meta name="text:Title" content="I'm gonna love you like" />
- <meta name="text:subtitle" content="I've never been broken..." />
- <script type="text/javascript">
- // <![CDATA[
- var bgcolour="#888888"; // background colour
- var fgcolour="#ffffff"; // foreground colour
- var speed=100; // speed of bubbling, lower is faster
- var shades=10; // 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>
- <title>{Title}</title>
- <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}
- <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; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
- p {margin: 6px 0 0 0}
- blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
- 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: 4px 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}
- #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width: 935px; margin-left: -58px; }
- #container {margin-top: 31px; float: left; margin-left: 353px;}
- .entries {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family:{font:text}; font-size: 11px;}
- h1 {font-family: {font:title}; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:link}; font-weight: normal; line-height: 18px;}
- h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:linkhover}; font-weight: normal; line-height: 18px;}
- .image {text-align: center; border: 0px}
- .image img {max-width: 500px; margin-bottom: 2px }
- .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
- .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
- .oiqqtts 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;}
- .question {margin: 5px 5px 5px 5px; border-left: 3px solid {color:left}; padding-left: 5px; width: 480px; background-color: {color:post}; color: {color:leftext}; font-size: 11px; }
- .question a {font-weight: bold; color: {color:link};}
- .questions a:hover {font-weight: bold; color: {color:sidlink}; }
- .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: 20px; color:{color:link}; text-transform: lowercase; line-height: 27px; padding: 0; margin: 0; font-family: georgia;}
- .asker a:hover{font-size: 20px; color:{color:linkhover}; text-transform: lowercase; line-height:27px; padding: 0; margin: 0; font-family: georgia;}
- .answer {padding: 5px 0 0 0}
- .q{
- margin-left: 25px;margin-top: -15px; font-size: 15px;color: {color:text}; line-height: 20px;
- }
- .quote{position: relative; top: 25px;font-size: 55px;opacity: 0.2;filter: alpha(opacity = 20);}
- #info {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
- #info a {font-size: 9px;}
- .tags {color: {color:text}; font-size: 9px; font-family: {font:text}; display: inline; list-style: none; text-transform: lowercase;}
- .tags a {font-size: 9px; color: {color:link}; display: inline; list-style: none; text-transform: lowercase;}
- #cap {width: 500px; margin-top: -2px;}
- .source {display: none;}
- .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
- ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
- ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
- .notes img{display: none; border:0px}
- ::-webkit-scrollbar{width:15px;height:5px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color: {color:background}; -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:scroll};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- @font-face {
- font-family: 'Give You Glory';
- font-style: normal;
- font-weight: normal;
- src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
- }
- #sidebar {position: fixed; margin: 0px 0px 0px 110px; margin-left: 209px; margin-top:111px; }
- #slideShowContainer{ float: left; margin-top: 5px; margin-left: -2px; position: fixed; overflow: hidden; width: 195px; height: 160px; border: 5px solid {color:sidebar}; }
- #slideShowContainer img {margin-top: 0px; margin-left: 0px; width: 195px; height: 160px; }
- #slideShowContainer img:hover {opacity: 0.8;}
- .ttle {margin-top: 20px; letter-spacing: 0px; text-align: center; font-family: tahoma; font-size: 16px; color: {color:title};}
- #slideShowContainer:hover #links {margin-top: -60px; -webkit-transition: 1s ease-in; -moz-transition: 1s ease-in; transition: 1s ease-in;}
- #links {width: 225px; float: left; margin-left:15px; margin-top: -2px; padding: 0px; text-align: center; position: absolute; padding: 0px; z-index: 999; background-color: {color:sidebar}; -webkit-transition: 1s ease-in; -moz-transition: 1s ease-in; transition: 1s ease-in;}
- #links a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; width: 90px; background-color: {color:bglinks}; color:{color:links}; text-decoration: none; line-height: 19px; height: 19px; overflow: hidden; margin-top: 0px; margin-bottom: 1px; }
- #links a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover};}
- #frasepequena {margin-left: -2px; margin-top: 181px; width: 184px; font-size: 9px; max-height: 300px; text-align: center; background-color:{color:description}; font-family: tahoma; color: {color:descriptiontext}; position: fixed; padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px;
- -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: visible; overflow: auto; opacity: 1; border-bottom: 5px solid {color:sidebar}; border-left: 5px solid {color:sidebar}; border-right: 5px solid {color:sidebar};}
- #frasepequena a{color: {color:descriptiontext};}
- #colorido {width: 193px; margin-left: -10px; height: 8px; margin-top: 11px; float:left; text-align: center; background-color: {color:sidebar}; font-size: 16px; position:fixed; padding: 5px;}
- .coloridotext {margin-top: -2px; letter-spacing: 0px; text-align: center; font-family: verdana; font-size: 9px; color: {color:text}; }
- .coloridotext a{color:{color:link};}
- .oizinho {font-family: georgia; position: fixed; margin-left: -20px; margin-top: 35px; font-size: 38px; z-index: 0;}
- .oizinho a {color: ; background-color: transparent;}
- .oizinho a:hover {color: ;}
- .oizinho2 {font-family: georgia; position: fixed; margin-left: -20px; margin-top: 150px; font-size: 38px; z-index: 0;}
- .oizinho2 a {color: ; background-color: transparent;}
- .oizinho2 a:hover {color: ;}
- .ttle {margin-top: 2px; text-align: center; font-family: georgia; {block:IfFontFeminina}font-family: Give You Glory; {/block:IfFontFeminina} font-size: 16px; color: {color:title}; position: absolute; z-index: 3; width: 200px; {block:IfSombreado} text-shadow: 1px 0px 1px {color:title};{/block:IfSombreado}}
- #titulobarra {position: fixed; margin: 0px 0px 0px 1px; width: 199px; border: 3px solid {color:sidebar}; overflow: hidden; margin-left:206px; margin-top:56px;}
- #titulobarra:hover #baselinks {margin-left:-1px; -moz-transition: all 1.5s ease-in-out!important; -o-transition: all 1.5s ease-in-out!important; transition: all 1.5s ease-in-out!important; -webkit-transition: all 1.5s ease-in-out!important; z-index: 999; }
- #barra1 {width: 206px; height: 10px; background-color: {color:barra1}; position: relative;margin-top:0px;}
- #barra2 {width: 206px; height:7px; background-color: {color:barra2}; position: relative; margin-top:0px;}
- #barra3 {width: 206px; height: 5px; background-color: {color:barra3}; position: relative; margin-top:0px;}
- #barra4 {width: 206px; height: 12px; background-color: {color:barra4}; position: relative;margin-top:0px;}
- #barra5 {width: 206px; height: 6px; background-color: {color:barra2}; position: relative; margin-top:0px;}
- #barra6 {width: 206px; height: 15px; background-color: {color:barra1}; position: relative; margin-top:0px;}
- #side2 {width: 526px; margin-left: 280px; height: 15px; margin-top: 60px; float:left; text-align: center; background-color: {color:sidebartext}; font-size: 16px; position:fixed; padding: 5px;}
- .frase {margin-top: -2px; letter-spacing: 0px; text-align: center; font-family: georgia; font-size: 17px; color: {color:text1};}
- #topic {z-index: 90; margin-top: -168px; background-color:
- {color:background}; width: 820px; height: 60px; padding: 0px; position: fixed; margin-left: -80px;}
- .linha1 {background:{color:backgroundbox};width: 1px;height:350px;margin-bottom: 0px; padding: 1px; text-align: justify;margin-left:-28px; margin-top:-55px;position:fixed;}
- .linha2 {background:{color:backgroundbox};height:1px;width:250px;margin-bottom: 0px; padding: 1px; text-align: justify;margin-left:-54px; margin-top:270px;position:fixed;}
- .home {
- height:15px; width:15px;align:center;}
- .nav2 {background: {color:menucolor1}; display: inline-block; padding: 3px; text-align: center; line-height:-30px;height:28px; color:{color:textlinkscolor}; text-transform: uppercase; width:28px; float: left; margin:2px 2px 0px 4px; font-family: tinytots; font-size:8px; !important;text-decoration: none; letter-spacing: 0.10em; -webkit-transition-duration: .90s;text-transform:uppercase;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;
- -o-transition: all 1s ease;transition: all 1s ease; border-radius: 01px;-webkit-border-bottom-right-radius: 8px;
- -webkit-border-bottom-left-radius: 0px;
- -moz-border-radius-bottomright: 8px;
- -moz-border-radius-bottomleft: 8px;
- border-bottom-right-radius: 8px;
- border-bottom-left-radius: 0px;}
- .nav2:hover {background:{color:menuhovercolor1};display: inline-block; text-align: center; color:{color:textlinkhovercolor}; -webkit-transition: all 1s ease;-moz-transition: all 1s ease;
- -o-transition: all 1s ease;transition: all 1s ease; }
- </style>
- </head>
- <body>
- <div id="tudo">
- <div id="sidebar">
- <div id="topic">
- <div id="side2">
- <div class="frase">{text:title1}</div>
- </div>
- </div>
- <div class="linha1"></div>
- <div class="linha2"></div>
- <div id="slideShowContainer">
- <a href="/"><img src="{image:sidebar}"/></a>
- <div id="links">
- {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}
- </div>
- </div>
- <div id="frasepequena">{description}
- <div id="colorido">
- <div class="coloridotext">Theme <b>Without us</b></a> ;restitui;cds</div>
- </div>
- </div>
- <div class="oizinho">{block:NextPage}<a href="{NextPage}">↑</a>{/block:NextPage}</div>
- <div class="oizinho2">{block:PreviousPage}<a href="{PreviousPage}">↓</a>{/block:PreviousPage}</div>
- </div>
- <div id="titulobarra">
- <div class="ttle"><span id="bubble">{text:Title}</span><br>
- <div style="font-size:9px; font-family: verdana; {block:IfFontFeminina}font-size:11px; font-family: Give You Glory;{/block:IfFontFeminina} margin-top: 3px; text-shadow: 0px 0px 0px ;"><span id="bubble">{text:subtitle}</span></div></div>
- <div id="barra1"></div>
- <div id="barra2"></div>
- <div id="barra3"></div>
- <div id="barra4"></div>
- <div id="barra5"></div>
- <div id="barra6"></div>
- </div></div></div></div>
- <div style="position:absolute; widht:350px; left:156px;top:153px;position: fixed; text-align: right;" ><a href="/"><div class="nav2"><img src="http://static.tumblr.com/bpaio6t/YwMm1exvz/msoi1.png" class="home" width="12px"><br>Home</div></a>
- <div style="position:absolute; width:200px; left:321px; top:290px;position: fixed; text-align: right;" >
- </div>
- </div>
- <div id="container">
- {block:Posts}
- <div class="entries">
- {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}
- <span class="quote">❝</span><div class="q">{Quote}</div>
- {block:Source}<div class="oiqqtts"> — {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-48}"> {Asker}<br> {Question}</div>
- <div class="answer">{Answer}</div>
- <br>
- {/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 id="info">
- {block:Date}{block:IfShowTags}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}</div>{/block:IfShowTags}
- <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
- {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- </div>
- </div>{/block:Date}
- {/block:Posts}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>