painted_dreams87

SluggHub Coding

May 4th, 2020
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 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/gC4BILq.png");
  10. }
  11. #layout {
  12. width: 800px;
  13. height: 600px;
  14. margin: 0 auto;
  15. background-image: url("https://i.imgur.com/ygYHbiW.png");
  16. }
  17. #main {
  18. font: 9pt tahoma;
  19. color: #000000;
  20. top: 175px;
  21. left: 178px;
  22. width: 545px;
  23. height: 385px;
  24. overflow: hidden;
  25. }
  26. .page {
  27. height: 385px;
  28. overflow: auto;
  29. }
  30. #nav {
  31. top: 300px;
  32. left: 21px;
  33. width: 130px;
  34. height: 225px;
  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: 11pt tahoma;
  49. color: #716d5b;
  50. text-align: center;
  51. border-width: 1px;
  52. border-bottom-style: solid;
  53. border-color: #8a985e;
  54. letter-spacing: 4px;
  55. line-height: 20px;
  56. }
  57. h2 {
  58. font: 10pt tahoma;
  59. color: #cedba2;
  60. text-align: center;
  61. background-color: #716d5b;
  62. letter-spacing: 2px;
  63. line-height: 16px;
  64. }
  65. h2:hover {
  66. font: 10pt tahoma;
  67. color: #716d5b;
  68. text-align: center;
  69. background-color: #cedba2;
  70. letter-spacing: 2px;
  71. line-height: 16px;
  72. }
  73. h3 {
  74. font: 10pt tahoma;
  75. color: #8a985e;
  76. border-width: 1px;
  77. border-bottom-style: solid;
  78. border-color: #716d5b;
  79. letter-spacing: 2px;
  80. line-height: 16px;
  81. }
  82. b {
  83. color: #8a985e;
  84. font: 10pt tahoma;
  85. font-weight: bold;
  86. line-height: 14px;
  87. }
  88. a:link, a:visited, a:active {
  89. color: #716d5b;
  90. font: 10pt tahoma;
  91. text-decoration: none;
  92. }
  93. a:hover {
  94. color: #8a985e;
  95. font: 10pt tahoma;
  96. text-decoration: none;
  97. }
  98. </style><br><br><div id="layout" style="position: relative;">
  99.  
  100.  
  101. <div id="nav" style="position: absolute;">
  102. <a href="#home" class="nav"><h2>Welcome</h2></a>
  103. <a href="#sorting" class="nav"><h2>Getting Sorted</h2></a>
  104. <a href="#navigating" class="nav"><h2>Navigating</h2></a>
  105. <a href="#activities" class="nav"><h2>Activities</h2></a>
  106. <a href="/~thefloonetwork"><h2>Floo Network</h2></a>
  107. <a href="/guilds/guild.phtml?id=4180479"><h2>Guild</h2></a>
  108.  
  109.  
  110. </div>
  111.  
  112.  
  113. <div id="main" style="position: absolute;">
  114. <a name="home"></a>
  115. <div class="page">
  116. <h1>Welcome!</h1>
  117. <b>bold</b> <a href="/~slugclubministry">link</a> text text
  118.  
  119. <h3>Header Three</h3>.
  120. </div>
  121.  
  122.  
  123.  
  124. <a name="sorting"></a>
  125. <div class="page">
  126. <h1>Getting Sorted</h1>
  127. text text text
  128. </div>
  129.  
  130.  
  131. <a name="navigating"></a>
  132. <div class="page">
  133. <h1>Navigation</h1>
  134. text text text
  135. </div>
  136.  
  137.  
  138. <a name="activities"></a>
  139. <div class="page">
  140. <h1>Activities</h1>
  141. text text text
  142. </div>
  143. </div></div>
Add Comment
Please, Sign In to add comment