Advertisement
tomkirk

Pack 1:1

Jun 17th, 2013
727
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.23 KB | None | 0 0
  1. <!--
  2.  
  3. TOMKIRK.TUMBLR
  4. --------------
  5. THEME PACK: 1 ; -ZEUS-
  6.  
  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="#f7f7f7"/>
  16. <meta name="color:Ask Text" content="#696969"/>
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Text" content="#828282"/>
  19. <meta name="color:Link" content="#54f394"/>
  20. <meta name="color:Link Hover" content="#baeaf7"/>
  21. <meta name="color:Link Shadow" content="#e0e0e0"/>
  22. <meta name="color:Border" content="#f2f2f2"/>
  23. <meta name="color:Scrollbar" content="#e2e1e1"/>
  24.  
  25. <!--Options-->
  26. <meta name="if:Infinite Scroll" content=""/>
  27. <meta name="if:Captions" content="1"/>
  28. <meta name="if:Inverted Images" content=""/>
  29. <meta name="if:Faded Images" content=""/>
  30. <meta name="if:Tiny Cursor" content="1"/>
  31. <meta name="if:Bigger Posts" content="1"/>
  32. <meta name="if:Link Hover Shadow" content="1"/>
  33.  
  34.  
  35. <!--Links-->
  36. <meta name="text:Link 1 URL" content="/"/>
  37. <meta name="text:Link 1 name" content=""/>
  38. <meta name="text:Link 2 URL" content="/"/>
  39. <meta name="text:Link 2 name" content=""/>
  40. <meta name="text:Link 3 URL" content="/"/>
  41. <meta name="text:Link 3 name" content=""/>
  42. <meta name="text:Link 4 URL" content="/"/>
  43. <meta name="text:Link 4 name" content=""/>
  44. <meta name="text:Link 5 URL" content="/"/>
  45. <meta name="text:Link 5 name" content=""/>
  46. <meta name="text:Link 6 URL" content="/"/>
  47. <meta name="text:Link 6 name" content=""/>
  48.  
  49. {block:Description}
  50. <meta name="description" content="{MetaDescription}" />
  51. {/block:Description}
  52. <meta charset="utf-8">
  53. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  54. <title>{block:TagPage}{Tag} posts - {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  55. <link rel="shortcut icon" href="{Favicon}">
  56. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  57. <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  58. <style type="text/css">
  59.  
  60. 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;}
  61.  
  62. 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;}
  63.  
  64. ::-webkit-scrollbar {width:8px; height:8px; background: {color:Background}; }
  65. ::-webkit-scrollbar-thumb { border-top:3px solid {color:Background}; border-bottom:3px solid {color:Background}; border-right:3px solid {color:Background};background-color: {color:Scrollbar};}
  66.  
  67. body{
  68. background-color: {color:Background};font-family: cambria;font-size: 11px;line-height: 12px;color:{color:Text};{block:ifTinyCursor}cursor: url(http://media.tumblr.com/63bedef90e1ae5190794323d2b03dc8c/tumblr_inline_moawjfcUAG1qz4rgp.png), progress;{/block:ifTinyCursor}
  69. }
  70.  
  71. a:link, a:active, a:visited{
  72. color: {color:Link};text-decoration:none;-webkit-transition: all 0.s ease-out;-moz-transition: all 0.s ease-out;transition: all 0.s ease-out;
  73. }
  74.  
  75. a:hover{text-decoration:none;color:{color:Link Hover};{block:ifTinyCursor}cursor: url(http://media.tumblr.com/63bedef90e1ae5190794323d2b03dc8c/tumblr_inline_moawjfcUAG1qz4rgp.png), progress;{/block:ifTinyCursor}{block:ifLinkHoverShadow}text-shadow: 1px 1px 1px {color:Link Shadow};{/block:ifLinkHoverShadow}}
  76.  
  77. #container {margin:auto;{block:ifBiggerPosts}max-width:500px;{/block:ifBiggerPosts}{block:ifNotBiggerPosts}max-width:400px;{/block:ifNotBiggerPosts}}
  78.  
  79. #content {margin:auto;{block:ifBiggerPosts}width:500px;{/block:ifBiggerPosts}{block:ifNotBiggerPosts}width:400px;{/block:ifNotBiggerPosts}padding-bottom:30px;}
  80.  
  81. article {float:left;margin-top:10px;padding:10px;{block:ifBiggerPosts}width:500px;{/block:ifBiggerPosts}{block:ifNotBiggerPosts}width:400px;{/block:ifNotBiggerPosts}}
  82.  
  83. article img{{block:ifBiggerPosts}max-width:500px;{/block:ifBiggerPosts}{block:ifNotBiggerPosts}max-width:400px;{/block:ifNotBiggerPosts}{block:ifFadedImages}opacity:.8;{/block:ifFadedImages}{block:ifInvertedImages}opacity:1;{/block:ifInvertedImages}-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
  84.  
  85. article img:hover{{block:ifFadedImages}opacity:1;{/block:ifFadedImages}{block:ifInvertedImages}opacity:.8;/*u alwyz step2my girl*/{/block:ifInvertedImages}}
  86.  
  87. #ps {overflow:hidden;{block:ifFadedImages}opacity:.8;{/block:ifFadedImages}{block:ifInvertedImages}opacity:1;{/block:ifInvertedImages}-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
  88.  
  89. #ps:hover{{block:ifFadedImages}opacity:1;{/block:ifFadedImages}{block:ifInvertedImages}opacity:.8;{/block:ifInvertedImages}}
  90.  
  91. article #permalink{margin-top:5px;padding:1px;line-height:14px;text-align:right;font-size:9px;letter-spacing:1px;font-style:italic;color:{color:Link};border-top:1px solid {color:Border};z-index:1;}
  92. #permalinkl{}
  93. #permalinkl a{display:inline-block;font-size:8px;text-transform:uppercase;margin-top:2px;}
  94.  
  95. #z{position:fixed;bottom:0;right:0;padding:15px;}
  96.  
  97. #z .y{position:absolute;margin-top:-7px;margin-left:-10px;opacity:0;font-family:calibri;font-size:10px;text-transform:uppercase;-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;-webkit-transform: scale(.10);}
  98.  
  99. #z:hover .y{opacity:1;-webkit-transform: scale(1.0);margin-left:-10px;margin-top:-11px;}
  100.  
  101. #z .x{font-size:23px;-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;}
  102. /*hte*/
  103. #z:hover .x{opacity:0;-webkit-transform: scale(.10);}
  104.  
  105. #side {position:relative;text-align:center;margin-top:40px;margin-bottom:30px;{block:ifBiggerPosts}margin-left:10px;width:500px;{/block:ifBiggerPosts}{block:ifNotBiggerPosts}margin-left:10px;width:400px;{/block:ifNotBiggerPosts}z-index:1;border-bottom:0px solid {color:Border};}
  106.  
  107. .navigate{margin-top:3px;text-align:left;}
  108.  
  109. .navigate a{margin-right:5px;margin-left:5px;padding:1px;font-size:8px;line-height:9px;letter-spacing:1px;font-style:italic;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  110.  
  111. .navigate a:hover{line-height:5px;font-size:15px;}
  112.  
  113. .blogtitle{text-align:right;font-size:30px;line-height:38px;margin-bottom:-8px;font-style: italic;}
  114.  
  115. .posttitle{font-size:17px;line-height:19px;margin-bottom:-8px;font-style: italic;}
  116.  
  117. #ask {padding:5px;line-height:14px;background:{color:Ask Background};color:{color:Ask Text};}
  118.  
  119. .askername{font-size:11px;line-height:11px;font-weight:bold;font-style:italic;text-align:right;border-top:1px solid {color:ask text};padding-top:4px;margin-top:4px;padding-right:2px;}
  120.  
  121. .askername a{color:{color:Ask Text};}
  122. .askername a:hover{color:{color:Link Hover};}
  123.  
  124. .chat .line{padding: 2px;}
  125.  
  126. .chat .line .odd{padding:2px;background:#ffffff;}
  127.  
  128. .audiop{background:black;padding:10px;}
  129.  
  130. .audioplayer {position:absolute;margin-top:-53px;margin-left:100px;width:70px;overflow:hidden;}
  131.  
  132. .audiop img{{block:ifFadedImages}opacity:1;{/block:ifFadedImages}{block:ifInvertedImages}opacity:1;{/block:ifInvertedImages}}
  133.  
  134. .audiop img:hover{{block:ifFadedImages}opacity:1;{/block:ifFadedImages}{block:ifInvertedImages}opacity:1;{/block:ifInvertedImages}}
  135.  
  136. blockquote{margin-left:10px;padding-left:4px;border-left: 3px solid {color:Text};}
  137.  
  138. .p { padding-top: 5px; }
  139. .ol, ul { margin-left: 10px; padding: 5px; }
  140. .ul { list-style-type: square; }
  141.  
  142. .notes img{width:10px;position:left;top:3px;}
  143.  
  144. .notes ul {list-style-type:none;margin-left:-30px;padding:5px;text-align:left;border-bottom:1px solid {color:Border};}
  145.  
  146. .pagination{margin-top:5px;text-transform:uppercase;letter-spacing:1px;font-size:8px;line-height:22px;text-align:center;{block:ifBiggerPosts}margin-left:10px;width:500px;{/block:ifBiggerPosts}{block:ifNotBiggerPosts}margin-left:10px;width:400px;{/block:ifNotBiggerPosts}{block:IndexPage}border-top:4px double {color:Border};{/block:IndexPage}}
  147. {CustomCSS}
  148. </style>
  149.  
  150. </head>
  151. <body>
  152. <div id="z"><div class="x">▲</div>
  153. <div class="y"><a href="http://tomkirk.tumblr.com/">tomkirk</a></div>
  154. </div>
  155.  
  156. <div id="container">
  157.  
  158. <div id="side">
  159. <div class="blogtitle">
  160. <a href="/">{Title}</a>
  161. </div>
  162. <div style="padding-top:10px;padding-bottom:10px;border-top:4px double {color:Border};border-bottom:4px double {color:Border};">
  163. {Description}
  164. </div>
  165. <div class="navigate">
  166. {block:ifLink1name}
  167. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  168. {/block:ifLink1name}
  169. {block:ifLink2name}
  170. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  171. {/block:ifLink2name}
  172. {block:ifLink3name}
  173. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  174. {/block:ifLink3name}
  175. {block:ifLink4name}
  176. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  177. {/block:ifLink4name}
  178. {block:ifLink5name}
  179. <a href="{text:Link 5 URL}">{text:Link 5 name}</a>
  180. {/block:ifLink5name}
  181. {block:ifLink6name}
  182. <a href="{text:Link 6 URL}">{text:Link 6 name}</a>
  183. {/block:ifLink6name}
  184. </div>
  185. </div>
  186. </div>
  187.  
  188. <div id="content">
  189. {block:Posts}
  190. <article>
  191.  
  192. {block:Answer}
  193. <div id="ask">
  194. "{Question}"
  195. <div class="askername">-{Asker}</div>
  196. </div>
  197. {Answer}
  198. {/block:Answer}
  199.  
  200. {block:Text}
  201. {block:Title}
  202. <div class="posttitle">{Title}</div>
  203. {/block:Title}
  204. {Body}
  205. {/block:Text}
  206.  
  207. {block:Link}
  208. <div class="posttitle">
  209. <a href="{URL}">{Name}</a>
  210. </div>
  211. {block:Description}{Description}{/block:Description}
  212. {/block:Link}
  213.  
  214. {block:Photo}
  215. <center>
  216. {LinkOpenTag}
  217. <a href="{permalink}">
  218. <img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>
  219. {LinkCloseTag}
  220. </center>
  221. {block:ifCaptions}
  222. {block:Caption}{Caption}{/block:Caption}
  223. {/block:ifCaptions}
  224. {block:ifNotCaptions}
  225. {block:PermalinkPage}
  226. {block:Caption}{Caption}{/block:Caption}
  227. {/block:PermalinkPage}
  228. {/block:ifNotCaptions}
  229. {block:ContentSource}
  230. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  231. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  232. {/block:SourceLogo}
  233. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  234. {/block:ContentSource}
  235. {block:ReblogParentURL}
  236. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  237. {/block:ReblogParentURL}
  238. {/block:Photo}
  239.  
  240. {block:Photoset}
  241. <div id="ps">
  242. {block:ifBiggerPosts}{Photoset-500}{/block:ifBiggerPosts}{block:ifNotBiggerPosts}{Photoset-400}{/block:ifNotBiggerPosts}
  243. </div>
  244. {block:ifCaptions}
  245. {block:Caption}{Caption}{/block:Caption}
  246. {/block:ifCaptions}
  247. {block:ifNotCaptions}
  248. {block:PermalinkPage}
  249. {block:Caption}{Caption}{/block:Caption}
  250. {/block:PermalinkPage}
  251. {/block:ifNotCaptions}
  252. {/block:Photoset}
  253.  
  254. {block:Quote}
  255. <div class="posttitle">"{Quote}"</div>
  256. {block:Source}
  257. <br>
  258. - {Source}
  259. {/block:Source}
  260. {/block:Quote}
  261.  
  262. {block:Chat}
  263. {block:Title}
  264. <div class="posttitle">{Title}</div><br>
  265. {/block:Title}
  266. <div class="chat">
  267. {block:Lines}
  268. <div class="chat">
  269. <div class="line {Alt}">
  270. <div class="{Alt} user_{UserNumber}">
  271. {block:Label}
  272. <b>{Label} </b>
  273. {/block:Label}
  274. {Line}
  275. </div>
  276. </div>
  277. </div>
  278. {/block:Lines}
  279. </div>
  280. {/block:Chat}
  281.  
  282. {block:Audio}
  283.  
  284. <div class="audiop">
  285. {block:AlbumArt}
  286. <img src="{AlbumArtURL}" width="70px;" style="position:absolute;margin:5px;z-index:1;">
  287. {/block:AlbumArt}
  288.  
  289. <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" width="70px;" style="position:relative;margin:5px;">
  290.  
  291. {block:AudioPlayer}
  292. <div class="audioplayer">
  293. {AudioPlayerBlack}
  294. </div>
  295. {/block:AudioPlayer}
  296. </div>
  297.  
  298. {block:Caption}{Caption}{/block:Caption}
  299. {/block:Audio}
  300.  
  301. {block:Video}
  302. <div id="ps">
  303. {block:ifBiggerPosts}{Video-500}{/block:ifBiggerPosts}{block:ifNotBiggerPosts}{Video-400}{/block:ifNotBiggerPosts}
  304. </div>
  305. {block:ifCaptions}
  306. {block:Caption}{Caption}{/block:Caption}
  307. {/block:ifCaptions}
  308. {block:ifNotCaptions}
  309. {block:PermalinkPage}
  310. {block:Caption}{Caption}{/block:Caption}
  311. {/block:PermalinkPage}
  312. {/block:ifNotCaptions}
  313. {/block:Video}
  314.  
  315. {block:IndexPage}
  316. <div id="permalink">
  317. <span id="permalinkl">
  318. <span style="float:left"><a href="{Permalink}">{NoteCountWithLabel}</a></span>
  319. <a href="{ReblogURL}" target="_blank" class="details">reblog</a></span>
  320. </div>
  321. {/block:IndexPage}
  322.  
  323. {block:PermalinkPage}
  324. <div id="permalink">
  325. <div style="margin-top:2px;text-align:right;">
  326. {block:Date}
  327. <b>Posted:</b> {TimeAgo} on
  328. {ShortMonth} {DayofMonth},{Year} at
  329. {12Hour}:{Minutes} {CapitalAmPm}
  330. {/block:Date}
  331. {block:NoteCount}<br>
  332. <b>Notes:</b>
  333. {NoteCount}
  334. {/block:NoteCount}
  335. {block:HasTags}
  336. <br>
  337. <b>Tags:</b>
  338. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  339. {/block:Tags}
  340. {/block:HasTags}
  341. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>· (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  342. </div>
  343. </div>
  344. {/block:PermalinkPage}
  345.  
  346. {block:PostNotes}
  347. {PostNotes}
  348. {/block:PostNotes}
  349. </article>
  350. {/block:Posts}
  351.  
  352. {block:Pagination}
  353. <div class="pagination">
  354. {block:PreviousPage}<a href="{PreviousPage}">{block:ifInfiniteScroll} {/block:ifInfiniteScroll}{block:ifNotInfiniteScroll}Last{/block:ifNotInfiniteScroll}</a>{/block:PreviousPage} [{CurrentPage} out of {TotalPages}]
  355. {block:NextPage}<a href="{NextPage}">{block:ifInfiniteScroll} {/block:ifInfiniteScroll}{block:ifNotInfiniteScroll}Next{block:ifNotInfiniteScroll}</a>{/block:NextPage}
  356. </div>
  357. {/block:Pagination}
  358.  
  359. </div>
  360.  
  361. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  362.  
  363. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  364. {block:ifInfiniteScroll}
  365. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  366. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  367. {/block:ifInfiniteScroll}
  368. <!-- wtf is a matt bellamy -->
  369. <script>
  370. (function() {
  371. var $tumblelog = $('#content');
  372. {block:IfInfiniteScroll}
  373. $tumblelog.infinitescroll({
  374. navSelector : ".pagination",
  375. nextSelector : ".pagination a:first",
  376. itemSelector : "article",
  377. bufferPx : 50,
  378. done : "",
  379. loading: {
  380. finishedMsg: "<p> </p>",
  381. img : " ",
  382. msg: null,
  383. msgText: "<p> </p>"
  384. },
  385. },
  386. function( newElements ) {
  387. var $newElems = $( newElements ).css({ opacity: 0 });
  388. $newElems.imagesLoaded(function(){
  389. $newElems.animate({ opacity: 1 });
  390. $tumblelog.masonry( 'appended', $newElems);
  391. });
  392. }
  393. );
  394. {/block:IfInfiniteScroll}
  395. $tumblelog.imagesLoaded( function(){
  396. $tumblelog.masonry({
  397. columnWidth: function( containerWidth ) {
  398. return containerWidth / 100;
  399. }
  400. });
  401. });
  402. })();
  403. </script>
  404.  
  405. <script>
  406. var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
  407. (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  408. g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
  409. s.parentNode.insertBefore(g,s)}(document,'script'));
  410. </script>
  411. </body>
  412. </html>
  413. </body>
  414. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement