You are on page 1of 8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.

0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
Theme: Ultraboard
Theme URL: http://www.tumblr.com/theme/19513
Platform: Tumblr
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>{Title} {block:PostSummary}&#0187; {PostSummary}
{/block:PostSummary}</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}
<!--DEFAULT-->
<meta name="color:Background" content="#111" />
<meta name="color:Alternate" content="#222" />
<meta name="color:Font" content="#fff" />
<meta name="color:Title and Description Font" content="#fff" />
<meta name="color:Link" content="#dd0055" />
<meta name="color:Bottom Links" content="#999" />
<meta name="color:Bottom Links hover" content="#fff" />
<meta name="color:Current Page Number" content="#dd0055" />
<meta name="font:Family" content="Helvetica" />
<meta name="font:Quote" content="Futura" />
<meta name="if:Enable Streampad" content="0" />
<meta name="if:Enable Facebook Button" content="1" />
<meta name="if:Enable Notes" content="1" />
<meta name="if:Show Following or Group Members" content="1" />
<meta name="if:Enable Archive" content="1" />
<meta name="if:Enable Random Post" content="1" />
<meta name="if:Enable RSS" content="1" />
<meta name="if:Enable Mobile Link" content="1" />
<meta name="if:Enable Tumblr Link" content="1" />
<meta name="if:Enable Search" content="1" />
<meta name="text:Disqus Shortname" content="" />
<!--DEFAULT-->
<style type="text/css">
body {
background: {color:Background};
color: {color:Font};
font-family: {font:Family};
}

a {
color: {color:Link};
}

.text, .quote, div.link, div.chat {


border: solid 10px {color:Background};
}

div#bottom a, span#follow, span#group, span#liked {


color: {color:Bottom Links};
}

div#bottom a:hover, span#follow:hover, span#group:hover,


span#liked:hover {
color: {color:Bottom Links hover};
}

div#info {
color: {color:Title and Description Font};
}

span.current_page {
color: {color:Current Page Number};
}

div.quote {
font-family: {font:Quote};
}

div.source {
font-family: {font:Family};
}

ul.chat li, ul.audio_info li {


background: {color:Alternate};
}

{CustomCSS}
</style>
<link rel="stylesheet" type="text/css"
href="http://static.tumblr.com/s5hml8q/kAuldt2lt/style.css"/>
<script type="text/javascript"
src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript"
src="http://static.tumblr.com/s5hml8q/0dUldmy6y/killphotoset.js"></script>
<script type="text/javascript"
src="http://static.tumblr.com/s5hml8q/uHhldt4lh/main.js"></script>
{block:IndexPage}
<style type="text/css">body{overflow: hidden;}</style>
<script type="text/javascript"
src="http://static.tumblr.com/s5hml8q/uAmldt2yx/index.js"></script>
{block:IndexPage}
{block:PermalinkPage}
<link rel="stylesheet" type="text/css"
href="http://static.tumblr.com/s5hml8q/bfkldt331/permalink.css"/>
<script type="text/javascript"
src="http://static.tumblr.com/s5hml8q/IYmldt3b4/permalink.js"></script>
{/block:PermalinkPage}
{block:IfEnableStreampad}
<script type="text/javascript" src="http://o.aolcdn.com/art/merge?
f=/_media/sp/sp-player.js&f=/_media/sp/sp-player-
tumblr.js&expsec=86400&ver=11&showpop=false&progressfrontcolor=ff0000&progressbackc
olor=ffffff&showplaylistbutton=false&showvolumebutton=false"></script>
{/block:IfEnableStreampad}
</head>
<body>
<img id="loading"
src="http://static.tumblr.com/s5hml8q/buWldt0nm/loading.gif"/>

<div id="bottom">
<a href="/">Home</a>
{block:HasPages}
{block:Pages}
<a href="{URL}">{Label}</a>
{/block:Pages}
{/block:HasPages}

{block:AskEnabled}
<a href="/ask">{AskLabel}</a>
{/block:AskEnabled}

{block:SubmissionsEnabled}
<a href="/submit">{SubmitLabel}</a>
{/block:SubmissionsEnabled}

{block:IfShowFollowingOrGroupMembers}
{block:Following}
<span id="follow">Following</span>
{/block:Following}

{block:GroupMembers}
<span id="group">Group</span>
{/block:GroupMembers}
{/block:IfShowFollowingOrGroupMembers}

{block:Likes}
<span id="liked">Likes</span>
{/block:Likes}

{block:IfEnableArchive}
<a href="/archive">Archive</a>
{/block:IfEnableArchive}

{block:IfEnableRandomPost}
<a href="/random">Random</a>
{/block:IfEnableRandomPost}

{block:IfEnableRSS}
<a href="{RSS}">RSS</a>
{/block:IfEnableRSS}

{block:IfEnableMobileLink}
<a href="/mobile">Mobile</a>
{/block:IfEnableMobileLink}

{block:IfEnableTumblrLink}
<a href="http://www.tumblr.com">Tumblr</a>
{/block:IfEnableTumblrLink}

{block:IfEnableSearch}
<form id="searchform" action="/search" method="get">
<input id="text" type="text" name="q" value="{SearchQuery}"/>
<input id="submit" type="submit" value=""/>
</form>
{/block:IfEnableSearch}

{block:Pagination}
<div id="pagination">
{block:PreviousPage}
<a href="/">&#0171;</a>
<a href="{PreviousPage}">&#8249;</a>
{/block:PreviousPage}

{block:JumpPagination length="10"}
{block:CurrentPage}
<span class="current_page">{PageNumber}</span>
{/block:CurrentPage}

{block:JumpPage}
<a class="jump_page" href="{URL}">{PageNumber}</a>
{/block:JumpPage}
{/block:JumpPagination}

{block:NextPage}
<a href="{NextPage}">&#8250;</a>
<a href="/page/{TotalPages}">&#0187;</a>
{/block:NextPage}
</div><!--pagination-->
{/block:Pagination}

{block:PermalinkPagination}
<div id="pagination">
{block:NextPost}
<a href="{NextPost}">Previous Post</a>
{/block:NextPost}

{block:PreviousPost}
<a href="{PreviousPost}">Next Post</a>
{/block:PreviousPost}
</div><!--pagination-->
{/block:PermalinkPagination}
</div>

{block:IndexPage}
<div id="info">
<div id="title">{Title}</div>
{block:Description}
<div id="description">
{Description}
</div>
{/block:Description}
</div>
{/block:IndexPage}

{block:Following}
<div id="following">
{block:Followed}
<a href="{FollowedURL}">
<img src="{FollowedPortraitURL-96}"/>
</a>
{/block:Followed}
</div>
{/block:Following}

{block:GroupMembers}
<div id="following">
{block:GroupMember}
<a href="{GroupMemberURL}">
<img src="{GroupMemberPortraitURL-96}"/>
</a>
{/block:GroupMember}
</div>
{/block:GroupMembers}

{block:Likes}
<div id="likes_container">
{Likes limit="5" summarize="100" width="250"}
<div class="clear"></div>
</div>
{/block:Likes}

<div id="container">
{block:Posts}
<div class="content">
{block:IndexPage}
<a href="{Permalink}">
<div class="permalink"></div>
</a>
{/block:IndexPage}

{block:Text}
<div class="post text">
{block:Title}
<h3><a href="{Permalink}">{Title}</a></h3>
{/block:Title}

{Body}
</div>
{/block:Text}

{block:Photo}
<div class="post photo">
{block:IndexPage}<img src="{PhotoURL-500}"
alt="{PhotoAlt}"/>{/block:IndexPage}

{block:PermalinkPage}
{LinkOpenTag}
<img class="image" src="{PhotoURL-HighRes}"/>
{LinkCloseTag}
{block:PermalinkPage}

{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}
</div>
{/block:Photo}

{block:Photoset}
<div class="post photoset">
{Photoset-500}

{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}
</div>
{/block:Photoset}

{block:Quote}
<div class="post quote">
<div class="{Length}">{Quote}</div>

{block:Source}
<div class="source">{Source}</div>
{/block:Source}
</div>
{/block:Quote}

{block:Link}
<div class="post link">
<h3><a href="{URL}" class="link"
{Target}>{Name}</a></h3>

{block:Description}
<div class="description">{Description}</div>
{/block:Description}
</div>
{/block:Link}

{block:Chat}
<div class="post chat">
{block:Title}
<h3><a href="{Permalink}">{Title}</a></h3>
{/block:Title}

<ul class="chat">
{block:Lines}
<li class="{Alt} user_{UserNumber}">
{block:Label}
<span class="label">{Label}</span>
{/block:Label}

{Line}
</li>
{/block:Lines}
</ul>
</div>
{/block:Chat}

{block:Video}
<div class="post video">
{Video-500}

{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}
</div>
{/block:Video}

{block:Audio}
<div class="post audio">
{block:AlbumArt}
<img class="image" src="{AlbumArtURL}" />
{/block:AlbumArt}

<div class="player">{AudioPlayerBlack}</div>

<ul class="audio_info">
{block:Artist}
<li><b>Artist</b>: {Artist}</li>
{/block:Artist}

{block:TrackName}
<li><b>Track</b>: {TrackName}</li>
{/block:TrackName}

{block:Album}
<li><b>Album</b>: {Album}</li>
{/block:Album}
</ul>

{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}
</div>
{/block:Audio}

{block:PermalinkPage}
<div class="postinfo">
{block:Date}
{block:IfEnableFacebookButton}
<iframe class="fbook"
src="http://www.facebook.com/plugins/like.php?
href={Permalink}&amp;layout=button_count&amp;show_faces=true&amp;width=140&amp;acti
on=like&amp;font=arial&amp;colorscheme=light&amp;height=21" scrolling="no"
frameborder="0" style="border:none; overflow:hidden; width:140px; height:21px;"
allowTransparency="true"></iframe>
{/block:IfEnableFacebookButton}

{block:IfEnableNotes}
{block:NoteCount}
<div class="notecount">
{NoteCountWithLabel}
</div>
{/block:NoteCount}
{/block:IfEnableNotes}

<div class="date">
{DayOfWeek}, {Month} {DayOfMonth}
{DayOfMonthSuffix}, {Year}
</div>
{/block:Date}

<div class="clear"></div>
</div>

{block:Date}
{block:IfDisqusShortname}
<div class="comments">
<script type="text/javascript">var disqus_url = "{Permalink}"; var disqus_title
="{block:PostTitle}{PostTitle}{/block:PostTitle}";</script>{block:Permalink}<div
id="disqus_thread"></div>
<script type="text/javascript">
/**
* var disqus_identifier; [Optional but recommended: Define a unique identifier
(e.g. post id or slug) for this thread]
*/
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = 'http://{text:Disqus Shortname}.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] ||
document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?
ref_noscript={text:Disqus Shortname}">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span
class="logo-disqus">Disqus</span></a>
{/block:Permalink}<script type="text/javascript">
var disqus_shortname = '{text:Disqus Shortname}';
(function () {
var s = document.createElement('script'); s.async = true;
s.src = 'http://disqus.com/forums/{text:Disqus Shortname}/count.js';
(document.getElementsByTagName('HEAD')[0] ||
document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</div>
{/block:IfDisqusShortname}
{/block:Date}

{/block:PermalinkPage}

{block:IfEnableNotes}
{block:PostNotes}{PostNotes}{/block:PostNotes}
{/block:IfEnableNotes}
</div><!--content-->
{/block:Posts}
<div class="clear"></div>
</div><!--container-->
</body>
</html>

You might also like