Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- TOMKIRK.TUMBLR.COM
- ------------------
- #004
- UPDATED 5/25/13
- -->
- <html>
- <!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">
- <head>
- <!--Default Variables-->
- <!--Colors-->
- <meta name="color:Ask Background" content="#f7f7f7"/>
- <meta name="color:Ask Text" content="#696969"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Blog Title" content="#cae9ec"/>
- <meta name="color:Border" content="#e8e8e8"/>
- <meta name="color:Link" content="#cae9ec"/>
- <meta name="color:Link Hover" content="#d2f28d"/>
- <meta name="color:Scrollbar" content="#cae9ec"/>
- <meta name="color:Sidelinks Text" content="#bbc2c2"/>
- <meta name="color:Text" content="#696969"/>
- <!--Images-->
- <meta name="image:Background" content""/>
- <!--Options-->
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:Faded Images" content=""/>
- <meta name="if:Inverted Images" content=""/>
- <meta name="if:Captions" content=""/>
- <meta name="if:Tiny Cursor" content=""/>
- <!--Links-->
- <meta name="text:Link 1 URL" content="/"/>
- <meta name="text:Link 1 name" content=""/>
- <meta name="text:Link 2 URL" content="/"/>
- <meta name="text:Link 2 name" content=""/>
- <meta name="text:Link 3 URL" content="/"/>
- <meta name="text:Link 3 name" content=""/>
- <meta name="text:Link 4 URL" content="/"/>
- <meta name="text:Link 4 name" content=""/>
- <meta name="text:Link 5 URL" content="/"/>
- <meta name="text:Link 5 name" content=""/>
- <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta charset="utf-8">
- <meta name="viewport" content="initial-scale=1.0, width=device-width" />
- <title>{block:TagPage}{Tag} posts - {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
- <style type="text/css">
- {block:ifInvertedImages}img{
- opacity: 1;
- filter:alpha(opacity=10);
- -moz-opacity: 0.1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- {/block:ifInvertedImages}
- {block:ifInvertedImages} img:hover{
- opacity: .8;
- filter:alpha(opacity=100);
- -moz-opacity: 1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- {/block:ifInvertedImages}
- {block:ifFadedImages}img{
- opacity: .8;
- filter:alpha(opacity=10);
- -moz-opacity: 0.1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- {/block:ifFadedImages}
- {block:ifFadedImages} img:hover{
- opacity: 1;
- filter:alpha(opacity=100);
- -moz-opacity: 1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- {/block:ifFadedImages}
- {block:ifInvertedImages}.photo {
- opacity: 1;
- filter:alpha(opacity=10);
- -moz-opacity: 0.1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- {/block:ifInvertedImages}
- {block:ifInvertedImages}.photo:hover{
- opacity: .8;
- filter:alpha(opacity=100);
- -moz-opacity: 1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- {/block:ifInvertedImages}
- {block:ifFadedImages}.photo {
- opacity: .8;
- filter:alpha(opacity=10);
- -moz-opacity: 0.1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- {/block:ifFadedImages}
- {block:ifFadedImages}.photo:hover{
- opacity: 1;
- filter:alpha(opacity=100);
- -moz-opacity: 1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- {/block:ifFadedImages}
- .photo{overflow:hidden;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
- iframe#tumblr_controls {-webkit-filter:invert(100%);right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- ::-webkit-scrollbar {width:10px; height:10px; background: {color:Background};}
- ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
- body{background-color: {color:Background};background-image: url({image:Background});background-attachment: fixed;background-repeat: repeat;background-position: center;font-family:calibri;font-size:10px;line-height:13px;color:{color:Text};{block:ifTinyCursor}cursor:url(http://media.tumblr.com/ce840a860eb300b74a147c674f72e2a8/tumblr_inline_mkuqxnN3G71qz4rgp.png), progress; {/block:ifTinyCursor}}
- a:link, a:active, a:visited{color: {color:Link};text-decoration:none;-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;}
- a:hover{
- text-decoration:none;
- color:{color:Link Hover};
- {block:ifTinyCursor}
- cursor:url(http://media.tumblr.com/ce840a860eb300b74a147c674f72e2a8/tumblr_inline_mkuqxnN3G71qz4rgp.png), progress;
- {/block:ifTinyCursor}
- {block:ifNotTinyCursor}
- cursor:help;
- {/block:ifNotTinyCursor}}
- @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
- #pic img{display:block;}
- #container {margin:auto;width:760px;}
- #content{margin-left:60px;width:600px;}
- article {{block:IndexPage}width:250px;margin:15px;{/block:IndexPage}{block:PermalinkPage}width:500px;margin-left:35px;{block:PermalinkPage}padding:5px;}
- article img{{block:IndexPage}max-width:250px;{/block:IndexPage}{block:PermalinkPage}max-width:500px;{/block:PermalinkPage}}
- article .permalink{opacity:0;width:250px;text-align:right;margin-top:5px;position:absolute;font-family: "littlefont";font-size:8px;line-height:8px;text-transform:uppercase;color:{color:Link};-webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; transition: all 0.6s linear;z-index:1;}
- article:hover .permalink{opacity:.9;}
- #side {position:relative;padding:7px;margin-top:50px;{block:IndexPage}margin-left:75px;width:538px;{/block:IndexPage}{block:PermalinkPage}margin-left:84px;width:498px;{/block:PermalinkPage}text-align:center;}
- #side .navigate{opacity:1;{block:IndexPage}width:538px;{/block:IndexPage}{block:PermalinkPage}width:498px;{/block:PermalinkPage}text-align:center;margin-top:5px;position:absolute;font-family: "littlefont";font-size:8px;line-height:8px;text-transform:uppercase;color:{color:Link};-webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; transition: all 0.6s linear;z-index:1;}
- #side:hover .navigate{opacity:1;}
- .navigate a{margin-left:10px;border-bottom:1px solid transparent;}
- .navigate a:hover{border-bottom:1px solid {color:Border};}
- article:hover .permalink{opacity:.9;}
- article .permalinkk{opacity:1;margin-top:4px;margin-right:5px;font-family: "littlefont";text-align:right;font-size:8px;line-height:11px;text-transform:uppercase;color:{color:Link};-webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; transition: all 0.6s linear;z-index:999;}
- article:hover .permalinkk{opacity:1;}
- #ask {padding:10px;background:{color:Ask Background};color:{color:Ask Text};}
- .askername{text-transform:uppercase;font-size:10px;letter-spacing:2px;font-weight:bold;}
- .p{font-size:16px;line-height:17px;font-weight:normal;text-transform:uppercase;}
- @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
- .b{font-family: "cedarcursive";font-size:40px;line-height:0px;margin-top:5px;font-weight:normal;text-transform:lowercase;color:{color:Blog Title};}
- blockquote{padding-left:5px;margin-left:23px;border-left:4px solid {color:Border};}
- .p { padding-top: 5px; }
- .ol, ul { margin-left: 30px; padding: 5px; }
- .ul { list-style-type: square; }
- .chat .line{padding: 2px;}
- .chat .line .odd{padding:2px;{color:Ask Text};background:{color:Ask Background};}
- .label {font-weight:bold;}
- .audioplayer {margin-top:5px;}
- .notes img{width:10px; position:left;top:3px;-webkit-border-radius: 10px;
- -moz-border-radius: 10px; border-radius: 10px;}
- .notes li {list-style-type:none;margin-left:-30px;padding:5px;text-align:left;}
- .pagination{margin-left:20px;margin-top:10px;text-transform:uppercase;letter-spacing:1px;font-size:8px;}
- #z{position:fixed;bottom:0;right:0;padding:15px;}
- #z .y{position:absolute;margin-top:-7px;margin-left:-10px;opacity:0;font-family:calibri;font-size:10px;text-transform:uppercase;-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;-webkit-transform: scale(.10);}
- #z:hover .y{opacity:1;-webkit-transform: scale(1.0);margin-left:-10px;margin-top:-11px;}
- #z .x{font-size:23px;-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;}
- #z:hover .x{opacity:0;-webkit-transform: scale(.10);}
- {CustomCSS}
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
- </head>
- <body>
- <div id="container">
- <div id="z"><div class="x">▲</div>
- <div class="y"><a href="http://tomkirk.tumblr.com/">tomkirk</a></div>
- </div>
- <div id="side">
- <div class="b">{Title}</div>
- {Description}
- <div class="navigate">
- {block:ifLink1name}
- <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
- {/block:ifLink1name}
- {block:ifLink2name}
- <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
- {/block:ifLink2name}
- {block:ifLink3name}
- <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
- {/block:ifLink3name}
- {block:ifLink4name}
- <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
- {/block:ifLink4name}
- {block:ifLink5name}
- <a href="{text:Link 5 URL}">{text:Link 5 name}</a>
- {/block:ifLink5name}
- </div>
- </div><br>
- <div id="content">
- {block:Posts}
- <article>
- {block:Answer}
- <div id="ask">
- <div class="askername">{Asker} asked:</div>
- {Question}
- </div>
- {Answer}
- {block:IndexPage}
- <div class="permalinkk">
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
- </div>
- {/block:IndexPage}
- {/block:Answer}
- {block:Text}
- {block:Title}<span class="p">{Title}</span>{/block:Title}
- {Body}
- {block:IndexPage}
- <div class="permalinkk">
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
- </div>
- {/block:IndexPage}
- {/block:Text}
- {block:Link}
- <span class="p"><a href="{URL}">{Name} »</a></span>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}
- <div class="permalinkk">
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
- </div>
- {/block:IndexPage}
- {/block:Link}
- {block:Photo}
- {LinkOpenTag}
- <div id="pic">
- <div class="ep">
- <a href="{permalink}">
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
- </div></div>
- {LinkCloseTag}
- {block:ifCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifCaptions}
- {block:ifNotCaptions}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:ifNotCaptions}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:ReblogParentURL}
- <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ReblogParentURL}
- {block:IndexPage}
- <div class="permalink">
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
- </div>
- {/block:IndexPage}
- {/block:Photo}
- {block:Photoset}
- <div class="photo">
- <center>
- {block:IndexPage}
- {Photoset-250}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {block:PermalinkPage}
- </center>
- </div>
- {block:ifCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifCaptions}
- {block:ifNotCaptions}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:ifNotCaptions}
- {block:IndexPage}
- <div class="permalink">
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
- </div>
- {/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- <span class="p">"{Quote}"</span>
- {block:Source}
- <i> - {Source}</i>
- {/block:Source}
- {block:IndexPage}
- <div class="permalinkk">
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
- </div>
- {/block:IndexPage}
- {/block:Quote}
- {block:Chat}
- {block:Title}<span class="posttitle">{Title}</span>{/block:Title}
- <div class="chat">
- {block:Lines}
- <div class="chat">
- <div class="line {Alt}">
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <b>{Label} </b>
- {/block:Label}
- {Line}
- </div>
- </div>
- </div>
- {/block:Lines}
- </div>
- {block:IndexPage}
- <div class="permalinkk">
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
- </div>
- {/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- <center>
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}
- <div class="audioetc">
- {block:AudioPlayer}
- <div class="audioplayer">
- {AudioPlayerWhite}
- </div>
- </div>
- {/block:AudioPlayer}
- </center>
- {block:Caption}{Caption}{/block:Caption}
- {block:IndexPage}
- <div class="permalinkk">
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
- </div>
- {/block:IndexPage}
- {/block:Audio}
- {block:Video}
- <div class="photo">
- <center>
- {block:IndexPage}
- {Video-250}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-500}
- {block:PermalinkPage}
- </center>
- </div>
- {block:ifCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifCaptions}
- {block:ifNotCaptions}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:ifNotCaptions}
- {block:IndexPage}
- <div class="permalink">
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
- </div>
- {/block:IndexPage}
- {/block:Video}
- {block:PermalinkPage}
- <div style="margin-top:5px;">
- {block:Date}
- <b>Posted:</b> {TimeAgo} on
- {ShortMonth} {DayofMonth},{Year} at
- {12Hour}:{Minutes} {CapitalAmPm}
- {/block:Date}
- {block:NoteCount}<br>
- <b>Notes:</b>
- {NoteCount}
- {/block:NoteCount}
- {block:HasTags}
- <br>
- <b>Tags:</b>
- {block:Tags}<a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>· (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
- </div>
- {/block:PermalinkPage}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </article>
- {/block:Posts}
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">{block:ifInfiniteScroll} {/block:ifInfiniteScroll}{block:ifNotInfiniteScroll}Previous Page{/block:ifNotInfiniteScroll}</a> /{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">{block:ifInfiniteScroll} {/block:ifInfiniteScroll}{block:ifNotInfiniteScroll}Next Page{block:ifNotInfiniteScroll}</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
- {block:ifInfiniteScroll}
- <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
- {/block:ifInfiniteScroll}
- <script>
- (function() {
- var $tumblelog = $('#content');
- {block:IfInfiniteScroll}
- $tumblelog.infinitescroll({
- navSelector : ".pagination",
- nextSelector : ".pagination a:first",
- itemSelector : "article",
- bufferPx : 50,
- done : "",
- loading: {
- finishedMsg: "<p> </p>",
- img : " ",
- msg: null,
- msgText: "<p> </p>"
- },
- },
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $tumblelog.masonry( 'appended', $newElems);
- });
- }
- );
- {/block:IfInfiniteScroll}
- $tumblelog.imagesLoaded( function(){
- $tumblelog.masonry({
- columnWidth: function( containerWidth ) {
- return containerWidth / 100;
- }
- });
- });
- })();
- </script>
- <script>
- var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
- (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
- g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
- s.parentNode.insertBefore(g,s)}(document,'script'));
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement