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/AR4xGpD.png");
- }
- #layout {
- width: 800px;
- height: 600px;
- margin: 0 auto;
- background-image: url("https://i.imgur.com/bVWOeFD.png");
- }
- #main {
- font: 9pt tahoma;
- color: #000000;
- top: 175px;
- left: 238px;
- width: 510px;
- height: 395px;
- overflow: hidden;
- }
- .page {
- height: 395px;
- overflow: auto;
- }
- #nav {
- top: 360px;
- left: 62px;
- width: 140px;
- height: 200px;
- overflow: hidden;
- text-align: center;
- }
- .table {
- display: inline;
- text-align: left;
- }
- td {
- padding: 10px;
- font: 10pt tahoma;
- color: #000000;
- }
- h1 {
- font-family: times;
- font-size: 20px;
- font-weight: normal;
- color: #c9c9c9;
- letter-spacing: 1px;
- line-height: 20px;
- text-align: left;
- padding-left: 15px;
- font-style: italic;
- background: #383d58;
- border-left: 30px solid #5c677c;
- }
- h2 {
- font: 10pt tahoma;
- color: #c9c9c9;
- text-align: center;
- background-color: #383d58;
- letter-spacing: 2px;
- line-height: 16px;
- }
- h2:hover {
- font: 10pt tahoma;
- color: #383d58;
- text-align: center;
- background-color: #c9c9c9;
- letter-spacing: 2px;
- line-height: 16px;
- }
- h3 {
- font-family: verdana;
- font-size: 11px;
- font-weight: normal;
- color: #c9c9c9;
- letter-spacing: 2px;
- text-transform: uppercase;
- line-height: 13px;
- text-align: center;
- background: #383d58;
- border-right: 80px solid #5c677c;
- border-left: 80px solid #5c677c;
- }
- b {
- color: #383d58;
- font: 10pt tahoma;
- font-weight: bold;
- line-height: 14px;
- }
- a:link, a:visited, a:active {
- color: #8795ae;
- font: 10pt tahoma;
- text-decoration: none;
- }
- a:hover {
- color: #383d58;
- 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="#patronus" class="nav"><h2>Patronus</h2></a>
- <a href="#animagus" class="nav"><h2>Animagus</h2></a>
- <a href="#boggart" class="nav"><h2>Boggart</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="patronus"></a>
- <div class="page">
- <h1>Patronus Assignment</h1>
- text text text
- </div>
- <a name="animagus"></a>
- <div class="page">
- <h1>Animagus Assignment</h1>
- text text text
- </div>
- <a name="boggart"></a>
- <div class="page">
- <h1>Boggart Assignment</h1>
- text text text
- </div>
- </div></div>
Add Comment
Please, Sign In to add comment