Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html lang="en">
- <head>
- <!--
- Native Citizens v0.5.5
- By Ronny Wieckardt
- * fix: Dead links in footer
- CHANGE LOG:
- Version v0.5.4
- * fix: Disqus commenting
- * Small css improvements
- Version v0.5.3
- * Font-face revert
- Version v0.5.2
- * Small css improvements
- Version v0.5.1
- * Imporant Disqus hotlink fix
- Version v0.5
- * fix: Vimeo iframe resize
- * fix: Quote notation issue
- * css: small visual improvements
- * new option: resize images to page width
- Update 16-03-2011 v0.5
- Update 22-02-2011 v0.4
- * new option: Disqus
- Update 08-02-2011 v0.3
- * Fix image overlap!
- Update 03-02-2011 v0.2
- * fix: header height adjusted
- * fix: clicktrough link on pictures
- * fix css: paragraph styles
- * new option: justify paragraphs
- * new option: show permalinks
- * new option: show time ago
- * new option: show notes permalink
- * new option: show tags
- * new option: hide or show article footer per type
- -->
- <meta charset="utf-8"/>
- <meta name="viewport" content="width=device-width; initial-scale=1"/>
- {block:Description}
- <meta name="description" content="{MetaDescription}"/>
- {/block:Description}
- <!-- Default colors -->
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Background alternate" content="#ddd"/>
- <meta name="color:Background post" content="#eee"/>
- <meta name="color:Text" content="#333"/>
- <meta name="color:Text alternate" content="#ccc"/>
- <meta name="color:Link" content="#444"/>
- <meta name="color:Link hover" content="#000"/>
- <!-- Display options -->
- <meta name="if:Show Time Ago" content="1"/>
- <meta name="if:Show Permalink" content="1"/>
- <meta name="if:Show Tags" content="1"/>
- <meta name="if:Show Notes" content="1"/>
- <meta name="if:Show Footer On Text" content="0"/>
- <meta name="if:Show Footer On Photo" content="1"/>
- <meta name="if:Show Footer On Photoset" content="0"/>
- <meta name="if:Show Footer On Video" content="0"/>
- <meta name="if:Show Footer On Audio" content="0"/>
- <meta name="if:Show Footer On Quote" content="0"/>
- <meta name="if:Show Footer On Chat" content="0"/>
- <meta name="if:Show Footer On Link" content="0"/>
- <meta name="if:Justify Paragraphs" content="0"/>
- <meta name="if:Resize Images To Page Width" content="1"/>
- <!-- Disqus comments -->
- <meta name="text:Disqus Shortname" content="">
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
- <style type="text/css">
- /*
- Font: LektonRegular
- This theme uses the lovely Lekton Regular font from: Accademia di Belle Arti di Urbino.
- License: http://scripts.sil.org/OFL
- Url: http://www.fontsquirrel.com/fonts/lekton
- Note: Doesn't always work in google chrome.
- */
- @font-face {
- font-family: 'LektonRegular';
- src: url('http://static.tumblr.com/qlf79cn/4tzlfiytg/lekton-regular-webfont.eot');
- src: local('Lekton'), local('Lekton-Regular'), url('http://static.tumblr.com/qlf79cn/JL8lfiywa/lekton-regular-webfont.woff') format('woff'), url('http://static.tumblr.com/qlf79cn/JGXlfiyuc/lekton-regular-webfont.ttf') format('truetype'), url('http://static.tumblr.com/qlf79cn/2r0lfiyty/lekton-regular-webfont.svg#webfontRQrc7R1U') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- /* Reset
- ------------------ */
- html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- }
- article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
- display: block;
- }
- a img {border: 0;}
- figure {position: relative;}
- figure img {width: 100%;}
- /* Layout: General
- ------------------ */
- body {
- font: 12px/16px 'LektonRegular', Monaco, Andale Mono, monospace;
- font-weight: normal;
- color: {color:Text};
- letter-spacing: 1px;
- background: {color:Background};
- -webkit-tap-highlight-color: #ff0;
- }
- ::selection {background: #ff0;}
- ::-moz-selection {background: #ff0;}
- img::selection {background: transparent;}
- img::-moz-selection {background: transparent;}
- a{
- color:{color:Link};
- text-decoration: none;
- border-bottom: 1px {color:Link} dotted;
- padding-bottom: 1px;
- }
- a:hover{
- color: {color:Link hover};
- text-decoration: none;
- border-bottom: 1px {color:Link hover} dotted;
- padding-bottom: 1px;
- }
- a img{
- border:none;
- }
- blockquote{
- margin: 5px;
- padding: 10px;
- background: {color:Background};
- }
- /* Layout: Structure
- ------------------ */
- #site{
- position: relative;
- padding: 24px 60px 0;
- margin: 0 auto;
- width: 648px;
- }
- #brand{
- text-align: center;
- position: fixed;
- top:0;
- left:0;
- right:0;
- background: {color:Background};
- z-index: 20;
- padding:20px 10px;
- }
- #brand h1{
- font-size: 16px;
- line-height: 24px;
- font-weight: normal;
- text-transform: uppercase;
- }
- #brand h1 a{
- border: none;
- }
- #brand nav{
- margin-top: 20px;
- }
- #brand nav a{
- text-transform: uppercase;
- border: none;
- }
- #brand nav span{
- color: {color:Text alternate};
- }
- #brand nav > span:last-child{
- display: none;
- }
- nav .next{
- display: block;
- position: fixed;
- text-indent: -9999px;
- overflow: hidden;
- height:30px;
- width: 100px;
- z-index: 4;
- right: 30px;
- top: 50%;
- border: none;
- background: transparent url(http://static.tumblr.com/qlf79cn/HZilfsorl/arrow-1.png) right center no-repeat;
- }
- nav .prev{
- display: block;
- position: fixed;
- text-indent: -9999px;
- overflow: hidden;
- height:30px;
- width: 100px;
- z-index: 4;
- left: 30px;
- top: 50%;
- border: none;
- background: transparent url(http://static.tumblr.com/qlf79cn/sgWlfsosf/arrow-2.png) left center no-repeat;
- }
- nav .prev, nav .next,
- nav .prev:hover, nav .next:hover{
- border-bottom: none;
- }
- #posts{
- margin: 0px -24px 20px 0px;
- }
- #top-link {
- display:none;
- position:fixed;
- right:30px;
- bottom:0px;
- color:#ccc;
- text-decoration:none;
- background:#333;
- padding:10px;
- border:none;
- }
- #footer{
- margin: 10px -24px 0px 0px;
- }
- #footer nav{
- text-align: center;
- padding:10px;
- }
- /* Post
- ------------------ */
- article {
- position: relative;
- overflow: hidden;
- float:left;
- width: 310px;
- border:1px {color:Background post} solid;
- margin-bottom: 24px;
- background: {color:Background post};
- }
- article header{
- font: 14px/24px 'LektonRegular', Monaco, Andale Mono, monospace;
- text-transform: uppercase;
- padding:10px 10px 0px 10px;
- }
- article h3, article h4, article h5{
- font: 12px/20px 'LektonRegular', Monaco, Andale Mono, monospace;
- font-weight: normal;
- padding-bottom: 10px;
- }
- article ul{
- padding:10px 10px 0px 24px;
- }
- article p{
- padding:0px 10px 10px 10px;
- font: 12px/20px 'LektonRegular', Monaco, Andale Mono, monospace;
- color:#333;
- {block:IfJustifyParagraphs}
- text-align: justify;
- {/block:IfJustifyParagraphs}
- }
- article p:last-child{
- }
- /* Post: Quote
- ------------------ */
- article.quote p{
- text-align: center;
- }
- article q{
- display: block;
- padding-top:10px;
- font: 14px/20px 'LektonRegular', Monaco, Andale Mono, monospace;
- font-weight: normal;
- text-transform: uppercase;
- }
- /* Post: Link
- ------------------ */
- article.link>p:first-child{
- padding:0;
- }
- article.link>p:first-child a{
- text-transform: uppercase;
- border: none;
- padding:5px 10px;
- background: {color:Background post};
- display: block;
- }
- article.link>p:first-child a:hover{
- color: {color:Link hover};
- background: {color:Background alternate};
- }
- /* Post: Chat
- ------------------ */
- article.chat{
- border:1px {color:Background alternate} solid;
- }
- article.chat header{
- padding: 5px 10px;
- text-transform:uppercase;
- }
- article.chat header a{
- border: none;
- }
- article.chat ul.chat {
- list-style-type: none;
- margin:0px;
- padding: 0px;
- }
- article.chat ul li.odd{
- background: {color:Background};
- padding:5px 10px;
- margin:0px;
- }
- article.chat ul li.user_1 .label{
- text-transform: uppercase;
- font-weight: bold;
- }
- article.chat ul li.user_2 .label{
- text-transform: uppercase;
- }
- article.chat ul li.even{
- background: {color:Background post};
- padding:5px 10px;
- margin:0px;
- }
- /* Post: Video
- ------------------ */
- article.video iframe{
- width: 312px;
- height: 200px;
- }
- article.video object,
- article.video embed{
- width: 312px;
- height: 200px;
- z-index: 10;
- }
- /* Post: Photoset
- ------------------ */
- article.photoset object,
- article.photoset embed{
- width: 312px;
- height: 248px;
- z-index: 10;
- }
- /* Post: Audio
- ------------------ */
- article.audio{
- border:1px {color:Background alternate} solid;
- background: #e4e4e4;
- }
- article.audio .audio_player{
- position: absolute;
- top:0;
- left:50%;
- width:207px;
- margin: 0 0 0 -103px;
- }
- article.audio figcaption{
- padding:30px 0 0 0;
- }
- article.audio figcaption p{
- padding:5px 10px;
- text-align: center;
- text-transform: lowercase;
- background: {color:Background post};
- }
- /* Post: footer
- ------------------ */
- article footer p{
- padding:0 10px;
- margin:0;
- text-transform: uppercase;
- font-size: 10px;
- }
- article footer p span{
- font-size:14px;
- font-weight: 100;
- }
- article footer p a{
- border-bottom: none;
- font-size:14px;
- }
- article footer p a.tag{
- border-bottom: none;
- font-size:10px;
- }
- /* Post: Notes
- ------------------ */
- ol.notes {
- padding: 0px;
- margin: 10px 0px;
- list-style-type: none;
- border-bottom: solid 1px {color:Background alternate};
- }
- ol.notes li.note {
- border-top: solid 1px {color:Background alternate};
- padding: 10px;
- background: {color:Background};
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 0px;
- width: 16px;
- height: 16px;
- border: 1px solid;
- }
- ol.notes li.note a{
- border:none {color:Background alternate};
- }
- ol.notes li.note span.action {
- font-weight: normal;
- font-size:11px;
- }
- ol.notes li.note span.action a{
- text-transform: uppercase;
- font-size: 10px;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- border-color: {color:Background post};
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- /* Large screen markup
- ------------------ */
- @media only screen and (min-width: 1212px) {
- #site {
- width: 984px;
- }
- article {
- position: relative;
- overflow: hidden;
- float:left;
- width: 480px;
- }
- article.video iframe{
- width: 480px;
- height: 296px;
- }
- article.video object,
- article.video embed{
- width: 480px;
- height: 296px;
- z-index: 10;
- }
- article.photoset object,
- article.photoset embed{
- width: 480px;
- height: 380px;
- z-index: 10;
- }
- }
- /* Small screen markup
- ------------------ */
- @media only screen and (max-width: 767px) and (min-width: 480px) {
- body {
- /* Prevents Mobile Safari from bumping up font sizes in landscape */
- -webkit-text-size-adjust: 100%;
- }
- #site {
- width: 480px;
- }
- article {
- position: relative;
- overflow: hidden;
- clear:left;
- width: 480px;
- }
- article.video iframe{
- width: 480px;
- height: 296px;
- }
- article.video object,
- article.video embed{
- width: 480px;
- height: 296px;
- z-index: 10;
- }
- article.photoset object,
- article.photoset embed{
- width: 480px;
- height: 380px;
- z-index: 10;
- }
- }
- /* Mobile screen markup
- ------------------ */
- @media only screen and (max-width: 479px) {
- body {
- /* Prevents Mobile Safari from bumping up font sizes in landscape */
- -webkit-text-size-adjust: 100%;
- }
- #site {
- width: 320px;
- }
- article {
- position: relative;
- overflow: hidden;
- clear:left;
- width: 320px;
- }
- article.video iframe{
- width: 320px;
- height: 210px;
- }
- article.video object,
- article.video embed{
- width: 320px;
- height: 210px;
- z-index: 10;
- }
- article.photoset object,
- article.photoset embed{
- width: 320px;
- height: 253px;
- z-index: 10;
- }
- }
- {block:PermalinkPage}
- article{
- width:100% !important;
- }
- {block:IfNotResizeImagesToPageWidth}
- article img{
- width: inherit;
- height: inherit;
- margin: 0px auto;
- }
- article footer p{
- text-align: center;
- }
- {/block:IfNotResizeImagesToPageWidth}
- .section.th{
- padding: 0 10px;
- background: #fff;
- }
- #disqus_thread{
- margin: 5px 10px;
- padding: 5px 10px;
- background: {color:Background post};
- }
- .dsq-brlink {
- font-size: 10px;
- margin: 0 10px;
- }
- {/block:PermalinkPage}
- {CustomCSS}
- </style>
- <!-- Jquery -->
- <script src="http://static.tumblr.com/qlf79cn/ytWleg9fl/jquery.js"></script>
- <!--[if lt IE 9]>
- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- </head>
- <body>
- <div id="site">
- <header id="brand">
- <h1><a href="/">{Title}</a></h1>
- {block:Description}
- <p id="description">{Description}</p>
- {/block:Description}
- <nav>
- {block:HasPages}
- {block:Pages}
- <a href="{URL}">{Label}</a> <span>×</span>
- {/block:Pages}
- {/block:HasPages}
- {block:SubmissionsEnabled}
- <a href="/submit">{SubmitLabel}</a> <span>×</span>
- {/block:SubmissionsEnabled}
- {block:AskEnabled}
- <a href="/ask">{AskLabel}</a> <span>×</span>
- {/block:AskEnabled}
- <a href="/archive">Archive</a>
- </nav>
- </header>
- <nav>
- {block:PreviousPage}
- <a href="{PreviousPage}" class="prev">« Previous</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" class="next">Next »</a>
- {/block:NextPage}
- </nav>
- <div id="posts">
- {block:Posts}
- {block:Text}
- <article class="post text">
- {block:Title}
- <header>
- <h3><a href="{Permalink}">{Title}</a></h3>
- </header>
- {/block:Title}
- {Body}
- {block:IfShowFooterOnText}
- <footer>
- <p>
- {block:IfShowPermalink}
- <a href="{Permalink}">♦</a>
- {/block:IfShowPermalink}
- {block:IfShowTimeAgo}
- {block:Date} {TimeAgo} {/block:Date}
- {/block:IfShowTimeAgo}
- {block:IfShowTags}
- {block:HasTags}
- <span>×</span>
- {block:Tags}
- <a href="{TagURL}" class="tag">{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- </p>
- {block:IfDisqusShortname}
- {block:Permalink}
- <div id="disqus_thread" class="disqus-thread"></div>
- <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript={text:Disqus Shortname}" title="View Disqus homepage">comments powered by Disqus.</a></noscript>
- {lang:Blog comments powered by Disqus 2}
- {/block:Permalink}
- {/block:IfDisqusShortname}
- {block:IfShowNotes}
- {PostNotes}
- {/block:IfShowNotes}
- </footer>
- {/block:IfShowFooterOnText}
- </article>
- {/block:Text}
- {block:Photo}
- <article class="post photo">
- <figure>
- {LinkOpenTag}
- {block:PermalinkPage}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">
- {/block:PermalinkPage}
- {block:IndexPage}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}">
- {/block:IndexPage}
- {LinkCloseTag}
- {block:Caption}
- <figcaption>
- {Caption}
- </figcaption>
- {/block:Caption}
- </figure>
- {block:IfShowFooterOnPhoto}
- <footer>
- <p>
- {block:IfShowPermalink}
- <a href="{Permalink}">♦</a>
- {/block:IfShowPermalink}
- {block:IfShowTimeAgo}
- {block:Date} {TimeAgo} {/block:Date}
- {/block:IfShowTimeAgo}
- {block:IfShowTags}
- {block:HasTags}
- <span>×</span>
- {block:Tags}
- <a href="{TagURL}" class="tag">{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- </p>
- {block:IfDisqusShortname}
- {block:Permalink}
- <div id="disqus_thread" class="disqus-thread"></div>
- <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript={text:Disqus Shortname}" title="View Disqus homepage">comments powered by Disqus.</a></noscript>
- {lang:Blog comments powered by Disqus 2}
- {/block:Permalink}
- {/block:IfDisqusShortname}
- {block:IfShowNotes}
- {PostNotes}
- {/block:IfShowNotes}
- </footer>
- {/block:IfShowFooterOnPhoto}
- </article>
- {/block:Photo}
- {block:Photoset}
- <article class="post photoset">
- <figure>
- {Photoset-500}
- {block:Caption}
- <figcaption>{Caption}</figcaption>
- {/block:Caption}
- </figure>
- {block:IfShowFooterOnPhotoset}
- <footer>
- <p>
- {block:IfShowPermalink}
- <a href="{Permalink}">♦</a>
- {/block:IfShowPermalink}
- {block:IfShowTimeAgo}
- {block:Date} {TimeAgo} {/block:Date}
- {/block:IfShowTimeAgo}
- {block:IfShowTags}
- {block:HasTags}
- <span>×</span>
- {block:Tags}
- <a href="{TagURL}" class="tag">{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- </p>
- {block:IfDisqusShortname}
- {block:Permalink}
- <div id="disqus_thread" class="disqus-thread"></div>
- <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript={text:Disqus Shortname}" title="View Disqus homepage">comments powered by Disqus.</a></noscript>
- {lang:Blog comments powered by Disqus 2}
- {/block:Permalink}
- {/block:IfDisqusShortname}
- {block:IfShowNotes}
- {PostNotes}
- {/block:IfShowNotes}
- </footer>
- {/block:IfShowFooterOnPhotoset}
- </article>
- {/block:Photoset}
- {block:Quote}
- <article class="post quote">
- <p>
- <q>{Quote}</q>
- {block:Source}
- {Source}
- {/block:Source}
- </p>
- {block:IfShowFooterOnQuote}
- <footer>
- <p>
- {block:IfShowPermalink}
- <a href="{Permalink}">♦</a>
- {/block:IfShowPermalink}
- {block:IfShowTimeAgo}
- {block:Date} {TimeAgo} {/block:Date}
- {/block:IfShowTimeAgo}
- {block:IfShowTags}
- {block:HasTags}
- <span>×</span>
- {block:Tags}
- <a href="{TagURL}" class="tag">{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- </p>
- {block:IfDisqusShortname}
- {block:Permalink}
- <div id="disqus_thread" class="disqus-thread"></div>
- <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript={text:Disqus Shortname}" title="View Disqus homepage">comments powered by Disqus.</a></noscript>
- {lang:Blog comments powered by Disqus 2}
- {/block:Permalink}
- {/block:IfDisqusShortname}
- {block:IfShowNotes}
- {PostNotes}
- {/block:IfShowNotes}
- </footer>
- {/block:IfShowFooterOnQuote}
- </article>
- {/block:Quote}
- {block:Link}
- <article class="post link">
- <p>
- <a href="{URL}" class="link" {Target}><span>›</span> {Name}</a>
- {block:Description}
- {Description}
- {/block:Description}
- </p>
- {block:IfShowFooterOnLink}
- <footer>
- <p>
- {block:IfShowPermalink}
- <a href="{Permalink}">♦</a>
- {/block:IfShowPermalink}
- {block:IfShowTimeAgo}
- {block:Date} {TimeAgo} {/block:Date}
- {/block:IfShowTimeAgo}
- {block:IfShowTags}
- {block:HasTags}
- <span>×</span>
- {block:Tags}
- <a href="{TagURL}" class="tag">{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- </p>
- {block:IfDisqusShortname}
- {block:Permalink}
- <div id="disqus_thread" class="disqus-thread"></div>
- <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript={text:Disqus Shortname}" title="View Disqus homepage">comments powered by Disqus.</a></noscript>
- {lang:Blog comments powered by Disqus 2}
- {/block:Permalink}
- {/block:IfDisqusShortname}
- {block:IfShowNotes}
- {PostNotes}
- {/block:IfShowNotes}
- </footer>
- {/block:IfShowFooterOnLink}
- </article>
- {/block:Link}
- {block:Chat}
- <article class="post chat">
- {block:Title}
- <header>
- <h3><a href="{Permalink}">{Title}</a></h3>
- </header>
- {/block:Title}
- <figure>
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </figure>
- {block:IfShowFooterOnChat}
- <footer>
- <p>
- {block:IfShowPermalink}
- <a href="{Permalink}">♦</a>
- {/block:IfShowPermalink}
- {block:IfShowTimeAgo}
- {block:Date} {TimeAgo} {/block:Date}
- {/block:IfShowTimeAgo}
- {block:IfShowTags}
- {block:HasTags}
- <span>×</span>
- {block:Tags}
- <a href="{TagURL}" class="tag">{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- </p>
- {block:IfDisqusShortname}
- {block:Permalink}
- <div id="disqus_thread" class="disqus-thread"></div>
- <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript={text:Disqus Shortname}" title="View Disqus homepage">comments powered by Disqus.</a></noscript>
- {lang:Blog comments powered by Disqus 2}
- {/block:Permalink}
- {/block:IfDisqusShortname}
- {block:IfShowNotes}
- {PostNotes}
- {/block:IfShowNotes}
- </footer>
- {/block:IfShowFooterOnChat}
- </article>
- {/block:Chat}
- {block:Video}
- <article class="post video">
- <figure>
- {Video-500}
- {block:Caption}
- <figcaption>{Caption}</figcaption>
- {/block:Caption}
- </figure>
- {block:IfShowFooterOnVideo}
- <footer>
- <p>
- {block:IfShowPermalink}
- <a href="{Permalink}">♦</a>
- {/block:IfShowPermalink}
- {block:IfShowTimeAgo}
- {block:Date} {TimeAgo} {/block:Date}
- {/block:IfShowTimeAgo}
- {block:IfShowTags}
- {block:HasTags}
- <span>×</span>
- {block:Tags}
- <a href="{TagURL}" class="tag">{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- </p>
- {block:IfDisqusShortname}
- {block:Permalink}
- <div id="disqus_thread" class="disqus-thread"></div>
- <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript={text:Disqus Shortname}" title="View Disqus homepage">comments powered by Disqus.</a></noscript>
- {lang:Blog comments powered by Disqus 2}
- {/block:Permalink}
- {/block:IfDisqusShortname}
- {block:IfShowNotes}
- {PostNotes}
- {/block:IfShowNotes}
- </footer>
- {/block:IfShowFooterOnVideo}
- </article>
- {/block:Video}
- {block:Audio}
- <article class="post audio">
- <figure>
- {AudioPlayerGrey}
- {block:Caption}
- <figcaption>{Caption}</figcaption>
- {/block:Caption}
- </figure>
- {block:IfShowFooterOnAudio}
- <footer>
- <p>
- {block:IfShowPermalink}
- <a href="{Permalink}">♦</a>
- {/block:IfShowPermalink}
- {block:IfShowTimeAgo}
- {block:Date} {TimeAgo} {/block:Date}
- {/block:IfShowTimeAgo}
- {block:IfShowTags}
- {block:HasTags}
- <span>×</span>
- {block:Tags}
- <a href="{TagURL}" class="tag">{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- </p>
- {block:IfDisqusShortname}
- {block:Permalink}
- <div id="disqus_thread" class="disqus-thread"></div>
- <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript={text:Disqus Shortname}" title="View Disqus homepage">comments powered by Disqus.</a></noscript>
- {lang:Blog comments powered by Disqus 2}
- {/block:Permalink}
- {/block:IfDisqusShortname}
- {block:IfShowNotes}
- {PostNotes}
- {/block:IfShowNotes}
- </footer>
- {/block:IfShowFooterOnAudio}
- </article>
- {/block:Audio}
- {/block:Posts}
- </div>
- <footer id="footer">
- <nav>
- <span class="credits"><a href="http://nativecitizens.tumblr.com">Native Citizens</a> by: <a href="http://www.ronnywieckardt.nl">Ronny Wieckardt</a>. <a href="http://www.tumblr.com/theme/23972">Install for free</a>.</span>
- </nav>
- <a href="#top" id="top-link">Top of Page</a>
- </footer>
- </div>
- <script src="http://static.tumblr.com/qlf79cn/tGeleg9g0/masonry.js"></script>
- <script src="http://static.tumblr.com/qlf79cn/FlVlfsom2/jqueryscrollto.js"></script>
- <script src="http://static.tumblr.com/qlf79cn/fw0lfsoms/jquerytotop.js"></script>
- <!-- Disqus Integration -->
- <script type="text/javascript">
- {block:IfDisqusShortname}
- // Disqus vars
- var disqus_shortname = '{text:Disqus Shortname}';
- {block:Permalink}
- {block:Posts}
- {block:Date}
- var disqus_url = '{Permalink}';
- var disqus_title = '{block:PostTitle}{PlaintextPostTitle}{/block:PostTitle}';
- var disqus_identifier = '{PlaintextPostID}';
- {/block:Date}
- {/block:Posts}
- {/block:Permalink}
- {/block:IfDisqusShortname}
- </script>
- {block:IfDisqusShortname}
- {block:Permalink}
- {block:Posts}
- {block:Date}
- <script src="//{text:Disqus Shortname}.disqus.com/embed.js"></script>
- {/block:Date}
- {/block:Posts}
- {/block:Permalink}
- <script src="//{text:Disqus Shortname}.disqus.com/count.js"></script>
- {/block:IfDisqusShortname}
- <!-- / Disqus Integration -->
- <script type="text/javascript">
- $(window).load(function () {
- // Grid
- var $wall = $('#posts');
- $wall.masonry({
- columnWidth: 84,
- itemSelector: '.post:visible'
- });
- $('#top-link').topLink({
- min: 400,
- fadeSpeed: 500
- });
- //smoothscroll
- $('#top-link').click(function(e) {
- e.preventDefault();
- $.scrollTo(0,300);
- });
- //header height fix
- var $h = $('#brand').height();
- var $m = 30;
- $('#posts').css("margin-top",$h + $m);
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement