Advertisement
painted_dreams87

Hospital Wing

Oct 27th, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. <style>
  2. table, .sf {
  3. display: none;
  4. }
  5. .page table {
  6. display: table;
  7. }
  8. body {
  9. background-image: url("http://i.imgur.com/TrKUuf7.png");
  10. }
  11. #layout {
  12. width: 810px;
  13. height: 810px;
  14. margin: 0 auto;
  15. background-image: url("http://i.imgur.com/3veOMb5.png");
  16. }
  17. #main {
  18. font: 10pt tahoma;
  19. color: #000000;
  20. top: 215px;
  21. left: 190px;
  22. width: 430px;
  23. height: 480px;
  24. overflow: hidden;
  25. }
  26. .page {
  27. height: 480px;
  28. overflow: auto;
  29. }
  30. #nav {
  31. top: 270px;
  32. left: -200px;
  33. width: 190px;
  34. height: 390px;
  35. overflow: hidden;
  36. text-align: center;
  37. }
  38. .table {
  39. display: inline;
  40. text-align: left;
  41. }
  42. td {
  43. padding: 5px;
  44. font: 8pt tahoma;
  45. color: #000000;
  46. }
  47. h1 {
  48. font: 10pt tahoma;
  49. color: #293f4a;
  50. border-width: 1px;
  51. border-bottom-style: solid;
  52. border-color: #6f7675;
  53. letter-spacing: 2px;
  54. line-height: 18px;
  55. }
  56. h2 {
  57. font: 10pt tahoma;
  58. color: #d5e6c5;
  59. text-align: center;
  60. background-color: #293f4a;
  61. letter-spacing: 2px;
  62. line-height: 18px;
  63. }
  64. h2:hover {
  65. font: 10pt tahoma;
  66. color: #293f4a;
  67. text-align: center;
  68. background-color: #d5e6c5;
  69. letter-spacing: 2px;
  70. line-height: 18px;
  71. }
  72. h3 {
  73. font: 10pt tahoma;
  74. color: #cecab9;
  75. border-width: 1px;
  76. border-bottom-style: solid;
  77. border-color: #293f4a;
  78. letter-spacing: 2px;
  79. line-height: 18px;
  80. }
  81. b {
  82. color: #677e84;
  83. font: 10pt tahoma;
  84. font-weight: bold;
  85. line-height: 14px;
  86. }
  87. i {
  88. color: #4e7375;
  89. font: 10pt tahoma;
  90. font-style: italic;
  91. line-height: 14px;
  92. }
  93. strong {
  94. color: #3e545b;
  95. font: 14pt tahoma;
  96. font-weight: bold;
  97. line-height: 24px;
  98. }
  99. a:link, a:visited, a:active {
  100. color: #81a399;
  101. font: 10pt tahoma;
  102. text-decoration: none;
  103. }
  104. a:hover {
  105. color: #476059;
  106. font: 10pt tahoma;
  107. text-decoration: none;
  108. }
  109. </style><br><br><br><div id="layout" style="position: relative;">
  110.  
  111.  
  112. <div id="nav" style="position: absolute;">
  113. <h3>Navigation</h3>
  114. <a href="#home" class="nav"><h2>Home</h2></a>
  115. <a href="#week1" class="nav"><h2>Week One</h2></a>
  116. <a href="#week2" class="nav"><h2>Week Two</h2></a>
  117. <a href="#week3" class="nav"><h2>Week Three</h2></a>
  118. <a href="#week4" class="nav"><h2>Week Four</h2></a>
  119. </div>
  120.  
  121.  
  122. <div id="main" style="position: absolute;">
  123. <a name="home"></a>
  124. <div class="page">
  125. <h1>Header 1</h1>
  126. <p>
  127. <b>bold</b> <i>italic</i> <a href="/">link</a>
  128.  
  129. </p>
  130. </div>
  131.  
  132.  
  133.  
  134.  
  135. <a name="week1"></a>
  136. <div class="page">
  137. <h1>Week 1</h1>
  138. <p>
  139. <a href="/neomessages.phtml?type=send&recipient=laneysux&subject=Hospital+Wing+1">neomail Laney</a>
  140. </p>
  141. </div>
  142.  
  143.  
  144.  
  145. <a name="week2"></a>
  146. <div class="page">
  147. <h1>Week 2</h1>
  148. <p>
  149. -
  150. </p>
  151. </div>
  152.  
  153.  
  154.  
  155. <a name="week3"></a>
  156. <div class="page">
  157. <h1>Week 3</h1>
  158. <p>
  159. -
  160. </p>
  161. </div>
  162.  
  163.  
  164.  
  165. <a name="week4"></a>
  166. <div class="page">
  167. <h1>Week 4</h1>
  168. <p>
  169. -
  170. </p>
  171. </div>
  172.  
  173.  
  174.  
  175. <a name="random"></a>
  176. <div class="page">
  177. <h1>Hospital Wing Specialty Room</h1>
  178. <p>
  179. This is the hidden room for random events.<br><br><a href="/neomessages.phtml?type=send&recipient=slugclubguild&subject=Hospital+Wing">neomail slugclubguild</a>
  180. </p>
  181. </div>
  182.  
  183.  
  184.  
  185.  
  186. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement