Advertisement
Guest User

Boggart Conjuring Page

a guest
Jul 21st, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 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://www.designyourway.net/diverse/darkpat/wallpaper_800x600_1023.jpg");
  10. }
  11. #layout {
  12. width: 800px;
  13. height: 600px;
  14. margin: 0 auto;
  15. background-image: url("https://imgur.com/QtHPqMH.png");
  16. }
  17. #main {
  18. font: 10pt tahoma;
  19. color: #000000;
  20. top: 200px;
  21. left: 120px;
  22. width: 570px;
  23. height: 390px;
  24. overflow: hidden;
  25. }
  26. .page {
  27. height: 390px;
  28. overflow: auto;
  29. }
  30. .table {
  31. display: inline;
  32. text-align: left;
  33. }
  34. textarea#button {
  35. font: 9pt tahoma;
  36. color: #9d7c53;
  37. overflow: hidden;
  38. width: 90px;
  39. height: 30px;
  40. border: 1px solid #cdb8c8;
  41. }
  42. h1 {
  43. font: 13pt tahoma;
  44. color: #25130f;
  45. text-align: center;
  46. border-width: 2px;
  47. border-bottom-style: solid;
  48. border-top-style: solid;
  49. border-color: #60635a;
  50. letter-spacing: 4px;
  51. line-height: 25px;
  52. }
  53. h2 {
  54. font: 11pt tahoma;
  55. color: #f8efe5;
  56. text-align: center;
  57. background-color: #c0bfaa;
  58. letter-spacing: 2px;
  59. line-height: 25px;
  60. }
  61. h2:hover {
  62. font: 11pt tahoma;
  63. color: #c0bfaa;
  64. text-align: center;
  65. background-color: #f8efe5;
  66. letter-spacing: 2px;
  67. line-height: 25px;
  68. }
  69. h3 {
  70. font: 12pt tahoma;
  71. color: #3b3b39;
  72. border-width: 1px;
  73. border-bottom-style: solid;
  74. border-top-style: solid;
  75. border-color: #60635a;
  76. letter-spacing: 2px;
  77. line-height: 25px;
  78. }
  79. b {
  80. color: #b93e12;
  81. font: 10pt tahoma;
  82. font-weight: bold;
  83. line-height: 14px;
  84. }
  85. i {
  86. color: #430009;
  87. font: 10pt tahoma;
  88. font-style: italic;
  89. line-height: 14px;
  90. }
  91. a:link, a:visited, a:active {
  92. color: #c4a997;
  93. font: 10pt tahoma;
  94. text-decoration: none;
  95. }
  96. a:hover {
  97. color: #57060f;
  98. font: 10pt tahoma;
  99. text-decoration: none;
  100. }
  101. </style><div id="layout" style="position: relative;">
  102.  
  103. <div id="main" style="position: absolute;">
  104. <a name="home"></a>
  105. <div class="page">
  106. <h1>Header One</h1>
  107. To swap out your image, edit the image URL under #layout, which is close to the top of the layout coding. If you have any questions or need help using this layout, <a href="/neomessages.phtml?type=send&recipient=painted_dreams87">neomail Heather</a> any time.<br><br><b>This is bold.</b> <i>This is italics.</i> <a href="/~ezulla">This is a link</a>
  108.  
  109. <h3>Header Three</h3>
  110.  
  111.  
  112. </div>
  113. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement