Advertisement
tomkirk

June Gloom

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