painted_dreams87

Headmistress Office New

Aug 15th, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 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/aixGO9y.png");
  10. }
  11. #layout {
  12. width: 900px;
  13. height: 700px;
  14. margin: 0 auto;
  15. background-image: url("https://i.imgur.com/o7agqfZ.png");
  16. }
  17. #main {
  18. font: 10pt tahoma;
  19. color: #000000;
  20. top: 70px;
  21. left: 228px;
  22. width: 540px;
  23. height: 415px;
  24. overflow: hidden;
  25. }
  26. .page {
  27. height: 415px;
  28. overflow: auto;
  29. }
  30. #nav {
  31. top: 220px;
  32. left: 90px;
  33. width: 115px;
  34. height: 260px;
  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: #dfd6e7;
  50. background-color: #99829f;
  51. border-width: 2px;
  52. border-bottom-style: solid;
  53. border-color: #c8beba;
  54. text-align: center;
  55. letter-spacing: 4px;
  56. line-height: 15px;
  57. }
  58. h2 {
  59. font: 9pt tahoma;
  60. color: #eae6ed;
  61. text-align: center;
  62. background-color: #a087b4;
  63. letter-spacing: 2px;
  64. line-height: 15px;
  65. }
  66. h2:hover {
  67. font: 9pt tahoma;
  68. color: #eae6ed;
  69. text-align: center;
  70. background-color: #c8beba;
  71. letter-spacing: 2px;
  72. line-height: 15px;
  73. }
  74. h3 {
  75. font: 10pt georgia;
  76. color: #7f6885;
  77. background-color: #c8beba;
  78. border-width: 2px;
  79. border-bottom-style: solid;
  80. border-color: #7f6885;
  81. text-align: left;
  82. letter-spacing: 3px;
  83. padding-left: 5px;
  84. line-height: 15px;
  85. }
  86. b {
  87. color: #a69a96;
  88. font: 10pt tahoma;
  89. font-weight: bold;
  90. line-height: 14px;
  91. }
  92. i {
  93. color: #7f6885;
  94. font: 10pt tahoma;
  95. font-style: italic;
  96. line-height: 14px;
  97. }
  98. a:link, a:visited, a:active {
  99. color: #a087b4;
  100. font: 10pt tahoma;
  101. text-decoration: none;
  102. }
  103. a:hover {
  104. color: #c8beba;
  105. font: 10pt tahoma;
  106. text-decoration: none;
  107. }
  108. </style>
  109.  
  110. <br><br><br><div id="layout" style="position: relative;">
  111.  
  112. <div id="nav" style="position: absolute;">
  113. <a href="#home" class="nav"><h2>Home</h2></a>
  114. <a href="#link1" class="nav"><h2>Link 1</h2></a>
  115. <a href="#link2" class="nav"><h2>Link 2</h2></a>
  116. <a href="#link3" class="nav"><h2>Link 3</h2></a>
  117. <a href="#link4" class="nav"><h2>Link 4</h2></a>
  118. <a href="#link5" class="nav"><h2>Link 5</h2></a>
  119. </div>
  120.  
  121.  
  122. <div id="main" style="position: absolute;">
  123. <a name="home"></a>
  124. <div class="page">
  125. <h1>Header One</h1>
  126. <b>bold</b> <i>italic</i> <a href="/~slugclubministry">link</a>
  127.  
  128. <h3>Header Three</h3>
  129. </div>
  130.  
  131.  
  132. </div></div>
Add Comment
Please, Sign In to add comment