Skip to content

Instantly share code, notes, and snippets.

@meleyal
Created March 26, 2009 23:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meleyal/86432 to your computer and use it in GitHub Desktop.
Save meleyal/86432 to your computer and use it in GitHub Desktop.
<!--
StickyTheme for Tumblr
http://stickytheme.tumblr.com/
http://gist.github.com/86432
By http://htxt.org/
Based on http://stickyscreen.org/
*** INSTRUCTIONS ***
1) Open http://tumblr.com/customize
2) Click the "Theme" tab, then click "Use custom HTML"
3) Copy and paste everything on this page into the box, then save.
4) Have fun! Delete these instructions if you want.
-->
<!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>
<title>{Title}{block:PostSummary} - {PostSummary}{/block:PostSummary}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=775"/> <!-- iPhone -->
<meta name="description" content="A sticky note for your web browser.">
<meta name="keywords" content="sticky screen,stickyscreen,undistraction,note to self,stickies,sticky note,browser homepage,productivity">
<meta name="warning" content="01101000 01110100 01111000 01110100">
<link rel="icon" href="{Favicon}"/>
<link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
<style type="text/css">
body { margin: 0; padding: 0; color: #000; background: #212121; font: 11px 'Lucida Grande', sans-serif; }
a { color: #000; text-decoration: none; border-bottom: 1px dotted #666; }
ul { list-style: none; padding: 0; }
.post { margin: 140px auto 80px; }
.quote {
width: 250px;
height: 235px;
margin: 0 auto;
padding: 40px 23px 10px;
background: #fff050;
text-align: center;
font: italic 28px Georgia, serif;
line-height: 36px;
letter-spacing: -1px;
overflow: hidden;
}
.quote .source {
font-family: 'Gill Sans', sans-serif;
font-size:17px;
font-style:normal;
letter-spacing:0;
line-height:1.5em;
display: block;
margin: 20px 0 0 0;
}
#footer { text-align: center; color: #666666; }
#footer a { color: #666666;}
</style>
</head>
<body>
<div id="content">
{block:Posts}
<div class="post">
{block:Quote}
<div class="quote">
{Quote}
{block:Source}<span class="source">{Source}</span>{/block:Source}
</div>
{/block:Quote}
</div>
{/block:Posts}
<div id="footer">
<a href="/random">Random</a> /
<a href="http://stickytheme.tumblr.com/">StickyTheme</a>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment