Skip to content

Instantly share code, notes, and snippets.

@scottmagdalein
Created September 13, 2012 15:06
Show Gist options
  • Save scottmagdalein/3714944 to your computer and use it in GitHub Desktop.
Save scottmagdalein/3714944 to your computer and use it in GitHub Desktop.
changes
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
<meta name="description" content="{MetaDescription}"/>
<script type="text/javascript" src="//use.typekit.net/jna0pib.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<link rel="shortcut icon" href="http://static.tumblr.com/j1ln7tw/o5pma6v0d/favicon.ico"/>
<link rel="alternate" type="application/rss+xml" name="RSS" href="{RSS}"/>
<link href="http://static.tumblr.com/j1ln7tw/tElma59q5/ss-standard.css" rel="stylesheet" />
<style type="text/css" media="screen">
@font-face {
font-family: SSStandard;
src: url('http://static.tumblr.com/j1ln7tw/5KJma59qx/ss-standard.eot'),
url('http://static.tumblr.com/j1ln7tw/cwSma59rz/ss-standard.svg'),
url('http://static.tumblr.com/j1ln7tw/6wyma59sj/ss-standard.ttf'),
url('http://static.tumblr.com/j1ln7tw/3uCma59sy/ss-standard.woff'),
url('http://static.tumblr.com/j1ln7tw/mg4ma5afg/ss-standard.otf')
}
p, h1, h2, h3, h4, h5, h6 {
font-family: SSStandard, "Freight-Sans-Pro", "Freight Sans Pro", Gotham, "Helvetica Neue", Helvetica, sans-serif;
}
h1 {
font-size: 32px; color: #676767; letter-heigh
}
h2 {
font-size: 26px; letter-spacing: .04em; color: #676767;
}
h3 {
font-size: 12px;
}
p {
font-size: 16px; color: #676767; text-align: left; line-height: 1.3em; letter-spacing: .09em;
}
a {
color: #676767 !important; font-weight: bold;
}
a:active {
color: #676767 !important; font-weight: bold;
}
a:visited {
color: #676767 !important; font-weight: bold;
}
html {
height: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
width: 100% !important;
height: 100%;
margin: auto;
background-color: #efefef;
}
.header {
width:100%;
background-color:#fff;
text-align: center;
border-bottom: 1px #ddd solid;
margin: auto;
}
.top_bar {
width: 100%;
background-image: url('http://static.tumblr.com/j1ln7tw/BFMm9zphg/stripedbg.png');
background-repeat: repeat-x;
height: 10px;
}
.logo {
padding-bottom: 5px;
border-bottom: 1px #ddd solid;
}
.subtitle {
margin: 20px auto 0 auto;
padding-bottom: 20px;
width: 500px;
text-align: center;
}
.wrapper {
width: 500px;
margin: auto;
height: 100%;
height: auto !important;
min-height: 100%;
}
.posts {
width: 100%;
height: 100%
}
.post_title {
background-color: #fff;
margin: 20px auto 0 auto;
border: 1px #ddd solid;
padding: 20px 0 20px 0;
text-align: center;
}
.text {
background-color: #fff;
margin-top: 0;
margin-bottom: 0;
padding: 20px;
border: 1px #ddd solid;
border-bottom: none;
border-top: none;
}
.post-footer {
background-color: #D6E6D2;
text-align: right;
margin-top: 0;
padding: 2px 10px 2px 0;
}
.push {
height: 30px;
}
.footer {
width: 100%;
background-color: #676767;
text-align: center;
line-height: .5em;
padding: 5px;
}
.footer a {
font-weight: normal;
color: #ddd !important;
}
.ss-picture:before {
position:relative;
top: 6px;
font-size: 40px;
}
</style>
</head>
<body>
<div class="header">
<div class="top_bar"></div>
<div class="logo">
<h1><a class="ss-picture" style="text-decoration: none;" href="/"> PicDigest</a></h1>
<!-- <img src="http://static.tumblr.com/j1ln7tw/Hj1m9zpi6/picdigestlogo.png"/> -->
</div>
<p class="subtitle">{Description}</p>
</div>
<div class="wrapper">
<div id="posts">
{block:Posts}
{block:Text}
{block:Title}<h2 class="post_title">{Title}</h2>{/block:Title}
<div class="text">
{Body}
</div>
{/block:Text}
{block:Date}
<h3 class="post-footer"><a href="{Permalink}">{Month} {DayOfMonthWithZero}, {Year}</a>
</h3>
{/block:Date}
{/block:Posts}
</div> <!-- end posts -->
</div> <!-- end of wrapper -->
<div class="push"></div>
<div class="footer">
<h3 style="color: #ddd !important;">Copyright 2012 <a href="http://picdigest.com">PicDigest</a> | <a href="/">Blog home</a></h3>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment