Advertisement
noziam

THEME 24: HOSPITAL FOR SOULS

Aug 4th, 2014
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 9.85 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4.  
  5.  
  6. <!--
  7.                                        
  8.        .                                 .o8       oooo              
  9.      .o8                                "888       `888              
  10.    .o888oo oooo  oooo  ooo. .oo.  .oo.   888oooo.   888  oooo d8b    
  11.      888   `888  `888  `888P"Y88bP"Y88b  d88' `88b  888  `888""8P    
  12.      888    888   888   888   888   888  888   888  888   888        
  13.      888 .  888   888   888   888   888  888   888  888   888    .o.
  14.      "888"  `V88V"V8P' o888o o888o o888o `Y8bod8P' o888o d888b   Y8P
  15.  
  16. -->
  17.  
  18.  
  19. <!--
  20.  
  21. THEME 24 HOSPITAL FOR SOULS BY JAE @ HE1975
  22.  
  23. IF YOU HAVE ANY QUESTIONS PLEASEPLEASEPLEASE SEND ME AN ASK :)
  24.  
  25. THANK YOU.
  26. ENJOY!
  27.  
  28.  
  29. -->
  30.  
  31.  
  32.  
  33.  
  34. <title>{Title}</title>
  35.  
  36. <link rel="shortcut icon" href="{image:Favicon}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39.  
  40. <!--Default Variables-->
  41.  
  42. <meta name="color:Background" content="#ffffff"/>
  43. <meta name="color:Post Background" content="#ffffff"/>
  44. <meta name="color:Accent" content="#59b4ff"/>
  45. <meta name="color:Text" content="#000000"/>
  46. <meta name="color:Link" content="#000000"/>
  47. <meta name="color:scroll" content="#000000"/>
  48.  
  49.  
  50.  
  51. <meta name="image:background" content=""/>
  52. <meta name="image:favicon" content=""/>
  53.  
  54.  
  55. <meta name="text:Link 1 URL" content="" />
  56. <meta name="text:Link 2 URL" content="" />
  57. <meta name="text:Link 3 URL" content="" />
  58. <meta name="text:Link 4 URL" content="" />
  59. <meta name="text:Link 5 URL" content="" />
  60.  
  61.     <meta name="text:link 1 title" content="title" />
  62.     <meta name="text:link 2 title" content="title" />
  63.     <meta name="text:link 3 title" content="title" />
  64.     <meta name="text:link 4 title" content="title" />
  65.     <meta name="text:link 5 title" content="title" />
  66.  
  67.  
  68. <!-- jquery for tooltips-->
  69.  
  70.  
  71. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  72.  
  73. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  74.  
  75. <script>
  76.  
  77. (function($){
  78.  
  79. $(document).ready(function(){
  80.  
  81. $("a[title]").style_my_tooltips({
  82.  
  83. tip_follows_cursor:true,
  84.  
  85. tip_delay_time:30,
  86.  
  87. tip_fade_speed:300,
  88.  
  89. attribute:"title"
  90.  
  91. });
  92.  
  93. });
  94.  
  95. })(jQuery);
  96.  
  97. </script>
  98.  
  99.  
  100.  
  101. <!--CSS customization here. -->
  102.  
  103. <style type="text/css">
  104.  
  105. ::selection {
  106. color:#fff;
  107. background:{color:accent};
  108. }
  109.  
  110. ::-moz-selection {
  111. color:#fff;
  112. background:{color:accent};
  113. }
  114.  
  115.  
  116. ::-webkit-scrollbar {
  117. height: 0px;
  118. width: 4px;
  119. background:#fff;
  120. }
  121.  
  122. ::-webkit-scrollbar-thumb {
  123. background:{color:scroll};
  124. border-left:1px solid #fff;
  125. }
  126.  
  127. ::-webkit-scrollbar-thumb:active {
  128. border-left:0px solid #fff;
  129. }
  130.  
  131.  
  132.  
  133. #s-m-t-tooltip{
  134.     position:absolute;
  135.     margin-top: 15px;
  136.     z-index:9999;
  137.     padding:2px;
  138.     border:1px solid {color:accent};
  139.     background:{color:background};
  140.    
  141. }
  142.  
  143.  
  144.  
  145. /*basics*/
  146. blockquote {padding:5px 0 5px 30px;
  147. border-left:1px solid {color:text};
  148. margin-left:30px;
  149.  
  150. }
  151.  
  152.  *, body, a {cursor: url(https://31.media.tumblr.com/91037c9d8802fdca6dea299654b6dc17/tumblr_inline_mzpkcniZkt1r6h6z5.png), auto;}
  153. a:hover {cursor: url(https://31.media.tumblr.com/673fab4e45d2badc5533613afdbbf39d/tumblr_inline_mzpkcfVDdS1r6h6z5.png), auto;}
  154.  
  155. /*this theme was inspired by the song by bring me the horizon*/
  156.  
  157. body {
  158.    
  159. background:{color:background};
  160. color:{color:text};
  161. font-family:helvetica;
  162. font-size:10px;
  163. text-align:justify;
  164. margin:0;
  165. line-height:16px;
  166. }
  167.  
  168.  
  169.  
  170. a {
  171. color:{color:link};
  172. text-decoration:none;
  173.  
  174. }
  175.  
  176. a:hover {
  177. text-decoration:underline;
  178. font-weight:normal;
  179.  
  180. }
  181.  
  182.  
  183. img{opacity:1;
  184. border:none;
  185. text-decoration:none}
  186.  
  187.  
  188. small {
  189. font-size:9px;}
  190.  
  191. big {
  192. font-size:12px;}
  193.  
  194.  
  195. #title {font-size:12px;
  196. line-height:18px;
  197. font-weight:bold;
  198. margin-bottom:10px;
  199. text-transform:lowercase;
  200. text-align:center;}
  201.  
  202.  
  203.  
  204.  
  205. /*pagination*/
  206. #pagination {
  207. margin:50px 0;
  208. text-transform:lowercase;
  209. font-weight:bold;
  210. margin-bottom:50px;
  211. }
  212. #pagination a {
  213. padding:0 15px;
  214. }
  215.  
  216. /*container*/
  217. #oli {
  218. left:200px;
  219. margin-left:0px;
  220. position:absolute;
  221. background-color:{color:background};
  222.  
  223.  
  224. }
  225.  
  226. /*background*/
  227. {width:100%; height:100%;
  228. background: url('{image:background}')top fixed repeat-x; position:fixed; margin-top:-50px; } body { background: {color:background} url('{image:background}') no-repeat center fixed ; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; ; margin: 0; padding: 0; }
  229.  
  230. /*posts*/
  231.  
  232. #entries {
  233. left:36%;
  234. top:60px;
  235. border:1px solid {color:accent};
  236. width:280px;
  237. height:80%;
  238. position:fixed;
  239. overflow:scroll;
  240. background-color:{color:post background};
  241. padding:20px 0px 0px 20px;
  242.  
  243. }
  244.  
  245.  
  246.  
  247.  
  248.  
  249. #posts {
  250. width:250px;
  251. border:1px solid {color:accent};
  252. padding:5px;
  253. {block:IndexPage}
  254. margin-bottom:35px;
  255. {/block:IndexPage}
  256. {block:PermalinkPage}
  257. margin-bottom:50px;
  258. {/block:PermalinkPage}
  259.  
  260. }
  261. #posts img {
  262. max-width:250px;
  263. }
  264.  
  265. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  266. .caption {width:100%;
  267. margin-top:10px;
  268.  
  269. }
  270.  
  271. /*quote*/
  272.  
  273. #titlequote{text-align:left;
  274. font-size:14px;
  275. line-height:18px;
  276. font-weight:bold;
  277. }
  278. #source {
  279. margin-top:15px;
  280. margin-left:15px;}
  281.  
  282. /*audio*/
  283.  
  284. .player {
  285. width:25px;
  286. height:25px;
  287. overflow:hidden;
  288. position:absolute;
  289. background:white;}
  290.  
  291. .audioinfo {
  292. margin-left:50px;
  293. }
  294.  
  295.  
  296. /*asks*/
  297. .q {margin-bottom:10px;
  298. }
  299. .as {
  300. font-weight:bold;}
  301.  
  302. .a {
  303. margin-top:10px;
  304. }
  305.  
  306.  
  307. /*chat*/
  308.  
  309. .chat ol {
  310. padding:0;
  311. list-style:none;
  312. }
  313. .line {padding:5px 0;}
  314.  
  315. .label {font-weight:bold;
  316. }
  317.  
  318.  
  319.  
  320. /*permalink and notes*/
  321.  
  322. #permalink {
  323. margin-top:15px;
  324. font-size:9px;
  325. text-transform:lowercase;
  326. }
  327. #permalink a {margin-right:10px;
  328. }
  329.  
  330.  
  331. .tags {
  332. word-break:break-all;
  333. font-size:9px;
  334. opacity:0;
  335. text-align:center;
  336. -webkit-transition: opacity 0.5s linear;
  337. }
  338.  
  339. #posts:hover .tags{
  340.     opacity:1;
  341. }
  342.  
  343. .pagenotes {
  344. {block:IndexPage}
  345. display: none!important;
  346. {/block:IndexPage}
  347. width:250px;
  348. text-align:left;
  349.  
  350. }
  351. .pagenotes img {
  352. display:none!important;}
  353. .pagenotes li {
  354. list-style-type:none;
  355. padding:5px 0px;
  356. text-align:left;
  357. margin:0 0 0 -40px;
  358. }
  359.  
  360.  
  361.  
  362.  
  363. {CustomCSS}
  364.  
  365.  
  366. </style>
  367.  
  368.  
  369.  
  370. </head>
  371.  
  372. <body>
  373.  
  374. <div id="oli">
  375.  
  376. <div style="position:fixed;top:60px;left:20%;z-index:999; margin-bottom:10px; background:{color:post background}; width:100px; height:50px; border:1px solid {color:accent}; padding:10px; overflow-y:scroll; text-align:justify;">
  377. <center>
  378. <a href="{text:Link 1 URL}" title="{text:link 1 title}"><img src="http://media.tumblr.com/9098aad4e61622ffddaea37407b964ef/tumblr_inline_n9pltcspky1rb12vn.png">&nbsp;</a>
  379.  
  380. <a href="{text:Link 2 URL}" title="{text:link 2 title}"> <img src="http://media.tumblr.com/75b808ac3bbd56f60115528a88cbbafb/tumblr_inline_n9plth5e6B1rb12vn.png">&nbsp;</a>
  381.  
  382. <a href="{text:Link 3 URL}"  title="{text:link 3 title}"><img src="http://media.tumblr.com/e543dfc247f43d743929509376a29428/tumblr_inline_n9pltjHLo91rb12vn.png">&nbsp;</a>
  383.  
  384. <a href="{text:Link 4 URL}" title="{text:link 4 title}"}"><img src="http://media.tumblr.com/75b808ac3bbd56f60115528a88cbbafb/tumblr_inline_n9plth5e6B1rb12vn.png">&nbsp;</a>
  385.  
  386. <a href="{text:Link 5 URL}" title="{text:link 5 title}"><img src="http://media.tumblr.com/c2ed7d5557007d7db6e32a2f5f9c9318/tumblr_inline_n9plti2GmR1rb12vn.png"></a></center>
  387.  
  388. {description}
  389.     </a>
  390.  
  391. </center>
  392.  
  393. <div id="entries">
  394.  
  395. {block:Posts}
  396. <div id="posts">
  397.  
  398.  
  399. {block:Quote}
  400.  
  401.  
  402. <div id="titlequote">“{Quote}”</div>
  403. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  404. {/block:Quote}
  405.  
  406.  
  407.  
  408. {block:Text}
  409.  
  410. {block:Title}
  411. <div id="title">{Title}</div>{/block:Title}
  412. {Body}
  413. {/block:Text}
  414.  
  415. {block:Link}
  416. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  417. {/block:Link}
  418.  
  419. {block:Chat}
  420. {block:Title}
  421. <h1>{Title}</h1>
  422. {/block:Title}
  423. <div class="chat">
  424. <ol>{block:Lines}
  425. <li class="line {Alt}">
  426. {block:Label}
  427. <span class="label">
  428. {Label}</span>
  429. {/block:Label}{Line}</li>
  430. {/block:Lines}
  431. </ol></div>
  432. {/block:Chat}
  433.  
  434. {block:Photo}
  435. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  436. {/block:Photo}
  437.  
  438. {block:Photoset}
  439. {Photoset-250}
  440. {/block:Photoset}
  441.  
  442. {block:Video}
  443. {Video-250}
  444. {/block:Video}
  445.  
  446. {block:Audio}
  447. <div class="player">{AudioPlayerWhite}</div>
  448. <div class="audioinfo">
  449. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  450. </div>
  451. {/block:Audio}
  452.  
  453. {block:Answer}
  454. <div class="q">
  455. <div class="as">{Asker} said: {Question}</div></div>
  456. <div class="a">{Answer}</div>
  457. {/block:Answer}
  458.  
  459. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  460.  
  461. {block:Date}
  462. <div id="permalink">
  463. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">- {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{SourceURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom} <a href="{ReblogURL}" target="_blank" >reblog</a><br>
  464. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  465. </div>
  466. {/block:Date}
  467.  
  468.  
  469.  
  470. </div>
  471.  
  472. {block:PermalinkPage}
  473. {block:PostNotes}
  474. <div class="pagenotes">
  475. {PostNotes}
  476. </div>
  477. {/block:PostNotes}
  478. {/block:PermalinkPage}
  479.  
  480. {/block:Posts}
  481.  
  482. <div id="pagination">
  483. {block:Pagination}
  484. {block:PreviousPage}
  485. <a href="{PreviousPage}">&larr; back </a>
  486. {/block:PreviousPage}
  487.  
  488.  
  489. {block:NextPage}
  490. <a href="{NextPage}">forward &rarr;</a>
  491. {/block:NextPage}
  492. {/block:Pagination}
  493. </div>
  494.  
  495.  
  496.  
  497. </div>
  498.  
  499. </div>
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506. <div style="position:fixed;bottom:5px;right:5px;z-index:999"><a href="http://he1975.tumblr.com" title="he1975">jae.</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement