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("http://i.imgur.com/6ic8CJG.png");
- }
- #layout {
- width: 600px;
- height: 600px;
- margin: 0 auto;
- background-image: url("http://i.imgur.com/apoNh7s.png");
- }
- #main {
- font: 10pt tahoma;
- color: #000000;
- top: 175px;
- left: 30px;
- width: 400px;
- height: 400px;
- overflow: hidden;
- }
- .page {
- height: 400px;
- overflow: auto;
- }
- #nav {
- top: 200px;
- 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: #b33d71;
- border-width: 1px;
- border-bottom-style: solid;
- border-color: #76ae3e;
- letter-spacing: 2px;
- line-height: 20px;
- }
- h2 {
- font: 10pt tahoma;
- color: #ffffff;
- text-align: center;
- background-color: #5a4681;
- letter-spacing: 2px;
- line-height: 18px;
- }
- h2:hover {
- font: 10pt tahoma;
- color: #5a4681;
- text-align: center;
- background-color: #ffffff;
- letter-spacing: 2px;
- line-height: 18px;
- }
- h3 {
- font: 10pt tahoma;
- color: #76ae3e;
- border-width: 1px;
- border-bottom-style: solid;
- border-color: #b33d71;
- letter-spacing: 2px;
- line-height: 18px;
- }
- b {
- color: #e1af4e;
- font: 10pt tahoma;
- font-weight: bold;
- line-height: 14px;
- }
- i {
- color: #b33d71;
- font: 10pt tahoma;
- font-style: italic;
- letter-spacing: 2px;
- line-height: 14px;
- }
- a:link, a:visited, a:active {
- color: #76ae3e;
- font: 10pt tahoma;
- text-decoration: none;
- }
- a:hover {
- color: #e1af4e;
- 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>
- </div>
- <div id="main" style="position: absolute;">
- <a name="home"></a>
- <div class="page">
- <h1>Welcome!</h1>
- <p>
- <b>bold</b> <i>italic</i> <a href="/~slugclubministry">link</a>
- </p>
- <h3>Header Three</h3>
- </div>
- <a name="link1"></a>
- <div class="page">
- <h1>Link</h1>
- <p>
- -
- </p>
- </div>
- <a name="link2"></a>
- <div class="page">
- <h1>Link</h1>
- <p>
- -
- </p>
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement