Advertisement
tomkirk

#023

Jan 25th, 2014
9,101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.66 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. <html>
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11. <head>
  12.  
  13. <!--Default Variables-->
  14. <!--Colors-->
  15. <meta name="color:Ask Background" content="#000000"/>
  16. <meta name="color:Ask Text" content="#ffffff"/>
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Blog Title" content="#ffffff"/>
  19. <meta name="color:Text" content="#000000"/>
  20. <meta name="color:Link" content="#000000"/>
  21. <meta name="color:Link Hover" content="#ffffff"/>
  22. <meta name="color:Scrollbar" content="#ffffff"/>
  23. <meta name="color:Border" content="#000000"/>
  24. <meta name="color:Pagination" content="#ffffff"/>
  25. <meta name="color:Tool Tip" content="#000000"/>
  26. <meta name="color:Tool Tip Text" content="#ffffff"/>
  27. <meta name="color:Nav" content="#000000"/>
  28. <meta name="color:Nav Text" content="#ffffff"/>
  29.  
  30. <!--Options-->
  31. <meta name="if:Faded Images" content=""/>
  32. <meta name="if:Inverted Images" content=""/>
  33. <meta name="if:Captions" content="1"/>
  34. <meta name="if:Tiny Cursor" content=""/>
  35. <meta name="if:Crosshair Cursor" content=""/>
  36. <meta name="if:Infinite Scrolling" content=""/>
  37. <meta name="if:Full Bkg Img" content="1" />
  38.  
  39. <!--Links-->
  40. <meta name="text:Link 1 URL" content="/"/>
  41. <meta name="text:Link 1 name" content=""/>
  42. <meta name="text:Link 2 URL" content="/"/>
  43. <meta name="text:Link 2 name" content=""/>
  44. <meta name="text:Link 3 URL" content="/"/>
  45. <meta name="text:Link 3 name" content=""/>
  46. <meta name="text:Link 4 URL" content="/"/>
  47. <meta name="text:Link 4 name" content=""/>
  48.  
  49. <!--Images-->
  50. <meta name="image:Background" content""/>
  51.  
  52. <script type="text/javascript" language="javascript" src="http://assets.tumblr.com/javascript/tumblelog.js?7"></script>
  53.  
  54.  
  55. {block:ifInfiniteScrolling}
  56. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  57. {/block:ifInfiniteScrolling}
  58.  
  59. {block:Description}
  60. <meta name="description" content="{MetaDescription}" />{/block:Description}
  61. <title>
  62. {block:PostSummary}
  63. {PostSummary} - {/block:PostSummary}{Title}</title>
  64. </style>
  65.  
  66. <style type="text/css">
  67.  
  68. {block:ifInvertedImages}img{
  69. opacity: 1;
  70. filter:alpha(opacity=10);
  71. -moz-opacity: 0.1;
  72. -moz-transition: all .9s ease;
  73. -o-transition: all .9s ease;
  74. transition: all .9s ease;
  75. -webkit-transition: all .9s ease;}
  76. {/block:ifInvertedImages}
  77.  
  78.  
  79. {block:ifInvertedImages} img:hover{
  80. opacity: .8;
  81. filter:alpha(opacity=100);
  82. -moz-opacity: 1;
  83. -moz-transition: all .9s ease;
  84. -o-transition: all .9s ease;
  85. transition: all .9s ease;
  86. -webkit-transition: all .9s ease;}
  87. {/block:ifInvertedImages}
  88.  
  89. {block:ifFadedImages}img{
  90. opacity: .8;
  91. filter:alpha(opacity=10);
  92. -moz-opacity: 0.1;
  93. -moz-transition: all .9s ease;
  94. -o-transition: all .9s ease;
  95. transition: all .9s ease;
  96. -webkit-transition: all .9s ease;}
  97. {/block:ifFadedImages}
  98.  
  99.  
  100. {block:ifFadedImages} img:hover{
  101. opacity: 1;
  102. filter:alpha(opacity=100);
  103. -moz-opacity: 1;
  104. -moz-transition: all .9s ease;
  105. -o-transition: all .9s ease;
  106. transition: all .9s ease;
  107. -webkit-transition: all .9s ease;}
  108. {/block:ifFadedImages}
  109.  
  110. {block:ifInvertedImages}.photo {
  111. opacity: 1;
  112. filter:alpha(opacity=10);
  113. -moz-opacity: 0.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:ifInvertedImages}
  119.  
  120.  
  121. {block:ifInvertedImages}.photo:hover{
  122. opacity: .8;
  123. filter:alpha(opacity=100);
  124. -moz-opacity: 1;
  125. -moz-transition: all .9s ease;
  126. -o-transition: all .9s ease;
  127. transition: all .9s ease;
  128. -webkit-transition: all .9s ease;}
  129. {/block:ifInvertedImages}
  130.  
  131. {block:ifFadedImages}.photo {
  132. opacity: .8;
  133. filter:alpha(opacity=10);
  134. -moz-opacity: 0.1;
  135. -moz-transition: all .9s ease;
  136. -o-transition: all .9s ease;
  137. transition: all .9s ease;
  138. -webkit-transition: all .9s ease;}
  139. {/block:ifFadedImages}
  140.  
  141.  
  142. {block:ifFadedImages}.photo:hover{
  143. opacity: 1;
  144. filter:alpha(opacity=100);
  145. -moz-opacity: 1;
  146. -moz-transition: all .9s ease;
  147. -o-transition: all .9s ease;
  148. transition: all .9s ease;
  149. -webkit-transition: all .9s ease;}
  150. {/block:ifFadedImages}
  151. 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;}
  152. 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;}
  153. ::-webkit-scrollbar {width:15px; height:20px; background: {color:Border};}
  154. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar}; border-top:30px solid {color:Border};border-bottom:30px solid {color:Border};border-right:10px solid {color:Border};}
  155. #hxl{position:fixed;right:0;bottom:0;height:100%;width:15px;background:{color:Border};z-index:999;}
  156. #hx{position:fixed;left:0;top:0;width:100%;height:30px;background:{color:Border};z-index:999;}
  157. #hxb{position:fixed;left:0;bottom:0;width:100%;height:30px;background:{color:Border};z-index:999;}
  158. #hxr{position:fixed;left:0;bottom:0;height:100%;width:30px;background:{color:Border};z-index:999;}
  159. body{background-color: {color:Background};background-image:url({image:Background});background-attachment:fixed;background-repeat:repeat;background-position:center;font-family:consolas;font-size:13px;line-height:15px;color:{color:Text};{block:ifTinyCursor}cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress; {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}{block:ifFullBkgImg}background-size:100% 100%;{/block:ifFullBkgImg}}
  160. a:link, a:active, a:visited{color: {color:Link};text-decoration:none;-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  161. a:hover{color:{color:Link Hover};{block:ifTinyCursor}cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress; {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}}
  162. #container {margin:auto;padding-top:20px;padding-bottom:10px;{block:IndexPage}width:250px;{/block:IndexPage}{block:PermalinkPage}width:400px;{/block:PermalinkPage}}
  163. #entry {margin-top:60px;margin-bottom:190px;margin-left:-20px;{block:IndexPage}width:250px;{/block:IndexPage}{block:PermalinkPage}width:400px;{/block:PermalinkPage}
  164. background:white;padding:20px;}
  165. #entry img{{block:IndexPage}display:block;max-width:250px;{/block:IndexPage}{block:PermalinkPage}max-width:400px;{/block:PermalinkPage}}
  166. #permalink{text-align:center;margin-top:10px;}
  167. #permalinkpage{position:relative;padding-top:5px;}
  168. #side {position:fixed;z-index:1;top:0;left:0;padding:80px;width:80px;}
  169. .desc{color:{color:Blog Title};font-size:10px;}
  170. .navigate{margin-top:25px;}
  171. .navigate a{border:1px solid {color:Link};padding-top:0px;padding-right:15px;margin-right:12px;margin-left:9px;}
  172. .navigate a:hover{border:1px solid {color:Link Hover};}
  173. .blogtitle{font-size:15px;line-height:20px;text-transform:lowercase;font-style:italic;}
  174. .blogtitle a{text-decoration:none;color:{color:Blog Title};}
  175. .posttitle{font-size:23px;line-height:23px;font-weight:bold;font-style:italic;}
  176. blockquote{padding-left:10px;margin-left:10px;margin-right:0px;margin-top:-3px;margin-bottom:0px;border-left:4px solid #e8e8e8;}
  177. blockquote p, ul{margin:0px; padding:0px;}
  178. .chat .line{padding: 2px;}
  179. #ask {padding:10px;background:{color:Ask Background};color:{color:Ask Text};}
  180. .askername{font-size:12px;letter-spacing:0px;font-weight:bold;}
  181. .askername a{color:{color:Ask Text};}
  182. .label {font-weight:bold; color:{color:text}}
  183. a img{border: 0px;}
  184. p {margin-top: 4px;}
  185. .p { padding-top: 5px; }
  186. .ol, ul { margin-left: 10px; padding: 5px; }
  187. .ul { list-style-type: square; }
  188. .audiop{background:black;padding:10px;}
  189. .audioplayer {position:relative;margin-top:3px;}
  190. .audiop img{max-width:470px;display:block;}{block:PermalinkPage}width:500px;{/block:PermalinkPage}}
  191. #s-m-t-tooltip {max-width:300px;padding-bottom:2px;padding-left:3px;padding-right:3px;margin:25px 20px 25px 20px;background-color:{color:Tool Tip};color:{color:Tool Tip Text};font-size:10px;line-height:10px;color:{color:Tool Tip Text};z-index:999999999999999999999999999999999999;-webkit-border-radius: 2px;
  192. -moz-border-radius: 2px;
  193. border-radius: 2px;}
  194. .notes img{width:10px; position:left; top:3px; -webkit-border-radius: 10px;-moz-border-radius: 10px; border-radius: 10px;}
  195. #pgs{position:fixed;text-align:center;width:250px;padding-bottom:7px;bottom:0;z-index:99999;color:{color:Pagination};}
  196. #pgs a{color:{color:Pagination};}
  197. .cr{position:fixed;right:0;bottom:0;padding-right:25px;padding-bottom:9px;z-index:9999999;}
  198. .cr a{color:{color:Pagination};}
  199. .pix a{border-bottom:1px solid transparent;}
  200. #links{height:20px;overflow:hidden;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  201. #links:hover{height:106px;}
  202. .links{padding:0px;padding-top:2px; }
  203. .links a{display:block;text-transform:lowercase;font-style:italic;font-size:11px;background:{color:Nav};color:{color:Nav Text};margin-top:3px;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;text-decoration:none;padding-left:4px;}
  204. .links a:hover{color:{color:Nav};background:{color:Nav Text};-webkit-transition: all 0s ease-out;-moz-transition: all 0s ease-out;transition: all 0s ease-out;}
  205. .linkstitle{font-weight:bold;text-transform:lowercase;font-size:10px;letter-spacing:1px;height:10px;padding:1px;padding-bottom:5px;color:{color:Blog Title};}
  206.  
  207. {CustomCSS}
  208. </style>
  209.  
  210. <link rel="shortcut icon" href="{Favicon}">
  211. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  212.  
  213. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  214.  
  215. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  216.  
  217. <script>
  218. (function($){
  219. $(document).ready(function(){
  220. $("a[title]").style_my_tooltips({
  221. tip_follows_cursor:true,
  222. tip_delay_time:90,
  223. tip_fade_speed:100,
  224. attribute:"title"
  225. });
  226. });
  227. })(jQuery);
  228. </script>
  229.  
  230.  
  231. </head>
  232. <body><div id="hx"></div><br><br><br><div id="hxb"></div><div id="hxr"></div><div id="hxl"></div>
  233. <div id="container">
  234. <div id="side">
  235. <div class="pix">
  236. <div class="blogtitle"><a href="/">{Title}</a></div>
  237. <div class="desc">{Description}</div>
  238. <div id="links">
  239. <div class="linkstitle">▼</div>
  240. <div class="links">
  241. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  242. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  243. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  244. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  245. </div>
  246. </div>
  247. </div>
  248. </div>
  249.  
  250. <div id="posts">
  251. {block:Posts}
  252. <div id="entry">
  253.  
  254. {block:Answer}
  255. <div id="ask">
  256. <div class="askername">{Asker} asked:</div>
  257. {Question}
  258. </div>
  259. {Answer}
  260. {/block:Answer}
  261.  
  262. {block:Text}
  263. {block:Title}
  264. <div class="posttitle">{Title}</div>
  265. {/block:Title}
  266. {Body}
  267. {/block:Text}
  268.  
  269. {block:Link}
  270. <div class="posttitle">
  271. <a href="{URL}">{Name} »</a>
  272. </div>
  273. {block:Description}{Description}{/block:Description}
  274. {/block:Link}
  275.  
  276. {block:Photo}
  277. {LinkOpenTag}
  278. <div id="pic">
  279. <a href="{permalink}">
  280. <img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>
  281. </div>
  282. {LinkCloseTag}
  283. {block:ifCaptions}
  284. {block:Caption}{Caption}{/block:Caption}
  285. {/block:ifCaptions}
  286. {block:ifNotCaptions}
  287. {block:PermalinkPage}
  288. {block:Caption}{Caption}{/block:Caption}
  289. {/block:PermalinkPage}
  290. {/block:ifNotCaptions}
  291. {block:ContentSource}
  292. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  293. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  294. {/block:SourceLogo}
  295. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  296. {/block:ContentSource}
  297. {block:ReblogParentURL}
  298. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  299. {/block:ReblogParentURL}
  300. {/block:Photo}
  301.  
  302. {block:Photoset}
  303. <div class="photo">
  304. <center>
  305. {block:IndexPage}
  306. {Photoset-250}
  307. {/block:IndexPage}
  308. {block:PermalinkPage}
  309. {Photoset-400}
  310. {/block:PermalinkPage}
  311. </center>
  312. </div>
  313. {block:ifCaptions}
  314. {block:Caption}{Caption}{/block:Caption}
  315. {/block:ifCaptions}
  316. {block:ifNotCaptions}
  317. {block:PermalinkPage}
  318. {block:Caption}{Caption}{/block:Caption}
  319. {/block:PermalinkPage}
  320. {/block:ifNotCaptions}
  321. {/block:Photoset}
  322.  
  323. {block:Quote}
  324. <div class="posttitle">"{Quote}"</div>
  325. {block:Source}
  326. <i> - {Source}</i>
  327. {/block:Source}
  328. {/block:Quote}
  329.  
  330. {block:Chat}
  331. {block:Title}
  332. <div class="posttitle">
  333. {Title}
  334. </div>
  335. {/block:Title}
  336. <div class="chat">
  337. {block:Lines}
  338. <div class="chat">
  339. <div class="line {Alt}">
  340. <div class="{Alt} user_{UserNumber}">
  341. {block:Label}
  342. <b>{Label} </b>
  343. {/block:Label}
  344. {Line}
  345. </div>
  346. </div>
  347. </div>
  348. {/block:Lines}
  349. </div>
  350. {/block:Chat}
  351.  
  352. {block:Audio}
  353. <div class="audio">
  354. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" style="{block:IndexPage}width:250px;{/block:IndexPage}{block:PermalinkPage}width:400px;{/block:PermalinkPage}">{/block:AlbumArt}</div>
  355. <div class="audiop">{AudioPlayerBlack}</div>
  356. </div>
  357. {block:Caption}{Caption}{/block:Caption}
  358. {/block:Audio}
  359.  
  360. {block:Video}
  361. {block:IndexPage}
  362. {Video-250}
  363. {/block:IndexPage}
  364. {block:PermalinkPage}
  365. {Video-400}
  366. {/block:PermalinkPage}
  367. {block:ifCaptions}
  368. {block:Caption}{Caption}{/block:Caption}
  369. {/block:ifCaptions}
  370. {block:ifNotCaptions}
  371. {block:PermalinkPage}
  372. {block:Caption}{Caption}{/block:Caption}
  373. {/block:PermalinkPage}
  374. {/block:ifNotCaptions}
  375. {/block:Video}
  376.  
  377.  
  378. {block:IndexPage}
  379. <div id="permalink">
  380. <a title="{TimeAgo}"href="{Permalink}">{NoteCount}</a>
  381. </div><div class="line"></div>
  382. {/block:IndexPage}
  383.  
  384. {block:PermalinkPage}
  385. {block:Date}
  386. <div id="permalinkpage">
  387. {TimeAgo} on
  388. {ShortMonth} {DayofMonth},{Year}
  389. {block:NoteCount} · {NoteCountWithLabel}
  390. {/block:NoteCount}
  391. {block:HasTags} · Tags:
  392. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  393. {/block:Tags}
  394. {/block:HasTags}
  395. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>· (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  396. </div>
  397. {block:PostNotes}
  398. {PostNotes}
  399. {/block:PostNotes}
  400. {/block:Date}
  401. {/block:PermalinkPage}
  402. </div>
  403.  
  404. {/block:Posts}
  405. {block:ifNotInfiniteScrolling}
  406. <div id="pgs">
  407. {block:Pagination}
  408. {block:PreviousPage} <a href="{PreviousPage}">←</a> {/block:PreviousPage}
  409. {CurrentPage} of {TotalPages}
  410. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  411. {/block:Pagination}
  412. </div>
  413. {/block:ifNotInfiniteScrolling}
  414. <div class="cr">
  415. <a title="theme by tomkirk"href="http://tomkirk.tumblr.com/">▲</a>
  416. </div>
  417. </div>
  418. </body>
  419. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement