Advertisement
xivth

01. Michaelis

Sep 30th, 2013
1,851
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.95 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!---
  6. Theme 01. Kuroshitsuji by illicitking
  7. Don't remove the credit!
  8. Please don't take, use as a base, or claim the theme as your own.
  9. --->
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Blockquote" content="#e3e3e3"/>
  18. <meta name="color:Post BG" content="#ffffff">
  19. <meta name="color:Post Border" content="#000000"/>
  20. <meta name="color:Text" content="#838282"/>
  21. <meta name="color:Link" content="#a70202"/>
  22. <meta name="color:Link Hover" content="#e0e0e0"/>
  23. <meta name="color:Post Title" content="#000000"/>
  24. <meta name="color:SLines" content="#000000">
  25. <meta name="color:Bold" content="#4d0404"/>
  26.  
  27. <meta name="color:Scrollbar" content="#000000"/>
  28. <meta name="color:Stitle" content="#5a0606"/>
  29.  
  30. <meta name="color:Info Text" content="#999898"/>
  31. <meta name="color:Info Link" content="#ac0808"/>
  32. <meta name="color:Info Link Hover" content="#e0e0e0"/>
  33. <meta name="color:Tags" content="#be7777"/>
  34.  
  35. <meta name="color:Clinks" content="#cecccc"/>
  36. <meta name="color:Clinks hover" content="#000000"/>
  37. <meta name="color:Clinks BG" content="#000000"/>
  38. <meta name="color:Clinks BG hover" content="#5a0606"/>
  39. <meta name="color:Pagination" content="#8a8989"/>
  40. <meta name="color:QuestionBG" content="#000000"/>
  41.  
  42. <meta name="image:sidebar" content="http://static.tumblr.com/0eb1806f073403c64a3bcb70f15e2c40/yiih8yx/oIemtx4dp/tumblr_static_sebastian.michaelis.full.png"/>
  43.  
  44. <meta name="text:Link1" content="/" />
  45. <meta name="text:Link1 Title" content="Sample 1" />
  46. <meta name="text:Link2" content="/" />
  47. <meta name="text:Link2 Title" content="Sample 2" />
  48. <meta name="text:Link3" content="/" />
  49. <meta name="text:Link3 Title" content="Sample 3" />
  50.  
  51. <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:300,700' rel='stylesheet' type='text/css'>
  52. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  53. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  54. <script>
  55. (function($){
  56. $(document).ready(function(){
  57. $("a[title]").style_my_tooltips({
  58. tip_follows_cursor:true,
  59. tip_delay_time:0,
  60. tip_fade_speed:0,
  61. attribute:"title"
  62. });
  63. });
  64. })(jQuery);
  65. </script>
  66.  
  67. <style type="text/css">
  68.  
  69. @import url(http://static.tumblr.com/yiih8yx/TJUmtynmx/ostrichsansmedium.css);
  70. @import url(http://static.tumblr.com/yiih8yx/k7pmtynzi/virtualdjx.css);
  71.  
  72. ::-webkit-scrollbar-thumb:vertical {
  73. background:{color:Scrollbar};
  74. height:12px;
  75. border-right:2px solid {color:Background};
  76. border-left:2px solid {color:Background};
  77. }
  78. ::-webkit-scrollbar-thumb:horizontal {
  79. background-color:{color:Background};
  80. }
  81. ::-webkit-scrollbar {
  82. background:{color:Scrollbar};
  83. border-left:5px solid {color:Background};
  84. border-right:5px solid {color:Background};
  85. width:11px;
  86. height:7px;
  87. }
  88.  
  89. body {
  90. background:{color:background};
  91. margin:0px;
  92. color:{color:text};
  93. font-family:arial;
  94. font-size:10px;
  95. font-style: none;}
  96.  
  97. sup,small,sub {
  98. font-size:10px;}
  99.  
  100. b,strong {color:{color:bold};}
  101.  
  102. a:link, a:visited, a:active {
  103. color: {color:link};
  104. text-decoration: none;
  105. font-weight: normal;
  106. -webkit-transition: all 0.5s ease-in-out;
  107. -moz-transition: all 0.5s ease-in-out;
  108. -o-transition: all 0.5s ease-in-out;}
  109.  
  110. a:hover {
  111. -webkit-transition: all 0.5s ease-in-out;
  112. -moz-transition: all 0.5s ease-in-out;
  113. -o-transition: all 0.5s ease-in-out;
  114. color: {color:link hover};
  115. text-decoration: none;
  116. font-weight: normal;}
  117.  
  118. img {max-width:100%;}
  119.  
  120. blockquote {
  121. margin-left:25px;
  122. margin-right:5px;
  123. border-left:1px solid {color:blockquote};
  124. padding: 2px 0px 2px 6px;}
  125.  
  126. h1 {font-family: cambria;
  127. font-size:18px;
  128. font-weight:lighter;
  129. text-transform: lowercase;
  130. letter-spacing:2px;
  131. text-align: center;
  132. font-style: italic;
  133. color: {color:Post Title};}
  134.  
  135. #s-m-t-tooltip {
  136. margin:-10px 0 0 20px;
  137. display:none;
  138. text-align:left;
  139. position:absolute;
  140. letter-spacing:2px;
  141. text-transform:uppercase;
  142. font-family:consolas;
  143. font-size:8px;
  144. z-index:999;
  145. padding:2px 4px;
  146. line-height:12px;
  147. border:1px solid {color:text};
  148. color:{color:text};
  149. background:{color:post bg};}
  150.  
  151. #entry {
  152. position:relative;
  153. float:left;
  154. width:522px;
  155. top:15px;
  156. text-align:justify;
  157. left:570px;
  158. padding-bottom:20px;}
  159.  
  160. #post {
  161. border:1px solid transparent;
  162. border-bottom:1px solid {color:post border};
  163. width:500px;
  164. padding:10px;
  165. background-color: {color:Post BG};}
  166.  
  167. #post a {text-transform:uppercase;
  168. font-size:9px;
  169. font-family:consolas;
  170. letter-spacing: 2px;}
  171.  
  172. #linkt a {font-family: cambria;
  173. font-size:18px;
  174. font-weight:lighter;
  175. text-transform: lowercase;
  176. letter-spacing:2px;
  177. text-align: center;
  178. font-style: italic;}
  179.  
  180. .pagination {
  181. width:335px;
  182. color:{color:pagination};
  183. text-align:center;
  184. font-size:8px;
  185. margin-top:167px;
  186. text-transform:none;
  187. font-style:none;
  188. position:fixed;
  189. font-family: 'virtualdj';
  190. text-transform: uppercase;
  191. padding: 3px;}
  192.  
  193. .pagination a {
  194. color:{color:pagination};}
  195. .pagination a:hover {
  196. color:{color:link hover};}
  197.  
  198. #sidebar {
  199. width:285px;
  200. position:fixed;
  201. margin-left:180px;
  202. bottom:35%;
  203. padding:10px;}
  204.  
  205. #slines {
  206. width:370px;
  207. height:1px;
  208. float:left;
  209. margin-top:6px;
  210. margin-left:-32px;
  211. text-align:center;
  212. background-color:{color:slines};
  213. z-index:-1;}
  214.  
  215. .slines {
  216. width:1px;
  217. height:220px;
  218. float:left;
  219. margin-top:-46px;
  220. margin-right:-12px;
  221. text-align:center;
  222. background-color:{color:slines};
  223. z-index:-1;}
  224.  
  225. #sidebarimage {
  226. width 145px;}
  227.  
  228. #sidebarimage img {
  229. width:155px;
  230. padding:5px; }
  231.  
  232. .desc {
  233. width:175px;
  234. margin-top:-160px;
  235. margin-left:165px;
  236. text-align:justify;
  237. height:155px;
  238. overflow:auto;
  239. float:left;}
  240.  
  241. #linkus {
  242. width: 180px;
  243. margin-top:-15px;
  244. margin-left:4px;
  245. z-index:33;
  246. position:fixed;
  247. text-align:left;
  248. -webkit-transition: all 0.7s ease-in-out;
  249. -moz-transition: all 0.7s ease-in-out;
  250. -o-transition: all 0.7s ease-in-out;
  251. -ms-transition: all 0.7s ease-in-out;
  252. transition: all 0.7s ease-in-out;}
  253.  
  254. #linkus a {
  255. background-color:{color:clinks bg};
  256. color:{color:clinks};
  257. width: 12px;
  258. height: 12px;
  259. font-size:10px;
  260. text-transform:uppercase;
  261. display:inline-block;
  262. font-family:arial;
  263. padding: 2px 3px 2px 2px;
  264. margin-right:1px;
  265. text-align:center;
  266. line-height:12px;}
  267.  
  268. #linkus a:hover {
  269. color:{color:clinks hover};
  270. background:{color:clinks bg hover};}
  271.  
  272. #info {
  273. text-transform:uppercase;
  274. font-style:none;
  275. font-family:'virtualdj';
  276. font-size: 8px;
  277. width:500px;
  278. color:{color:info text};
  279. text-align:left;
  280. padding-left:15px;
  281. padding-right:5px;
  282. padding-top:3px;
  283. margin-left:1px;
  284. margin-top:2px;
  285. border-top: 1px dashed {color:post border};
  286. margin-bottom:15px;}
  287. #info a {color:{color:info text};}
  288. #info a:hover {color:{color:info link hover};}
  289.  
  290. #permap {
  291. text-transform:uppercase;
  292. font-style:none;
  293. font-family:'virtualdj';
  294. font-size: 8px;
  295. width:500px;
  296. color:{color:info text};
  297. text-align:left;
  298. padding-left:15px;
  299. padding-right:5px;
  300. padding-top:3px;
  301. margin-left:1px;
  302. margin-top:2px;
  303. border-top: 1px dashed {color:post border};
  304. margin-bottom:15px;}
  305. #permap a {color:{color:info text};}
  306. #permap a:hover {color:{color:info link hover};}
  307.  
  308. .rb {
  309. text-align:right;
  310. padding-right:10px;
  311. margin-top:-10px;}
  312.  
  313. #tags {margin-top:-1px;
  314. text-align:left;
  315. line-height:8px;
  316. font-size:8px;
  317. font-family: 'virtualdj';
  318. padding-right:10px;}
  319.  
  320. #tags a {color:{color:tags};}
  321. #tags a:hover {color:{color:link hover};}
  322.  
  323. #headert {
  324. color:{color:stitle};
  325. font-family: 'ostrich_sansmedium';
  326. text-transform:uppercase;
  327. letter-spacing:3px;
  328. text-align:right;
  329. font-size:19px;
  330. border-right: 1px solid {color:scrollbar};
  331. padding-bottom:16px;
  332. padding-right:5px;
  333. padding-top:3px;
  334. margin-bottom:-16px;
  335. margin-left:0px;
  336. width:329px;
  337. z-index:100;}
  338.  
  339. #ask {
  340. padding: 5px;}
  341.  
  342. #ask img {
  343. max-width: 30px;
  344. padding:2px;
  345. border:3px double {color:borders};}
  346.  
  347. #ask a {
  348. font:23px cambria;
  349. font-style:italic;
  350. letter-spacing:-2px;
  351. font-weight:bold;
  352. text-transform:lowercase;
  353. text-decoration: none;}
  354.  
  355. #ask b {
  356. font:23px cambria;
  357. font-style:italic;
  358. letter-spacing:-2px;
  359. font-weight:bold;
  360. text-transform:lowercase;
  361. text-decoration: none;}
  362.  
  363. #ask i {
  364. font:23px cambria;
  365. font-style:italic;
  366. letter-spacing:-2px;
  367. font-weight:bold;
  368. text-transform:lowercase;
  369. text-decoration: none;}
  370.  
  371. #notes {
  372. text-align: left;
  373. padding-left:5px;}
  374.  
  375. #notes blockquote a {color:{Color:text};}
  376. #notes img {width:10px;}
  377. #notes a {color:{color:link};}
  378. #notes a:hover {color:{color:link hover};
  379. text-decoration:none;}
  380.  
  381. li.note {
  382. list-style-type: none;
  383. background-color:{color:background};
  384. font-family:consolas;
  385. font-size:8px;
  386. text-transform:uppercase;}
  387. </style>
  388.  
  389.  
  390. </head><body>
  391.  
  392. <div id="sidebar">
  393. <div id="headert">{Title}</div>
  394. <div id="linkus">
  395. <a href="/" title="return">✕</a>
  396. <a href="/ask" title="inquire">✕</a>
  397. <a href="/submit" title="bestow">✕</a>
  398. <a href="/archive" title="memoir">✕</a>
  399. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}">✕</a>{/block:ifLink1}
  400. {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}">✕</a>{/block:ifLink2}
  401. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}">✕</a>{/block:ifLink3}
  402. <a target="blank" href="http://illicitking.tumblr.com/" title="maker">✕</a>
  403. </div>
  404.  
  405. <div id="slines"></div>
  406.  
  407. <div class="slines"></div>
  408.  
  409. <div id="sidebarimage">
  410. <img align="left" src="{image:sidebar}"></div>
  411. <div class="desc">
  412. {Description}
  413. </div>
  414. <div class="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">fall</a>{/block:PreviousPage} &mdash; {block:NextPage}<a href="{NextPage}">rise</a>{/block:NextPage}{/block:Pagination}</div>
  415. </div>
  416.  
  417.  
  418.  
  419. </div>
  420.  
  421. <div id="entry">{block:Posts}<div id="post">
  422. {block:ContentSource}
  423. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  424. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  425. {/block:SourceLogo}
  426. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  427. {/block:ContentSource}
  428.  
  429. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  430.  
  431. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  432.  
  433. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  434.  
  435. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  436.  
  437. {block:Link}<div id="linkt"><h1><a href="{URL}" {Target}>{Name}</a></h1></div>{block:Description}{Description}{/block:Description}{/block:Link}
  438.  
  439. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  440.  
  441. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="84px" height="84px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerwhite}<br></span>
  442. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  443. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  444. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times<br><br>
  445. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  446.  
  447. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  448.  
  449. {block:Answer}
  450. <div id="ask"><table><tr><td style="width: 50px;"><img src="{AskerPortraitURL-40}"></td><td style="width: 455px;"><div style="margin-top:-5px;"><i>{Asker}</i> <b>;</b>&nbsp;&nbsp; <div style="font-size:11px;margin-top: 0px;padding-left:20px;">{Question}</div></div></td>
  451. </tr></table></div>
  452. {Answer}
  453. {/block:Answer}
  454.  
  455.  
  456. </div>
  457.  
  458. {block:indexpage}<div id="info">Posted on {ShortMonth} {DayOfMonthWithZero}&mdash; <a href="{Permalink}">{TimeAgo}</a>
  459. <div class="rb">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} &middot; <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  460. {block:ContentSource} &middot; <a href="{SourceURL}">source</a>{/block:ContentSource} &middot; <a href="{ReblogURL}" target="_blank">reblog</a></div>
  461.  
  462. <div id="tags">{block:HasTags}filed under&rarr; {block:Tags}&middot;<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  463. {/block:indexpage}
  464.  
  465. {block:permalinkpage}{block:Date}<div id="permap">Posted on {ShortMonth} {DayOfMonthWithZero}&mdash; <a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  466. <div class="rb">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} &middot; <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  467. {block:ContentSource} &middot; <a href="{SourceURL}">source</a>{/block:ContentSource}</div>
  468.  
  469. <br><div id="tags">{block:HasTags}filed under&rarr; {block:Tags}&middot;<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  470. {/block:permalinkpage}
  471.  
  472. </div>
  473.  
  474.  
  475.  
  476. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  477. {/block:Posts}
  478.  
  479. </div>
  480. </div>
  481.  
  482. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement