Advertisement
tomkirk

#023.2

Feb 15th, 2014
7,152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.86 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. <!--Default Variables-->
  13. <!--Colors-->
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#696969"/>
  16. <meta name="color:Link" content="#f3baba"/>
  17. <meta name="color:Link Hover" content="#e8e8e8"/>
  18. <meta name="color:Scrollbar" content="#faeded"/>
  19. <meta name="color:Ask Background" content="#f7f7f7"/>
  20. <meta name="color:Ask Text" content="#696969"/>
  21. <meta name="color:Border" content="#000000"/>
  22. <meta name="color:Pagination" content="#ffffff"/>
  23. <meta name="color:Tool Tip" content="#000000"/>
  24. <meta name="color:Tool Tip Text" content="#ffffff"/>
  25. <meta name="color:Nav" content="#000000"/>
  26. <meta name="color:Nav Text" content="#ffffff"/>
  27.  
  28. <!--Images-->
  29. <meta name="image:Background" content""/>
  30.  
  31. <!--Options-->
  32. <meta name="if:Infinite Scroll" content="1"/>
  33. <meta name="if:Captions" content=""/>
  34. <meta name="if:Box Shadow" content=""/>
  35. <meta name="if:Faded Images" content=""/>
  36. <meta name="if:Inverted Images" content=""/>
  37. <meta name="if:Tiny Cursor" content=""/>
  38. <meta name="if:Crosshair Cursor" content=""/>
  39. <meta name="if:Full Bkg Img" content="1" />
  40.  
  41. <!--Links-->
  42. <meta name="text:Link 1 URL" content="/"/>
  43. <meta name="text:Link 1 name" content=""/>
  44. <meta name="text:Link 2 URL" content="/"/>
  45. <meta name="text:Link 2 name" content=""/>
  46. <meta name="text:Link 3 URL" content="/"/>
  47. <meta name="text:Link 3 name" content=""/>
  48. <meta name="text:Link 4 URL" content="/"/>
  49. <meta name="text:Link 4 name" content=""/>
  50.  
  51. {block:Description}
  52. <meta name="description" content="{MetaDescription}" />
  53. {/block:Description}
  54. <meta charset="utf-8">
  55. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  56. <title>{block:TagPage}{Tag} posts - {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  57. <link rel="shortcut icon" href="{Favicon}">
  58. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  59. <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  60. <style type="text/css">
  61. /*Basic styles*/
  62. {block:ifInvertedImages}img{
  63. opacity: 1;
  64. filter:alpha(opacity=10);
  65. -moz-opacity: 0.1;
  66. -moz-transition: all .9s ease;
  67. -o-transition: all .9s ease;
  68. transition: all .9s ease;
  69. -webkit-transition: all .9s ease;}
  70. {/block:ifInvertedImages}
  71.  
  72.  
  73. {block:ifInvertedImages} img:hover{
  74. opacity: .8;
  75. filter:alpha(opacity=100);
  76. -moz-opacity: 1;
  77. -moz-transition: all .9s ease;
  78. -o-transition: all .9s ease;
  79. transition: all .9s ease;
  80. -webkit-transition: all .9s ease;}
  81. {/block:ifInvertedImages}
  82.  
  83. {block:ifFadedImages}img{
  84. opacity: .8;
  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:ifFadedImages}
  92.  
  93.  
  94. {block:ifFadedImages} img:hover{
  95. opacity: 1;
  96. filter:alpha(opacity=100);
  97. -moz-opacity: 1;
  98. -moz-transition: all .9s ease;
  99. -o-transition: all .9s ease;
  100. transition: all .9s ease;
  101. -webkit-transition: all .9s ease;}
  102. {/block:ifFadedImages}
  103.  
  104. {block:ifInvertedImages}.photo {
  105. opacity: 1;
  106. filter:alpha(opacity=10);
  107. -moz-opacity: 0.1;
  108. -moz-transition: all .9s ease;
  109. -o-transition: all .9s ease;
  110. transition: all .9s ease;
  111. -webkit-transition: all .9s ease;}
  112. {/block:ifInvertedImages}
  113.  
  114.  
  115. {block:ifInvertedImages}.photo:hover{
  116. opacity: .8;
  117. filter:alpha(opacity=100);
  118. -moz-opacity: 1;
  119. -moz-transition: all .9s ease;
  120. -o-transition: all .9s ease;
  121. transition: all .9s ease;
  122. -webkit-transition: all .9s ease;}
  123. {/block:ifInvertedImages}
  124.  
  125. {block:ifFadedImages}.photo {
  126. opacity: .8;
  127. filter:alpha(opacity=10);
  128. -moz-opacity: 0.1;
  129. -moz-transition: all .9s ease;
  130. -o-transition: all .9s ease;
  131. transition: all .9s ease;
  132. -webkit-transition: all .9s ease;}
  133. {/block:ifFadedImages}
  134.  
  135.  
  136. {block:ifFadedImages}.photo:hover{
  137. opacity: 1;
  138. filter:alpha(opacity=100);
  139. -moz-opacity: 1;
  140. -moz-transition: all .9s ease;
  141. -o-transition: all .9s ease;
  142. transition: all .9s ease;
  143. -webkit-transition: all .9s ease;}
  144. {/block:ifFadedImages}
  145.  
  146.  
  147. 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;}
  148.  
  149.  
  150. 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;}
  151.  
  152. ::-webkit-scrollbar {width:15px; height:20px; background: {color:Border};}
  153. ::-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};}
  154. #hxl{position:fixed;right:0;bottom:0;height:100%;width:15px;background:{color:Border};z-index:999;}
  155. #hx{position:fixed;left:0;top:0;width:100%;height:30px;background:{color:Border};z-index:999;}
  156. #hxb{position:fixed;left:0;bottom:0;width:100%;height:30px;background:{color:Border};z-index:999;}
  157. #hxr{position:fixed;left:0;bottom:0;height:100%;width:30px;background:{color:Border};z-index:999;}
  158.  
  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. #s-m-t-tooltip {max-width:300px;padding:1px;padding-bottom:2px;padding-left:4px;padding-right:4px;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;
  163. -moz-border-radius: 2px;
  164. border-radius: 2px;}
  165. #content {margin:auto;padding-left:250px;}
  166. blockquote{padding-left:10px;margin-left:10px;margin-right:0px;margin-top:5px;margin-bottom:0px;border-left:4px solid {color:Link};}
  167. blockquote p, ul{margin:0px;padding:0px;margin-left:0px;}
  168. .p { padding-top: 5px; }
  169. .ol, ul { margin-left: 30px; padding: 5px; }
  170. .ul { list-style-type: square; }
  171. #side {position:fixed;z-index:1;top:0;left:0;padding:105px;width:90px;}
  172. .desc{color:{color:Blog Title};font-size:10px;}
  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:20px;line-height:20px;font-weight:bold;font-style:italic;}
  176. #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;}
  177. #links:hover{height:106px;}
  178. .links{padding:0px;padding-top:2px; }
  179. .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;}
  180. .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;}
  181. .linkstitle{font-weight:bold;text-transform:lowercase;font-size:10px;letter-spacing:1px;height:10px;padding:1px;padding-bottom:5px;color:{color:Blog Title};}
  182. .audiop{background:black;padding:10px;}
  183. .audioplayer {position:relative;margin-top:3px;}
  184. .audiop img{max-width:470px;display:block;}
  185. .notes img{width:10px;margin-right:5px; -webkit-border-radius: 10px;-moz-border-radius: 10px; border-radius: 10px;}
  186. #ask {min-width:250px;padding:15px;background:{color:Ask Background};color:{color:Ask Text};}
  187. .askername{font-weight:bold;}
  188. iframe, img, embed, object, video {max-width: 100%;}
  189. img {height:auto;width:auto}
  190. article img {{block:IndexPage}display:block;{/block:IndexPage}{block:PermalinkPage}width:500px;{/block:PermalinkPage}}
  191. article {margin:5%;padding:20px;{block:IndexPage}width:20%;{/block:IndexPage}{block:PermalinkPage}width:500px;{/block:PermalinkPage}background:white;{block:ifBoxShadow}box-shadow:rgba(0,0,0,0.07)3px 3px;{/block:ifBoxShadow}}
  192. article #permalink{text-align:center;opacity:0;margin-top:-10px;-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;}
  193. article:hover #permalink{margin-top:15px;opacity:1;}
  194. #permalinkpage{position:relative;padding-top:5px;}
  195. .chat .line{padding: 2px;}
  196. .chat .line .odd{padding:2px;{color:Ask Text};background:{color:Ask Background};}
  197. .label {font-weight:bold;}
  198. #pgs{position:fixed;text-align:center;width:100%;padding-bottom:7px;bottom:0;z-index:99999;color:{color:Pagination};}
  199. #pgs a{color:{color:Pagination};}
  200. .cr{position:fixed;right:0;bottom:0;padding-right:35px;padding-bottom:39px;z-index:9999999;}
  201.  
  202. {CustomCSS}
  203. </style>
  204. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  205.  
  206. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  207.  
  208. <script>
  209. (function($){
  210. $(document).ready(function(){
  211. $("a[title]").style_my_tooltips({
  212. tip_follows_cursor:true,
  213. tip_delay_time:90,
  214. tip_fade_speed:100,
  215. attribute:"title"
  216. });
  217. });
  218. })(jQuery);
  219. </script>
  220. </head>
  221. <body>
  222. <div id="hx"></div><br><br><br><div id="hxb"></div><div id="hxr"></div><div id="hxl"></div>
  223. <div id="side">
  224. <div class="pix">
  225. <div class="blogtitle"><a href="/">{Title}</a></div>
  226. <div class="desc">{Description}</div>
  227. <div id="links">
  228. <div class="linkstitle">▼</div>
  229. <div class="links">
  230. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  231. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  232. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  233. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  234. </div>
  235. </div>
  236. </div>
  237. </div>
  238. <div class="cr">
  239. <a title="theme by tomkirk"href="http://tomkirk.tumblr.com/">▲</a>
  240. </div>
  241. {block:ifNotInfiniteScroll}
  242. <div id="pgs">
  243. {block:Pagination}
  244. {block:PreviousPage} <a href="{PreviousPage}">←</a> {/block:PreviousPage}
  245. {CurrentPage} of {TotalPages}
  246. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  247. {/block:Pagination}
  248. </div>
  249. {/block:ifNotInfiniteScroll}
  250. <div id="content">
  251. {block:Posts}
  252. <article>
  253.  
  254. {block:Text}
  255. {block:Title}
  256. <div class="posttitle">{Title}</div>
  257. {/block:Title}
  258. {Body}
  259. {/block:Text}
  260.  
  261. {block:Link}
  262. <div class="posttitle">
  263. <a href="{URL}">{Name} »</a>
  264. </div>
  265. {block:Description}{Description}{/block:Description}
  266. {/block:Link}
  267.  
  268. {block:Photo}
  269. <div class="photo">
  270. {LinkOpenTag}
  271. <a href="{permalink}">
  272. <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
  273. </a>
  274. {LinkCloseTag}
  275. {block:ifCaptions}
  276. {block:Caption}{Caption}{/block:Caption}
  277. {/block:ifCaptions}
  278. {block:ifNotCaptions}
  279. {block:PermalinkPage}
  280. {block:Caption}{Caption}{/block:Caption}
  281. {/block:PermalinkPage}
  282. {/block:ifNotCaptions}
  283. {block:ContentSource}
  284. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  285. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  286. {/block:SourceLogo}
  287. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  288. {/block:ContentSource}
  289. {block:ReblogParentURL}
  290. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  291. {/block:ReblogParentURL}
  292. {/block:Photo}
  293.  
  294. {block:Photoset}
  295. <center>
  296. <div class="photoset">
  297. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  298. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  299. </center>
  300. {block:ifCaptions}
  301. {block:Caption}{Caption}{/block:Caption}
  302. {/block:ifCaptions}
  303. {block:ifNotCaptions}
  304. {block:PermalinkPage}
  305. {block:Caption}{Caption}{/block:Caption}
  306. {/block:PermalinkPage}
  307. {/block:ifNotCaptions}
  308. {/block:Photoset}
  309.  
  310. {block:Quote}
  311. <div class="posttitle">"{Quote}"</div>
  312. {block:Source}
  313. <i> - {Source}</i>
  314. {/block:Source}
  315. {/block:Quote}
  316.  
  317. {block:Chat}
  318. {block:Title}
  319. <div class="posttitle">
  320. {Title}
  321. </div>
  322. {/block:Title}
  323. <div class="chat">
  324. {block:Lines}
  325. <div class="chat">
  326. <div class="line {Alt}">
  327. <div class="{Alt} user_{UserNumber}">
  328. {block:Label}
  329. <b>{Label} </b>
  330. {/block:Label}
  331. {Line}
  332. </div>
  333. </div>
  334. </div>
  335. {/block:Lines}
  336. </div>
  337. {/block:Chat}
  338.  
  339. {block:Audio}
  340. <div class="audio">
  341. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="500" height="500">{/block:AlbumArt}</div>
  342. <div class="audiop">{AudioPlayerBlack}</div>
  343. {block:Caption}{Caption}{/block:Caption}
  344. {/block:Audio}
  345.  
  346. {block:Video}
  347. {block:IndexPage}
  348. {Video-250}
  349. {/block:IndexPage}
  350. {block:PermalinkPage}
  351. {Video-400}
  352. {/block:PermalinkPage}
  353. {block:ifCaptions}
  354. {block:Caption}{Caption}{/block:Caption}
  355. {/block:ifCaptions}
  356. {block:ifNotCaptions}
  357. {block:PermalinkPage}
  358. {block:Caption}{Caption}{/block:Caption}
  359. {/block:PermalinkPage}
  360. {/block:ifNotCaptions}
  361. {/block:Video}
  362.  
  363. {block:Panorama}
  364. {block:IndexPage}
  365. <div class="permap">
  366. <a href="{Permalink}">{NoteCount}
  367. </div>
  368. {/block:IndexPage}
  369. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
  370. {block:ifCaptions}
  371. {block:Caption}{Caption}{/block:Caption}
  372. {/block:ifCaptions}
  373. {block:ifNotCaptions}
  374. {block:PermalinkPage}
  375. {block:Caption}{Caption}{/block:Caption}
  376. {/block:PermalinkPage}
  377. {/block:ifNotCaptions}
  378. {/block:Panorama}
  379.  
  380. {block:Answer}
  381. <div id="ask">
  382. <div class="askername">{Asker} asked:</div>
  383. {Question}
  384. </div>
  385. {Answer}
  386. {/block:Answer}
  387.  
  388. {block:IndexPage}
  389. <div id="permalink">
  390. <a title="{TimeAgo}"href="{Permalink}">{NoteCount}</a>
  391. </div>
  392. {/block:IndexPage}
  393.  
  394. {block:PermalinkPage}
  395. {block:Date}
  396. <div id="permalinkpage">
  397. {TimeAgo} on
  398. {ShortMonth} {DayofMonth},{Year}
  399. {block:NoteCount} · {NoteCountWithLabel}
  400. {/block:NoteCount}
  401. {block:HasTags} · Tags:
  402. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  403. {/block:Tags}
  404. {/block:HasTags}
  405. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>· (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  406. </div>
  407. {block:PostNotes}
  408. {PostNotes}
  409. {/block:PostNotes}
  410. {/block:Date}
  411. {/block:PermalinkPage}
  412.  
  413. </article>
  414. {/block:Posts}
  415. <!--Close of article-->
  416. </div>
  417. <!--Pagination: previous/next page links-->
  418. {block:Pagination}
  419. <div class="pagination">
  420. {block:PreviousPage}<a href="{PreviousPage}"> </a>{/block:PreviousPage}
  421. {block:NextPage}<a href="{NextPage}"> </a>{/block:NextPage}
  422. </div>
  423. {/block:Pagination}
  424. <!--Links to jQuery library, Masonry, infinite scroll and imagesLoaded-->
  425. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  426. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  427. {block:IfInfiniteScroll}
  428. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  429. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  430. {/block:IfInfiniteScroll}
  431. <!--Code for infinite scroll and grid layout-->
  432. <script>
  433. (function() {
  434. var $tumblelog = $('#content');
  435. {block:IfInfiniteScroll}
  436. $tumblelog.infinitescroll({
  437. navSelector : ".pagination",
  438. nextSelector : ".pagination a:first",
  439. itemSelector : "article",
  440. bufferPx : 50,
  441. done : "",
  442. loading: {
  443. finishedMsg: "<p> </p>",
  444. img : " ",
  445. msg: null,
  446. msgText: "<p> </p>"
  447. },
  448. },
  449. function( newElements ) {
  450. var $newElems = $( newElements ).css({ opacity: 0 });
  451. $newElems.imagesLoaded(function(){
  452. $newElems.animate({ opacity: 1 });
  453. $tumblelog.masonry( 'appended', $newElems);
  454. });
  455. }
  456. );
  457. {/block:IfInfiniteScroll}
  458. $tumblelog.imagesLoaded( function(){
  459. $tumblelog.masonry({
  460. columnWidth: function( containerWidth ) {
  461. return containerWidth / 100;
  462. }
  463. });
  464. });
  465. })();
  466. </script>
  467. <!--For users adding Google Analytics ID-->
  468. <script>
  469. var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
  470. (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  471. g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
  472. s.parentNode.insertBefore(g,s)}(document,'script'));
  473. </script>
  474. </body>
  475. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement