Created
September 17, 2012 20:28
-
-
Save lmatteis/3739581 to your computer and use it in GitHub Desktop.
Nat.org tumblr theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head> | |
<meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1,user-scalable=no"> | |
<title>{block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title> | |
<link rel="alternate" type="application/rss+xml" href="{RSS}"> | |
<link rel="shortcut icon" href="{Favicon}" /> | |
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description} | |
<style type="text/css"> | |
#tumblr_controls {display:none;} | |
.center { text-align: center; } | |
blockquote { | |
font-family: monospace; | |
} | |
body { | |
font-family: lucida, helvetica, sans-serif; | |
font-size: 12pt; | |
color:#000000; margin:0; padding:0;} | |
input { font-family:Courier; font-size:10pt; color:#000000; } | |
input[type=\"submit\"] { font-family:Verdana; } | |
textarea { font-family:Courier; font-size:10pt; color:#000000; } | |
a:visited { | |
text-decoration: none; | |
color: #0000F0; | |
} | |
a:link { | |
text-decoration: none; | |
color: #0000F0; | |
} | |
h2 { | |
font-size: 12pt; | |
} | |
h2 a { | |
color: black !important; | |
text-decoration: underline !important; | |
} | |
p { | |
} | |
.comhead { | |
font-weight: normal; | |
font-size: 12pt; | |
margin-bottom: 10px; | |
} | |
.pagebreak {page-break-before:always} | |
pre { overflow: auto; padding: 2px; max-width:688px; } | |
pre:hover {overflow:auto} | |
#wrap { | |
width: 688px; | |
margin: auto; | |
} | |
.post { | |
margin-bottom: 40px; | |
background-color: #fff; padding:20px; | |
} | |
img { text-align: center; display: block; margin: auto; max-width: 100%;} | |
/* for mobiles */ | |
@media only screen and (max-width: 688px) { | |
body { padding: 20px; } | |
#wrap { width: 100%; padding:0; } | |
#wrap img { width: 100%; } | |
} | |
</style> | |
</head> | |
<body> | |
<div id="wrap"> | |
<div id="head"> | |
<h1> | |
<a href="/" class="comhead">Blog</a> | |
{block:HasPages} | |
{block:Pages}<a href="{URL}" class="comhead">{Label}</a>{/block:Pages} | |
{/block:HasPages} | |
<a href="https://github.com/lmatteis" class="comhead">GitHub</a> | |
<a href="https://twitter.com/lmatteis" class="comhead">Twitter</a> | |
</h1> | |
</div> | |
<div id="content"> | |
{block:Posts} | |
{block:Text} | |
<div class="post text"> | |
<h2> | |
{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title} | |
- | |
{block:Date}{DayOfMonth} {Month} {Year}{/block:Date} | |
</h2> | |
{Body} | |
</div> | |
{/block:Text} | |
{block:Photo} | |
<div class="post photo"> | |
{block:Date}<h2><a href="{Permalink}">{DayOfMonth} {Month} {Year}</a></h2>{/block:Date} | |
{block:Caption}{Caption}{/block:Caption} | |
{LinkOpenTag}<a href="{PhotoURL-HighRes}" class="permalink"><img alt="{PhotoAlt}" src="{PhotoURL-500}"/></a>{LinkCloseTag} | |
</div> | |
{/block:Photo} | |
{block:Photoset} | |
<div class="post photo"> | |
{block:Date}<h2><a href="{Permalink}">{DayOfMonth} {Month} {Year}</a></h2>{/block:Date} | |
{block:Caption} | |
{Caption} | |
{/block:Caption} | |
{block:Photos} | |
<p> | |
<a href="{PhotoURL-HighRes}" class="permalink"><img alt="{PhotoAlt}" src="{PhotoURL-500}"/></a> | |
</p> | |
{/block:Photos} | |
</div> | |
{/block:Photoset} | |
{block:Quote} | |
<div class="post quote"> | |
{block:Date}<a href="{Permalink}" class="permalink">#</a>{/block:Date} | |
<div class="deco">“</div> | |
<blockquote>{Quote}</blockquote> | |
{block:Source}<cite>{Source}</cite>{/block:Source} | |
{block:Date}<div class="info">{lang:This was posted TimeAgo}. {block:IfDisqusShortname}{lang:It has NoteCount notes and 0 comments}{/block:IfDisqusShortname}{block:IfNotDisqusShortname}{lang:It has NoteCount notes}{/block:IfNotDisqusShortname}.</div>{/block:Date} | |
</div> | |
{/block:Quote} | |
{block:Link} | |
<div class="post link"> | |
{block:Date}<a href="{Permalink}" class="permalink">#</a>{/block:Date} | |
<a class="go" href="{URL}">{Name}</a> | |
{block:Description}{Description}{/block:Description} | |
{block:Date}<div class="info">{lang:This was posted TimeAgo}. {block:IfDisqusShortname}{lang:It has NoteCount notes and 0 comments}{/block:IfDisqusShortname}{block:IfNotDisqusShortname}{lang:It has NoteCount notes}{/block:IfNotDisqusShortname}.</div>{/block:Date} | |
</div> | |
{/block:Link} | |
{block:Chat} | |
<div class="post chat"> | |
{block:Date}<a href="{Permalink}" class="permalink">#</a>{/block:Date} | |
{block:Title}<h3>{Title}</h3>{/block:Title} | |
<ul class="conv"> | |
{block:Lines}<li class="{Alt}">{block:Label}<strong>{Label}</strong> {/block:Label}{Line}</li>{/block:Lines} | |
</ul> | |
{block:Date}<div class="info">{lang:This was posted TimeAgo}. {block:IfDisqusShortname}{lang:It has NoteCount notes and 0 comments}{/block:IfDisqusShortname}{block:IfNotDisqusShortname}{lang:It has NoteCount notes}{/block:IfNotDisqusShortname}.</div>{/block:Date} | |
</div> | |
{/block:Chat} | |
{block:Audio} | |
<div class="post audio"> | |
{block:Date}<a href="{Permalink}" class="permalink">#</a>{/block:Date} | |
{AudioPlayerWhite} | |
{block:Caption}{Caption}{/block:Caption} | |
{block:Date}<div class="info">{lang:This was posted TimeAgo}. {block:IfDisqusShortname}{lang:It has NoteCount notes and 0 comments}{/block:IfDisqusShortname}{block:IfNotDisqusShortname}{lang:It has NoteCount notes}{/block:IfNotDisqusShortname}. {lang:Played PlayCount times}.</div>{/block:Date} | |
</div> | |
{/block:Audio} | |
{block:Video} | |
<div class="post video"> | |
{block:Date}<a href="{Permalink}" class="permalink">#</a>{/block:Date} | |
{Video-500} | |
{block:Caption}{Caption}{/block:Caption} | |
{block:Date}<div class="info">{lang:This was posted TimeAgo}. {block:IfDisqusShortname}{lang:It has NoteCount notes and 0 comments}{/block:IfDisqusShortname}{block:IfNotDisqusShortname}{lang:It has NoteCount notes}{/block:IfNotDisqusShortname}.</div>{/block:Date} | |
</div> | |
{/block:Video} | |
{/block:Posts} | |
{block:Pagination} | |
<div id="nav"> | |
{block:PreviousPage}<a href="{PreviousPage}" class="prev">{lang:Previous page}</a>{/block:PreviousPage} | |
{block:NextPage}<a href="{NextPage}" class="next">{lang:Next page}</a>{/block:NextPage} | |
<div class="clr"></div> | |
</div> | |
{/block:Pagination} | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment