painted_dreams87

Free House Elves Coding

Aug 6th, 2020
64
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("http://i.imgur.com/r98bfaO.png");
  10. }
  11. #layout {
  12. width: 900px;
  13. height: 700px;
  14. margin: 0 auto;
  15. background-image: url("http://i.imgur.com/lrbOHNz.png");
  16. }
  17. #main {
  18. font: 10pt tahoma;
  19. color: #000000;
  20. top: 180px;
  21. left: 208px;
  22. width: 650px;
  23. height: 475px;
  24. overflow: hidden;
  25. }
  26. .page {
  27. height: 475px;
  28. overflow: auto;
  29. }
  30. #nav {
  31. top: 330px;
  32. left: 23px;
  33. width: 155px;
  34. height: 220px;
  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: 8pt tahoma;
  45. color: #000000;
  46. }
  47. h1 {
  48. font: 12pt georgia;
  49. color: #8e7e76;
  50. text-align: center;
  51. border-width: 1px;
  52. border-bottom-style: solid;
  53. border-color: #a78c7a;
  54. letter-spacing: 4px;
  55. line-height: 20px;
  56. }
  57. h2 {
  58. font: 11pt tahoma;
  59. color: #ffeae0;
  60. text-align: center;
  61. background-color: #8e7e76;
  62. letter-spacing: 2px;
  63. line-height: 25px;
  64. }
  65. h2:hover {
  66. font: 11pt tahoma;
  67. color: #ffeae0;
  68. text-align: center;
  69. background-color: #615a50;
  70. letter-spacing: 2px;
  71. line-height: 25px;
  72. }
  73. h3 {
  74. font: 11pt georgia;
  75. color: #a78c7a;
  76. border-width: 1px;
  77. border-bottom-style: solid;
  78. border-color: #8e7e76;
  79. letter-spacing: 2px;
  80. line-height: 20px;
  81. }
  82. b {
  83. color: #8e7e76;
  84. font: 10pt tahoma;
  85. font-weight: bold;
  86. line-height: 14px;
  87. }
  88. i {
  89. color: #615a50;
  90. font: 10pt tahoma;
  91. font-style: italic;
  92. line-height: 14px;
  93. }
  94. a:link, a:visited, a:active {
  95. color: #a78c7a;
  96. font: 10pt tahoma;
  97. text-decoration: none;
  98. }
  99. a:hover {
  100. color: #615a50;
  101. font: 10pt tahoma;
  102. text-decoration: none;
  103. }
  104. </style><br><br><br><div id="layout" style="position: relative;">
  105.  
  106. <div id="nav" style="position: absolute;">
  107. <a href="#home" class="nav"><h2>Home</h2></a>
  108. <a href="#link1" class="nav"><h2>Link 1</h2></a>
  109. <a href="#link2" class="nav"><h2>Link 2</h2></a>
  110. <a href="#link3" class="nav"><h2>Link 3</h2></a>
  111. <a href="#link4" class="nav"><h2>Link 4</h2></a>
  112. <a href="#link5" class="nav"><h2>Link 5</h2></a>
  113.  
  114.  
  115. </div>
  116.  
  117.  
  118. <div id="main" style="position: absolute;">
  119. <a name="home"></a>
  120. <div class="page">
  121. <h1>Header One</h1>
  122. <b>bold</b> <i>italic</i> <a href="/~slugclubministry">link</a>
  123.  
  124. <h3>Header Three</h3>
  125. <center>
  126. <table width="100%"><tr align="center"><td width="33%">
  127. <img src="http://i.imgur.com/xZ75qWs.png"><br><b>Name</b><br>
  128. Task to free this elf goes here
  129. </td>
  130. <td width="33%">
  131. <img src="http://i.imgur.com/xZ75qWs.png"><br><b>Name</b><br>
  132. Task to free this elf goes here
  133. </td>
  134. <td width="33%">
  135. <img src="http://i.imgur.com/jUmuYGR.png"><br><b>Name</b><br>
  136. This elf has been freed!
  137. </td>
  138. </tr></table></center>
  139. </div>
  140.  
  141. </div></div>
Add Comment
Please, Sign In to add comment