- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <title>{Title}</title>
- <!--
- Designed by insprd for HTML5 & webkit
- www.insprd.nu
- -->
- <!-- DEFAULT APPEARANCE -->
- <meta name="if:Enable Author" content="1"/>
- <meta name="if:Enable Note Count" content="1"/>
- <meta name="if:Enable Tags" content="1"/>
- <meta name="font:Body" content="Inconsolata, Menlo, Monaco, monospace"/>
- <meta name="font:Title" content="Inconsolata, Menlo, Monaco, monospace"/>
- <meta name="text:Font Size" content="12px"/>
- <meta name="text:Title Size" content="12px"/>
- <meta name="text:Twitter Username" content="insprd"/>
- <link href="http://static.tumblr.com/ogeggkb/FIHlog1dn/bench.css" media="screen" rel="stylesheet" type="text/css" />
- <link href="http://fonts.googleapis.com/css?family=Inconsolata" media="screen" rel="stylesheet" type="text/css" />
- {block:IndexPage}
- <script src="http://static.tumblr.com/ogeggkb/aWsln5cn6/bench.js" type="text/javascript"></script>
- <script type="text/javascript">$(window).load(function () {$('#posts').masonry(),$('.masonryWrap').infinitescroll
- ({navSelector : "#nav",},function() { $('#posts').masonry({ appendedContent: $(this) }); });});</script>
- {/block:IndexPage}
- <style type="text/css">
- .masonry,.masonry .masonry-brick{
- -webkit-transition-duration:0.3s;
- -moz-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- transition-duration:0.3s;
- -webkit-transition-easing:ease-out;
- -moz-transition-easing:ease-out;
- -o-transition-easing:ease-out;
- transition-easing:ease-out
- }
- .masonry{
- -webkit-transition-property:height, width;
- -moz-transition-property:height, width;
- -o-transition-property:height, width;
- transition-property:height, width}
- .masonry .masonry-brick{
- -webkit-transition-property:left, right, top;
- -moz-transition-property:left, right, top;
- -o-transition-property:left, right, top;
- transition-property:left, right, top
- }
- .clearfix:after{
- content:'.';
- display:block;
- height:0;
- clear:both;
- visibility:hidden
- }
- {block:PermalinkPage}
- .avatar {display: none;}
- {/block:PermalinkPage}
- img,.image,.resource,.meta{display:block}
- .images{margin-top:30px;margin-bottom:30px}
- .image{
- float:left;
- margin:0 30px 30px 0;
- position:relative;
- list-style:none;
- background:#eee
- }
- .text {
- float:left;
- margin:0 30px 30px 0;
- position:relative;
- list-style:none;
- background: #fff; }
- .image.original{
- margin-right:auto;
- display:inline
- }
- .image .meta{
- position:absolute;
- top:5px;
- left:5px;
- right:5px;
- bottom:5px;
- padding:15px;
- background:black;
- display:none
- }
- .image .meta,.image .meta *{color:#fff; cursor: pointer;}
- .image .meta .source{display:block}
- .image .meta a{border:none;color:white}
- .caption {float:left; margin-left:15px; width: 480px; }
- .image:hover .meta{display:block}
- .images.original{width:100%;clear:both}
- *{font-size:inherit;line-height:inherit;font-weight:inherit;font-style:inherit;margin:0;padding:0;color:black;list-
- style:none}
- body{
- font-size:{text:Font Size};
- line-height:16px;
- letter-spacing:1px;
- display:block;
- font-family:{font:Body};
- padding:16px 32px 96px;
- background:url("http://static.tumblr.com/ogeggkb/F8Nln5dba/grid.png") 46px 0;
- }
- header{margin-top:48px;margin-bottom:96px}
- header h1{display:block;float:left;width:390px}
- header nav{float:left}header ul{display:block}
- header li{display:inline}
- header li:after{content:' /'}
- header li:last-child:after{content:''}
- header a,header a:hover{border:none}
- header a:hover {color:#999}
- h1,h2 span{display:block;text-indent:130px}
- h2 span{width:480px}
- h3 span{display:block}
- h1:after,h2 span:after,h3 span:after{content:'—';display:block}
- header,content{display:block}
- a{text-decoration:none;border-bottom:1px solid black}
- a:hover{border-bottom-style:dotted}
- h2 a{border:none}
- h2 a:hover{border-bottom-width:1px}
- p{margin-bottom:8px}
- .no-margin{margin-bottom:0}
- content nav{margin-top:16px;text-align:center}
- a[target='_blank']:after{content:'\2192';padding-left:5px}
- #pages_controller h2,#pages_controller h3,#pages_controller p{margin-bottom:16px}
- #pages_controller h3{text-indent:130px;margin-top:32px}
- #pages_controller content{width:780px}
- {CustomCSS}
- </style>
- </head>
- <body class="clearfix" id="images_controller">
- <div class="clearfix" id="page">
- <header class="clearfix">
- <h1><a href="/" style="font-size:{text:Title Size}; font-family:{font:Title};">{Title}</a></h1>
- <nav class="clearfix">
- <ul class="clearfix">
- <li><a href="/">Latest</a></li>
- <li><a href="/archive">Archive</a></li>
- <li><a href="/random">Random</a></li>
- </ul>
- <ul class="clearfix">
- <li><a href="/rss">RSS Feed</a></li>
- <li><a href="http://twitter.com/{text:Twitter Username}">@{text:Twitter Username}</a></li>
- {block:HasPages}
- {block:Pages}
- <li><a href="{URL}">{Label}</a></li>
- {/block:Pages}
- {/block:HasPages}
- {block:SubmissionsEnabled}
- <li><a href="/submit">{SubmitLabel}</a></li>
- {/block:SubmissionsEnabled}
- {block:AskEnabled}
- <li><a href="/ask">{AskLabel}</a></li>
- {/block:AskEnabled}
- </ul>
- <div id="meta">
- {Description}
- </div>
- </nav>
- </header>
- <content class="clearfix">
- <h2>
- <span><a href="/">Content</a></span>
- </h2>
- <ul class="images clearfix infinitescroll" id="posts">
- {block:Posts}
- {block:IndexPage}
- {block:Photo}
- <li class="image">
- <a href="{Permalink}">
- <div class="resource">
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="360"
- onclick="location.href='{Permalink}';" style="cursor: pointer" />
- </div>
- {block:Caption}
- <div class="meta" onclick="location.href='{Permalink}';">
- <h3>
- <span>{Caption}</span>
- </h3>
- </div>
- {/block:Caption}
- </a>
- </li>
- {/block:Photo}
- {block:Audio}
- <li class="image">
- <div class="resource" style="width: 360px; height: 130px;">
- <h1 style="padding-top: 10px;">Audio</h1>
- <div style="padding: 10px;">
- <h3>
- <span>{Caption}</span>
- </h3>
- </div>
- </div>
- {block:Caption}
- <div class="meta" onclick="location.href='{Permalink}';">
- <h3>
- <span>{Caption}</span>
- </h3>
- </div>
- {/block:Caption}
- </li>
- {/block:Audio}
- {block:Video}
- <li class="image">
- <a href="{Permalink}">
- <div class="resource" style="width: 360px; height: auto;">
- <h1 style="padding-top: 10px;">Video</h1>
- <div style="padding: 10px;">
- <h3>
- <span>{Caption}</span>
- </h3>
- </div>
- </div>
- <div class="meta" onclick="location.href='{Permalink}';">
- <h3>
- <span>{Caption}</span>
- </h3>
- </div>
- </a>
- </li>
- {/block:Video}
- {block:Text}
- <li class="image">
- <a href="{Permalink}">
- <div class="resource" style="width: 360px; height: auto;">
- {block:Title}
- <h1 style="padding-top: 10px;">{Title}</h1>
- {/block:Title}
- <div style="padding: 10px;">
- {body}
- </div>
- </div>
- <div class="meta" style="overflow: hidden;" onclick="location.href='{Permalink}';">
- <h3>
- <span>{Body}</span>
- </h3>
- </div>
- </a>
- </li>
- {/block:Text}
- {block:Chat}
- <li class="image">
- <div class="resource" style="width: 360px; height: auto;">
- {block:Title}
- <h1 style="padding-top: 10px;"><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- <ul class="chat" style="padding: 10px;">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>
- <div class="meta" style="overflow: hidden;" onclick="location.href='{Permalink}';">
- <h3>
- <span>{Title}</span>
- </h3>
- </div>
- </li>
- {/block:Chat}
- {block:Link}
- <li class="image">
- <div class="resource" style="width: 360px; height: auto;">
- <h1 style="padding-top: 10px;">
- <a href="{URL}" class="link" {Target}>{Name}</a>
- </h1>
- {block:Description}
- <div style="padding: 10px;">
- {Description}
- </div>
- {/block:Description}
- </div>
- <div class="meta" style="overflow: hidden;" onclick="location.href='{URL}';">
- <h3>
- <span>{Name}</span>
- </h3>
- </div>
- </li>
- {/block:Link}
- {block:Quote}
- <li class="image">
- <a href="{Permalink}">
- <div class="resource" style="width: 360px; height: auto;">
- <h1 style="padding-top: 10px;">{Source}</h1>
- <div style="padding: 10px;">
- {block:Source}
- <div class="source">"{Quote}"</div>
- {/block:Source}
- </div>
- <div class="meta" style="overflow: hidden;" onclick="location.href='{Permalink}';">
- <h3>
- <span>{Source}</span>
- </h3>
- </div>
- </a>
- </li>
- {/block:Quote}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Photo}
- <li class="image">
- <div class="resource">
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="480" /></a>
- </div>
- </li>
- {block:Caption}
- <div class="caption">
- <h3>
- <span>{Caption}</span>
- </h3>
- {/block:Caption}
- {/block:Photo}
- {block:Video}
- <li class="image">
- <div class="resource">
- {Video-500}
- </div>
- </li>
- {block:Caption}
- <div class="caption">
- <h3>
- <span>{Caption}</span>
- </h3>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- <li class="image">
- <div class="resource">
- {AudioPlayerBlack}
- </div>
- </li>
- {block:Caption}
- <div class="caption">
- <h3>
- <span>{Caption}</span>
- </h3>
- {/block:Caption}
- {/block:Audio}
- {block:Text}
- <li class="text" style="background: transparent;">
- <div class="resource" style="width: 360px; height: auto;">
- {block:Title}
- <h1 style="margin-top: -5px;">{Title}</h1>
- {/block:Title}
- </div>
- </li>
- <div class="caption" style="margin-left: 5px;">
- <h3>
- <span>{Body}</span>
- </h3>
- {/block:Text}
- {block:Quote}
- <li class="image">
- <div class="resource" style="width: 480px; height: auto;">
- <h1 style="padding-top: 10px;">{Source}</h1>
- <div style="padding: 10px;">
- {block:Source}
- <div class="source">"{Quote}"</div>
- {/block:Source}
- </div>
- </li>
- {/block:Quote}
- {block:Chat}
- <li class="text" style="background: transparent;">
- <div class="resource" style="width: 360px; height: auto;">
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- </div>
- </li>
- <div class="caption" style="margin-left: 5px;">
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Date}
- <div class="post-date">
- <p>Posted on<br/>
- <span>{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} {Year}</span></p>
- </div>
- {block:IfEnableTags}
- {block:HasTags}
- <div class="post-tags">
- <p>Tagged as:</p>
- <p>{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p>
- </div>
- {/block:HasTags}
- {/block:IfEnableTags}
- {block:IfEnableNoteCount}
- {block:NoteCount}
- <div class="post-notes">
- <p>This post has<br/>
- <span>{NoteCountWithLabel}</span></p>
- </div>
- {/block:NoteCount}
- {/block:IfEnableNoteCount}
- {block:IfEnableAuthor}
- {block:GroupMembers}
- <div class="post-author">
- <p>Posted by<br/>
- <a href="{PostAuthorURL}">{PostAuthorName}</a></p>
- </div>
- {/block:GroupMembers}
- {/block:IfEnableAuthor}
- {/block:Date}
- {block:RebloggedFrom}
- <div class="post-reblogged">Reblogged via <br/>
- <a href="{ReblogParentURL}">
- {ReblogParentName}</a></div>
- {/block:RebloggedFrom}
- {block:PostNotes}
- <div id="notes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {block:Chat}
- </div>
- {/block:Chat}
- {block:Text}
- </div>
- {/block:Text}
- {block:Video}
- {block:Caption}
- </div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- {block:Caption}
- </div>
- {/block:Caption}
- {/block:Audio}
- {block:Photo}
- {block:Caption}
- </div>
- {/block:Caption}
- {/block:Photo}
- {/block:PermalinkPage}
- {/block:Posts}
- </ul>
- <nav class="work">
- {block:Pagination}
- <span class="last">
- {block:PreviousPage}
- <a href="{PreviousPage}">« Previous</a>
- {/block:PreviousPage}
- </span>
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="page current current_page">
- {PageNumber}
- </span>
- {/block:CurrentPage}
- {block:JumpPage}
- <span class="page">
- <a class="jump_page" href="{URL}" rel="next">{PageNumber}</a>
- </span>
- {/block:JumpPage}
- {/block:JumpPagination}
- <span class="page gap">...</span>
- <span class="next">
- {block:NextPage}
- <a href="{NextPage}" rel="next">Next ›</a>
- {block:NextPage}
- </span>
- {/block:Pagination}
- </nav>
- </content>
- </body>
- </html>