Advertisement
painted_dreams87

Sorcerer's Stone Part 1

Jul 7th, 2020
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 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/xHyCcTF.png");
  10. }
  11. #layout {
  12. width: 900px;
  13. height: 700px;
  14. margin: 0 auto;
  15. background-image: url("https://i.imgur.com/fhbBXj2.png");
  16. }
  17. #main {
  18. font: 10pt tahoma;
  19. color: #000000;
  20. top: 164px;
  21. left: 55px;
  22. width: 790px;
  23. height: 510px;
  24. overflow: hidden;
  25. }
  26. .page {
  27. height: 510px;
  28. overflow: auto;
  29. }
  30. .table {
  31. display: inline;
  32. text-align: left;
  33. }
  34. td {
  35. padding: 10px;
  36. font: 8pt tahoma;
  37. color: #000000;
  38. }
  39. h1 {
  40. font: 12pt georgia;
  41. color: #b5746a;
  42. text-align: center;
  43. border-width: 1px;
  44. border-bottom-style: solid;
  45. border-color: #d0b6ad;
  46. letter-spacing: 4px;
  47. line-height: 20px;
  48. }
  49. h2 {
  50. font: 11pt georgia;
  51. color: #8c7c94;
  52. border-width: 1px;
  53. border-bottom-style: solid;
  54. border-color: #c5a8bf;
  55. letter-spacing: 2px;
  56. line-height: 20px;
  57. }
  58. b {
  59. color: #c69885;
  60. font: 10pt tahoma;
  61. font-weight: bold;
  62. line-height: 14px;
  63. }
  64. i {
  65. color: #a592af;
  66. font: 10pt tahoma;
  67. font-style: italic;
  68. line-height: 14px;
  69. }
  70. a:link, a:visited, a:active {
  71. color: #8c7c94;
  72. font: 10pt tahoma;
  73. text-decoration: none;
  74. }
  75. a:hover {
  76. color: #c69885;
  77. font: 10pt tahoma;
  78. text-decoration: none;
  79. }
  80. </style><br><br><br><div id="layout" style="position: relative;">
  81.  
  82.  
  83. <div id="main" style="position: absolute;">
  84. <a name="home"></a>
  85. <div class="page">
  86. <h1>Header One</h1>
  87. <b>bold</b> <i>italic</i> <a href="/~slugclubministry">link</a>
  88.  
  89. <h2>Header Two</h2>
  90. </div>
  91.  
  92.  
  93. <a name="link1"></a>
  94. <div class="page">
  95. This is a hidden link. Copy and paste to add additional links.
  96. </div>
  97.  
  98.  
  99.  
  100.  
  101.  
  102. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement