Advertisement
painted_dreams87

Gringotts

Aug 2nd, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. <style>
  2. table {
  3. display: none;
  4. }
  5. .page table {
  6. display: table;
  7. }
  8. .sf {
  9. display: none;
  10. }
  11. body {
  12. background-color: #000000;
  13. }
  14. #layout {
  15. width: 775px;
  16. height: 600px;
  17. top: 5px;
  18. margin: 0 auto;
  19. background-image: url("http://u.cubeupload.com/painted_dreams87/28aGringottsLayout.png");
  20. }
  21. #main {
  22. font: 11pt calibri;
  23. color: #000000;
  24. top: 300px;
  25. left: 200px;
  26. width: 550px;
  27. height: 290px;
  28. overflow: hidden;
  29. }
  30. #nav {
  31. top: 300px;
  32. left: 10px;
  33. width: 150px;
  34. height: 290px;
  35. overflow: hidden;
  36. text-align: center;
  37. }
  38. .page {
  39. height: 290px;
  40. overflow: auto;
  41. }
  42. td {
  43. font: 11pt calibri;
  44. color: #000000;
  45. padding: 2px;
  46. }
  47. h1 {
  48. font: 13pt garamond;
  49. color: #b99e6e;
  50. text-align: center;
  51. border-width: 1px;
  52. border-bottom-style: solid;
  53. border-color: #1a1511;
  54. letter-spacing: 3px;
  55. line-height: 25px;
  56. }
  57. b {
  58. color: #b99e6e;
  59. font: 11pt calibri;
  60. font-weight: bold;
  61. line-height: 14px;
  62. }
  63. i {
  64. color: #969290;
  65. font: 12pt calibri;
  66. line-height: 14px;
  67. }
  68. a:link, a:visited, a:active {
  69. color: #453627;
  70. font: 11pt garamond;
  71. letter-spacing: 1px;
  72. text-decoration: none;
  73. }
  74. a:hover {
  75. color: #9a7a48;
  76. font: 11pt garamond;
  77. letter-spacing: 1px;
  78. text-decoration: none;
  79. }
  80. </style><br><br><div id="layout" style="position: relative;">
  81.  
  82.  
  83. <div id="nav" style="position: absolute;">
  84. <h1>The Vaults</h1>
  85. <a href="#home" class="nav">Home</a><br><br><a href="#gryffindor" class="nav">Gryffindor</a><br><br><a href="#hufflepuff" class="nav">Hufflepuff</a><br><br><a href="#ravenclaw" class="nav">Ravenclaw</a><br><br><a href="#slytherin" class="nav">Slytherin</a><br><br><a href="/~thefloonetwork" class="nav">Leave</a>
  86.  
  87. </div>
  88.  
  89. <div id="main" style="position: absolute;">
  90. <a name="home"></a>
  91. <div class="page">
  92. <h1>Welcome to Gringotts!</h1>
  93. </div>
  94.  
  95.  
  96.  
  97.  
  98. <a name="gryffindor"></a>
  99. <div class="page">
  100. <h1>Gryffindor Vaults</h1>
  101. <table width="100%"><tr align="center"><td>
  102. <b>NAME</b>
  103. </td>
  104. <td>
  105. <b>GALLEONS</b>
  106. </td>
  107. </tr><tr align="center"><td>
  108. Susan
  109. </td>
  110. <td>
  111. 2,067
  112. </td>
  113. </tr><tr align="center"><td>
  114. Alex
  115. </td>
  116. <td>
  117. 760
  118. </td>
  119. </tr><tr align="center"><td>
  120. Turner
  121. </td>
  122. <td>
  123. 587
  124. </td>
  125. </tr><tr align="center"><td>
  126. Aiyana
  127. </td>
  128. <td>
  129. 430
  130. </td>
  131. </tr><tr align="center"><td>
  132. Sadie
  133. </td>
  134. <td>
  135. 904
  136. </td>
  137. </tr><tr align="center"><td>
  138. Jen
  139. </td>
  140. <td>
  141. 699
  142. </td>
  143. </tr><tr align="center"><td>
  144. Scarlett
  145. </td>
  146. <td>
  147. 326
  148. </td>
  149. </tr><tr align="center"><td>
  150. Sophie
  151. </td>
  152. <td>
  153. 21
  154. </td>
  155. </tr><tr align="center"><td>
  156. Casey
  157. </td>
  158. <td>
  159. 12
  160. </td>
  161. </tr></table></div>
  162.  
  163.  
  164.  
  165.  
  166. <a name="hufflepuff"></a>
  167. <div class="page">
  168. <h1>Hufflepuff Vaults</h1>
  169. </div>
  170.  
  171.  
  172.  
  173.  
  174. <a name="ravenclaw"></a>
  175. <div class="page">
  176. <h1>Ravenclaw Vaults</h1>
  177. </div>
  178.  
  179.  
  180.  
  181.  
  182. <a name="slytherin"></a>
  183. <div class="page">
  184. <h1>Slytherin Vaults</h1>
  185. </div>
  186.  
  187.  
  188. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement