Advertisement
tomkirk

#024

Feb 7th, 2014
2,485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.21 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. <meta name="color:Ask Background" content="#000000"/>
  15. <meta name="color:Ask Text" content="#ffffff"/>
  16. <meta name="color:Accent 1" content="#FFFB00"/>
  17. <meta name="color:Accent 2" content="#00FBFF"/>
  18. <meta name="color:Accent 3" content="#000000"/>
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Blog Title" content="#000000"/>
  21. <meta name="color:Text" content="#000000"/>
  22. <meta name="color:Link" content="669e86"/>
  23. <meta name="color:Link Hover" content="#fffffc"/>
  24. <meta name="color:Link Hover Background" content="#669e86"/>
  25. <meta name="color:Scrollbar" content="669e86"/>
  26. <meta name="color:Border" content="#000000"/>
  27. <meta name="color:Pagination" content="#ffffff"/>
  28. <meta name="color:Post Title Bkg" content="#000000"/>
  29. <meta name="color:Post Title" content="#ffffff"/>
  30. <meta name="color:Tool Tip" content="#000000"/>
  31. <meta name="color:Tool Tip Text" content="#ffffff"/>
  32.  
  33. <!--Options-->
  34. <meta name="if:Faded Images" content=""/>
  35. <meta name="if:Inverted Images" content=""/>
  36. <meta name="if:Captions" content="1"/>
  37. <meta name="if:Tiny Cursor" content=""/>
  38. <meta name="if:Crosshair Cursor" content=""/>
  39. <meta name="if:Infinite Scrolling" content=""/>
  40. <meta name="if:Full Bkg Img" content="" />
  41. <meta name="if:Img Hover Black and White" content=""/>
  42. <meta name="if:Img Hover Blur" content=""/>
  43. <meta name="if:Bigger Posts" content="1"/>
  44.  
  45. <!--Links-->
  46. <meta name="text:Link 1 URL" content="/"/>
  47. <meta name="text:Link 1 name" content=""/>
  48. <meta name="text:Link 2 URL" content="/"/>
  49. <meta name="text:Link 2 name" content=""/>
  50. <meta name="text:Link 3 URL" content="/"/>
  51. <meta name="text:Link 3 name" content=""/>
  52. <meta name="text:Link 4 URL" content="/"/>
  53. <meta name="text:Link 4 name" content=""/>
  54.  
  55. <!--Images-->
  56. <meta name="image:Background" content""/>
  57.  
  58. <script type="text/javascript" language="javascript" src="http://assets.tumblr.com/javascript/tumblelog.js?7"></script>
  59.  
  60.  
  61. {block:ifInfiniteScrolling}
  62. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  63. {/block:ifInfiniteScrolling}
  64.  
  65. {block:Description}
  66. <meta name="description" content="{MetaDescription}" />{/block:Description}
  67. <title>
  68. {block:PostSummary}
  69. {PostSummary} - {/block:PostSummary}{Title}</title>
  70. </style>
  71.  
  72. <style type="text/css">
  73.  
  74. {block:ifInvertedImages}img{
  75. opacity: 1;
  76. filter:alpha(opacity=10);
  77. -moz-opacity: 0.1;
  78. -moz-transition: all .9s ease;
  79. -o-transition: all .9s ease;
  80. transition: all .9s ease;
  81. -webkit-transition: all .9s ease;}
  82. {/block:ifInvertedImages}
  83.  
  84.  
  85. {block:ifInvertedImages} img:hover{
  86. opacity: .8;
  87. filter:alpha(opacity=100);
  88. -moz-opacity: 1;
  89. -moz-transition: all .9s ease;
  90. -o-transition: all .9s ease;
  91. transition: all .9s ease;
  92. -webkit-transition: all .9s ease;}
  93. {/block:ifInvertedImages}
  94.  
  95. {block:ifFadedImages}img{
  96. opacity: .8;
  97. filter:alpha(opacity=10);
  98. -moz-opacity: 0.1;
  99. -moz-transition: all .9s ease;
  100. -o-transition: all .9s ease;
  101. transition: all .9s ease;
  102. -webkit-transition: all .9s ease;}
  103. {/block:ifFadedImages}
  104.  
  105.  
  106. {block:ifFadedImages} img:hover{
  107. opacity: 1;
  108. filter:alpha(opacity=100);
  109. -moz-opacity: 1;
  110. -moz-transition: all .9s ease;
  111. -o-transition: all .9s ease;
  112. transition: all .9s ease;
  113. -webkit-transition: all .9s ease;}
  114. {/block:ifFadedImages}
  115.  
  116. {block:ifInvertedImages}.photo {
  117. opacity: 1;
  118. filter:alpha(opacity=10);
  119. -moz-opacity: 0.1;
  120. -moz-transition: all .9s ease;
  121. -o-transition: all .9s ease;
  122. transition: all .9s ease;
  123. -webkit-transition: all .9s ease;}
  124. {/block:ifInvertedImages}
  125.  
  126.  
  127. {block:ifInvertedImages}.photo:hover{
  128. opacity: .8;
  129. filter:alpha(opacity=100);
  130. -moz-opacity: 1;
  131. -moz-transition: all .9s ease;
  132. -o-transition: all .9s ease;
  133. transition: all .9s ease;
  134. -webkit-transition: all .9s ease;}
  135. {/block:ifInvertedImages}
  136.  
  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.  
  147.  
  148. {block:ifFadedImages}.photo:hover{
  149. opacity: 1;
  150. filter:alpha(opacity=100);
  151. -moz-opacity: 1;
  152. -moz-transition: all .9s ease;
  153. -o-transition: all .9s ease;
  154. transition: all .9s ease;
  155. -webkit-transition: all .9s ease;}
  156. {/block:ifFadedImages}
  157.  
  158. .photo{
  159. -webkit-transition: all .5s linear;
  160. -moz-transition: all .5s linear;
  161. transition: all .5s linear
  162. }
  163.  
  164. .photo:hover{
  165. {block:ifImgHoverBlur}
  166. -webkit-filter: blur(1px);z-index: -99px;
  167. {/block:ifImgHoverBlur}
  168. {block:ifImgHoverBlackAndWhite}
  169. -webkit-filter: grayscale(100%);z-index: -99px;
  170. {/block:ifImgHoverBlackAndWhite}
  171. }
  172.  
  173. iframe#tumblr_controls {-webkit-filter:invert(100%);right:3px !important; position: fixed !important;opacity: 0.7;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  174. iframe#tumblr_controls:hover{opacity:1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  175. ::-webkit-scrollbar {width:15px; height:15px; background: {color:Background}; }
  176. ::-webkit-scrollbar-thumb { border:6px solid {color:Background};background-color: {color:Scrollbar};}
  177. body{background-color: {color:Background};background-image:url({image:Background});background-attachment:fixed;background-repeat:repeat;background-position:center;font-family:consolas;font-size:11px;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}}
  178. a:link, a:active, a:visited{color: {color:Link};padding-right:2px;padding-left:2px;text-decoration:none;-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;}
  179. a:hover{color:{color:Link Hover};background:{color:Link Hover Background};cursor:help;{block:ifTinyCursor}cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress; {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}}
  180. #container {margin-left:0px;padding-top:20px;padding-bottom:10px;
  181. {block:ifBiggerPosts}
  182. {block:IndexPage}width:400px;{/block:IndexPage}
  183. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  184. {/block:ifBiggerPosts}
  185. {block:ifNotBiggerPosts}
  186. {block:IndexPage}width:250px;{/block:IndexPage}
  187. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  188. {/block:ifNotBiggerPosts}
  189. }
  190. #entry {margin-top:40px;margin-bottom:80px;margin-left:350px;padding:10px;
  191. {block:ifBiggerPosts}
  192. {block:IndexPage}width:400px;{/block:IndexPage}
  193. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  194. {/block:ifBiggerPosts}
  195. {block:ifNotBiggerPosts}
  196. {block:IndexPage}width:250px;{/block:IndexPage}
  197. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  198. {/block:ifNotBiggerPosts}
  199. }
  200. #entry img{
  201. {block:ifBiggerPosts}
  202. {block:IndexPage}display:block;max-width:400px;{/block:IndexPage}{block:PermalinkPage}max-width:400px;{/block:PermalinkPage}
  203. {/block:ifBiggerPosts}
  204. {block:ifNotBiggerPosts}
  205. {block:IndexPage}display:block;max-width:250px;{/block:IndexPage}{block:PermalinkPage}max-width:400px;{/block:PermalinkPage}
  206. {/block:ifNotBiggerPosts}
  207. }
  208. .p1{height:7px;width:7px;display:inline-block;margin-right:5px;margin-top:5px;background:{color:Accent 1};-webkit-border-radius: 30px;-moz-border-radius: 30px; border-radius: 30px;}
  209. .p2{height:7px;width:7px;display:inline-block;margin-right:5px;margin-top:5px;background:{color:Accent 2};-webkit-border-radius: 30px;-moz-border-radius: 30px; border-radius: 30px;}
  210. .p3{height:7px;width:7px;display:inline-block;margin-right:5px;margin-top:5px;background:{color:Accent 3};-webkit-border-radius: 30px;-moz-border-radius: 30px; border-radius: 30px;}
  211. .p3t{margin-left:20px;padding-left:5px;border-left:2px solid {color:Accent 3};line-height:10px;}
  212. #entry #p1 a{color:{color:Text};}
  213. #entry #p2 a{color:{color:Text};}
  214. #entry #p3 a{color:{color:Text};}
  215. #entry #p1 a:hover{color:{color:Link Hover};}
  216. #entry #p2 a:hover{color:{color:Link Hover};}
  217. #entry #p3 a:hover{color:{color:Link Hover};}
  218. #entry #p1 {width:100px;position:absolute;opacity:1;margin-top:10px;font-size:8px;text-transform:uppercase;letter-spacing:1px;opacity:0;-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;{block:ifBiggerPosts}margin-left:415px;{/block:ifBiggerPosts}{block:ifNotBiggerPosts}margin-left:265px;{/block:ifNotBiggerPosts}}
  219. #entry:hover #p1 {opacity:1;-webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; transition: all 0.1s linear;}
  220. #entry #p2 {width:100px;position:absolute;opacity:1;margin-top:25px;font-size:8px;text-transform:uppercase;letter-spacing:1px;opacity:0;-webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear;{block:ifBiggerPosts}margin-left:415px;{/block:ifBiggerPosts}{block:ifNotBiggerPosts}margin-left:265px;{/block:ifNotBiggerPosts}}
  221. #entry:hover #p2 {opacity:1;-webkit-transition: all 0.7s linear; -moz-transition: all 0.7s linear; transition: all 0.7s linear;}
  222. #entry #p3 {width:100px;position:absolute;opacity:1;margin-top:40px;font-size:8px;text-transform:uppercase;letter-spacing:1px;opacity:0;-webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; transition: all 0.6s linear;{block:ifBiggerPosts}margin-left:415px;{/block:ifBiggerPosts}{block:ifNotBiggerPosts}margin-left:265px;{/block:ifNotBiggerPosts}}
  223. #entry:hover #p3 {opacity:1;-webkit-transition: all 1.1s linear; -moz-transition: all 1.1s linear; transition: all 1.1s linear;}
  224. #permalinkpage{position:relative;padding-top:5px;}
  225. #side {background:white;position:fixed;z-index:1;top:0;padding-top:100px;left:0;padding-right:10px;width:130px;border-left:100px solid {color:Border};border-right:1px solid {color:Border};text-align:justify;height:100%;}
  226. .desc{font-size:10px;padding:10px;}
  227. .navigate{padding:10px;margin-right:-10px;border-bottom:1px solid {color:Border};border-top:1px solid {color:Border};}
  228. .navigate a{display:block;margin-top:5px;margin-bottom:5px;}
  229. .blogtitle{font-size:15px;line-height:20px;font-style:italic;border-bottom:1px solid {color:Border};padding-left:10px;padding-right:10px;padding-bottom:10px;margin-right:-10px;}
  230. .posttitle{font-size:15px;line-height:23px;text-transform:uppercase;letter-spacing:1px;background:{color:Post Title Bkg};color:{color:Post Title};padding:10px;padding-left:15px;padding-right:15px;}
  231. .posttitle a{color:{color:Post Title};}
  232. blockquote{padding-left:10px;margin-left:10px;margin-right:0px;margin-top:5px;margin-bottom:0px;border-left:4px solid {color:Link};}
  233. blockquote p, ul{margin:0px;padding:0px;margin-left:0px;}
  234. .chat .line{padding: 2px;}
  235. #ask {padding:10px;background:{color:Ask Background};color:{color:Ask Text};}
  236. .askername{font-size:12px;letter-spacing:0px;font-weight:bold;}
  237. .askername a{color:{color:Ask Text};}
  238. .label {font-weight:bold; color:{color:text}}
  239. a img{border: 0px;}
  240. p {margin-top: 4px;}
  241. .p { padding-top: 5px; }
  242. .ol, ul { margin-left: 10px; padding: 5px; }
  243. .ul { list-style-type: square; }
  244. .audiop{background:black;padding:5px;}
  245. .audioaa img{opacity:1;z-index:1;position:absolute;}
  246. .audiop .audior {position:absolute;background:black;margin-top:-95px;width:90px;height:90px;margin-left:5px;z-index:2;opacity:0;-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;}
  247. .audiop:hover .audior{opacity:.9;}
  248. .audioplayer {position:absolute;margin-top:30px;margin-left:30px;width:23px;overflow:hidden;z-index:3;}
  249. #z{position:fixed;bottom:0;right:0;padding-bottom:20px;padding-right:30px;}
  250. #z a{color:{color:Text};}
  251. #z a:hover{color:{color:Link Hover};}
  252. #z .y{position:absolute;margin-top:-14px;margin-left:-12px;opacity:0;font-family:consolas;font-size:10px;line-height:10px;letter-spacing:1px;text-transform:uppercase;-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;-webkit-transform: scale(.10);}
  253. #z:hover .y{opacity:1;-webkit-transform: scale(1.0);margin-left:-12px;margin-top:-10px;}
  254. #z .x{font-size:23px;-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;}
  255. #z:hover .x{opacity:0;-webkit-transform: scale(.10);}
  256. #s-m-t-tooltip {max-width:300px;padding:1px;padding-left:3px;padding-right:3px;margin:25px 20px 25px 20px;background-color:{color:Tool Tip};color:{color:Tool Tip Text};box-shadow:rgba(0,0,0,0.07)3px 3px;font-size:8px;text-transform:uppercase;letter-spacing:1px;line-height:11px;color:{color:Tool Tip Text};z-index:999999999999999999999999999999999999;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
  257. .notes img{width:10px; position:left; top:3px;-webkit-border-radius: 10px;-moz-border-radius: 10px; border-radius: 10px;margin-right:5px;}
  258. #pgs{width:250px;margin-left:370px;padding-bottom:40px;z-index:99999;}
  259. .pix a:hover{background:transparent;}
  260. .pix a{padding:0px;}
  261. {CustomCSS}
  262. </style>
  263.  
  264. <link rel="shortcut icon" href="{Favicon}">
  265. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  266.  
  267. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  268.  
  269. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  270.  
  271. <script>
  272. (function($){
  273. $(document).ready(function(){
  274. $("a[title]").style_my_tooltips({
  275. tip_follows_cursor:true,
  276. tip_delay_time:90,
  277. tip_fade_speed:100,
  278. attribute:"title"
  279. });
  280. });
  281. })(jQuery);
  282. </script>
  283.  
  284.  
  285. </head>
  286. <body>
  287. <div id="container">
  288. <div id="side">
  289. <div class="blogtitle"><a href="/">{Title}</a></div>
  290. <div class="desc">
  291. {Description}
  292. </div>
  293. <div class="navigate">
  294. <a href="{text:Link 1 URL}">{text:Link 1 Name}</a>
  295. <a href="{text:Link 2 URL}">{text:Link 2 Name}</a>
  296. <a href="{text:Link 3 URL}">{text:Link 3 Name}</a>
  297. <a href="{text:Link 4 URL}">{text:Link 4 Name}</a>
  298. </div>
  299. </div>
  300.  
  301. <div id="posts">
  302. {block:Posts}
  303. <div id="entry">
  304.  
  305. {block:IndexPage}
  306. <div id="permalink">
  307. <div id="p1">
  308. <span class="p1"> </span>
  309. <a title="{TimeAgo}"href="{Permalink}">{NoteCount}</a>
  310. </div>
  311. <div id="p2">
  312. <span class="p2"> </span>
  313. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  314. </div>
  315. {block:HasTags}<div id="p3">
  316. <span class="p3"> </span> Filed Under:<br>
  317. {block:Tags}<div class="p3t"><a href="{TagURL}">#{Tag}</a><br></div>
  318. {/block:Tags}</div>
  319. {/block:HasTags}
  320. </div>
  321. {/block:IndexPage}
  322.  
  323. {block:Answer}
  324. <div id="ask">
  325. <div class="askername">{Asker} asked:</div>
  326. {Question}
  327. </div>
  328. {Answer}
  329. {/block:Answer}
  330.  
  331. {block:Text}
  332. {block:Title}
  333. <div class="posttitle">{Title}</div>
  334. {/block:Title}
  335. {Body}
  336. {/block:Text}
  337.  
  338. {block:Link}
  339. <div class="posttitle">
  340. <a href="{URL}">{Name} »</a>
  341. </div>
  342. {block:Description}{Description}{/block:Description}
  343. {/block:Link}
  344.  
  345. {block:Photo}
  346. {LinkOpenTag}
  347. <div class="pix">
  348. <div class="photo">
  349. <a href="{permalink}">
  350. <img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>
  351. </div></div>
  352. {LinkCloseTag}
  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:ContentSource}
  362. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  363. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  364. {/block:SourceLogo}
  365. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  366. {/block:ContentSource}
  367. {block:ReblogParentURL}
  368. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  369. {/block:ReblogParentURL}
  370. {/block:Photo}
  371.  
  372. {block:Photoset}
  373. <div class="photo">
  374. <center>
  375. {block:ifBiggerPosts}
  376. {block:IndexPage}
  377. {Photoset-400}
  378. {/block:IndexPage}
  379. {block:PermalinkPage}
  380. {Photoset-400}
  381. {/block:PermalinkPage}
  382. {/block:ifBiggerPosts}
  383. {block:ifNotBiggerPosts}
  384. {block:IndexPage}
  385. {Photoset-250}
  386. {/block:IndexPage}
  387. {block:PermalinkPage}
  388. {Photoset-400}
  389. {/block:PermalinkPage}
  390. {/block:ifNotBiggerPosts}
  391. </center>
  392. </div>
  393. {block:ifCaptions}
  394. {block:Caption}{Caption}{/block:Caption}
  395. {/block:ifCaptions}
  396. {block:ifNotCaptions}
  397. {block:PermalinkPage}
  398. {block:Caption}{Caption}{/block:Caption}
  399. {/block:PermalinkPage}
  400. {/block:ifNotCaptions}
  401. {/block:Photoset}
  402.  
  403. {block:Quote}
  404. <div class="posttitle">"{Quote}"</div>
  405. {block:Source}
  406. <i> - {Source}</i>
  407. {/block:Source}
  408. {/block:Quote}
  409.  
  410. {block:Chat}
  411. {block:Title}
  412. <div class="posttitle">
  413. {Title}
  414. </div>
  415. {/block:Title}
  416. <div class="chat">
  417. {block:Lines}
  418. <div class="chat">
  419. <div class="line {Alt}">
  420. <div class="{Alt} user_{UserNumber}">
  421. {block:Label}
  422. <b>{Label} </b>
  423. {/block:Label}
  424. {Line}
  425. </div>
  426. </div>
  427. </div>
  428. {/block:Lines}
  429. </div>
  430. {/block:Chat}
  431.  
  432. {block:Audio}
  433. <div class="audiop">
  434. {block:AlbumArt}
  435. <div class="audioaa">
  436. <img src="{AlbumArtURL}" width="80px;" style="display:block;margin:10px;">
  437. </div>
  438. {/block:AlbumArt}
  439. <img src="http://media.tumblr.com/675fe5861bf7a215e1756675309ec363/tumblr_inline_mvk7xmTpLe1rh7826.jpg"width="80"style="display:block;margin:10px;">
  440. <div class="audior">
  441. {block:AudioPlayer}
  442. <div class="audioplayer">
  443. {AudioPlayerBlack}
  444. </div>
  445. {/block:AudioPlayer}
  446. </div>
  447.  
  448. <div style="position:absolute;margin-left:110px;margin-top:-80px;color:white;width:135px;">
  449. {block:TrackName}{TrackName}{/block:TrackName}
  450. {block:Artist}<br><i>-{Artist}</i>{/block:Artist}
  451. </div>
  452. </div>
  453. {block:Caption}{Caption}{/block:Caption}
  454. {/block:Audio}
  455.  
  456. {block:Video}
  457. {block:ifBiggerPosts}
  458. {block:IndexPage}
  459. {Video-400}
  460. {/block:IndexPage}
  461. {block:PermalinkPage}
  462. {Video-400}
  463. {/block:PermalinkPage}
  464. {/block:ifBiggerPosts}
  465. {block:ifNotBiggerPosts}{block:IndexPage}
  466. {Video-250}
  467. {/block:IndexPage}
  468. {block:PermalinkPage}
  469. {Video-400}
  470. {/block:PermalinkPage}
  471. {/block:ifNotBiggerPosts}
  472. {block:ifCaptions}
  473. {block:Caption}{Caption}{/block:Caption}
  474. {/block:ifCaptions}
  475. {block:ifNotCaptions}
  476. {block:PermalinkPage}
  477. {block:Caption}{Caption}{/block:Caption}
  478. {/block:PermalinkPage}
  479. {/block:ifNotCaptions}
  480. {/block:Video}
  481.  
  482. {block:PermalinkPage}
  483. {block:Date}
  484. <div class="permalinkpage">
  485. <b>Posted:</b> {TimeAgo} on
  486. {ShortMonth} {DayofMonth},{Year} at
  487. {12Hour}:{Minutes} {CapitalAmPm}
  488. {block:NoteCount}<br>
  489. <b>Notes:</b>
  490. {NoteCount}
  491. {/block:NoteCount}
  492. {block:HasTags}
  493. <br>
  494. <b>Tags:</b>
  495. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  496. {/block:Tags}
  497. {/block:HasTags}
  498. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>· (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  499. </div>
  500. {block:PostNotes}
  501. {PostNotes}
  502. {/block:PostNotes}
  503. {/block:Date}
  504. {/block:PermalinkPage}
  505.  
  506. </div>
  507.  
  508. {/block:Posts}
  509. {block:ifNotInfiniteScrolling}
  510. <div id="pgs">
  511. {block:Pagination}
  512. {block:PreviousPage} <a href="{PreviousPage}">←</a> {/block:PreviousPage}
  513. {CurrentPage} of {TotalPages}
  514. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  515. {/block:Pagination}
  516. </div>
  517. {/block:ifNotInfiniteScrolling}
  518.  
  519. <div id="z"><div class="x">▲</div>
  520. <div class="y"><a href="http://tomkirk.tumblr.com/">tomkirk</a></div>
  521. </div>
  522. </div>
  523. </body>
  524. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement