Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- table {
- display: none;
- }
- .page table {
- display: table;
- }
- body {
- background-image: url("https://i.imgur.com/aixGO9y.png");
- }
- #layout {
- width: 900px;
- height: 700px;
- margin: 0 auto;
- background-image: url("https://i.imgur.com/o7agqfZ.png");
- }
- #main {
- font: 10pt tahoma;
- color: #000000;
- top: 70px;
- left: 228px;
- width: 540px;
- height: 415px;
- overflow: hidden;
- }
- .page {
- height: 415px;
- overflow: auto;
- }
- #nav {
- top: 220px;
- left: 90px;
- width: 115px;
- height: 260px;
- overflow: hidden;
- text-align: center;
- }
- .table {
- display: inline;
- text-align: left;
- }
- td {
- padding: 10px;
- font: 8pt tahoma;
- color: #000000;
- }
- h1 {
- font: 12pt georgia;
- color: #dfd6e7;
- background-color: #99829f;
- border-width: 2px;
- border-bottom-style: solid;
- border-color: #c8beba;
- text-align: center;
- letter-spacing: 4px;
- line-height: 15px;
- }
- h2 {
- font: 9pt tahoma;
- color: #eae6ed;
- text-align: center;
- background-color: #a087b4;
- letter-spacing: 2px;
- line-height: 15px;
- }
- h2:hover {
- font: 9pt tahoma;
- color: #eae6ed;
- text-align: center;
- background-color: #c8beba;
- letter-spacing: 2px;
- line-height: 15px;
- }
- h3 {
- font: 10pt georgia;
- color: #7f6885;
- background-color: #c8beba;
- border-width: 2px;
- border-bottom-style: solid;
- border-color: #7f6885;
- text-align: left;
- letter-spacing: 3px;
- padding-left: 5px;
- line-height: 15px;
- }
- b {
- color: #a69a96;
- font: 10pt tahoma;
- font-weight: bold;
- line-height: 14px;
- }
- i {
- color: #7f6885;
- font: 10pt tahoma;
- font-style: italic;
- line-height: 14px;
- }
- a:link, a:visited, a:active {
- color: #a087b4;
- font: 10pt tahoma;
- text-decoration: none;
- }
- a:hover {
- color: #c8beba;
- font: 10pt tahoma;
- text-decoration: none;
- }
- </style>
- <br><br><br><div id="layout" style="position: relative;">
- <div id="nav" style="position: absolute;">
- <a href="#home" class="nav"><h2>Home</h2></a>
- <a href="#link1" class="nav"><h2>Link 1</h2></a>
- <a href="#link2" class="nav"><h2>Link 2</h2></a>
- <a href="#link3" class="nav"><h2>Link 3</h2></a>
- <a href="#link4" class="nav"><h2>Link 4</h2></a>
- <a href="#link5" class="nav"><h2>Link 5</h2></a>
- </div>
- <div id="main" style="position: absolute;">
- <a name="home"></a>
- <div class="page">
- <h1>Header One</h1>
- <b>bold</b> <i>italic</i> <a href="/~slugclubministry">link</a>
- <h3>Header Three</h3>
- </div>
- </div></div>
Add Comment
Please, Sign In to add comment