Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- TOMKIRK.TUMBLR.COM
- ------------------
- THEME #OO9
- -->
- <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:Background" content="#fcfcfc"/>
- <meta name="color:Text" content="#696969"/>
- <meta name="color:Link" content="#c7c7c7"/>
- <meta name="color:Link Hover" content="#d8fc7f"/>
- <meta name="color:Link Hover Shadow" content="#f7f7f7"/>
- <meta name="color:Border" content="#e8e8e8"/>
- <meta name="color:Ask Background" content="#f7f7f7"/>
- <meta name="color:Ask Text" content="#696969"/>
- <meta name="color:Post Title" content="#d8fc7f"/>
- <meta name="color:Header Title" content="#fdfdfd"/>
- <meta name="color:Tooltip Background" content="#ffffff"/>
- <meta name="color:Tooltip Text" content="#696969"/>
- <!--Images-->
- <meta name="image:Header" content""/>
- <!--Options-->
- <meta name="if:Stretch Header Img" content=""/>
- <meta name="if:Lazy Load" content=""/>
- <meta name="if:Infinite Scrolling" content=""/>
- <meta name="if:Captions" content=""/>
- <meta name="if:Tiny Cursor" content=""/>
- <meta name="if:Faded Images" content=""/>
- <meta name="if:Inverted Images" content=""/>
- <!--Links-->
- <meta name="text:Header Title" content="/"/>
- <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=""/>
- <script type="text/javascript" language="javascript" src="http://assets.tumblr.com/javascript/tumblelog.js?7"></script>
- <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
- {block:ifInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifInfiniteScrolling}
- {block:Description}
- <meta name="description" content="{MetaDescription}" />{/block:Description}
- <title>
- {block:PostSummary}
- {PostSummary} - {/block:PostSummary}{Title}</title>
- </style>
- <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}
- iframe#tumblr_controls {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;}
- body{background-color: {color:Background};font-family:consolas;font-size:10px;line-height:12px;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.6s linear;-moz-transition: all 0.6s linear;transition: all 0.6s 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}text-shadow: 1px 1px 1px {color:Link Hover Shadow};}
- #container {margin:auto;padding:5px;padding-top:160px;padding-bottom:30px;{block:IndexPage}width:400px;{/block:IndexPage}{block:PermalinkPage}width:470px;{/block:PermalinkPage}}
- #topper{position:fixed;margin-top:-180px;height:175px;background:white;background-image:url({image:Header});{block:ifStretchHeaderImg}background-size:100% 100%;{/block:ifStretchHeaderImg}border-bottom:20px solid {color:Border};{block:IndexPage}width:520px;margin-left:-60px;{/block:IndexPage}{block:PermalinkPage}width:750px;margin-left:-125px;{/block:PermalinkPage}z-index:4;}
- #entry {margin-top:40px;margin-left:10px;padding:16px;background:white;border:1px solid {color:Border};{block:IndexPage}width:250px;margin-left:-60px;{/block:IndexPage}{block:PermalinkPage}width:500px;margin-left:-125px;{/block:PermalinkPage}overflow:hidden;}
- #entry img{{block:IndexPage}max-width:250px;{/block:IndexPage}{block:PermalinkPage}max-width:500px;{/block:PermalinkPage}}
- #entry .permalink{background:white;width:250px;text-align:center;position:absolute;opacity:0;margin-top:0px;margin-left:0px;color:{color:Link};-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear;}
- #entry:hover .permalink{opacity:1;margin-top:-14px;}
- .permalink a{font-size:8px;padding-right:5px;text-transform:uppercase;}
- #side {position:fixed;width:170px;padding-left:10px;margin-top:40px;{block:IndexPage}margin-left:280px;{/block:IndexPage}{block:PermalinkPage}margin-left:445px;{/block:PermalinkPage}border-left:1px solid {color:Border};}
- .navigate {margin-top:2px;margin-left:-28px;width:10px;position:fixed;padding-right:8px;}
- .navigate a{padding-right:7px;line-height:17px;}
- .navigate a:hover{background:transparent;}
- .navi{margin-top:3px;}
- .navi a{display:block;font-size:9px;text-transform:uppercase;letter-spacing:1px;margin-left:-10px;padding-top:4px;padding-bottom:3px;padding-left:10px;border-bottom:1px solid {color:Border};-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;}
- .navi a:hover{color:{color:Link};background:{color:Link Hover};}
- #ask {padding:7px;line-height:14px;background:{color:Ask Background};color:{color:Ask Text};}
- .askername{font-size:11px;line-height:11px;letter-spacing:1px;text-transform:uppercase;color:{color:Link};font-weight:bold;}
- .pt{font-size:17px;line-height:20px;font-weight:bold;text-transform:uppercase;margin-bottom:-4px;padding:5px;background:{color:Post Title};}
- .pt a{color:{color:Text};}
- .pt a:hover{color:{color:Link Hover};text-shadow: 0px 0px 0px {color:Link Hover Shadow};}
- .bt{font-size:18px;line-height:20px;font-weight:bold;text-transform:uppercase;text-shadow: 1px 1px 1px {color:Link Hover Shadow};}
- .bt a:hover{background:transparent;color:{color:Text};}
- .ht {position:absolute;bottom:0;padding:5px;padding-left:7px;padding-right:7px;font-size:40px;line-height:40px;font-weight:bold;text-transform:uppercase;}
- .ht a{color:{color:Header Title};text-shadow: 1px 1px 1px {color:Link Hover};}
- .ht a:hover{color:{color:Link Hover};text-shadow: 1px 1px 1px {color:Link Hover Shadow};}
- .source{margin-top:9px;margin-bottom:5px;}
- blockquote{padding-left:5px;margin-left:14px;margin-top:-4px;border-left:2px solid {color:Border};}
- .ol, ul {margin-left:30px;padding:5px;}
- .ul {list-style-type:circle;}
- .chat .line{padding: 2px;}
- .chat .line .odd{padding:2px;color:{color:Ask Text};background:{color:Ask Background};}
- .label {font-weight:bold;}
- .audiop{background:black;padding:10px;}
- .audioplayer {position:absolute;width:85px;margin-top:-53px;margin-left:100px;overflow:hidden;}
- .notes img{width:10px; position:left;top:3px;-webkit-border-radius: 10px;
- -moz-border-radius: 10px; border-radius: 10px;}
- .notes ul {list-style-type:none;margin-left:-30px;padding:5px;text-align:left;border-bottom:1px solid {color:Border};}
- #pgs{position:absolute;bottom:0;right:0;padding-right:5px;text-align:center;font-size:19px;line-height:11px;text-transform:uppercase;color:red;}
- #pgs a{display:block;color:{color:Header Title};text-shadow: 1px 1px 1px {color:Link Hover};}
- #pgs a:hover{color:{color:Link Hover};text-shadow: 1px 1px 1px {color:Link Hover Shadow};}
- #dhtmltooltip{position:Absolute;font-family:calibri;width:auto;padding-bottom:2px;padding-left:3px;padding-right:3px;visibility: hidden;font-family:calibri;font-size:8px;line-height:10px;letter-spacing:1px;text-transform:uppercase;background:{color:Tooltip Background};z-index: 100; -moz-box-shadow:1px 1px 2px 1px {color:Text Shadow};-webkit-box-shadow:1px 1px 2px 1px {color:Text Shadow};box-shadow:1px 1px 2px 1px {color:Text Shadow};{block:ifTinyCursor}margin-left:70px;margin-top:-7px;{/block:ifTinyCursor}{block:ifNotTinyCursor}margin-left:70px;margin-top:8px;{/block:ifNotTinyCursor}}
- {CustomCSS}
- </style>
- <div id="dhtmltooltip"></div>
- <script type="text/javascript">
- var offsetxpoint=-60 //Customize x offset of tooltip
- var offsetypoint=20 //Customize y offset of tooltip
- var ie=document.all
- var ns6=document.getElementById && !document.all
- var enabletip=false
- if (ie||ns6)
- var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
- function ietruebody(){
- return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
- }
- function ddrivetip(thetext, thecolor, thewidth){
- if (ns6||ie){
- if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
- if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
- tipobj.innerHTML=thetext
- enabletip=true
- return false
- }
- }
- function positiontip(e){
- if (enabletip){
- var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
- var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
- var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
- var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20
- var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
- if (rightedge<tipobj.offsetWidth)
- tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
- else if (curX<leftedge)
- tipobj.style.left="1px"
- else
- tipobj.style.left=curX+offsetxpoint+"px"
- if (bottomedge<tipobj.offsetHeight)
- tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
- else
- tipobj.style.top=curY+offsetypoint+"px"
- tipobj.style.visibility="visible"
- }
- }
- function hideddrivetip(){
- if (ns6||ie){
- enabletip=false
- tipobj.style.visibility="hidden"
- tipobj.style.left="-1000px"
- tipobj.style.backgroundColor=''
- tipobj.style.width=''
- }
- }
- document.onmousemove=positiontip
- </script>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
- {block:ifLazyLoad}
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- {/block:ifLazyLoad}
- </head>
- <body>
- <div id="container">
- <div id="topper"><div class="ht"><a href="/">{text:Header Title}</a></div>
- {block:ifNotInfiniteScrolling}
- <div id="pgs">
- {block:Pagination}
- {block:PreviousPage} <a href="{PreviousPage}">←</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:ifNotInfiniteScrolling}
- </div>
- <div id="side">
- <div class="navigate">
- <a href ="/" onmouseover = "ddrivetip ('home')";
- onmouseout = "hideddrivetip ()"><img src="http://media.tumblr.com/89ec7d039837e7845a62f9b72b695cdc/tumblr_inline_mnnl83MayN1qz4rgp.png"></a>
- <a href ="/ask" onmouseover = "ddrivetip ('message')";
- onmouseout = "hideddrivetip ()"><img src="http://media.tumblr.com/f99c9db620f7e20c02351b48d7146e07/tumblr_inline_mnnl89a5N41qz4rgp.png"></a>
- <a href ="/submit" onmouseover = "ddrivetip ('submit')";
- onmouseout = "hideddrivetip ()"><img src="http://media.tumblr.com/6384f8cc13d3d93cda01ad95e3c366ee/tumblr_inline_mnnl8mK6uV1qz4rgp.png"></a>
- <a href ="/archive" onmouseover = "ddrivetip ('archive')";
- onmouseout = "hideddrivetip ()"><img src="http://media.tumblr.com/50dfc2fead41b972ecb29f4dc18caade/tumblr_inline_mnnl9i3uVy1qz4rgp.png"></a>
- <a href ="http://tomkirk.tumblr.com/" onmouseover = "ddrivetip ('theme')";
- onmouseout = "hideddrivetip ()"><img src="http://media.tumblr.com/801030d3b1908754818fc9c77a5485e7/tumblr_inline_mnnl9pb9qI1qz4rgp.png"></a>
- </div>
- <div class="bt"><a href="/">{Title}</a></div>
- {Description}
- <div class="navi">
- <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
- <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
- <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
- <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
- </div>
- </center>
- </div>
- {block:Posts}
- <div id="entry">
- {block:IndexPage}
- <div class="permalink">
- <a href ="{Permalink}">{TimeAgo}</a>
- <a href ="{Permalink}">{NoteCountWithLabel}</a>
- <a href ="{ReblogURL}" target="_blank">reblog?</a>
- </div>
- {/block:IndexPage}
- {block:Answer}
- <div id="ask">
- <div class="askername">{Asker} asked:</div>
- {Question}
- </div>
- {Answer}
- {/block:Answer}
- {block:Text}
- {block:Title}
- <div class="pt">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div class="pt"><a href="{URL}">{Name} »</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Photo}
- {LinkOpenTag}
- <div id="pic">
- <a href="{permalink}">
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>
- </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: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:Photoset}
- {block:Quote}
- <div class="pt">"{Quote}"</div>
- {block:Source}
- <div class="source"><i> - {Source}</i></div>
- {/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}
- <div class="pt">{Title}</div>
- {/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:Chat}
- {block:Audio}
- <div class="audiop">
- {block:AlbumArt}
- <img src="{AlbumArtURL}" width="70px;" style="position:absolute;margin:5px;z-index:1;">
- {/block:AlbumArt}
- <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" width="70px;" style="position:relative;margin:5px;">
- {block:AudioPlayer}
- <div class="audioplayer">
- {AudioPlayerBlack}
- </div>
- </div>
- {/block:AudioPlayer}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- <div class="photo">{Video-500}</div>
- {block:ifCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifCaptions}
- {block:ifNotCaptions}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:ifNotCaptions}
- {/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}
- </div>
- {/block:Posts}
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement