Advertisement
tomkirk

#027

Mar 20th, 2014
9,406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.15 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. -->
  11. <html>
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  13. <html xmlns="http://www.w3.org/1999/xhtml">
  14. <head>
  15. <!--Default Variables-->
  16. <!--Colors-->
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Ask Background" content="#f7f7f7"/>
  19. <meta name="color:Ask Text" content="#000000"/>
  20. <meta name="color:Bubbles" content="#000000"/>
  21. <meta name="color:Bubbles Text" content="#ffffff"/>
  22. <meta name="color:Text" content="#000000"/>
  23. <meta name="color:Link" content="#ffa9a9"/>
  24. <meta name="color:Link Hover" content="#000000"/>
  25. <meta name="color:Accent" content="#f7f7f7"/>
  26. <meta name="color:Accent Text" content="#000000"/>
  27. <meta name="color:Scrollbar" content="#e8e8e8"/>
  28. <meta name="color:Tool Tip" content="#000000"/>
  29. <meta name="color:Tool Tip Text" content="#ffffff"/>
  30.  
  31. <!--Options-->
  32. <meta name="if:Faded Images" content=""/>
  33. <meta name="if:Inverted Images" content=""/>
  34. <meta name="if:Captions" content="1"/>
  35. <meta name="if:Pic" content="1"/>
  36. <meta name="if:Tiny Cursor" content=""/>
  37. <meta name="if:Crosshair Cursor" content=""/>
  38. <meta name="if:Infinite Scrolling" content=""/>
  39. <meta name="if:Custom Scrollbar" content="1"/>
  40. <meta name="if:Full Bkg Img" content="1" />
  41.  
  42. <!--Images-->
  43. <meta name="image:Background" content""/>
  44. <meta name="image:Pic" content=""/>
  45.  
  46. <!--Links-->
  47. <meta name="text:Pic Width" content="300"/>
  48. <meta name="text:Link 1 URL" content="/"/>
  49. <meta name="text:Link 1 name" content=""/>
  50. <meta name="text:Link 2 URL" content="/"/>
  51. <meta name="text:Link 2 name" content=""/>
  52. <meta name="text:Link 3 URL" content="/"/>
  53. <meta name="text:Link 3 name" content=""/>
  54. <meta name="text:Link 4 URL" content="/"/>
  55. <meta name="text:Link 4 name" content=""/>
  56.  
  57.  
  58.  
  59. {block:ifInfiniteScrolling}
  60. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  61. {/block:ifInfiniteScrolling}
  62.  
  63. {block:Description}
  64. <meta name="description" content="{MetaDescription}" />{/block:Description}
  65. <title>
  66. {block:PostSummary}
  67. {PostSummary} - {/block:PostSummary}{Title}</title>
  68. </style>
  69.  
  70. <style type="text/css">
  71.  
  72. {block:ifInvertedImages}img{
  73. opacity: 1;
  74. filter:alpha(opacity=10);
  75. -moz-opacity: 0.1;
  76. -moz-transition: all .9s ease;
  77. -o-transition: all .9s ease;
  78. transition: all .9s ease;
  79. -webkit-transition: all .9s ease;}
  80. {/block:ifInvertedImages}
  81. {block:ifInvertedImages} img:hover{
  82. opacity: .8;
  83. filter:alpha(opacity=100);
  84. -moz-opacity: 1;
  85. -moz-transition: all .9s ease;
  86. -o-transition: all .9s ease;
  87. transition: all .9s ease;
  88. -webkit-transition: all .9s ease;}
  89. {/block:ifInvertedImages}
  90. {block:ifFadedImages}img{
  91. opacity: .8;
  92. filter:alpha(opacity=10);
  93. -moz-opacity: 0.1;
  94. -moz-transition: all .9s ease;
  95. -o-transition: all .9s ease;
  96. transition: all .9s ease;
  97. -webkit-transition: all .9s ease;}
  98. {/block:ifFadedImages}
  99. {block:ifFadedImages} img:hover{
  100. opacity: 1;
  101. filter:alpha(opacity=100);
  102. -moz-opacity: 1;
  103. -moz-transition: all .9s ease;
  104. -o-transition: all .9s ease;
  105. transition: all .9s ease;
  106. -webkit-transition: all .9s ease;}
  107. {/block:ifFadedImages}
  108. {block:ifInvertedImages}.photo {
  109. opacity: 1;
  110. filter:alpha(opacity=10);
  111. -moz-opacity: 0.1;
  112. -moz-transition: all .9s ease;
  113. -o-transition: all .9s ease;
  114. transition: all .9s ease;
  115. -webkit-transition: all .9s ease;}
  116. {/block:ifInvertedImages}
  117. {block:ifInvertedImages}.photo:hover{
  118. opacity: .8;
  119. filter:alpha(opacity=100);
  120. -moz-opacity: 1;
  121. -moz-transition: all .9s ease;
  122. -o-transition: all .9s ease;
  123. transition: all .9s ease;
  124. -webkit-transition: all .9s ease;}
  125. {/block:ifInvertedImages}
  126. {block:ifFadedImages}.photo {
  127. opacity: .8;
  128. filter:alpha(opacity=10);
  129. -moz-opacity: 0.1;
  130. -moz-transition: all .9s ease;
  131. -o-transition: all .9s ease;
  132. transition: all .9s ease;
  133. -webkit-transition: all .9s ease;}
  134. {/block:ifFadedImages}
  135. {block:ifFadedImages}.photo:hover{
  136. opacity: 1;
  137. filter:alpha(opacity=100);
  138. -moz-opacity: 1;
  139. -moz-transition: all .9s ease;
  140. -o-transition: all .9s ease;
  141. transition: all .9s ease;
  142. -webkit-transition: all .9s ease;}
  143. {/block:ifFadedImages}
  144. .photo{overflow:hidden;}
  145. 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;}
  146. 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;}
  147. {block:ifCustomScrollbar}
  148. ::-webkit-scrollbar {width:16px; height:16px; background: {color:Background};}
  149. ::-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};}
  150. {/block:ifCustomScrollbar}
  151. 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:12px;color:{color:Text};{block:ifTinyCursor}cursor:url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), progress;{/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}{block:ifFullBkgImg}background-size:100% 100%;{/block:ifFullBkgImg}}
  152. a:link, a:active, a:visited{color: {color:Link};text-decoration:none;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;transition: all 0.4s ease;}
  153. a:hover{color:{color:Link Hover};{block:ifTinyCursor}cursor:url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), progress;
  154. {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}}
  155. #guts,#click{padding:1px;display:inline-block;}
  156. #click{padding:1px;font-size:22px;}
  157. #click:hover{cursor:help;}
  158. #guts{padding:1px;display:none;width:120px;margin-top:30px;}
  159. #container {margin:auto;padding-bottom:10px;padding-left:50px;{block:IndexPage}width:450px;{/block:IndexPage}{block:PermalinkPage}width:450px;{/block:PermalinkPage}}
  160. #crystals {margin-top:160px;margin-bottom:220px;{block:IndexPage}width:400px;{/block:IndexPage}{block:PermalinkPage}width:400px;{/block:PermalinkPage}}
  161. #crystals img{{block:IndexPage}display:block;max-width:400px;{/block:IndexPage}{block:PermalinkPage}max-width:400px;{/block:PermalinkPage}}
  162. #crystals #hexes{position:absolute;opacity:0;width:400px;text-align:center;margin-top:0px;text-transform:uppercase;z-index:1;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;transition: all 0.7s ease;}
  163. #crystals:hover #hexes{margin-top:40px;opacity:1;}
  164. #joa{background:{color:Bubbles};padding:10px;width:140px;margin-left:115px;-webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;}
  165. #joa #sy{position:absolute;margin-top:-20px;margin-left:55px;color:{color:Bubbles};font-size:30px;font-family:arial;font-weight:bold;}
  166. #crystals #hexes a{margin-left:10px;margin-right:10px;color:{color:Bubbles Text};}
  167. #crystals #hexes a:hover{opacity:.7;}
  168. #crystals #spells{z-index:99999999;position:absolute;opacity:0;width:360px;overflow:auto;max-height:300px;margin:20px;background:{color:Bubbles};color:{color:Bubbles Text};-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;transition: all 0.7s ease;}
  169. #crystals:hover #spells{opacity:.8;}
  170. #crystals #spells a{color:{color:Bubbles Text};}
  171. #crystals #spells a:hover{opacity:.7;}
  172. #crystals #spells blockquote{border-left:3px solid {color:Bubbles Text};}
  173. #permalinkpage{position:relative;padding-top:5px;}
  174. #side{width:400px;margin-bottom:40px;margin-top:120px;text-align:center;}
  175. .navigate a{display:inline-block;z-index:1;padding:5px;border:4px solid {color:Accent};-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
  176. .navigate a:hover{text-decoration:none;color:{color:Accent Text};}
  177. .navigate1 a{background:{color:Accent};-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}.navigate1 a:hover{color:{color:Accent Text};text-decoration:none;}
  178. .sand {border-top: 2px solid transparent;border-bottom: 2px solid transparent;}
  179. #wave { position:absolute;left:0;width:10px;height: 18px;background:{color:Accent};z-index:-1;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
  180. #sea {list-style:none;position:relative;margin-bottom:10px;width:400px;margin-left:-5px;}
  181. #sea li {display:inline-block;
  182. }
  183. .current_page_item a {color: {color:Accent Text}; }
  184. #side #desc{position:absolute;background:{color:Bubbles};margin-top:20px;padding:10px;width:380px;-webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;color:{color:Bubbles Text};}
  185. #desc a{color:{color:Bubbles Text};}
  186. #desc a:hover{opacity:.8;}
  187. #desc #pg{position:absolute;margin-top:-20px;margin-left:175px;color:{color:Bubbles};font-size:30px;font-family:arial;font-weight:bold;}
  188. #ask {padding:10px;background:{color:Ask Background};color:{color:Ask Text};}
  189. .askername{position:Absolute;margin-top:-28px;margin-left:37px;padding-bottom:2px;margin-bottom:1px;border-bottom:3px solid {color:Ask Text};}
  190. .askername a{color:{color:Ask Text};} .askername a:hover{opacity:0.8;}
  191. .askerimg{padding-bottom:4px;margin-bottom:1px;}
  192. .askerimg img{width:30px;}
  193. .posttitle{font-size:18px;line-height:20px;text-transform:uppercase;padding-bottom:0px;}
  194. .ap{position:absolute;margin-left:80px;margin-top:80px;width:25px;overflow:hidden;}
  195. blockquote{padding-left:10px;margin-left:10px;margin-right:0px;margin-top:5px;margin-bottom:10px;border-left:3px solid {color:Link};}
  196. blockquote p, ul{margin:0px; padding:0px;}
  197. .chat .line{padding: 2px;}
  198. .label {font-weight:bold; color:{color:text}}
  199. a img{border: 0px;}
  200. p {margin:10px;}
  201. .p { padding-top: 5px; }
  202. .ol, ul { margin-left: 10px; padding: 5px; }
  203. .ul { list-style-type: square; }
  204. .notes img{width:10px; position:left; top:3px; -webkit-border-radius: 10px;
  205. -moz-border-radius: 10px; border-radius: 10px; margin-right:5px;}
  206. .notes{ line-height:15px;}
  207. #pgs{margin-top:10px;margin-bottom:60px;width:400px;text-align:center;}
  208. #s-m-t-tooltip {max-width:300px;padding:2px;padding-left:5px;padding-bottom:2px;padding-right:5px;font-size:11px;line-height:11px;margin:25px 20px 25px 20px;background-color:{color:Tool Tip};color:{color:Tool Tip Text};color:{color:Tool Tip Text};z-index:999999999999999999999999999999999999;box-shadow:rgba(0,0,0,0.07)3px 3px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
  209. {CustomCSS}
  210. </style>
  211.  
  212. <link rel="shortcut icon" href="{Favicon}">
  213. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  214.  
  215. </head>
  216. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  217.  
  218. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  219.  
  220. <script src="http://static.tumblr.com/bbujivt/UTxn1xxhb/static.txt"></script>
  221.  
  222. <script>
  223. (function($){
  224. $(document).ready(function(){
  225. $("a[title]").style_my_tooltips({
  226. tip_follows_cursor:true,
  227. tip_delay_time:200,
  228. tip_fade_speed:300,
  229. attribute:"title"
  230. });
  231. });
  232. })(jQuery);
  233. </script>
  234. <body>
  235. <div id="container">
  236. <div id="side">
  237. {block:ifPic}
  238. <a title="{Title}"href="/">
  239. <img src="{image:Pic}"style="max-width:{text:Pic Width}px;margin-bottom:5px;"></a>
  240. {/block:ifPic}
  241. <span class="navigate">
  242. <span class="sand">
  243. <ul class="group" id="sea">
  244. <span class="navigate1"><li class="current_page_item"><a title="{Title}"href="/"></a></li></span>
  245. {block:ifLink1name}
  246. &nbsp;&nbsp;<li><a title="{text:Link 1 name}"href="{text:Link 1 URL}"></a> </li>
  247. {/block:ifLink1name}
  248. {block:ifLink2name}
  249. &nbsp;&nbsp;<li><a title="{text:Link 2 name}"href="{text:Link 2 URL}"></a></li>
  250. {/block:ifLink2name}
  251. {block:ifLink3name}
  252. &nbsp;&nbsp;<li><a title="{text:Link 3 name}"href="{text:Link 3 URL}"></a></li>
  253. {/block:ifLink3name}
  254. {block:ifLink4name}
  255. &nbsp;&nbsp;<li><a title="{text:Link 4 name}"href="{text:Link 4 URL}"></a></li>
  256. {/block:ifLink4name}
  257. </ul>
  258. </span>
  259. </span>
  260. <div id="desc"><div id="pg">▲</div>
  261. {Description}
  262. </div>
  263. </div>
  264.  
  265. <br><br><br>
  266. <div id="ins">
  267. {block:Posts}
  268. <div id="crystals">
  269.  
  270. {block:Answer}<div id="ask"><div class="askerimg"><img src="{AskerPortraitURL-128}" style="-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;"></div><span class="askername"> {Asker} asked:</span> <span style="padding-left:3px;padding-right:3px;">{Question}</span></div>{Answer}{/block:Answer}
  271.  
  272. {block:Text}{block:Title}<div class="posttitle">{Title}</div>{/block:Title}{Body}{/block:Text}
  273.  
  274. {block:Link}<div class="posttitle"><a href="{URL}">{Name} »</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  275.  
  276. {block:Photo}
  277. {block:ifCaptions}{block:IndexPage}{block:Caption}<div id="spells"><div style="padding:20px;">{Caption}</div></div>{/block:Caption}{/block:IndexPage}{/block:ifCaptions}
  278. {LinkOpenTag}<div id="pic"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a></div>{LinkCloseTag}
  279. {block:ifCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifCaptions}
  280. {block:ifNotCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifNotCaptions}
  281. {block:ContentSource}
  282. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  283. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  284. {/block:SourceLogo}
  285. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  286. {/block:ContentSource}
  287. {block:ReblogParentURL}
  288. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  289. {/block:ReblogParentURL}{/block:Photo}
  290.  
  291. {block:Photoset}{block:ifCaptions}{block:IndexPage}{block:Caption}<div id="spells"><div style="padding:20px;">{Caption}</div></div>{/block:Caption}{/block:IndexPage}{/block:ifCaptions}{block:IndexPage}<div class="photo">{Photoset-400}</div>{/block:IndexPage}{block:PermalinkPage}<div class="photo">{Photoset-400}</div>{/block:PermalinkPage}
  292. {block:ifCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifCaptions}{block:ifNotCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifNotCaptions}{/block:Photoset}
  293.  
  294. {block:Quote}<div class="posttitle">"{Quote}"</div>{block:Source}<i> - {Source}</i>{/block:Source}{/block:Quote}
  295.  
  296. {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}
  297.  
  298. {block:Audio}
  299. {block:AlbumArt}
  300. <img src="{AlbumArtURL}" width="185" style="position:absolute;z-index:1;">
  301. <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" width="185" style="position:relative;">
  302. {/block:AlbumArt}
  303. <div style="position:absolute;background:black;margin-top:-185px;margin-left:215px;height:185px;width:185px;">
  304. <div class="ap">{AudioPlayerBlack}</div></div><br>
  305. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  306.  
  307. {block:Video}<div class="photo"><center>{block:IndexPage}{Video-400}{/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}
  308. {/block:Video}
  309.  
  310.  
  311. {block:IndexPage}<div id="hexes"><div id="joa"><div id="sy">▲</div><a title="Posted {TimeAgo}"href="{Permalink}">{NoteCount}</a><a href="{ReblogURL}" target="_blank" class="details">reblog</a></div></div>{/block:IndexPage}
  312.  
  313.  
  314. {block:PermalinkPage}
  315. {block:Date}
  316. <div id="permalinkpage">
  317. <b>Posted:</b> {TimeAgo} on
  318. {ShortMonth} {DayofMonth},{Year} at
  319. {12Hour}:{Minutes} {CapitalAmPm}
  320. {/block:Date}
  321. {block:NoteCount}<br>
  322. <b>Notes:</b>
  323. {NoteCount}
  324. {/block:NoteCount}
  325. {block:HasTags}
  326. <br>
  327. <b>Tags:</b>
  328. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
  329. {/block:Tags}
  330. {/block:HasTags}
  331. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>· (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  332. {block:PostNotes}
  333. {PostNotes}
  334. {/block:PostNotes}
  335. {/block:Date}
  336. {/block:PermalinkPage}
  337. </div>
  338.  
  339. {/block:Posts}
  340.  
  341.  
  342. {block:ifNotInfiniteScrolling}
  343. <div id="pgs">
  344. {block:Pagination}
  345. {block:PreviousPage} <a href="{PreviousPage}">«&nbsp;&nbsp;&nbsp;</a>{/block:PreviousPage}
  346. {block:JumpPagination length="5"}
  347. {block:CurrentPage}
  348. <span class="current_page">{PageNumber}</span>&nbsp;&nbsp;&nbsp;
  349. {/block:CurrentPage}
  350. {block:JumpPage}
  351. <a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;&nbsp;
  352. {/block:JumpPage}
  353. {/block:JumpPagination}
  354. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  355. {/block:Pagination}
  356. </div>
  357. {/block:ifNotInfiniteScrolling}
  358.  
  359.  
  360. <div style="position:fixed;right:0;bottom:0;padding:15px;">
  361. <a title="theme by tomkirk"href="http://tomkirk.tumblr.com/">▲</a>
  362. </div>
  363. </div>
  364. </div>
  365. </body>
  366. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement