- <html>
- <!-- POLAROID-LOVER THEME BY CLARICE - leshistoire.tumblr.com, Please do not redistribute the codes or even claim this theme as yours. Thanks a lot. Hope you like this theme. :) -->
- <head>
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <title>{Title}</title>
- <meta name="image:Background image" content="http://29.media.tumblr.com/tumblr_l6zkdgtfv11qcdtsho1_400.png">
- <meta name="image:sidebar" content="http://26.media.tumblr.com/tumblr_m2agmlXg3u1qcgfkzo1_500.jpg">
- <meta name="color:Links" content="#666666">
- <meta name="color:Hover" content="#dddddd">
- <META name="text:LINKTITLE4HERE" content="Link4" />
- <META name="text:LINKTITLE3HERE" content="Link3" />
- <META name="text:LINKTITLE2HERE" content="Link2" />
- <META name="text:LINKTITLE1HERE" content="Link1" />
- <META name="text:LINK1URLHERE" content="/" />
- <META name="text:LINK2URLHERE" content="/" />
- <META name="text:LINK3URLHERE" content="/" />
- <META name="text:LINK4URLHERE" content="/" />
- <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=Shadows+Into+Light+Two' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
- <script>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <script type="text/javascript">
- // <![CDATA[
- var colour="#000000";
- var colour3="#ffffff";
- var colour5="#ffffff"
- var sparkles=30;
- /******************************
- * Tinkerbell Magic Sparkle *
- * (c) 2005 mf2fm web-design *
- * http://www.mf2fm.com/rv *
- * Generated at pnoyonline.com *
- * tumblr layouts - pnoyonline *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var x=ox=400;
- var y=oy=300;
- var swide=800;
- var shigh=600;
- var sleft=sdown=0;
- var tiny=new Array();
- var star=new Array();
- var starv=new Array();
- var starx=new Array();
- var stary=new Array();
- var tinyx=new Array();
- var tinyy=new Array();
- var tinyv=new Array();
- window.onload=function() { if (document.getElementById) {
- var i, rats, rlef, rdow;
- for (var i=0; i<sparkles; i++) {
- var rats=createDiv(3, 3);
- rats.style.visibility="hidden";
- document.body.appendChild(tiny[i]=rats);
- starv[i]=0;
- tinyv[i]=0;
- var rats=createDiv(5, 5);
- var rats=createDiv3(5, 5);
- rats.style.backgroundColor="transparent";
- rats.style.visibility="hidden";
- var rlef=createDiv(1, 5);
- var rlef=createDiv3(1, 5);
- var rdow=createDiv(5, 1);
- var rdow=createDiv3(5, 1);
- rats.appendChild(rlef);
- rats.appendChild(rdow);
- rlef.style.top="2px";
- rlef.style.left="0px";
- rdow.style.top="0px";
- rdow.style.left="2px";
- document.body.appendChild(star[i]=rats);
- }
- set_width();
- sparkle();
- }}
- function sparkle() {
- var c;
- if (x!=ox || y!=oy) {
- ox=x;
- oy=y;
- for (c=0; c<sparkles; c++) if (!starv[c]) {
- star[c].style.left=(starx[c]=x)+"px";
- star[c].style.top=(stary[c]=y)+"px";
- star[c].style.clip="rect(0px, 5px, 5px, 0px)";
- star[c].style.visibility="visible";
- starv[c]=50;
- break;
- }
- }
- for (c=0; c<sparkles; c++) {
- if (starv[c]) update_star(c);
- if (tinyv[c]) update_tiny(c);
- }
- setTimeout("sparkle()", 40);
- }
- function update_star(i) {
- if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
- if (starv[i]) {
- stary[i]+=1+Math.random()*3;
- if (stary[i]<shigh+sdown) {
- star[i].style.top=stary[i]+"px";
- starx[i]+=(i%5-2)/5;
- star[i].style.left=starx[i]+"px";
- }
- else {
- star[i].style.visibility="hidden";
- starv[i]=0;
- return;
- }
- }
- else {
- tinyv[i]=50;
- tiny[i].style.top=(tinyy[i]=stary[i])+"px";
- tiny[i].style.left=(tinyx[i]=starx[i])+"px";
- tiny[i].style.width="2px";
- tiny[i].style.height="2px";
- star[i].style.visibility="hidden";
- tiny[i].style.visibility="visible"
- }
- }
- function update_tiny(i) {
- if (--tinyv[i]==25) {
- tiny[i].style.width="1px";
- tiny[i].style.height="1px";
- }
- if (tinyv[i]) {
- tinyy[i]+=1+Math.random()*3;
- if (tinyy[i]<shigh+sdown) {
- tiny[i].style.top=tinyy[i]+"px";
- tinyx[i]+=(i%5-2)/5;
- tiny[i].style.left=tinyx[i]+"px";
- }
- else {
- tiny[i].style.visibility="hidden";
- tinyv[i]=0;
- return;
- }
- }
- else tiny[i].style.visibility="hidden";
- }
- document.onmousemove=mouse;
- function mouse(e) {
- set_scroll();
- y=(e)?e.pageY:event.y+sdown;
- x=(e)?e.pageX:event.x+sleft;
- }
- function set_scroll() {
- if (typeof(self.pageYOffset)=="number") {
- sdown=self.pageYOffset;
- sleft=self.pageXOffset;
- }
- else if (document.body.scrollTop ||
- document.body.scrollLeft) {
- sdown=document.body.scrollTop;
- sleft=document.body.scrollLeft;
- }
- else if (document.documentElement &&
- (document.documentElement.scrollTop ||
- document.documentElement.scrollLeft)) {
- sleft=document.documentElement.scrollLeft;
- sdown=document.documentElement.scrollTop;
- }
- else {
- sdown=0;
- sleft=0;
- }
- }
- window.onresize=set_width;
- function set_width() {
- if (typeof(self.innerWidth)=="number") {
- swide=self.innerWidth;
- shigh=self.innerHeight;
- }
- else if (document.documentElement &&
- document.documentElement.clientWidth) {
- swide=document.documentElement.clientWidth;
- shigh=document.documentElement.clientHeight;
- }
- else if (document.body.clientWidth) {
- swide=document.body.clientWidth;
- shigh=document.body.clientHeight;
- }
- }
- /******************************
- * Modified by *
- * pnoyonline.com *
- * Generated at pnoyonline.com *
- * tumblr layouts - pnoyonline *
- ****************************/
- function createDiv(height, width) {
- var div=document.createElement("div");
- div.style.position="absolute";
- div.style.height=height+"px";
- div.style.width=width+"px";
- div.style.overflow="hidden";
- div.style.backgroundColor=colour;
- return (div);
- }
- function createDiv3(height, width) {
- var div=document.createElement("div");
- div.style.position="absolute";
- div.style.height=height+"px";
- div.style.width=width+"px";
- div.style.overflow="hidden";
- div.style.backgroundColor=colour3;
- return (div);
- }
- // ]]>
- </script>
- <script language=JavaScript>
- <!--
- //Disable right mouse click Script
- //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
- //For full source code, visit http://www.dynamicdrive.com
- var message="";
- ///////////////////////////////////
- function clickIE4(){
- if (event.button==2){
- alert(message);
- return false;
- }
- }
- function clickNS4(e){
- if (document.layers||document.getElementById&&!document.all){
- if (e.which==2|e.which==3){
- alert(message);
- return false;
- }
- }
- }
- if (document.layers){
- document.captureEvents(Event.MOUSEDOWN);
- document.onmousedown=clickNS4;
- }
- else if (document.all&&!document.getElementById){
- document.onmousedown=clickIE4;
- }
- document.oncontextmenu=new Function("return false")
- // -->
- </script>
- <style type="text/css">
- body {
- background-image:url('{image:Background image}');
- background-color:#fff;
- background-attachment:fixed;
- background-repeat:repeat;
- color:{color:Body font};
- font-family:trebuchet MS;
- font-size:10px;
- line-height:11px;
- }
- i {
- font-style:italic;
- font-family:'times new roman';
- }
- b {
- font-family:'georgia';
- font-style:bold;
- }
- a, a:link, a:visited, a:active {
- color: {color:Links};
- text-decoration: none;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: 0.5s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: 0.5s;
- }
- a:hover {
- color: {color:Hover};
- background-color: transparent;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: 0.5s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: 0.5s;
- text-decoration:none;
- }
- #entry2
- {
- background-image:url(http://28.media.tumblr.com/tumblr_m29ofizane1r77gqoo1_500.png);
- margin-top:5px;
- width:410px;
- padding-top:20px;
- padding-right:10px;
- padding-left:10px;
- padding-bottom:50px;
- -moz-box-shadow: 0 0 10px #fff;
- -webkit-box-shadow: 2px 2px 10px #fff;
- margin-bottom:20px;
- }
- #entry {
- border:1px dotted #a3a3a3;
- float:center;
- width:400px;
- padding-top:4px;
- padding-right:4px;
- padding-left:4px;
- padding-bottom:4px;
- margin-top:2px;
- background-color:#fff;
- }
- #entry .permalink {
- opacity:0;
- width:270px;
- height:15px;
- left:0px;
- font-family:'trebuchet MS';
- line-height:15px;
- margin-top:-5px;
- font-size:9px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .3s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .3s;
- position:absolute;
- text-transform:uppercase;
- background-color:#000;
- letter-spacing:2px;
- text-align:center;
- overflow:hidden;
- }
- #entry:hover .permalink {
- width:120px;
- opacity:.9;
- margin-top:0px;
- text-align:center;
- margin-left:2px;
- padding-right:3px;
- color:#fff;
- left:-10px;
- margin-top:2px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .9s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .9s;
- line-height:16px;
- height:15px;
- overflow:visible;
- -moz-box-shadow: 0 0 10px #fff;
- -webkit-box-shadow: 0px 0px 10px #fff;
- }
- #entry .permalink2 {
- opacity:0;
- width:270px;
- height:15px;
- left:0px;
- font-family:'trebuchet MS';
- line-height:15px;
- margin-top:-5px;
- font-size:9px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .3s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .3s;
- position:absolute;
- text-transform:uppercase;
- background-color:#fff;
- letter-spacing:2px;
- text-align:center;
- overflow:hidden;
- }
- #entry:hover .permalink2 {
- width:135px;
- opacity:.9;
- margin-top:0px;
- text-align:center;
- margin-left:2px;
- padding-right:3px;
- color:#000;
- left:-10px;
- margin-top:20px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .9s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .9s;
- line-height:16px;
- height:15px;
- overflow:visible;
- -moz-box-shadow: 0 0 10px #000;
- -webkit-box-shadow: 0px 0px 10px #000;
- }
- .text {
- font-family: 'shadows into light two', cursive;
- font-size:23px;
- line-height:26px;
- text-align:center;
- }
- .quote {
- font-family: 'Dawning of a new day', cursive;
- font-size:23px;
- line-height:28px;
- }
- .link {
- font-family:'Amatic SC';
- font-size:28px;
- line-height:19px;
- text-align:center;
- }
- #descrip {
- text-align:justify;
- padding:3px;
- margin-top:2px;
- margin-bottom:4px;
- margin-left:2px;
- margin-right:2px;
- height:auto;
- overflow:hidden;
- }
- #spinningbox{
- moz-box-shadow: 0 0 1px #E799A3;
- -webkit-box-shadow: 0 0 8px #C48793;
- position:fixed !important;
- left:308px;
- top: -10px;
- padding-bottom:14px;
- padding-top:21px;
- text-align:center;
- height:7px;
- width:79px;
- overflow:hidden;
- border:4px solid #fff;
- -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: #000;
- z-index:999;
- color:#fff;
- }
- #spinningbox:hover{
- top:10px;
- border:5px double #fff;
- padding:5px;
- height:98px;
- width:120px;
- -moz-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- #title {
- position:fixed;
- left:900px;
- top:270px;
- width:250px;
- height:auto;
- line-height:22px;
- font-family:'Amatic SC';
- font-size:24px;
- text-align:left;
- color:#fff;
- }
- #box {
- -moz-box-shadow: 0 0 10px #eee;
- -webkit-box-shadow: 0px 0px 10px #eee;
- position:fixed;
- left:900px;
- top:300px;
- width:251px;
- height:170px;
- padding-top:20px;
- padding-right:12px;
- padding-left:10px;
- padding-bottom:51px;
- background:#fff;
- }
- #box .descrip {
- opacity:0;
- padding-top:37px;
- padding-right:10px;
- padding-left:12px;
- width:250px;
- top:-30px;
- left:0px;
- background:#fff;
- position:absolute;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .9s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .9s;
- }
- #box:hover .descrip {
- opacity:.9;
- top:0px;
- -moz-box-shadow: 0 0 10px #eee;
- -webkit-box-shadow: 0px 0px 10px #eee;
- width:250px;
- height:200px;
- padding-top:37px;
- padding-right:10px;
- padding-left:12px;
- left:0px;
- color:#000;
- background:#fff;
- }
- #mainbar {
- top:20px;
- margin:auto;
- position:relative;
- width:504px;
- overflow:hidden;
- }
- iframe#tumblr_controls {
- top: 4.25% !important;
- margin: -30px 0 0 0;
- right: 1px !important;
- position: fixed !important;
- }
- header {
- text-align: center;
- background: transparent;
- font-size: 6.5pt;
- color: #d5a9a7;
- font-family: trebuchet ms;
- text-transform: uppercase;
- letter-spacing: 5px; fixed;
- opacity: 100;
- padding: 3px;
- line-height: 12px;
- margin-bottom: 7px;
- border-bottom: 3px dotted #aeaeae;
- }
- left
- {
- margin-left:5px;
- }
- #linkers {
- background-color:{color:links};
- -moz-box-shadow: 0 0 10px #eee;
- -webkit-box-shadow: 0px 0px 10px #eee;
- height:10px;
- width:50px;
- text-align:right;
- text-transform:uppercase;
- left:1160px;
- top:320px;
- padding:2px;
- position:fixed;
- -moz-transform: rotate(-24deg);
- -webkit-transform: rotate(-24deg);
- -o-transform: rotate(-24deg);
- -ms-transform: rotate(-24deg);
- transform: rotate(-24deg);
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .9s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .9s;
- }
- #linkers:hover {
- background-color:#000;
- color:#fff;
- -moz-box-shadow: 0 0 10px #eee;
- -webkit-box-shadow: 0px 0px 10px #eee;
- height:10px;
- width:50px;
- text-align:right;
- text-transform:uppercase;
- padding-left:14px;
- -moz-transform: rotate(-0deg);
- -webkit-transform: rotate(-0deg);
- -o-transform: rotate(-0deg);
- -ms-transform: rotate(-0deg);
- transform: rotate(-0deg);
- }
- #linkers2 {
- background-color:{color:links};
- -moz-box-shadow: 0 0 10px #eee;
- -webkit-box-shadow: 0px 0px 10px #eee;
- height:10px;
- width:50px;
- text-align:right;
- text-transform:uppercase;
- left:1160px;
- top:350px;
- padding:2px;
- position:fixed;
- -moz-transform: rotate(-24deg);
- -webkit-transform: rotate(-24deg);
- -o-transform: rotate(-24deg);
- -ms-transform: rotate(-24deg);
- transform: rotate(-24deg);
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .9s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .9s;
- }
- #linkers2:hover {
- background-color:#000;
- color:#fff;
- -moz-box-shadow: 0 0 10px #eee;
- -webkit-box-shadow: 0px 0px 10px #eee;
- height:10px;
- width:50px;
- text-align:right;
- text-transform:uppercase;
- padding-left:14px;
- -moz-transform: rotate(-0deg);
- -webkit-transform: rotate(-0deg);
- -o-transform: rotate(-0deg);
- -ms-transform: rotate(-0deg);
- transform: rotate(-0deg);
- }
- #linkers3 {
- background-color:{color:links};
- -moz-box-shadow: 0 0 10px #eee;
- -webkit-box-shadow: 0px 0px 10px #eee;
- height:10px;
- width:50px;
- text-align:right;
- text-transform:uppercase;
- left:1160px;
- top:380px;
- padding:2px;
- position:fixed;
- -moz-transform: rotate(-24deg);
- -webkit-transform: rotate(-24deg);
- -o-transform: rotate(-24deg);
- -ms-transform: rotate(-24deg);
- transform: rotate(-24deg);
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .9s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .9s;
- }
- #linkers3:hover {
- background-color:#000;
- color:#fff;
- -moz-box-shadow: 0 0 10px #eee;
- -webkit-box-shadow: 0px 0px 10px #eee;
- height:10px;
- width:50px;
- text-align:right;
- text-transform:uppercase;
- padding-left:14px;
- -moz-transform: rotate(-0deg);
- -webkit-transform: rotate(-0deg);
- -o-transform: rotate(-0deg);
- -ms-transform: rotate(-0deg);
- transform: rotate(-0deg);
- }
- #linkers4 {
- background-color:{color:links};
- -moz-box-shadow: 0 0 10px #eee;
- -webkit-box-shadow: 0px 0px 10px #eee;
- height:10px;
- width:50px;
- text-align:right;
- text-transform:uppercase;
- left:1160px;
- top:410px;
- padding:2px;
- position:fixed;
- -moz-transform: rotate(-24deg);
- -webkit-transform: rotate(-24deg);
- -o-transform: rotate(-24deg);
- -ms-transform: rotate(-24deg);
- transform: rotate(-24deg);
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .9s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .9s;
- }
- #linkers4:hover {
- background-color:#000;
- color:#fff;
- -moz-box-shadow: 0 0 10px #eee;
- -webkit-box-shadow: 0px 0px 10px #eee;
- height:10px;
- width:50px;
- text-align:right;
- text-transform:uppercase;
- padding-left:14px;
- -moz-transform: rotate(-0deg);
- -webkit-transform: rotate(-0deg);
- -o-transform: rotate(-0deg);
- -ms-transform: rotate(-0deg);
- transform: rotate(-0deg);
- }
- #themeby {
- opacity:.6;
- color:#fff;
- bottom:2px;
- left:2px;
- position:fixed;
- text-transform:uppercase;
- }
- ::-webkit-scrollbar {
- width: 10px;
- height: 4px;
- background: #ffffff;
- background-repeat: repeat-y;
- background-attachment: fixed;
- }
- ::-webkit-scrollbar-thumb {
- background-image:url('http://1.bp.blogspot.com/-LjoSccgnxQc/TmeAxXtuQVI/AAAAAAAAHzw/VhrXJVaPER8/s1600/medium-black-theme.jpg');
- -webkit-border-radius: 2ex; }
- </style>
- </head>
- <body>
- <div id="spinningbox"><center>Other links<p><div style="border-bottom:1px dotted #fff;margin-bottom:6px;">
- <a href="{text:LINK1URLHERE}">{text:LINKTITLE1HERE}</a></div><div style="border-bottom:1px dotted #fff;margin-bottom:6px;">
- <a href="{text:LINK2URLHERE}">{text:LINKTITLE2HERE}</a></div><div style="border-bottom:1px dotted #fff;margin-bottom:6px;">
- <a href="{text:LINK3URLHERE}">{text:LINKTITLE3HERE}</a></div><div style="border-bottom:1px dotted #fff;margin-bottom:6px;">
- <a href="{text:LINK4URLHERE}">{text:LINKTITLE4HERE}</a>
- </div></p></center></div>
- <div id="themeby">theme by: <a href="http://leshistoire.tumblr.com">les histoire. ♥</a>
- <div id="linkers"><a href="/">Refresh</a></div>
- <div id="linkers2"><a href="/ask">Ask</a></div>
- <div id="linkers3"><a href="/arhive">Archive</a></div>
- <div id="linkers4"><a href="http://leshistoire.tumblr.com">Theme</a></div>
- </div>
- <div id="mainbar">
- <div id="title">{title} ||</div>
- <div id="box"><div class="descrip">{description}</div><img src="{image:sidebar}" width="250"></div>
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <table width="1010" border="0" align="center" cellspacing="0px" cellpadding="0px">
- <tr>
- <div id="entry2"><div id="entry">
- {block:IndexPage}<div class="permalink"><a href="{Permalink}" title="{NoteCountWithLabel}">{NoteCount}</a> notes</div><div class="permalink2"><a href="{ReblogURL}" title="Reblog!" target="_blank">Re-dream</a></div>{/block:IndexPage}
- {block:Text}
- {block:Title}<div class="text"><center>{Title}</center></div>{/block:Title}
- <center><img src="http://25.media.tumblr.com/tumblr_lywhnkO8kE1r77gqoo1_250.png"></center>
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}{block:caption}{caption}{/block:caption}
- {/block:photoset}
- {block:Quote}<center><div class="quote">"{Quote}"</div></center><br>
- {block:Source}<left><b>- {Source}</b></left>{/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="link"><a href="{URL}" target="_blank">{Name} →</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Answer}<div style=" background-color: #fcfcfc; padding: 5px; border: 1px solid #eeeeee;padding-bottom:10px;">{Asker} <i>whispered:</i> <strong>{Question}</strong></div>
- <p>{Answer}</p>{/block:Answer}
- {block:Chat}
- {block:Title}<div class="text">{Title}</div>{/block:Title}
- {block:Lines}
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- <i>{Line}</i><br>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}<center>
- {AudioPlayerBlack}
- {/block:Audio}
- {block:Video}
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:PermalinkPage}
- {/block:PermalinkPage}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </td>
- </tr>
- </table>
- {/block:Posts}
- </div></div></div>
- </body>
- </html>

