painted_dreams87

Patronus Animagus Boggart Layout

May 7th, 2020
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. <style>
  2. table {
  3. display: none;
  4. }
  5. .page table {
  6. display: table;
  7. }
  8. body {
  9. background-image: url("https://i.imgur.com/AR4xGpD.png");
  10. }
  11. #layout {
  12. width: 800px;
  13. height: 600px;
  14. margin: 0 auto;
  15. background-image: url("https://i.imgur.com/bVWOeFD.png");
  16. }
  17. #main {
  18. font: 9pt tahoma;
  19. color: #000000;
  20. top: 175px;
  21. left: 238px;
  22. width: 510px;
  23. height: 395px;
  24. overflow: hidden;
  25. }
  26. .page {
  27. height: 395px;
  28. overflow: auto;
  29. }
  30. #nav {
  31. top: 360px;
  32. left: 62px;
  33. width: 140px;
  34. height: 200px;
  35. overflow: hidden;
  36. text-align: center;
  37. }
  38. .table {
  39. display: inline;
  40. text-align: left;
  41. }
  42. td {
  43. padding: 10px;
  44. font: 10pt tahoma;
  45. color: #000000;
  46. }
  47. h1 {
  48. font-family: times;
  49. font-size: 20px;
  50. font-weight: normal;
  51. color: #c9c9c9;
  52. letter-spacing: 1px;
  53. line-height: 20px;
  54. text-align: left;
  55. padding-left: 15px;
  56. font-style: italic;
  57. background: #383d58;
  58. border-left: 30px solid #5c677c;
  59. }
  60. h2 {
  61. font: 10pt tahoma;
  62. color: #c9c9c9;
  63. text-align: center;
  64. background-color: #383d58;
  65. letter-spacing: 2px;
  66. line-height: 16px;
  67. }
  68. h2:hover {
  69. font: 10pt tahoma;
  70. color: #383d58;
  71. text-align: center;
  72. background-color: #c9c9c9;
  73. letter-spacing: 2px;
  74. line-height: 16px;
  75. }
  76. h3 {
  77. font-family: verdana;
  78. font-size: 11px;
  79. font-weight: normal;
  80. color: #c9c9c9;
  81. letter-spacing: 2px;
  82. text-transform: uppercase;
  83. line-height: 13px;
  84. text-align: center;
  85. background: #383d58;
  86. border-right: 80px solid #5c677c;
  87. border-left: 80px solid #5c677c;
  88. }
  89. b {
  90. color: #383d58;
  91. font: 10pt tahoma;
  92. font-weight: bold;
  93. line-height: 14px;
  94. }
  95. a:link, a:visited, a:active {
  96. color: #8795ae;
  97. font: 10pt tahoma;
  98. text-decoration: none;
  99. }
  100. a:hover {
  101. color: #383d58;
  102. font: 10pt tahoma;
  103. text-decoration: none;
  104. }
  105. </style><br><br><div id="layout" style="position: relative;">
  106.  
  107.  
  108. <div id="nav" style="position: absolute;">
  109. <a href="#home" class="nav"><h2>Welcome</h2></a>
  110. <a href="#patronus" class="nav"><h2>Patronus</h2></a>
  111. <a href="#animagus" class="nav"><h2>Animagus</h2></a>
  112. <a href="#boggart" class="nav"><h2>Boggart</h2></a>
  113. <a href="/~thefloonetwork"><h2>Floo Network</h2></a>
  114. <a href="/guilds/guild.phtml?id=4180479"><h2>Guild</h2></a>
  115.  
  116.  
  117. </div>
  118.  
  119.  
  120. <div id="main" style="position: absolute;">
  121. <a name="home"></a>
  122. <div class="page">
  123. <h1>Welcome!</h1>
  124. <b>bold</b> <a href="/~slugclubministry">link</a> text text
  125.  
  126. <h3>Header Three</h3>
  127. </div>
  128.  
  129.  
  130.  
  131. <a name="patronus"></a>
  132. <div class="page">
  133. <h1>Patronus Assignment</h1>
  134. text text text
  135. </div>
  136.  
  137.  
  138. <a name="animagus"></a>
  139. <div class="page">
  140. <h1>Animagus Assignment</h1>
  141. text text text
  142. </div>
  143.  
  144.  
  145. <a name="boggart"></a>
  146. <div class="page">
  147. <h1>Boggart Assignment</h1>
  148. text text text
  149. </div>
  150. </div></div>
Add Comment
Please, Sign In to add comment