Advertisement
tomkirk

#022

Dec 25th, 2013
3,910
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.93 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. T H M : [ # 0 2 2 ] P I X E L
  11.  
  12. -->
  13. <html>
  14. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15. <html xmlns="http://www.w3.org/1999/xhtml">
  16. <head>
  17.  
  18. <!--Default Variables-->
  19. <!--Colors-->
  20. <meta name="color:Ask Background" content="#f7f7f7"/>
  21. <meta name="color:Ask Text" content="#000000"/>
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="color:Border" content="#000000"/>
  24. <meta name="color:Text" content="#000000"/>
  25. <meta name="color:Link" content="#ffa9a9"/>
  26. <meta name="color:Link Hover" content="#000000"/>
  27. <meta name="color:Link Hover Bkg" content="#feff64"/>
  28. <meta name="color:Post Title" content="#ffa9a9"/>
  29. <meta name="color:Scrollbar" content="#e8e8e8"/>
  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:Custom Scrollbar" content="1"/>
  41. <meta name="if:Blogtitle" content="1"/>
  42. <meta name="if:Sidepic" content="1"/>
  43. <meta name="if:Centered Sidepic" content="1"/>
  44. <meta name="if:Full Bkg Img" content="1" />
  45.  
  46. <!--Images-->
  47. <meta name="image:Background" content""/>
  48. <meta name="image:Side" content=""/>
  49.  
  50. <!--Links-->
  51. <meta name="text:Link 1 URL" content="/"/>
  52. <meta name="text:Link 1 name" content=""/>
  53. <meta name="text:Link 2 URL" content="/"/>
  54. <meta name="text:Link 2 name" content=""/>
  55. <meta name="text:Link 3 URL" content="/"/>
  56. <meta name="text:Link 3 name" content=""/>
  57. <meta name="text:Link 4 URL" content="/"/>
  58. <meta name="text:Link 4 name" content=""/>
  59.  
  60. <script type="text/javascript" language="javascript" src="http://assets.tumblr.com/javascript/tumblelog.js?7"></script>
  61.  
  62.  
  63. {block:ifInfiniteScrolling}
  64. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  65. {/block:ifInfiniteScrolling}
  66.  
  67. {block:Description}
  68. <meta name="description" content="{MetaDescription}" />{/block:Description}
  69. <title>
  70. {block:PostSummary}
  71. {PostSummary} - {/block:PostSummary}{Title}</title>
  72. </style>
  73.  
  74. <style type="text/css">
  75.  
  76. {block:ifInvertedImages}img{
  77. opacity: 1;
  78. filter:alpha(opacity=10);
  79. -moz-opacity: 0.1;
  80. -moz-transition: all .9s ease;
  81. -o-transition: all .9s ease;
  82. transition: all .9s ease;
  83. -webkit-transition: all .9s ease;}
  84. {/block:ifInvertedImages}
  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. {block:ifFadedImages}img{
  95. opacity: .8;
  96. filter:alpha(opacity=10);
  97. -moz-opacity: 0.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. {block:ifFadedImages} img:hover{
  104. opacity: 1;
  105. filter:alpha(opacity=100);
  106. -moz-opacity: 1;
  107. -moz-transition: all .9s ease;
  108. -o-transition: all .9s ease;
  109. transition: all .9s ease;
  110. -webkit-transition: all .9s ease;}
  111. {/block:ifFadedImages}
  112. {block:ifInvertedImages}.photo {
  113. opacity: 1;
  114. filter:alpha(opacity=10);
  115. -moz-opacity: 0.1;
  116. -moz-transition: all .9s ease;
  117. -o-transition: all .9s ease;
  118. transition: all .9s ease;
  119. -webkit-transition: all .9s ease;}
  120. {/block:ifInvertedImages}
  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. {block:ifFadedImages}.photo {
  131. opacity: .8;
  132. filter:alpha(opacity=10);
  133. -moz-opacity: 0.1;
  134. -moz-transition: all .9s ease;
  135. -o-transition: all .9s ease;
  136. transition: all .9s ease;
  137. -webkit-transition: all .9s ease;}
  138. {/block:ifFadedImages}
  139. {block:ifFadedImages}.photo:hover{
  140. opacity: 1;
  141. filter:alpha(opacity=100);
  142. -moz-opacity: 1;
  143. -moz-transition: all .9s ease;
  144. -o-transition: all .9s ease;
  145. transition: all .9s ease;
  146. -webkit-transition: all .9s ease;}
  147. {/block:ifFadedImages}
  148. .photo{overflow:hidden;
  149. -webkit-border-radius: 4px;
  150. -moz-border-radius: 4px;
  151. border-radius: 4px;}
  152. 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;}
  153. 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;}
  154. {block:ifCustomScrollbar}
  155. ::-webkit-scrollbar {width:16px; height:16px; background: {color:Background};}
  156. ::-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};-webkit-border-radius: 100px;
  157. -moz-border-radius: 100px;border-radius: 100px;}
  158. {/block:ifCustomScrollbar}
  159. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  160. @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  161. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  162. @font-face { font-family: "redensek"; src: url('http://static.tumblr.com/4yxykdm/ICUlrfl4t/redensek_1_.ttf'); }
  163. @font-face {font-family: 'pixel'; src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff'); }
  164. @font-face { font-family: "handy"; src: url('http://static.tumblr.com/yqxw8ss/qOClwq07v/handy00.ttf'); }
  165. @font-face { font-family: "tempesta"; src: url('http://static.tumblr.com/oct6d4x/Wvalo56tg/pf_ronda_seven.ttf'); }
  166. @font-face{font-family:Babydoll;src:url(http://static.tumblr.com/9wzbixa/MbMmj2fv0/babydoll.ttf);}
  167. @font-face{font-family: "Whipping Cream"; src:url('http://static.tumblr.com/npggxjg/EKvmfs0qx/whipping_cream.ttf');}
  168. body{background-color: {color:Background};background-image:url({image:Background});background-attachment:fixed;background-repeat:repeat;background-position:center; font-family:ronda;font-size:8px;line-height:12px;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}}
  169. a:link, a:active, a:visited{color: {color:Link};text-decoration:none;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;transition: all 0.7s ease;}
  170. a:hover{color:{color:Link Hover};background:{color:Link Hover Bkg};{block:ifTinyCursor}cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  171. {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}-webkit-transition: all 0s ease; -moz-transition: all 0s ease; transition: all 0s ease;}
  172. #container {margin:auto; padding-top:80px;padding-bottom:10px;{block:IndexPage}width:250px;{/block:IndexPage}{block:PermalinkPage}width:400px;{/block:PermalinkPage}}
  173. #entry {margin-top:20px;margin-bottom:60px;{block:IndexPage}width:250px;{/block:IndexPage}{block:PermalinkPage}width:400px;{/block:PermalinkPage}background:white;padding:9px;border:1px solid {color:Border};-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
  174. #entry img{{block:IndexPage}display:block;max-width:250px;{/block:IndexPage}{block:PermalinkPage}max-width:400px;{/block:PermalinkPage}-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
  175. #entry #permalink{opacity:0;margin-top:-10px;text-align:right;font-family:pixel;font-size:8px;letter-spacing:1px;text-transform:uppercase;z-index:1;color:{color:Link};-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease; transition: all 0.5s ease;}
  176. #entry:hover #permalink{opacity:1;margin-top:5px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
  177. #permalinkpage{position:relative;padding-top:5px;}
  178. #side {position:fixed;z-index:1;width:100px;margin-top:20px;{block:IndexPage}margin-left:-155px;{/block:IndexPage}{block:PermalinkPage} margin-left:-155px;{/block:PermalinkPage}background:white;padding:9px;border:1px solid {color:Border};-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
  179. .navigate{margin-top:5px;padding-top:4px;}
  180. .navigate a{line-height:16px;font-family:pixel;padding:1px;text-transform:uppercase;letter-spacing:1px;}
  181.  
  182. #ask {padding:4px;border:1px solid {color:Border};background:{color:Ask Background};color:{color:Ask Text};-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
  183. .askername{position:Absolute;margin-top:-26px;margin-left:37px;letter-spacing:1px;padding-bottom:2px;margin-bottom:1px;}
  184. .askername a{color:{color:Ask Text};}
  185. .askerimg{padding-bottom:4px;margin-bottom:1px;border-bottom:1px solid {color:Border}}
  186. .askerimg img{width:30px;}
  187. .blogtitle{letter-spacing:1px;border-bottom:1px solid {color:Border};padding-bottom:4px;margin-bottom:4px;}
  188. .blogtitle a:hover{background:transparent;}
  189. .sp a:hover{background:transparent;}
  190. .posttitle{font-size:17px; line-height:19px; letter-spacing:-1px;font-family:whipping cream;color:{color:Post Title};}
  191. .posttitle a{color:{color:Post Title};}
  192. .posttitle a:hover{color:{color:Link Hover};}
  193. blockquote{padding-left:5px;margin-left:15px;margin-right:0px;margin-top:5px;margin-bottom:0px;border-left:2px solid {color:Link};}
  194. blockquote p, ul{margin:0px; padding:0px;}
  195. .chat .line{padding: 2px;}
  196. .label {font-weight:bold; color:{color:text}}
  197. a img{border: 0px;}
  198. .p { padding-top: 5px; }
  199. .ol, ul { margin-left: 10px; padding: 5px; }
  200. .ul { list-style-type: square; }
  201. .audioplayer {height:27px;margin-bottom:6px;{block:IndexPage}width:250px;{/block:IndexPage}{block:PermalinkPage}width:400px;{/block:PermalinkPage}}
  202. .notes img{width:10px; position:left; top:3px; -webkit-border-radius: 10px;
  203. -moz-border-radius: 10px; border-radius: 10px; margin-right:5px; line-height:15px;}
  204. #pgs{margin-right:120px;margin-top:10px;margin-bottom:30px;}
  205. #pgs a{background:white;font-family:arial;font-size:12px;line-height:1px;margin-right:10px;padding-bottom:3px;padding-left:3px;padding-right:3px;border:1px solid {color:Border};-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
  206. #s-m-t-tooltip {max-width:300px;padding:1px;padding-left:3px;padding-right:3px;margin:15px 20px 15px 20px;background-color:{color:Tool Tip};color:{color:Tool Tip Text};line-height:9px;font-family:pixel;letter-spacing:1px;font-size:8px;color:{color:Tool Tip Text};z-index:999999999999999999999999999999999999;-webkit-border-radius: 2px;
  207. -moz-border-radius: 2px;
  208. border-radius: 2px;}
  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:90,
  227. tip_fade_speed:100,
  228. attribute:"title"
  229. });
  230. });
  231. })(jQuery);
  232. </script>
  233. <body>
  234. <div id="container">
  235. <div id="side">
  236. {block:ifSidePic}<div class="sp">
  237. {block:ifCenteredSidepic}<center>{/block:ifCenteredSidepic}
  238. <a href="/"><img src="{image:Side}"style="max-width:100px;"></a>
  239. {block:ifCenteredSidepic}</center>{/block:ifCenteredSidepic}</div> {/block:ifSidePic}
  240. {block:ifBlogTitle}
  241. <div class="blogtitle"><a href="/">{Title}</a></div>
  242. {/block:ifBlogTitle}
  243. {Description}
  244. <select onChange="location=this.options[this.selectedIndex].value;" style="width:100px;border:1px solid {color:Border};font-size:8px;text-transform:uppercase;font-family:pixel;letter-spacing:1px;padding:1px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;margin-top:5px;-webkit-appearance: none;text-align:center;background:{color:Menu Bkg};color:{color:Menu Text};">
  245. <option value="/">navigate</option>
  246. {block:ifLink1name}
  247. <option value="{text:Link 1 URL}">{text:Link 1 name}</option>
  248. {/block:ifLink1name}
  249. {block:ifLink2name}
  250. <option value="{text:Link 2 URL}">{text:Link 2 name}</option>
  251. {/block:ifLink2name}
  252. {block:ifLink3name}
  253. <option value="{text:Link 3 URL}">{text:Link 3 name}</option>
  254. {/block:ifLink3name}
  255. {block:ifLink4name}
  256. <option value="{text:Link 4 URL}">{text:Link 4 name}</option>
  257. {/block:ifLink4name}
  258. </select>
  259. </div>
  260.  
  261. <div id="posts">
  262. {block:Posts}
  263. <div id="entry">
  264.  
  265. {block:Answer}<div id="ask"><div class="askerimg"><img src="{AskerPortraitURL-128}" style="-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;border:1px solid {color:Border};"></div><span class="askername"> {Asker} asked:</span> <span style="padding-left:3px;padding-right:3px;">{Question}</span></div>{Answer}{/block:Answer}
  266.  
  267. {block:Text}{block:Title}<div class="posttitle">{Title}</div>{/block:Title}{Body}{/block:Text}
  268.  
  269. {block:Link}<div class="posttitle"><a href="{URL}">{Name} »</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  270.  
  271. {block:Photo}{LinkOpenTag}<div id="pic"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a></div>{LinkCloseTag}{block:ifCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifCaptions}{block:ifNotCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifNotCaptions}
  272. {block:ContentSource}
  273. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  274. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  275. {/block:SourceLogo}
  276. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  277. {/block:ContentSource}
  278. {block:ReblogParentURL}
  279. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  280. {/block:ReblogParentURL}{/block:Photo}
  281.  
  282. {block:Photoset}<center>{block:IndexPage}<div class="photo">{Photoset-250}</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}
  283.  
  284. {block:Quote}<div class="posttitle">"{Quote}"</div>{block:Source}<i> - {Source}</i>{/block:Source}{/block:Quote}
  285.  
  286. {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>{/block:Chat}
  287.  
  288. {block:Audio}{block:AudioPlayer}<div class="audioplayer">{AudioPlayerGrey}</div>{/block:AudioPlayer}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  289.  
  290. {block:Video}<div class="photo"><center>{block:IndexPage}{Video-250}{/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}{/block:Video}
  291.  
  292. {block:IndexPage}<div id="permalink"><a href="{Permalink}">{NoteCount}</a> ▲ <a href="{ReblogURL}" target="_blank" class="details">Reblog</a> </div>{/block:IndexPage}
  293.  
  294. {block:PermalinkPage}
  295. {block:Date}
  296. <div id="permalinkpage">
  297. <b>Posted:</b> {TimeAgo} on
  298. {ShortMonth} {DayofMonth},{Year} at
  299. {12Hour}:{Minutes} {CapitalAmPm}
  300. {/block:Date}
  301. {block:NoteCount}<br>
  302. <b>Notes:</b>
  303. {NoteCount}
  304. {/block:NoteCount}
  305. {block:HasTags}
  306. <br>
  307. <b>Tags:</b>
  308. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  309. {/block:Tags}
  310. {/block:HasTags}
  311. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>· (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  312. {block:PostNotes}
  313. {PostNotes}
  314. {/block:PostNotes}
  315. {/block:Date}
  316. {/block:PermalinkPage}
  317. </div>
  318.  
  319. {/block:Posts}
  320.  
  321. {block:ifNotInfiniteScrolling}
  322. <div id="pgs">
  323. {block:Pagination}
  324. {block:PreviousPage} <a href="{PreviousPage}">←</a></span> {/block:PreviousPage}
  325.  
  326. {block:NextPage} <a href="{NextPage}">→</a> {/block:NextPage}
  327. {/block:Pagination}
  328. </div>
  329. {/block:ifNotInfiniteScrolling}
  330. <div style="position:fixed;right:0;bottom:0;padding:15px;font-size:14px">
  331. <div class="sp"><a title="theme by tomkirk"href="http://tomkirk.tumblr.com/">▲</a></div>
  332. </div>
  333. </div>
  334. </div>
  335. </body>
  336. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement