Advertisement
tomkirk

Overdue

May 25th, 2014
1,712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.13 KB | None | 0 0
  1. <!--
  2. [ T H E M E B Y ]
  3.  
  4. ○ ● ○
  5.  
  6. [ T O M K I R K ]
  7.  
  8.  
  9.  
  10. -->
  11. <html>
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  13. <html xmlns="http://www.w3.org/1999/xhtml">
  14. <head>
  15. <!--Default Variables-->
  16. <!--Colors-->
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Border" content="#e8e8e8"/>
  19. <meta name="color:Ask Background" content="#000000"/>
  20. <meta name="color:Ask Text" content="#ffffff"/>
  21. <meta name="color:Text" content="#000000"/>
  22. <meta name="color:Link" content="#ffa9a9"/>
  23. <meta name="color:Link Hover" content="#000000"/>
  24. <meta name="color:Bars" content="#000000"/>
  25. <meta name="color:Bars Text" content="#ffffff"/>
  26. <meta name="color:Scrollbar" content="#e8e8e8"/>
  27. <meta name="color:Sidelinks" content="#ffffff"/>
  28. <meta name="color:Tool Tip" content="#000000"/>
  29. <meta name="color:Tool Tip Text" content="#ffffff"/>
  30.  
  31. <!--Options-->
  32. <meta name="if:Faded Images" content=""/>
  33. <meta name="if:Inverted Images" content=""/>
  34. <meta name="if:Captions" content="1"/>
  35. <meta name="if:Tiny Cursor" content=""/>
  36. <meta name="if:Crosshair Cursor" content=""/>
  37. <meta name="if:Infinite Scrolling" content=""/>
  38. <meta name="if:Custom Scrollbar" content="1"/>
  39. <meta name="if:Full Bkg Img" content="1" />
  40.  
  41. <!--Images-->
  42. <meta name="image:Background" content""/>
  43.  
  44. <!--Links-->
  45. <meta name="text:Link 1 URL" content="/"/>
  46. <meta name="text:Link 1 name" content=""/>
  47. <meta name="text:Link 2 URL" content="/"/>
  48. <meta name="text:Link 2 name" content=""/>
  49. <meta name="text:Link 3 URL" content="/"/>
  50. <meta name="text:Link 3 name" content=""/>
  51. <meta name="text:Link 4 URL" content="/"/>
  52. <meta name="text:Link 4 name" content=""/>
  53. <meta name="text:Link 5 URL" content="/"/>
  54. <meta name="text:Link 5 name" content=""/>
  55.  
  56. <script type="text/javascript" language="javascript" src="http://assets.tumblr.com/javascript/tumblelog.js?7"></script>
  57.  
  58. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  59.  
  60. <script src="jquery.js"></script>
  61. <script>
  62. $(document).ready(function(){
  63. $("#click").click(function(){
  64. $("#guts").slideToggle("medium");
  65. });
  66. });
  67. </script>
  68.  
  69.  
  70. {block:ifInfiniteScrolling}
  71. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  72. {/block:ifInfiniteScrolling}
  73.  
  74. {block:Description}
  75. <meta name="description" content="{MetaDescription}" />{/block:Description}
  76. <title>
  77. {block:PostSummary}
  78. {PostSummary} - {/block:PostSummary}{Title}</title>
  79. </style>
  80.  
  81. <style type="text/css">
  82.  
  83. {block:ifInvertedImages}img{
  84. opacity: 1;
  85. filter:alpha(opacity=10);
  86. -moz-opacity: 0.1;
  87. -moz-transition: all .9s ease;
  88. -o-transition: all .9s ease;
  89. transition: all .9s ease;
  90. -webkit-transition: all .9s ease;}
  91. {/block:ifInvertedImages}
  92. {block:ifInvertedImages} img:hover{
  93. opacity: .8;
  94. filter:alpha(opacity=100);
  95. -moz-opacity: 1;
  96. -moz-transition: all .9s ease;
  97. -o-transition: all .9s ease;
  98. transition: all .9s ease;
  99. -webkit-transition: all .9s ease;}
  100. {/block:ifInvertedImages}
  101. {block:ifFadedImages}img{
  102. opacity: .8;
  103. filter:alpha(opacity=10);
  104. -moz-opacity: 0.1;
  105. -moz-transition: all .9s ease;
  106. -o-transition: all .9s ease;
  107. transition: all .9s ease;
  108. -webkit-transition: all .9s ease;}
  109. {/block:ifFadedImages}
  110. {block:ifFadedImages} img:hover{
  111. opacity: 1;
  112. filter:alpha(opacity=100);
  113. -moz-opacity: 1;
  114. -moz-transition: all .9s ease;
  115. -o-transition: all .9s ease;
  116. transition: all .9s ease;
  117. -webkit-transition: all .9s ease;}
  118. {/block:ifFadedImages}
  119. {block:ifInvertedImages}.photo {
  120. opacity: 1;
  121. filter:alpha(opacity=10);
  122. -moz-opacity: 0.1;
  123. -moz-transition: all .9s ease;
  124. -o-transition: all .9s ease;
  125. transition: all .9s ease;
  126. -webkit-transition: all .9s ease;}
  127. {/block:ifInvertedImages}
  128. {block:ifInvertedImages}.photo:hover{
  129. opacity: .8;
  130. filter:alpha(opacity=100);
  131. -moz-opacity: 1;
  132. -moz-transition: all .9s ease;
  133. -o-transition: all .9s ease;
  134. transition: all .9s ease;
  135. -webkit-transition: all .9s ease;}
  136. {/block:ifInvertedImages}
  137. {block:ifFadedImages}.photo {
  138. opacity: .8;
  139. filter:alpha(opacity=10);
  140. -moz-opacity: 0.1;
  141. -moz-transition: all .9s ease;
  142. -o-transition: all .9s ease;
  143. transition: all .9s ease;
  144. -webkit-transition: all .9s ease;}
  145. {/block:ifFadedImages}
  146. {block:ifFadedImages}.photo:hover{
  147. opacity: 1;
  148. filter:alpha(opacity=100);
  149. -moz-opacity: 1;
  150. -moz-transition: all .9s ease;
  151. -o-transition: all .9s ease;
  152. transition: all .9s ease;
  153. -webkit-transition: all .9s ease;}
  154. {/block:ifFadedImages}
  155. .photo{overflow:hidden;}
  156. iframe#tumblr_controls {-webkit-filter:invert(100%);right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  157. 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;}
  158. {block:ifCustomScrollbar}
  159. ::-webkit-scrollbar {width:16px; height:16px; background: {color:Background};}
  160. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar}; border-top:5px solid {color:Background};border-right:5px solid {color:Background};border-bottom:5px solid {color:Background};border-left:5px solid {color:Background};}
  161. {/block:ifCustomScrollbar}
  162. body{background-color: {color:Background};background-image:url({image:Background});background-attachment:fixed;background-repeat:repeat;background-position:center;font-family:helvetica;font-size:11px;line-height:14px;color:{color:Text};{block:ifTinyCursor}cursor:url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), progress;{/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}{block:ifFullBkgImg}background-size:100% 100%;{/block:ifFullBkgImg}}
  163. a:link, a:active, a:visited{color: {color:Link};text-decoration:none;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
  164. a:hover{color:{color:Link Hover};{block:ifTinyCursor}cursor:url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), progress;
  165. {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}}
  166. #guts,#click{padding:1px;display:inline-block;}
  167. #click{padding:8px 0 3px 0;}
  168. #click:hover{cursor:help;}
  169. #guts{display:none;padding:1px 10px 0px 10px;}
  170. #container {margin:auto;padding-bottom:10px;padding-left:50px;{block:IndexPage}width:500px;{/block:IndexPage}{block:PermalinkPage}width:450px;{/block:PermalinkPage}}
  171. #entry {margin-top:0px;margin-bottom:50px;{block:IndexPage}width:250px;border-left:1px solid {color:Border};border-bottom:1px solid {color:Border};padding-left:20px;padding-bottom:20px;margin-left:150px;{/block:IndexPage}{block:PermalinkPage}width:400px;{/block:PermalinkPage}}
  172. #entry img{max-width:100%;}
  173. #entry #permalink2 {position:absolute;width:140px;display:block;opacity:1;margin:0px 0px 0px -170px;text-align:left;z-index:1;}
  174. #entry:hover #permalink2{}
  175. #entry #permalink2 a{text-decoration:none;}
  176. #entry #permalink2 a:hover{text-decoration:underline;color:{color:Link};}
  177. #permalinkpage{position:relative;padding-top:5px;}
  178. #top{{block:IndexPage}width:480px;{/block:IndexPage}{block:PermalinkPage}width:430px;{/block:PermalinkPage}padding:20px 10px 20px 10px;margin-left:-25px;position:fixed;top:0;text-align:center;background:{color:Bars};color:{color:Bars Text};z-index:999999999999999999999999999;}
  179. #bottom{{block:IndexPage}width:500px;{/block:IndexPage}{block:PermalinkPage}width:450px;{/block:PermalinkPage}margin-left:-25px;position:fixed;bottom:0;text-align:justify;background:{color:Bars};color:{color:Bars Text};z-index:999999999999999999999999999;}
  180. #bottom a{color:{color:Bars Text};}
  181. #bottom a:hover{text-decoration:underline;}
  182. .navigate{margin-top:10px;margin-bottom:20px;}
  183. .navigate a{height:3px;display:inline-block;padding:1px 9px 8px 3px;margin-right:12px;margin-top:3px;background:{color:Sidelinks};border:1px solid {color:Sidelinks};}
  184. .navigate a:hover{background:Transparent;}
  185. .bt a{text-decoration:none;font-size:20px;letter-spacing:1px;line-height:40px;font-style:italic;color:{color:Bars Text};margin-right:10px;padding-right:10px;border-right:2px solid {color:Bars Text};}
  186. .bt a:hover{text-decoration:underline;}
  187. #ask {padding:4px;border:1px outset {color:Ask Background};background:{color:Ask Background};color:{color:Ask Text};}
  188. .askername{position:Absolute;margin-top:-29px;margin-left:39px;padding-bottom:2px;margin-bottom:1px;}
  189. .askername a{color:{color:Ask Text};} .askername a:hover{text-decoration:underline;}
  190. .askerimg{padding-bottom:4px;margin-bottom:1px;border-bottom:1px solid {color:Ask Text}}
  191. .askerimg img{width:30px;}
  192. .posttitle{font-size:18px;line-height:20px;font-weight:bold;letter-spacing:-1px;margin-bottom:-5px;text-align:right;border-bottom:1px solid {color:Border};padding-bottom:5px;}
  193. .quote{font-size:18px;line-height:20px;font-weight:bold;letter-spacing:-1px;text-align:right;border-bottom:1px solid {color:Border};padding-bottom:5px;margin-bottom:5px;}
  194. .quote .q{position:Absolute;margin-left:-30px;margin-top:-10px;font-family:georgia;font-size:60px;opacity:.2;}
  195. blockquote{padding:0 0 0 10px;margin:5px 0 0 15px;border-left:1px solid {color:Link};font-size:9px;}
  196. .chat .line{padding: 2px;}
  197. .label {font-weight:bold; color:{color:text}}
  198. a img{border: 0px;}
  199. .p { padding-top: 5px; }
  200. .ol, ul { margin-left: 20px; padding: 5px; }
  201. .ul { list-style-type: square; }
  202. .notes img{display:inline-block;width:10px; position:left; top:3px; -webkit-border-radius: 10px;
  203. -moz-border-radius: 10px; border-radius: 10px; margin-right:5px;}
  204. .notes{ line-height:20px;}
  205. #pgs{margin-top:10px;width:480px;text-align:center;margin-bottom:60px;}
  206. #pgs a{text-decoration:none}
  207. #pgs a:hover{text-decoration:underline;color:{color:Link};}
  208. #s-m-t-tooltip {max-width:300px;padding:1px 5px 2px 5px;margin:20px 20px 20px 20px;background-color:{color:Tool Tip};color:{color:Tool Tip Text};color:{color:Tool Tip Text};z-index:999999999999999999999999999999999999;box-shadow:rgba(0,0,0,0.07)3px 3px;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;border:1px solid {color:Border};}
  209.  
  210. {CustomCSS}
  211. </style>
  212.  
  213. <link rel="shortcut icon" href="{Favicon}">
  214. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  215.  
  216. </head>
  217. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  218.  
  219. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  220.  
  221. <script>
  222. (function($){
  223. $(document).ready(function(){
  224. $("a[title]").style_my_tooltips({
  225. tip_follows_cursor:true,
  226. tip_delay_time:200,
  227. tip_fade_speed:300,
  228. attribute:"title"
  229. });
  230. });
  231. })(jQuery);
  232. </script>
  233. <body>
  234. <div id="container">
  235. <div id="top"></div>
  236. <div id="bottom"><center>
  237. <div id="click"><span style="font-size:20px;line-height:20px;font-family:times new roman;">≡</span></div>
  238. <div id="guts">
  239. <span class="bt"><a href="/">{Title}</a></span>
  240. <span class="navigate">
  241. {block:ifLink1name}
  242. <a title="{text:Link 1 name}"href="{text:Link 1 URL}"></a>
  243. {/block:ifLink1name}
  244. {block:ifLink2name}
  245. <a title="{text:Link 2 name}"href="{text:Link 2 URL}"></a>
  246. {/block:ifLink2name}
  247. {block:ifLink3name}
  248. <a title="{text:Link 3 name}"href="{text:Link 3 URL}"></a>
  249. {/block:ifLink3name}
  250. {block:ifLink4name}
  251. <a title="{text:Link 4 name}"href="{text:Link 4 URL}"></a>
  252. {/block:ifLink4name}
  253. {block:ifLink5name}
  254. <a title="{text:Link 5 name}"href="{text:Link 5 URL}"></a>
  255. {/block:ifLink5name}
  256. </span>
  257. <div style="margin:0 0 20px 0;">{Description}</div>
  258. </div>
  259. </center>
  260. </div>
  261.  
  262. <br><br><br><br><br><br>
  263. <div id="ins">
  264. {block:Posts}
  265. <div id="entry">
  266.  
  267. {block:IndexPage}<div id="permalink2">
  268. <a href="{Permalink}">{MonthNumber} / {DayofMonth} / {Year} </a><br>
  269. <a href="{Permalink}">{NoteCountWithLabel}</a> <br>
  270. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  271. {block:HasTags}
  272. <br>
  273. {block:Tags}<a href="{TagURL}">#{Tag}</a><br>
  274. {/block:Tags}
  275. {/block:HasTags}
  276. </div>{/block:IndexPage}
  277.  
  278. {block:Answer}<div id="ask"><div class="askerimg"><img src="{AskerPortraitURL-128}" style="-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;"></div><span class="askername"> {Asker} asked:</span> <span style="padding-left:3px;padding-right:3px;">{Question}</span></div>{Answer}
  279. {/block:Answer}
  280.  
  281. {block:Text}{block:Title}<div class="posttitle">{Title}</div>{/block:Title}{Body}
  282. {/block:Text}
  283.  
  284. {block:Link}<div class="posttitle"><a href="{URL}">{Name} »</a></div>{block:Description}{Description}{/block:Description}
  285. {/block:Link}
  286.  
  287. {block:Photo}
  288. <center>
  289. {LinkOpenTag}<div id="pic"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a></div>{LinkCloseTag}</center>{block:ifCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifCaptions}{block:ifNotCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifNotCaptions}
  290. {block:ContentSource}
  291. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  292. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  293. {/block:SourceLogo}
  294. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  295. {/block:ContentSource}
  296. {block:ReblogParentURL}
  297. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  298. {/block:ReblogParentURL}{/block:Photo}
  299.  
  300. {block:Photoset}<center>{block:IndexPage}<div class="photo">{Photoset-400}</div>{/block:IndexPage}{block:PermalinkPage}<div class="photo">{Photoset-400}</div>{/block:PermalinkPage}</center>{block:ifCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifCaptions}{block:ifNotCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifNotCaptions}{/block:Photoset}
  301.  
  302. {block:Quote}<div class="quote">{Quote}<span class="q">❞</span></div>{block:Source}<i> - {Source}</i>{/block:Source}
  303. {/block:Quote}
  304.  
  305. {block:Chat}{block:Title}<div class="posttitle">{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>
  306. {/block:Chat}
  307.  
  308. {block:Audio}
  309. {block:AlbumArt}<img src="{AlbumArtURL}" style="{block:IndexPage}width:400px;{/block:IndexPage}{block:PermalinkPage}display:block;width:400px;{/block:PermalinkPage}">{/block:AlbumArt}
  310. <div style="background:black;padding:10px;">{AudioPlayerBlack}</div>
  311. {block:Caption}{Caption}{/block:Caption}
  312. {/block:Audio}
  313.  
  314. {block:Video}<div class="photo"><center>{block:IndexPage}{Video-400}{/block:IndexPage}{block:PermalinkPage}{Video-400}{/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}
  315. {/block:Video}
  316.  
  317. {block:PermalinkPage}
  318. {block:Date}
  319. <div id="permalinkpage">
  320. <b>Posted:</b> {TimeAgo} on
  321. {ShortMonth} {DayofMonth}{DayOfMonthSuffix} , {Year} at
  322. {12Hour}:{Minutes} {CapitalAmPm}
  323. {/block:Date}
  324. {block:NoteCount}<br>
  325. <b>Notes:</b>
  326. {NoteCount}
  327. {/block:NoteCount}
  328. {block:HasTags}
  329. <br>
  330. <b>Tags:</b>
  331. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  332. {/block:Tags}
  333. {/block:HasTags}
  334. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>· (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  335. {block:PostNotes}
  336. {PostNotes}
  337. {/block:PostNotes}
  338. {/block:Date}
  339. {/block:PermalinkPage}
  340. </div>
  341.  
  342. {/block:Posts}
  343.  
  344. {block:ifNotInfiniteScrolling}
  345. <div id="pgs">
  346. {block:Pagination}
  347. {block:JumpPagination length="10"}
  348. {block:CurrentPage}
  349. <span class="current_page">{PageNumber}</span>&nbsp; &nbsp;
  350. {/block:CurrentPage}
  351. {block:JumpPage}
  352. <a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp; &nbsp;
  353. {/block:JumpPage}
  354. {/block:JumpPagination}
  355. {/block:Pagination}
  356.  
  357. </div>
  358. {/block:ifNotInfiniteScrolling}
  359.  
  360. <div style="position:fixed;right:0;bottom:0;padding:15px;">
  361. <a title="theme by tomkirk"href="http://tomkirk.tumblr.com/">▲</a>
  362. </div>
  363. </div>
  364. </div>
  365. </body>
  366. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement