Advertisement
dylaenobriens

Theme #48: Hospital For Souls

Dec 6th, 2013
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.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.  
  3. <!-- theme #47 by alexgaeskarth
  4. do not fucking steal-->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12.  
  13. {block:Description}<meta name="description" content="{MetaDescription}"/>
  14. {/block:Description}
  15. <link rel="shortcut icon" href="{Favicon}" />
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  17.  
  18. <meta name="color:Bg" content="#ffffff">
  19. <meta name="color:Link" content="#000000">
  20. <meta name="color:Text" content="#000000">
  21. <meta name="color:Description Text" content="#ffffff">
  22. <meta name="color:Tags" content="#000000">
  23. <meta name="color:Ask" content="#000000">
  24. <meta name="color:Hover" content="#eeeeee">
  25. <meta name="color:Border" content="#000000">
  26. <meta name="color:Scrollbar" content="#000000">
  27. <meta name="color:Posts Title" content="#000000">
  28. <meta name="color:Bold Text" content="#000000">
  29. <meta name="color:Scheme" content="#000000">
  30. <meta name="color:Selection" content="#000000">
  31.  
  32.  
  33. <meta name="image:sidebar" content=""/>
  34.  
  35. <meta name="text:sidetitle" content="hospital for souls;">
  36. <meta name="text:link 1" content="">
  37. <meta name="text:link 1 url" content="/">
  38. <meta name="text:link 2" content="">
  39. <meta name="text:link 2 url" content="/">
  40. <meta name="text:link 3" content="">
  41. <meta name="text:link 3 url" content="/">
  42. <meta name="text:link 4" content="">
  43. <meta name="text:link 4 url" content="/">
  44. <meta name="text:link 5" content="">
  45. <meta name="text:link 5 url" content="/">
  46.  
  47. <meta name="if:Cursor" content="1">
  48. <meta name="if:500pxPosts" content="1">
  49. <meta name="if:400pxPosts" content="0">
  50.  
  51.  
  52.  
  53. <style type="text/css">
  54.  
  55. iframe#tumblr_controls {
  56. margin-left: 30px !important;
  57. position: fixed !important;
  58. z-index: 999999999999999999999999999999 !important;
  59. opacity:0.3;
  60. -webkit-filter: invert(100%);
  61. -moz-filter: invert(100%);
  62. -webkit-transition:0.5s ease-in-out;
  63. -moz-transition:0.5s ease-in-out;
  64. -o-transition:0.5s ease-in-out;
  65. }
  66.  
  67.  
  68.  
  69. /*--scrollbar--*/
  70.  
  71. ::-webkit-scrollbar-thumb:vertical {border:2px solid #fff;height:12px; background-color:{color:scrollbar};}
  72. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  73. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  74. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  75. }
  76. /*--body--*/
  77.  
  78.  
  79. body {
  80. margin:0px;
  81. font-style:none;
  82. background-color:{color:bg};
  83. font-family:arial;
  84. color:{color:text};
  85. font-size:8px;
  86. }
  87.  
  88.  
  89. a {
  90. color:{color:link};
  91. text-decoration:none;
  92. -webkit-transition: all 0.6s ease;
  93. -moz-transition: all 0.6s ease;
  94. -o-transition: all 0.6s ease
  95. }
  96.  
  97. a:hover {
  98. color:{color:hover};
  99. text-decoration:none;
  100. -webkit-transition: all 0.8s ease-out;
  101. -moz-transition: all 0.8s ease-out;
  102. transition: all 0.8s ease-out;
  103. }
  104.  
  105. img {
  106. border:none;
  107. }
  108.  
  109. blockquote {
  110. padding-left:5px;
  111. border-left:2px solid {color:border};
  112. }
  113.  
  114. h1 {
  115. text-align:center;
  116. font-size:18px;
  117. font-family:times;
  118. font-style:italic;
  119. font-weight:bold;
  120. color:{color:Scheme};
  121. padding-bottom:5px;
  122. }
  123.  
  124. h1 a {
  125. color:{color:Scheme};
  126. }
  127.  
  128. b {
  129. color:{color:Bold Text};
  130. }
  131.  
  132. h2 {
  133. font-size:18px;
  134. font-family:times;
  135. font-style:italic;
  136. font-weight:bold;
  137. color:{color:Scheme};
  138. }
  139.  
  140. ::selection {
  141. background-color:{color:selection};
  142. }
  143.  
  144. /*--Cursor code--*/
  145.  
  146. {block:ifCursor}
  147.  
  148. body, a{cursor:url("http://i.imgur.com/2qleX.jpg"), auto !important; }
  149.  
  150. a:hover{cursor:url("http://i.imgur.com/IepP2.jpg"), auto !important;}
  151.  
  152. {/block:ifCursor}
  153.  
  154. #thing {
  155. background-color:#fff;
  156. width:120px;
  157. height:134px;
  158. padding-top:9px;
  159. padding-bottom:4px;
  160. color:transparent;
  161. position:fixed;
  162. margin-top:172px;
  163. z-index:999999999;
  164. margin-left:30px;
  165. }
  166.  
  167. #sidebar:hover #sidebarimage {
  168. margin-left:-110px;
  169. -webkit-transition: all 0.7s ease-out;
  170. -moz-transition: all 0.7s ease-out;
  171. transition: all 0.7s ease-out;
  172. }
  173.  
  174. /*--sidebar--*/
  175.  
  176. #sidebar {
  177. position:fixed;
  178. width:220px;
  179. text-align:left;
  180. margin-left:150px;
  181. margin-top:140px;
  182. }
  183.  
  184. #sidebarimage {
  185. width:140px;
  186. -webkit-transition: all 0.7s ease-out;
  187. -moz-transition: all 0.7s ease-out;
  188. transition: all 0.7s ease-out;
  189. }
  190.  
  191. #sidebarimage img {
  192. width:220px;
  193. height:132px;
  194. -webkit-transition: all 0.7s ease-out;
  195. -moz-transition: all 0.7s ease-out;
  196. transition: all 0.7s ease-out;
  197. padding-top:3px;
  198. }
  199.  
  200. #title {
  201. font-size:20px;
  202. font-family:'times';
  203. font-weight:bold;
  204. font-style:italic;
  205. color:{color:Scheme};
  206. border-bottom:3px solid {color:Scheme};
  207. padding-bottom:5px;
  208. }
  209.  
  210. /*--links--*/
  211.  
  212. #links {
  213. width:210px;
  214. background-color:{color:Scheme};
  215. margin-top:2px;
  216. text-align:center;
  217. text-transform:uppercase;
  218. padding:5px;
  219. font-family:calibri;
  220. }
  221.  
  222. #links a {
  223. padding:8px;
  224. font-size:9px;
  225. color:#fff;
  226. }
  227.  
  228. #links a:hover {
  229. text-decoration:line-through;
  230. }
  231.  
  232.  
  233. /*--description--*/
  234.  
  235. #description {
  236. width:100px;
  237. height:122px;
  238. margin-top:-134px;
  239. margin-left:110px;
  240. position:absolute;
  241. z-index:-99;
  242. font-family:'calibri';
  243. font-size:9px;
  244. line-height:11px;
  245. padding:5px;
  246. text-align:justify;
  247. background-color:{color:Scheme};
  248. color:{color:description text};
  249. }
  250.  
  251. /*--pagination--*/
  252.  
  253. #pagination {
  254. margin-top:10px;
  255. text-align:center;
  256. font-size:10px;
  257. text-transform:lowercase;
  258. font-family:calibri;
  259. letter-spacing:1px;
  260. }
  261.  
  262. #pagination a{
  263. color:{color:scheme};
  264. }
  265.  
  266. #pagination a:hover {
  267. color:{color:Hover};
  268. }
  269.  
  270. /*--posts--*/
  271.  
  272. {block:if500pxPosts}
  273.  
  274. #posts {
  275. width:500px;
  276. margin-bottom:10px;
  277. padding:1px;
  278. font-size:11px;
  279. color:{color:Text};
  280. line-height:100%;
  281. text-align:justify;
  282. }
  283.  
  284. {/block:if500pxPosts}
  285.  
  286. {block:if400pxPosts}
  287.  
  288. #posts {
  289. width:400px;
  290. margin-bottom:10px;
  291. padding:1px;
  292. font-size:11px;
  293. color:{color:Text};
  294. line-height:100%;
  295. text-align:justify;
  296. }
  297.  
  298. {/block:if400pxPosts}
  299.  
  300. #postscontainer {
  301. margin-bottom:20px;
  302. padding:1px;
  303. margin-left:450px;
  304. margin-top:25px;
  305. }
  306.  
  307.  
  308. #info {
  309. font-family:'trebuchet ms';
  310. text-align:center;
  311. text-transform:uppercase;
  312. background-color:{color:Scheme};
  313. margin-bottom:10px;
  314. font-size:8px;
  315. margin-top:10px;
  316. padding:3px;
  317. color:#fff;
  318. }
  319.  
  320. #info a {
  321. color:#fff;
  322. }
  323.  
  324.  
  325.  
  326. /*--tags--*/
  327.  
  328. #tags {
  329. font-family:trebuchet ms;
  330. width:490px;
  331. margin-left:0px;
  332. margin-top:-3px;
  333. font-size:7px;
  334. color:{color:Tags}:
  335. }
  336.  
  337. #tags a {
  338. color:{color:Tags};
  339. }
  340.  
  341. #tags a:hover {
  342. color:{color:Hover};
  343. }
  344.  
  345. /*--asks--*/
  346.  
  347. #ask {
  348. padding:12px;
  349. background-color:{color:Ask};
  350. }
  351.  
  352.  
  353. /*--credit--*/
  354.  
  355. #credit {
  356. right:2px;
  357. bottom:0px;
  358. font-size:9px;
  359. padding:5px;
  360. text-transform:uppercase;
  361. position:fixed;
  362. -webkit-transition: all 0.5s ease-out;
  363. -moz-transition: all 0.5s ease-out;
  364. transition: all 0.5s ease-out;
  365. }
  366.  
  367.  
  368.  
  369. #s-m-t-tooltip {
  370. max-width:300px;
  371. border:3px double #fff;
  372. padding:3px 4px 5px 4px;
  373. margin:20px 0px 0px 20px;
  374. background-color:#000; /* change the background color */
  375. font-family:calibri; /* change the font */
  376. font-size:9px; /* change the font size */
  377. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  378. color:white; /* change the text color */
  379. z-index:999999999999999999999999999999999999;
  380. }
  381.  
  382.  
  383.  
  384. {CustomCSS}
  385.  
  386. </style></head>
  387.  
  388. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  389.  
  390. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  391.  
  392. <script>
  393.  
  394. (function($){
  395.  
  396. $(document).ready(function(){
  397.  
  398. $("a[title]").style_my_tooltips({
  399.  
  400. tip_follows_cursor:true,
  401.  
  402. tip_delay_time:90,
  403.  
  404. tip_fade_speed:600,
  405.  
  406. attribute:"title"
  407.  
  408. });
  409.  
  410. });
  411.  
  412. })(jQuery);
  413.  
  414. </script>
  415.  
  416. <body>
  417.  
  418.  
  419. <div id="thing">i</div>
  420.  
  421. <div id="sidebar">
  422. <div id="title">{text:sidetitle}</div>
  423. <div id="sidebarimage">
  424. <img src="{image:sidebar}">
  425. </div>
  426.  
  427. <div id="description">{description}</div>
  428.  
  429.  
  430. <div id="links">
  431. <a href="{text:link 1 url}">{text:link 1}</a>
  432. <a href="{text:link 2 url}">{text:link 2}</a>
  433. <a href="{text:link 3 url}">{text:link 3}</a>
  434. <a href="{text:link 4 url}">{text:link 4}</a>
  435. <a href="{text:link 5 url}">{text:link 5}</a>
  436. </div>
  437.  
  438.  
  439.  
  440.  
  441. {block:Pagination}
  442. <div id="pagination">
  443.  
  444. {block:PreviousPage}<a href="{PreviousPage}">Prev</a>{/block:PreviousPage} -
  445. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  446. </div>{/block:Pagination}
  447.  
  448. </div></div>
  449.  
  450.  
  451. <div id="postscontainer">
  452.  
  453. {block:Posts}
  454.  
  455. <div id="posts">
  456.  
  457.  
  458. {block:Text}{block:Title}<h1>{Title}{/block:Title}</h1>{Body}{/block:Text}
  459.  
  460.  
  461. {block:Photo}{LinkOpenTag}
  462.  
  463. {block:if500pxPosts}
  464. <img src="{PhotoURL-500}">
  465. {/block:if500pxPosts}
  466.  
  467. {block:if400pxPosts}
  468. <img src="{PhotoURL-400}">
  469. {/block:if400pxPosts}
  470.  
  471. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  472.  
  473. {block:Photoset}
  474.  
  475. {block:if500pxPosts}
  476. {Photoset-500}
  477. {/block:if500pxPosts}
  478.  
  479. {block:if400pxPosts}
  480. {Photoset-400}
  481. {/block:if400pxPosts}
  482.  
  483. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  484.  
  485. {block:Quote}<h2>{Quote}</h2>{block:Source} &#8212; {Source}{/block:Source}{/block:Quote}
  486.  
  487. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  488.  
  489. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  490.  
  491. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  492.  
  493. {block:Video}
  494.  
  495. {block:if500pxPosts}
  496. {Video-500}
  497. {/block:if500pxPosts}
  498.  
  499. {block:if400pxPosts}
  500. {Video-400}
  501. {/block:if400pxPosts}
  502.  
  503. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  504.  
  505. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  506. {block:Answer}<div id="ask"><span style="font-family:playball;font-size:18px;">{Asker}</span>: {Question}</div> {Answer}{/block:Answer}
  507.  
  508. <div id="info"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a><a href="{Permalink}"> -
  509. {NoteCountWithLabel}</a> - {block:Date}<a title="{DayOfMonth}{DayOfMonthSuffix} {Month} {Year}"href="{Permalink}">
  510. {TimeAgo}</a></a>{/block:Date} {block:RebloggedFrom} - <a href="{ReblogParentURL}"
  511. title="{ReblogParentName}">Via</a> - <a href="{ReblogRootURL}"title="{ReblogRootName}">Source</a>{/block:RebloggedFrom}</div>
  512. {block:HasTags} <div id="tags">Tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  513.  
  514.  
  515. </div>
  516. {/block:Posts}
  517.  
  518. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  519. {/block:Posts}
  520.  
  521. </div>
  522.  
  523. <div id="credit"><a href="http://alexgaeskarth.tumblr.com/"><img src="http://static.tumblr.com/ujmsumm/TJamv4jm6/sg.png" width="40px;"></div></a>
  524. </body>
  525. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement