Skip to content

Instantly share code, notes, and snippets.

@vranystepan
Created December 5, 2011 10:43
Show Gist options
  • Save vranystepan/1433189 to your computer and use it in GitHub Desktop.
Save vranystepan/1433189 to your computer and use it in GitHub Desktop.
Dark Wood Tumblr Theme
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="http://static.tumblr.com/tuwgrx5/omNlvq55u/style.css" />
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">
<title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
<meta name="text:Tagline" content=""/>
<meta name="text:Facebook Username" content=""/>
<meta name="text:Twitter Username" content=""/>
<meta name="text:Wordpress Url" content=""/>
<meta name="text:Youtube Username" content=""/>
<meta name="text:Linkedin Username" content=""/>
<meta name="text:Email Address" content=""/>
<meta name="text:Flickr Username" content=""/>
<meta name="text:Lastfm Username" content=""/>
<meta name="text:Description Label" content="About me"/>
<meta name="if:Facebook Comments" content="1"/>
<meta name="if:Show Description" content="1"/>
{block:Description}
<meta name="description" content="{MetaDescription}" />
{/block:Description}
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/cs_CZ/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="wrap">
<div id="header">
<h1><a href="/">{Title}</a></h1>
{block:ifTagline}
<h2>{text:Tagline}</h2>
{/block:ifTagline}
</div>
<div id="menu">
<ul>
<li><a href="/">Home</a></li>
{block:Pages}
<li><a href="{URL}">{Label}</a></li>
{/block:Pages}
</ul>
</div>
<div id="contentwrap">
<div id="content">
{block:Posts}
{block:Title}
<a href="{Permalink}"><h2>{Title}</h2></a>
{/block:Title}
{block:Date}
<p style="padding-top: 0px; margin-top:0px;padding-bottom:0px;margin-bottom:10px"><small>Date: {DayOfMonth}.{MonthNumber}.{Year}&nbsp;Time: {24Hour}:{Minutes}&nbsp;<a href="{Permalink}">Permalink</a></small></p>
{/block:Date}
{block:Text}
{body}
{/block:Text}
{block:Photo}
<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
{block:Caption}
{Caption}
{/block:Caption}
{block:Photo}
{block:Photoset}
{Photoset-400}
{block:Caption}
{Caption}
{/block:Caption}
{/block:Photoset}
{block:Quote}
<blockquote>
{Quote}
</blockquote>
{block:Source}
{Source}
{/block:Source}
{/block:Quote}
{block:Link}
<p><a href="{URL}" class="link" {Target}>{Name}</a></p>
{block:Description}
{Description}
{/block:Description}
{/block:Link}
{block:Chat}
<ul class="chat">
{block:Lines}
<li class="{Alt} user_{UserNumber}">
{block:Label}
<span class="label">{Label}</span>
{/block:Label}
{Line}
</li>
{/block:Lines}
</ul>
{/block:Chat}
{block:Video}
{Video-400}
{block:Caption}
{Caption}
{/block:Caption}
{/block:Video}
{block:Audio}
{AudioPlayerBlack}
{block:Caption}
{Caption}
{/block:Caption}
{/block:Audio}
{block:HasTags}
<p style="padding-bottom: 0px; margin-bottom: 0px">Filled under:
{block:Tags}
<a href="{TagURL}">{Tag}</a>&nbsp;
{/block:Tags}
</p>
{/block:HasTags}
<hr style="color:#c00;background-color:silver;height:1px;border:none;margin-bottom:20px" />
{block:PermalinkPage}
{block:ifFacebookComments}
{block:Date}
<div class="fb-comments" data-href="{Permalink}" data-num-posts="2" data-width="450"></div>
{/block:Date}
{/block:ifFacebookComments}
{/block:PermalinkPage}
{/block:Posts}
{block:Pagination}
<p>navigation:
{block:JumpPagination length="5"}
{block:CurrentPage}
<span class="current_page">{PageNumber}</span>
{/block:CurrentPage}
{block:JumpPage}
<a class="jump_page" href="{URL}">{PageNumber}</a>
{/block:JumpPage}
{/block:JumpPagination}
</p>
{/block:Pagination}
</div>
<div id="sidebar">
{block:ifShowDescription}
{block:ifDescriptionLabel}
<h3>{text:Description Label}</h3>
{block:ifDescriptionLabel}
{block:ifNotDescriptionLabel}
<h3>About me</h3>
{/block:ifNotDescriptionLabel}
{Description}
{/block:ifShowDescription}
<h3>Me elsewhere</h3>
{block:ifFacebookUsername}
<a href="http://facebook.com/{text:Facebook Username}"><img src="http://static.tumblr.com/tuwgrx5/Gqglvpzlt/facebook-icon.png" title="Facebook" alt="facebook" /></a>
{/block:ifFacebookUsername}
{block:ifTwitterUsername}
<a href="http://twitter.com/{text:Twitter Username}"><img src="http://static.tumblr.com/tuwgrx5/MLolvpzos/twitter-icon.png" title="twitter" alt="twitter" /></a>
{/block:ifTwitterUsername}
{block:ifWordpressUrl}
<a href="{text:Wordpress Url}"><img src="http://static.tumblr.com/tuwgrx5/qItlvpzq3/wordpress-icon.png" title="Wordpress" alt="wordpress" /></a>
{/block:ifWordpressUrl}
{block:ifYoutubeUsername}
<a href="http://youtube.com/user/{text:Youtube Username}"><img src="http://static.tumblr.com/tuwgrx5/Tu9lvpzrf/youtube-icon.png" title="Youtube" alt="youtube" /></a>
{/block:ifYoutubeUsername}
{block:ifLinkedinUsername}
<a href="http://linkedin.com/in/{text:Linkedin Username}"><img src="http://static.tumblr.com/tuwgrx5/mGNlvq1ni/linkedin-icon.png" alt="Linked in" /></a>
{/block:ifLinkedinUsername}
{block:ifEmailAddress}
<a href="mailto:{text:Email Address}"><img src="http://static.tumblr.com/tuwgrx5/jlAlvq1rf/at-icon.png" title="Email" alt="email" /></a>
{/block:ifEmailAddress}
{block:ifFlickrUsername}
<a href="http://flickr.com/people/{text:Flickr Username}"><img src="http://static.tumblr.com/tuwgrx5/FJAlvq1s2/flickr-icon.png" title="Flickr" alt="flickr" /></a>
{/block:ifFlickrUsername}
{block:ifLastfmUsername}
<a href="http://last.fm/user/{text:Lastfm Username}"><img src="http://static.tumblr.com/tuwgrx5/UsFlvq1ts/last-icon.png" title="last.fm" alt="last.fm" /></a>
{/block:ifLastfmUsername}
</div>
<div style="clear: both;"> </div>
</div>
<div id="footer">
<p>&copy; {Title} 2010 | Template by <a href="http://www.netbois-consulting.com/">Netbois Consulting</a> | Tumblrized by <a href="http://nerdpowa.cz">nerdpowa</a></p>
</div>
</div>
<!-- Tumblrized by -->
<!-- __ _ -->
<!-- /\ \ \___ _ __ __| |_ __ _____ ____ _ -->
<!-- / \/ / _ \ '__/ _` | '_ \ / _ \ \ /\ / / _` | -->
<!-- / /\ / __/ | | (_| | |_) | (_) \ V V / (_| | -->
<!-- \_\ \/ \___|_| \__,_| .__/ \___/ \_/\_/ \__,_| -->
<!-- |_| -->
<!-- http://nerdpowa.cz -->
<!-- end -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment