Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- table, .sf {
- display: none;
- }
- .page table {
- display: table;
- }
- body {
- background-image: url("https://i.imgur.com/Uv82UnX.png");
- }
- #layout {
- width: 800px;
- height: 600px;
- margin: 0 auto;
- background-image: url("https://i.imgur.com/WA4pSJ8.png");
- }
- #main {
- font: 10pt tahoma;
- color: #000000;
- top: 130px;
- left: 60px;
- width: 680px;
- height: 440px;
- overflow: hidden;
- }
- .page {
- height: 440px;
- overflow: auto;
- }
- #nav {
- top: 220px;
- left: -200px;
- width: 190px;
- height: 390px;
- overflow: hidden;
- text-align: center;
- }
- .table {
- display: inline;
- text-align: left;
- }
- td {
- padding: 5px;
- font: 8pt tahoma;
- color: #000000;
- }
- h1 {
- font: 12pt tahoma;
- color: #b0673f;
- border-width: 1px;
- border-bottom-style: solid;
- border-color: #792528;
- letter-spacing: 2px;
- line-height: 20px;
- }
- h2 {
- font: 10pt tahoma;
- color: #ffe8cc;
- text-align: center;
- background-color: #6e5747;
- letter-spacing: 2px;
- line-height: 18px;
- }
- h2:hover {
- font: 10pt tahoma;
- color: #6e5747;
- text-align: center;
- background-color: #ffe8cc;
- letter-spacing: 2px;
- line-height: 18px;
- }
- b {
- color: #792528;
- font: 10pt tahoma;
- font-weight: bold;
- line-height: 14px;
- }
- i {
- color: #b0673f;
- font: 10pt tahoma;
- font-style: italic;
- line-height: 14px;
- }
- a:link, a:visited, a:active {
- color: #b14041;
- font: 10pt tahoma;
- text-decoration: none;
- }
- a:hover {
- color: #b0673f;
- 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="#page1" class="nav"><h2>Page One</h2></a>
- </div>
- <div id="main" style="position: absolute;">
- <a name="home"></a>
- <div class="page">
- <h1>Header 1</h1>
- <p>
- text goes here <b>this is bold</b> <i>this is italic</i> <a href="/~slugclubministry">this is a link</a>
- </p>
- </div>
- <a name="page1"></a>
- <div class="page">
- <h1>Page 1</h1>
- <p>
- -
- </p>
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement