Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <! WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ !>
- <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head> <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#f8f8f8" />
- <meta name="color:link" content="#000000" />
- <meta name="color:linkhover" content="#696969" />
- <meta name="color:text" content="#000000" />
- <meta name="color:post" content="#ffffff" />
- <meta name="color:border" content="#ffffff" />
- <meta name="color:scroll" content="#000000" />
- <meta name="color:ask" content="#ebebeb" />
- <meta name="color:linkbg" content="#ffffff" />
- <meta name="color:linktext" content="#000" />
- <meta name="color:linkbgs" content="#000" />
- <meta name="color:links" content="#fff" />
- <meta name="image:background" content="" />
- <meta name="image:tbarr" content="http://static.tumblr.com/02mwukw/GqXm1cxc8/tumblr_m09w9wqypa1r172jyo1_500.jpg"/>
- <meta name="font:text" content="verdana" />
- <meta name="font:title" content="georgia" />
- <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:Link7" content="/" />
- <meta name="text:Link7 Title" content="link" />
- <meta name="text:Link8" content="/" />
- <meta name="text:Link8 Title" content="link" />
- <script type="text/javascript">
- // <![CDATA[
- // all colours must be in format '#NNNNNN', not 'red' or 'rgb(7,8,9)'
- var fgcolour="#000000"; // foreground colour
- var hlcolour="#f1f1f1"; // highlight colour
- var bgcolour="#FFFFFF"; // background colour
- var glcolour="#000000"; // colour of glow around letters
- var speed=66; // speed colours change, 1 second = 1000
- var delay=50; // how long to wait between wipes
- var alink="/"; // page to link text to (set to ="" for no link)
- /****************************
- *Multi-Wipe Neon Text Effect*
- *(c)2003-12 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var w_txt, w_txl;
- var w_flp=bgcolour;
- var w_sty=Math.floor(Math.random()*8);
- var w_cnt=-1;
- var wipes=new Array();
- var wrand=new Array();
- window.onload=function() { if (document.getElementById) {
- var i, wiper, wipei;
- wiper=document.getElementById("wipe");
- w_txt=wiper.firstChild.nodeValue;
- w_txl=w_txt.length;
- while (wiper.childNodes.length) wiper.removeChild(wiper.childNodes[0]);
- for (i=0; i<w_txl; i++) {
- wipei=document.createElement("span");
- wipei.appendChild(document.createTextNode(w_txt.charAt(i)));
- wipes[i]=wipei.style;
- wipes[i].textShadow=glcolour+" 0px 0px 5px";
- wipes[i].color=fgcolour;
- wiper.appendChild(wipei);
- }
- if (alink) {
- wiper.style.cursor="pointer";
- wiper.onclick=function() { top.location.href=alink; }
- }
- for (i=0; i<w_txl; i++) wrand[i]=i;
- wiper=setInterval("randwipe()", speed);
- }}
- function c(i, shade) {
- if (shade==bgcolour) wipes[i].textShadow="none";
- else wipes[i].textShadow=glcolour+" 0px 0px 5px";
- wipes[i].color=shade;
- }
- function randwipe() {
- var w_old;
- if (w_cnt++<w_txl+2+delay*(w_flp==fgcolour)) eval("wipe"+w_sty+"();");
- else {
- w_cnt=-1;
- w_flp=(w_flp==fgcolour)?bgcolour:fgcolour;
- w_old=w_sty;
- while (w_old==w_sty) w_sty=Math.floor(Math.random()*8);
- }
- }
- function dechex(dec) { return ((dec<16)?"0":"")+dec.toString(16); }
- function wipe0() { // curtains
- if (w_cnt<Math.floor(w_txl/2)) {
- c(w_cnt, hlcolour);
- c(w_txl-w_cnt-1, hlcolour);
- }
- else if (w_cnt<w_txl) {
- c(w_cnt, w_flp);
- c(w_txl-w_cnt-1, w_flp);
- }
- }
- function wipe1() { // random
- var i, rand, temp;
- if (w_cnt==0) {
- for (i=0; i<w_txl; i++) {
- rand=Math.floor(Math.random()*w_txl);
- temp=wrand[i];
- wrand[i]=wrand[rand];
- wrand[rand]=temp;
- }
- }
- if (w_cnt<w_txl) c(wrand[w_cnt], hlcolour);
- if (w_cnt>0 && w_cnt<w_txl+1) c(wrand[w_cnt-1], w_flp);
- }
- function wipe2() { // forwards
- if (w_cnt<w_txl) c(w_cnt, hlcolour);
- if (w_cnt>0 && w_cnt<w_txl+1) c(w_cnt-1, w_flp);
- }
- function wipe3() { // backwards
- if (w_cnt<w_txl) c(w_txl-(w_cnt+1), hlcolour);
- if (w_cnt>0 && w_cnt<w_txl+1) c(w_txl-w_cnt, w_flp);
- }
- function wipe4() { // searchlight
- if (w_cnt<w_txl) c(w_cnt, hlcolour);
- if (w_cnt>0 && w_cnt<w_txl+1) c(w_cnt-1, w_flp);
- if (w_cnt>1 && w_cnt<w_txl+2) c(w_cnt-2, hlcolour);
- if (w_cnt>2 && w_cnt<w_txl+3) c(w_cnt-3, (w_flp==fgcolour)?bgcolour:fgcolour);
- if (w_cnt==w_txl+2) w_flp=(w_flp==fgcolour)?bgcolour:fgcolour;
- }
- function wipe5() { // fade
- var i;
- if (w_cnt<w_txl+3) {
- var start=(w_flp==fgcolour)?bgcolour:fgcolour;
- var temp="#";
- for (i=1; i<6; i+=2) {
- var hex1=parseInt(start.substring(i,i+2),16);
- var hex2=parseInt(w_flp.substring(i,i+2),16);
- temp+=dechex(Math.floor(hex1+(hex2-hex1)*(w_cnt/(w_txl+2))));
- }
- for (i=0; i<w_txl; i++) c(i, temp);
- }
- }
- function wipe6() { // flash
- var i;
- if (w_cnt<6*Math.floor(w_txl/6)+3) {
- if (w_cnt%6==0 || w_cnt%6==3) for (i=0; i<w_txl; i++) c(i, hlcolour);
- else if (w_cnt%6==1) for (i=0; i<w_txl; i++) c(i, w_flp);
- else if (w_cnt%6==4) for (i=0; i<w_txl; i++) c(i, (w_flp==fgcolour)?bgcolour:fgcolour);
- }
- }
- function wipe7() { // checkerboard
- var qtr=Math.floor(w_txl/4);
- if (w_cnt<qtr) {
- c(w_cnt, hlcolour);
- c(w_cnt+2*qtr, hlcolour);
- }
- else if (w_cnt<2*qtr) {
- c(w_cnt-qtr, w_flp);
- c(w_cnt+qtr, w_flp);
- }
- else if (w_cnt<3*qtr) {
- c(w_cnt-qtr, hlcolour);
- c(w_cnt+qtr, hlcolour);
- }
- else if (w_cnt<w_txl) {
- c(w_cnt-2*qtr, w_flp);
- c(w_cnt, w_flp);
- }
- }
- // ]]>
- </script>
- <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;}
- 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: 4px solid {color:post}; padding-left: 5px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}
- blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post}; }
- blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post}; }
- 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; width: 935px; margin-top: 10px; auto 40px auto; padding: 0px; z-index: 1}
- #oquevemnadireita {float: left; margin-left: 90px;}
- #msd {width: 350px; height: 250px; margin-left:700px; margin-top: 270px; position:fixed; overflow:hidden; padding:3px; background-color: {color:sidebar};}
- .danpost {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 5px; 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;}
- #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
- .answer {padding: 2px}
- .answer img {max-width: 470px;}
- #xdate {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
- #xdate a {font-size: 9px;}
- .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
- .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
- #cap {width: 500px; margin-top: -2px;}
- .source {display: none;}
- .notes {width: 519px; padding: 0px; margin-top: 1px; margin-bottom: 1px; 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: 1px; padding: 5px; }
- .notes img{display: none; border:0px}
- #sidebar {position: fixed; margin: 0px 0px 0px 150px; z-index: 99999999999;}
- #sideimg {display: block; margin-left:670px; float: right; margin-top: 10px; width: auto; height: auto; background-color: transparent; position: fixed;}
- .simg1 img {width:270px; height: 331px; margin-bottom: 2px; border: 3px solid {color:border};}
- .fj {font-size: 130px; font-family: arial; line-height: 95px; margin-left: 5px; color: {color: titulos posts}; opacity:0.15;-moz-opacity: 0.15; filter: alpha(opacity=15);}
- .jf {font-size: 19px; font-family: Euphemia; letter-spacing: -1px; line-height: 20px; color: {color: titulos posts}; margin-left: 35px; margin-top: -92px; }
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- #nav2 {position: fixed; margin-top: 208px; margin-left: 638px; width:50px; height: 32;}
- .b2 {position: absolute; margin-top: -15px; margin-left: -3px;}
- .b2 a {display: block; width: 150px; height: 14px; line-height: 14px; font-family: tinytots; font-size: 8px; -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;text-align: center; color:{color:linkbg}; background-color: {color:color2}; padding-top:2px; margin-bottom: 1px; text-transform: uppercase;}
- .b2 a:hover{text-align: center; letter-spacing: 2px; font-weight: normal; background-color: {color:color1}; opacity:0.5;}
- #nav3 {position: fixed; margin-top: 490px; margin-left: 689px; width:50px; height: 32;}
- .b3 {position: absolute; margin-top: 1px; margin-left: 0px;}
- .b3 a {display: block; width: 150px; height: 14px; line-height: 14px; font-family: tinytots; font-size: 8px; -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;text-align: center; color:{color:links}; background-color: {color:color1}; padding-top:2px; margin-bottom: 1px; text-transform: uppercase;}
- .b3 a:hover{text-align: center; letter-spacing: 2px; font-weight: normal; opacity:0.5;}
- #mls {width: auto; height: auto; margin-left: 865px; margin-top: 500px; position:fixed; overflow:hidden}
- #mls a {display: block; font-family: verdana; font-size: 9px; text-align: center; height: 16px; width: 85px; background-color: {color:linkbgs}; color: {color:linktexts};text-decoration: none; text-transform: lowercase; padding: 3px; margin-bottom: 1px; opacity: 1.0}
- #mls a:hover{background-color: {color:linkbghover}; color: {color:linktexthover}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 0.9}
- #mls2 {width: auto; height: auto; margin-left: 960px; margin-top: 500px; position:fixed; overflow:hidden}
- #mls2 a {display: block; font-family: verdana; font-size: 9px; text-align: center; height: 16px; width: 85px; background-color: {color:linkbg}; color: {color:linktext};text-decoration: none; text-transform: lowercase; padding: 3px; margin-bottom: 1px; opacity: 1.0}
- #mls2 a:hover{background-color: {color:linkbghover}; color: {color:linktexthover}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 0.9}
- #mls3 {width: auto; height: auto; margin-left: 865px; margin-top: 475px; position:fixed; overflow:hidden}
- #mls3 a {display: block; font-family: verdana; font-size: 9px; text-align: center; height: 16px; width: 120px; background-color: {color:linkbgs}; color: {color:linktexts};text-decoration: none; text-transform: lowercase; padding: 3px; margin-bottom: 1px; opacity: 1.0}
- #mls3 a:hover{background-color: {color:linkbghover}; color: {color:linktexthover}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 0.9}
- #mls4 {width: auto; height: auto; margin-left: 994px; margin-top: 475px; position:fixed; overflow:hidden}
- #mls4 a {display: block; font-family: verdana; font-size: 9px; text-align: center; height: 16px; width: 51px; background-color: {color:linkbgs}; color: {color:linktexts};text-decoration: none; text-transform: lowercase; padding: 3px; margin-bottom: 1px; opacity: 1.0}
- #mls4 a:hover{background-color: {color:linkbghover}; color: {color:linktexthover}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 0.9}
- #mls5 {width: auto; height: auto; margin-left: 925px; margin-top: 450px; position:fixed; overflow:hidden}
- #mls5 a {display: block; font-family: verdana; font-size: 9px; text-align: center; height: 16px; width: 120px; background-color: {color:linkbgs}; color: {color:linktexts};text-decoration: none; text-transform: lowercase; padding: 3px; margin-bottom: 1px; opacity: 1.0}
- #mls5 a:hover{background-color: {color:linkbghover}; color: {color:linktexthover}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 0.9}
- #mls6 {width: auto; height: auto; margin-left: 865px; margin-top:450px; position:fixed; overflow:hidden}
- #mls6 a {display: block; font-family: verdana; font-size: 9px; text-align: center; height: 16px; width: 51px; background-color: {color:linkbgs}; color: {color:linktexts};text-decoration: none; text-transform: lowercase; padding: 3px; margin-bottom: 1px; opacity: 1.0}
- #mls6 a:hover{background-color: {color:linkbghover}; color: {color:linktexthover}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 0.9}
- .credit {font-size: 9px; font-family: verdana; margin-left: 474px; background-color:transparent;width:370px; color:{color:text}; margin-top:177px; position: fixed; -webkit-transform: rotate(-90deg);}
- #ttl {float: left; margin-top: -4px; margin-left: -160px; width: 600px; background-color:{color:background}; color: {color:background}; padding: 0px; font-size: 26px; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: 0px; font-family: Just Me Again Down Here;text-transform: ; height: -0px; border: 0px solid {color:background};-webkit-transform: rotate(-00deg) }
- #ttl a{font-size: 9px; color: {color:text sidbar}; }
- #page{margin-top:380px; background-color:{color:sidebar}; float:center; width:256px; height:53px; position:fixed; margin-left: 700px;}
- .pgs{padding:2px; font-family:Just Me Again Down Here; font-style: italic; font-size: 23px; letter-spacing:1px;}
- .pgs a {color: {color:text};}
- .li {opacity: 1}
- .li2 {opacity: 0.8}
- .li3 {opacity: 0.6}
- .li4 {opacity: 0.8}
- .li5 {opacity: 1}
- ::-webkit-scrollbar{width:5px;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}
- </style>
- <body>
- <div id="tudo">
- </div>
- <div id="msd">
- </div>
- <div id="sideimg"><div class="simg1">
- <img src="http://static.tumblr.com/l4qmyhe/xx0m20zlf/12.jpg">
- <div id="ttl"><span id="wipe">{title}</span></div>
- </div></div>
- <div id="nav2">
- <div class="b2">
- <a href="{text:Link1}">{text:Link1 Title} </a>
- <a href="{text:Link2}">{text:Link2 Title} </a>
- <a href="{text:Link3}">{text:Link3 Title} </a>
- <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>
- <a href="{text:Link8}">{text:Link8 Title} </a>
- <a href="{text:Link9}">{text:Link9 Title} </a>
- </div></div>
- <div class="credit"><a href="http://winchestersnote.tumblr.com">theme by <b>winchestersnote</b>. </a>dtls gyap, -apocalipse and c4fajeste. </a> </div>
- </div>
- <div id="page">
- <div class="pgs">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« previous</a> / {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next »</a>{/block:NextPage}{/block:Pagination}</div></div>
- </div></div>
- <div id="maisparabaixopf">
- <div id="oquevemnadireita">
- {block:Posts}
- <div class="danpost">
- {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}
- <o class="fj">“</o><div class="jf">{quote}</div><br>
- <div class="source">{block:Source}<strong>{Source}</strong>{/block:Source}</div>
- {/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 id="asker"><b>{Asker} <b>Sussurrou</b> </b> {Question}</div>
- <div class="answer">{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 id="xdate">
- {block:Date}<div class="tags">{block:HasTags}{block:Tags}#indi<b>rect</b>: <a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}</div>
- <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank"> click to <b><b>reblog</b></b> this post </a>{/block:IndexPage}
- {block:RebloggedFrom}<br>dono do post: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · rebloguei de: <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>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment