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/gC4BILq.png");
- }
- #layout {
- width: 800px;
- height: 600px;
- margin: 0 auto;
- background-image: url("https://i.imgur.com/ygYHbiW.png");
- }
- #main {
- font: 9pt tahoma;
- color: #000000;
- top: 175px;
- left: 178px;
- width: 545px;
- height: 385px;
- overflow: hidden;
- }
- .page {
- height: 385px;
- overflow: auto;
- }
- #nav {
- top: 300px;
- left: 21px;
- width: 130px;
- height: 225px;
- overflow: hidden;
- text-align: center;
- }
- .table {
- display: inline;
- text-align: left;
- }
- td {
- padding: 10px;
- font: 10pt tahoma;
- color: #000000;
- }
- h1 {
- font: 11pt tahoma;
- color: #716d5b;
- text-align: center;
- border-width: 1px;
- border-bottom-style: solid;
- border-color: #8a985e;
- letter-spacing: 4px;
- line-height: 20px;
- }
- h2 {
- font: 10pt tahoma;
- color: #cedba2;
- text-align: center;
- background-color: #716d5b;
- letter-spacing: 2px;
- line-height: 16px;
- }
- h2:hover {
- font: 10pt tahoma;
- color: #716d5b;
- text-align: center;
- background-color: #cedba2;
- letter-spacing: 2px;
- line-height: 16px;
- }
- h3 {
- font: 10pt tahoma;
- color: #8a985e;
- border-width: 1px;
- border-bottom-style: solid;
- border-color: #716d5b;
- letter-spacing: 2px;
- line-height: 16px;
- }
- b {
- color: #8a985e;
- font: 10pt tahoma;
- font-weight: bold;
- line-height: 14px;
- }
- a:link, a:visited, a:active {
- color: #716d5b;
- font: 10pt tahoma;
- text-decoration: none;
- }
- a:hover {
- color: #8a985e;
- font: 10pt tahoma;
- text-decoration: none;
- }
- </style><br><br><div id="layout" style="position: relative;">
- <div id="nav" style="position: absolute;">
- <a href="#home" class="nav"><h2>Welcome</h2></a>
- <a href="#sorting" class="nav"><h2>Getting Sorted</h2></a>
- <a href="#navigating" class="nav"><h2>Navigating</h2></a>
- <a href="#activities" class="nav"><h2>Activities</h2></a>
- <a href="/~thefloonetwork"><h2>Floo Network</h2></a>
- <a href="/guilds/guild.phtml?id=4180479"><h2>Guild</h2></a>
- </div>
- <div id="main" style="position: absolute;">
- <a name="home"></a>
- <div class="page">
- <h1>Welcome!</h1>
- <b>bold</b> <a href="/~slugclubministry">link</a> text text
- <h3>Header Three</h3>.
- </div>
- <a name="sorting"></a>
- <div class="page">
- <h1>Getting Sorted</h1>
- text text text
- </div>
- <a name="navigating"></a>
- <div class="page">
- <h1>Navigation</h1>
- text text text
- </div>
- <a name="activities"></a>
- <div class="page">
- <h1>Activities</h1>
- text text text
- </div>
- </div></div>
Add Comment
Please, Sign In to add comment