You are on page 1of 7

<html>

<head>
<title>{Title}</title>
<pnk rel="shortcut icon" href="{Favicon}">
<pnk rel="alternate" type="application/rss+xml" href="/rss">
<meta name="color:Background Color" content="#000000"/>
<meta name="color:Box Background" content="#00000f"/>
<meta name="color:Text Color" content="black"/>
<meta name="color:Tumblr Title" content="#D93BC8"/>
<meta name="color:Post Title" content="#F475FF"/>
<meta name="color:Quote/chat Accent" content="#C8D93B"/>
<style type="text/css">
body {
margin: 30px;
background-image: url("http://i49.tinypic.com/1zxtsvo.jpg");
background-layout: fixed;
}
.chat{
list-style: none;
padding: 4px;
margin: 10px;

}
.even {background-color: {color:Quote/chat Accent};
padding: 4px;}
.odd {
padding: 4px}
#table {
width: 700px;
background-image: url("http://i45.tinypic.com/2v9vjg6.jpg");
padding-top: 20px;
padding-right: 30px;
table-layout: fixed;
padding-left: 20px;
padding-bottom: 5px;
font-family: trebuchet ms;
color: #000000;
border: 0;
font-size: 13px;
}
a:link,a:active,a:visited {
text-decoration: none;
color: black;
font-weight: normal;
}
a:hover {
text-decoration: none;
color: #E4C5C5;
}
#left {
width: 400px;
padding: 0px;
text-align: left;
}
.qcontainer {
padding: 10px;
border-left: 1px solid #E0A8A8;
border-top: 1px solid #E0A8A8;
background-color: {color:Quote/chat Accent};
}
.source {padding-top: 2px;}
.quote {
font-size: 20px;
font-family: helvetica, sans-serif;
line-height: 22px;
}
#middle {width: 30px;}
#right {
text-align: right;
width: 200px;
padding: 0px;
text-align: right;
}
#title, #title a {
font-size: 32px;
text-transform: none;
text-decoration: none;
font-weight: normal;
color: #000000;
margin-top: 0px;
margin-bottom: 0px;
font-family: helvetica, sans-serif;
}
#posttitle, #posttitle a{
font-size: 20px;
font-weight: normal;
color: #;
font-family: helvetica, sans-serif;
text-decoration: none;
}
#postlink, #postlink a{
font-size: 20px;
font-weight: normal;
color: #;
font-family: helvetica, sans-serif;
text-decoration: underline;
}
#posts {
list-style: none;
padding: 0;
margin: 0;
}
#each {
padding-top: 10px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}
img {border: 0px;}
#box, #box a {
text-transform: uppercase;
font-size: 11px;
color: white;
width: 400;
padding-top: 6px;
padding-bottom: 3px;
padding-right: 0px;
padding-left: 0px;
text-align: center;
background-color: black;
margin-top: 0px;
margin-bottom: 0px;
text-decoration: none;
font-family: helvetica, sans-serif;
}
#sidebox {
text-transform: none;
font-size: 11px;
color: black;
width: 200;
padding-top: 6px;
padding-bottom: 3px;
padding-right: 0px;
padding-left: 0px;
text-align: right;
background-color: black;
margin-top: 0px;
margin-bottom: 0px;
font-family: helvetica, sans-serif;
}

#sideboxF {
text-transform: none;
font-size: 11px;
color: #ffffff;
width: 200;
padding-top: 6px;
padding-bottom: 3px;
padding-right: 0px;
padding-left: 0px;
text-align: center;
background-color: #000000;
margin-top: 0px;
margin-bottom: 2px;
font-family: helvetica, sans-serif;
}
#box b, #box b a {
color: {color:Type of Post};
text-decoration: none;
}
.footer{
font-family: Helvetica, sans-serif;
font-size: 12px;
color: {color:Post Title};
margin: 5px;
}
.footer a {
text-decoration: none;
}

.label {
font-size: 11px;
text-transform: uppercase;
color: #;
}
#sidebox b {
color: #000000;
}
p {
margin: 10px;ol.notes {
}

</style>

</head>
<body>
<div align="center"
<table id="table" cellpadding="0" cellspacing="0">
<center><img src="http://i45.tinypic.com/2ezjn9e.jpg"></center>
<tr>
<td id="left" valign="top">
<p id="title"><a href="/">{Title}</a></p>
<ol id="posts">
{block:Posts}
{block:Text}
<li id="each">
<div id="box"><a href="{Permalink}"><b>text post</b>&nbsp;&nbsp;{ShortDayOfWeek}
, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
{block:Title}
<p id="posttitle"><a href="{Permalink}">{Title}</a><
/p>
{/block:Title}
<p>{Body}</p>
</li>
{/block:Text}
{block:Photo}
<li id="each">
<div id="box"><a href="{Permalink}"><b>photo post</b>&nbsp;&nbsp;{ShortDayOfWeek
}, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/
>{LinkCloseTag}
{block:Caption}
<p>{Caption}</p>
{/block:Caption}
</li>
{/block:Photo}
{block:Quote}
<li id="each">
<div id="box"><a href="{Permalink}"><b>quote post</b>&nbsp;&nbsp;{ShortDayOfWeek
}, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
<p class="qcontainer">
<span class="quote">&#147;{Quote}&#148;</span>
{block:Source}
<span class="source"><br><i>{Source}</i></span>
{/block:Source}
</p>
</li>
{/block:Quote}
{block:Link}
<li id="each">
<div id="box"><a href="{Permalink}"><b>link post</b>&nbsp;&nbsp;{ShortDayOfWeek}
, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
<p><a href="{URL}" id="postlink" {Target}>{Name}</a></p>
{block:Description}
<p>{Description}</p>
{/block:Description}

</li>
{/block:Link}
{block:Chat}
<li id="each">
<div id="box"><a href="{Permalink}"><b>chat post</b>&nbsp;&nbsp;{ShortDayOfWeek}
, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
{block:Title}
<p id="posttitle"><a href="{Permalink}">{Title}</a><
/p>
{/block:Title}
<ul class="chat">
{block:Lines}
<li class="{Alt}">
{block:Label}
<span class="label">{Label}</span>
{/block:Label}
{Line}
</li>
{/block:Lines}
</ul>
</li>
{/block:Chat}
{block:Video}
<li id="each">
<div id="box"><a href="{Permalink}"><b>video post</b>&nbsp;&nbsp;{ShortDayOfWeek
}, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
{Video-400}
{block:Caption}
<p>{Caption}</p>
{/block:Caption}
</li>
{/block:Video}
{block:Audio}
<li id="each">
<div id="box"><a href="{Permalink}"><b>audio post</b>&nbsp;&nbsp;{ShortDayOfWeek
}, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
<p align="center">{AudioPlayerBlack}</p>
{block:Caption}
<p>{Caption}</p>
{/block:Caption}
</li>
{/block:Audio}
{/block:Posts}
</ol>
</td>
<td id="middle"></td>

<td id="right" valign="top">

<div id="sidebox"><b>navigation</b></div>
&raquo; <a href="/archive">archive</a><br>
&raquo; <a href="/random">random</a><br>
&raquo; <a href="{RSS}">RSS</a>
</p>

<div id="sidebox"><b>about</b></div>
<p>{Description}</p>
</td>
</tr></table>
<center>
<img src="http://i48.tinypic.com/110f31c.jpg"><br>
{block:PreviousPage}<a href="{PreviousPage}"><img src="http://i49.tinypic.com/5w
k1g.jpg"></a>{/block:PreviousPage}
{block:NextPage}<a href="{NextPage}"><img src="http://i46.tinypic.com/2ijrytl.jp
g"></a>{/block:NextPage}
</center>

</div>
</body>
</html>

You might also like