Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <!--
- Well Read v 1.0 - http://www.tumblr.com/theme/35117
- a tumblr theme
- created by Drew Modrov (drewm.com)
- -->
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <!-- Custom Options -->
- <meta name="description" content="{MetaDescription}" />
- <meta name="color:Text Color" content="#111111"/>
- <meta name="color:Accent Color" content="#0088cc"/>
- <meta name="color:Description And Caption Text Color" content="#555555"/>
- <meta name="color:Meta Text Color" content="#777777"/>
- <meta name="color:Background Color" content="#F4F4F4"/>
- <meta name="image:Background Image" content="http://static.tumblr.com/nyfweju/lUom3k134/bg.png"/>
- <!-- Custom Layout Options -->
- <meta name="if:Infinite Scrolling" content="1"/>
- <meta name="if:Show Header Navigation" content="1"/>
- <meta name="if:Show Footer Navigation" content="1"/>
- <meta name="if:Archive Enabled" content="0"/>
- <meta name="if:RSS Enabled" content="0"/>
- <meta name="if:Show Tags" content="1"/>
- <meta name="if:Show Date And Notes" content="1"/>
- <meta name="if:Show Notes On Permalink Pages" content="0" />
- <meta name="if:Show Header Icons" content="0"/>
- <meta name="if:Show Footer Icons" content="1"/>
- <meta name="if:Center Your Photo Captions" content="1"/><!--looks better on short captions -->
- <meta name="if:Center Your Video Captions" content="1"/><!--looks better on short captions -->
- <meta name="if:Center Your Audio Captions" content="1"/><!--looks better on short captions -->
- <meta name="if:Show Album Art" content="1"/>
- <meta name="if:Center Quotes" content="0"/>
- <meta name="if:Center Link Descriptions" content="0"/><!-- good for short descriptions -->
- <!-- Custom Usernames -->
- <meta name="text:Google Analytics ID" content="" />
- <meta name="text:Twitter Username" content="" />
- <meta name="text:Vimeo Username" content="" />
- <meta name="text:Dribbble Username" content="" />
- <meta name="text:Pinterest Username" content="" />
- <meta name="text:GooglePlus User ID" content="" />
- <meta name="text:Tumblr Username" content="" />
- <meta name="text:Forrst Username" content="" />
- <meta name="text:Github Username" content="" />
- <meta name="text:Youtube Username" content="" />
- <meta name="text:Foursquare Username" content="" />
- <meta name="text:Quora Username" content="" />
- <meta name="text:StumbleUpon Username" content="" />
- <meta name="text:Facebook Username" content="" />
- <meta name="text:Flickr Username" content="" />
- <meta name="text:Lastfm Username" content="" />
- <!--[if lt IE 9]>
- <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
- <link href="http://static.tumblr.com/nyfweju/1HXm55y1o/wellread.css" rel="stylesheet">
- <style type="text/css">
- /*
- * Basic/Usual Styles
- */
- body {
- background: {color:Background Color} url('{image: Background Image}');
- font-family: 'Lora', Georgia, serif;
- font-size: 16px;
- line-height: 1.5em;
- color: {color:Text Color};
- padding: 2em 0 1.5em;
- }
- p {
- margin: 1em 0;
- }
- ol, ul {
- margin: 1em 0;
- padding: 0;
- }
- ul li, ol li {
- margin: 0;
- padding: 0;
- }
- blockquote {
- border-left: 4px solid {color:Accent Color};
- padding-left: 1em;
- }
- a:link, a:visited {
- color: {color:Accent Color};
- text-decoration: none;
- }
- a:hover {
- color: {color:Text Color};
- -moz-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- /*
- * Header and Footer Styles
- */
- h1 { /* Blog Title */
- font-size: 3.25em;
- line-height: 1em;
- }
- h1 a:link, h1 a:visited {
- color: {color:Text Color};
- text-decoration: none;
- }
- h1 a:hover, h1 a:active {
- color: {color:Accent Color};
- }
- h2 { /* Description */
- font-size: 1em;
- font-weight: normal;
- font-style: italic;
- color: {color:Description And Caption Text Color};
- }
- nav ul li, .footernav ul li {
- margin: 0;
- display: inline;
- padding: 0 5px;
- border-right: 1px solid #ccc;
- font-size: 1.25em;
- text-decoration: none;
- }
- .footernav ul li {
- font-size: 1em;
- }
- nav li:last-child, .footernav li:last-child {
- border-right: 0;
- }
- nav li a:hover, .footernav li a:hover {
- color: {color:Text Color};
- }
- .icons {
- margin-top: .5em;
- margin-bottom: .5em;
- }
- .icons img {
- margin: 2px;
- }
- footer .row {
- line-height: 1.25em;
- font-size: .8em;
- }
- /*
- * Post Styles
- */
- h3 {
- font-size: 2em;
- font-weight: bold;
- }
- h3 a:link, h3 a:visited {
- color: {color:Text Color};
- text-decoration: none;
- }
- h3 a:hover, h3 a:active {
- color: {color:Accent Color};
- }
- .caption, .description {
- color: {color:Description And Caption Text Color};
- font-size: 1em;
- font-style: italic;
- }
- .label {
- font-weight: bold;
- font-style: italic;
- }
- .photoset img {
- margin: 1em 0;
- }
- .quote {
- font-size: 1.5em;
- font-style: italic;
- line-height: 1.5em;
- }
- .meta {
- font-size: .8em;
- margin-top: 1.5em;
- color: {color:Meta Text Color};
- }
- .meta a:link, .meta a:visited {
- color: {color:Meta Text Color};
- font-style: italic;
- }
- .meta a:hover, .meta a:active {
- color: {color:Accent Color};
- }
- /*
- * Permalink Page Note Styles
- */
- .notes {
- list-style: none;
- font-size: .9em;
- }
- .notes a {
- color: {color:Description And Caption Text Color};
- }
- .notes a:hover {
- color: {color:Text Color};
- }
- .notes li {
- padding: .5em 0;
- border-bottom: 1px solid #eee;
- }
- .notes .avatar {
- margin: 0 5px 0 0;
- position: relative;
- top: 5px;
- }
- .notes blockquote {
- margin: 1em 0 0 2em;
- padding-left: .5em;
- border-left: 2px solid #aaa;
- }
- /*
- * Pagination Styles
- */
- .pagination {
- font-style: italic;
- margin-bottom: 1.5em;
- }
- .paginationmiddle, .paginationright, .paginationleft {
- width:1;
- display: inline-block;
- margin: 0 auto;
- }
- /*
- * Misc.Styles
- */
- .center {
- text-align: center;
- }
- .right {
- text-align: right;
- }
- .left {
- text-align: left;
- }
- .margin {
- margin-left: 20px;
- }
- .dropcap {
- font-size : 2em;
- font-weight : bold;
- float : left;
- line-height: 1em;
- padding: 0 8px;
- }
- hr {
- height: 1px;
- width: 75%;
- background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
- background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
- background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
- background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
- border: 0;
- margin: 3em auto;
- }
- hr.header {
- margin: 1.5em auto;
- }
- hr.posts:last-child {
- margin-bottom: 0;
- }
- hr.footer {
- margin: 1em auto;
- }
- #topbutton {
- display: none;
- position: fixed;
- right: 10px;
- bottom: 10px;
- color: {color:Text Color};
- font-size: 1.5em;
- padding: 4px;
- text-shadow: 2px 2px #aaa;
- }
- #topbutton:hover {
- text-decoration: none;
- color: {color:Accent Color};
- }
- /*
- * User Inputted Styles
- */
- {CustomCSS}
- </style>
- <link href="http://static.tumblr.com/nyfweju/gRBm55y2g/wellreadresponsive.css" rel="stylesheet"> <!-- css for media queries -->
- </head>
- <body id="top">
- <div class="container"> <!-- begin container -->
- <div class="row"> <!-- begin row -->
- <div class="span12 center">
- <h1><a href="/">{Title}</a></h1>
- {block:Description}<h2 id="description">{Description}</h2>{/block:Description}
- </div>
- </div> <!-- end row -->
- {block:IfShowHeaderNavigation}<div class="row"><!--begin headnav row-->
- <div class="span12 center">
- <nav>
- <ul>
- {block:HasPages}{block:Pages}<li><a href="{URL}">{Label}</a></li>{block:Pages}{/block:HasPages}
- {block:AskEnabled}<li><a href="/ask">Ask</a></li>{/block:AskEnabled}
- {block:SubmissionsEnabled}<li><a href="/submit">Submit</a></li>{/block:SubmissionsEnabled}
- {block:IfArchiveEnabled}<li><a href="/archive">Archive</a></li>{/block:IfArchiveEnabled}
- {block:IfRSSEnabled}<li><a href="{RSS}">RSS</a></li>{/block:IfRSSEnabled}
- </ul>
- </nav>
- </div>
- </div><!-- end headnav row -->{/block:IfShowHeaderNavigation}
- <hr class="header">
- {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
- {block:Posts} <div class="permalink">{NoteCountWithLabel} <a href="{permalink}"> ∞ Permalink</a> + <a href="{ReblogURL}" target="_blank">Reblog</a></div>
- <div class="row"><!-- begin post row -->
- {block:Text}
- <div class="span10 offset1">
- {block:Title}
- <div class="center"><h3><a href="{Permalink}">{Title}</a></h3></div>
- {/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="span12 center">
- {LinkOpenTag}<img src="{PhotoURL-HighRes}" style="max-width:1;" alt="{PhotoAlt}"/>{LinkCloseTag}
- {block:NotReblog}
- <div class="row">
- <div class="span10 offset1">
- {block:Caption}
- <div class="{block:IfNotCenterYourPhotoCaptions}left{/block:IfNotCenterYourPhotoCaptions} caption">{Caption}</div>
- {/block:Caption}
- </div>
- </div>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="row">
- <div class="span10 offset1">
- {block:Caption}
- <div class="caption left">{Caption}</div>
- {/block:Caption}
- </div>
- </div>
- {/block:RebloggedFrom}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="span12 center photoset">
- {block:Photos}
- <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}" style="max-width:1;" alt="{PhotoAlt}"/>
- {/block:Photos}
- {block:NotReblog}
- <div class="row">
- <div class="span10 offset1">
- {block:Caption}
- <div class="{block:IfNotCenterYourPhotoCaptions}left{/block:IfNotCenterYourPhotoCaptions} caption">{Caption}</div>
- {/block:Caption}
- </div>
- </div>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="row">
- <div class="span10 offset1">
- {block:Caption}
- <div class="caption left">{Caption}</div>
- {/block:Caption}
- </div>
- </div>
- {/block:RebloggedFrom}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="span8 offset2 {block:IfCenterQuotes}center{/block:IfCenterQuotes}">
- <p class="quote">{Quote}</p>
- {block:Source}
- <p class="caption {block:IfNotCenterQuotes}right{/block:IfNotCenterQuotes} {block:IfCenterQuotes}center{/block:IfCenterQuotes}">- {Source}</p>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="span10 offset1 center ">
- <h3><a href="{URL}" class="link" {Target}>{Name}</a> →</h3>
- {block:Description}<div class="description {block:IfNotCenterlinkDescriptions}left{block:IfNotCenterlinkDescriptions} {block:RebloggedFrom}left{/block:RebloggedFrom}">{Description}</div>{/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="span8 offset2">
- {block:Title}
- <div class="center"><h3><a href="{Permalink}">{Title}</a></h3></div>
- {/block:Title}
- {block:Lines}
- <p class="{Alt} user_{UserNumber} chatline">
- {block:Label}<span class="label">{Label}</span>{/block:Label} {Line}
- </p>
- {/block:Lines}
- {block:RebloggedFrom}<p class="description">(Reblogged from <a href="{ReblogParentURL}">{ReblogParentName})</a>{/block:RebloggedFrom}
- </div>
- {/block:Chat}
- {block:Video}
- <div class="span10 offset1 center">
- {Video-500}
- {block:NotReblog}
- <div class="row">
- <div class="span6 offset2">
- {block:Caption}
- <div class="{block:IfNotCenterYourVideoCaptions}left{/block:IfNotCenterYourVideoCaptions} caption">{Caption}</div>
- {/block:Caption}
- </div>
- </div>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="row">
- <div class="span6 offset2">
- {block:Caption}
- <div class="caption left">{Caption}</div>
- {/block:Caption}
- </div>
- </div>
- {/block:RebloggedFrom}
- </div>
- {/block:Video}
- {block:Audio}
- <div class="span10 offset1 center">
- {block:IfShowAlbumArt}{block:AlbumArt}
- <img src="{AlbumArtURL}" />
- {/block:AlbumArt}{/block:IfShowAlbumArt}
- <p>{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</p>
- {block:NotReblog}
- <div class="row">
- <div class="span4 offset3">
- {block:Caption}
- <div class="{block:IfNotCenterYourAudioCaptions}left{/block:IfNotCenterYourAudioCaptions} caption">{Caption}</div>
- {/block:Caption}
- {block:ExternalAudio}
- <div class="caption left"><a href="{ExternalAudioURL}">{lang:Download}</a></div>
- {/block:ExternalAudio}
- </div>
- </div>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="row">
- <div class="span4 offset3">
- {block:Caption}
- <div class="caption left">{Caption}</div>
- {/block:Caption}
- {block:ExternalAudio}
- <div class="caption left"><a href="{ExternalAudioURL}">{lang:Download}</a></div>
- {/block:ExternalAudio}
- </div>
- </div>
- {/block:RebloggedFrom} </div>
- {/block:Audio}
- </div> <!-- end post row -->
- {block:IfShowTags}{block:IfShowDateAndNotes}<!-- show both tags and date/notes -->
- <div class="row meta">
- <div class="span7 offset1">
- {block:HasTags}Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}
- </div>
- <div class="span3 right">
- <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} {Year}</a>{block:IndexPage} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:IndexPage}
- </div>
- </div>
- {/block:IfShowDateAndNotes}{/block:IfShowTags}
- {block:IfNotShowDateAndNotes}{block:IfShowTags}<!-- show only tags -->
- {block:HasTags}
- <div class="row meta">
- <div class="span10 offset1">
- Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}
- </div>
- </div>
- {/block:HasTags}
- {/block:IfShowTags}{/block:IfNotShowDateAndNotes}
- {block:IfNotShowTags}{block:IfShowDateAndNotes}<!-- show only date/notes -->
- <div class="row meta">
- <div class="span3 offset8 right">
- <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} {Year}</a>{block:IndexPage} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:IndexPage}
- </div>
- </div>
- {/block:IfShowDateAndNotes}{/block:IfNotShowTags}
- {block:IfNotShowTags}{block:IfNotShowDateAndNotes}
- <!-- show no tags, dates, and notes -->
- {/block:IfNotShowDateAndNotes}{/block:IfNotShowTags}
- {block:IndexPage}
- <hr class="posts">
- {/block:IndexPage}
- {/block:Posts}
- {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
- {block:IfShowNotesOnPermalinkPages}
- {block:PostNotes}
- <hr class="posts">
- <div class="row">
- <div class="span8 offset2 notes">
- {PostNotes}
- </div>
- </div>
- {/block:PostNotes}
- {/block:IfShowNotesOnPermalinkPages}
- {block:IndexPage}{block:IfNotInfiniteScrolling}
- <div class="row pagination"> <!-- begin pagination row -->
- <div class="span12 center">
- <div class="paginationleft right">
- {block:NextPage}<a href="{NextPage}">←</a>{/block:NextPage}
- </div>
- <div class="paginationmiddle">{CurrentPage} of {TotalPages}</div>{block:JumpPagination length="200"}
- {block:CurrentPage}
- <span class="current-page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- <div class="paginationright left">
- {block:PreviousPage}<a href="{PreviousPage}">→</a>{/block:PreviousPage}
- </div>
- </div>
- </div> <!-- end pagination row -->
- <hr class="footer">
- {/block:IfNotInfiniteScrolling}{/block:IndexPage}
- {block:PermalinkPage}<hr class="footer">{/block:PermalinkPage}
- <footer>
- {block:IfShowFooterNavigation}<div class="row footernav">
- <div class="span12 center">
- <ul>
- {block:HasPages}{block:Pages}<li><a href="{URL}">{Label}</a></li>{block:Pages}{/block:HasPages}
- {block:AskEnabled}<li><a href="/ask">Ask</a></li>{/block:AskEnabled}
- {block:SubmissionsEnabled}<li><a href="/submit">Submit</a></li>{/block:SubmissionsEnabled}
- {block:IfArchiveEnabled}<li><a href="/archive">Archive</a></li>{/block:IfArchiveEnabled}
- {block:IfRSSEnabled}<li><a href="{RSS}">RSS</a></li>{/block:IfRSSEnabled}
- </ul>
- </div>
- </div>{/block:IfShowFooterNavigation}
- <div class="row">
- <div class="span12 center">
- <a href="http://www.tumblr.com/theme/35117">'Well Read'</a> theme designed by <a href="http://drewm.com">Drew Modrov</a>.
- </div>
- </div>
- </footer>
- </div> <!-- close container -->
- {block:IfGoogleAnalyticsID}
- <script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', '{text:Google Analytics ID}']);
- _gaq.push(['_trackPageview']);
- (function() {
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
- })();
- </script>
- {block:IfGoogleAnalyticsID}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript">></script>
- <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/lPHlj76n8/infinitescrollingbycodysherman.js"></script>
- {block:IfInfiniteScrolling}{block:IndexPage}<script type="text/javascript" src="http://static.tumblr.com/nyfweju/IhCm55z88/jquery.scrollto-min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/nyfweju/tZsm55z7g/jquery.topbutton.js"></script>
- <a href="#top" id="topbutton">↑</a>{/block:IndexPage}{/block:IfInfiniteScrolling}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement