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/TrKUuf7.png");
- }
- #layout {
- width: 810px;
- height: 810px;
- margin: 0 auto;
- background-image: url("http://i.imgur.com/3veOMb5.png");
- }
- #main {
- font: 10pt tahoma;
- color: #000000;
- top: 215px;
- left: 190px;
- width: 430px;
- height: 480px;
- overflow: hidden;
- }
- .page {
- height: 480px;
- overflow: auto;
- }
- #nav {
- top: 270px;
- 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: 10pt tahoma;
- color: #293f4a;
- border-width: 1px;
- border-bottom-style: solid;
- border-color: #6f7675;
- letter-spacing: 2px;
- line-height: 18px;
- }
- h2 {
- font: 10pt tahoma;
- color: #d5e6c5;
- text-align: center;
- background-color: #293f4a;
- letter-spacing: 2px;
- line-height: 18px;
- }
- h2:hover {
- font: 10pt tahoma;
- color: #293f4a;
- text-align: center;
- background-color: #d5e6c5;
- letter-spacing: 2px;
- line-height: 18px;
- }
- h3 {
- font: 10pt tahoma;
- color: #cecab9;
- border-width: 1px;
- border-bottom-style: solid;
- border-color: #293f4a;
- letter-spacing: 2px;
- line-height: 18px;
- }
- b {
- color: #677e84;
- font: 10pt tahoma;
- font-weight: bold;
- line-height: 14px;
- }
- i {
- color: #4e7375;
- font: 10pt tahoma;
- font-style: italic;
- line-height: 14px;
- }
- strong {
- color: #3e545b;
- font: 14pt tahoma;
- font-weight: bold;
- line-height: 24px;
- }
- a:link, a:visited, a:active {
- color: #81a399;
- font: 10pt tahoma;
- text-decoration: none;
- }
- a:hover {
- color: #476059;
- font: 10pt tahoma;
- text-decoration: none;
- }
- </style><br><br><br><div id="layout" style="position: relative;">
- <div id="nav" style="position: absolute;">
- <h3>Navigation</h3>
- <a href="#home" class="nav"><h2>Home</h2></a>
- <a href="#week1" class="nav"><h2>Week One</h2></a>
- <a href="#week2" class="nav"><h2>Week Two</h2></a>
- <a href="#week3" class="nav"><h2>Week Three</h2></a>
- <a href="#week4" class="nav"><h2>Week Four</h2></a>
- </div>
- <div id="main" style="position: absolute;">
- <a name="home"></a>
- <div class="page">
- <h1>Header 1</h1>
- <p>
- <b>bold</b> <i>italic</i> <a href="/">link</a>
- </p>
- </div>
- <a name="week1"></a>
- <div class="page">
- <h1>Week 1</h1>
- <p>
- <a href="/neomessages.phtml?type=send&recipient=laneysux&subject=Hospital+Wing+1">neomail Laney</a>
- </p>
- </div>
- <a name="week2"></a>
- <div class="page">
- <h1>Week 2</h1>
- <p>
- -
- </p>
- </div>
- <a name="week3"></a>
- <div class="page">
- <h1>Week 3</h1>
- <p>
- -
- </p>
- </div>
- <a name="week4"></a>
- <div class="page">
- <h1>Week 4</h1>
- <p>
- -
- </p>
- </div>
- <a name="random"></a>
- <div class="page">
- <h1>Hospital Wing Specialty Room</h1>
- <p>
- This is the hidden room for random events.<br><br><a href="/neomessages.phtml?type=send&recipient=slugclubguild&subject=Hospital+Wing">neomail slugclubguild</a>
- </p>
- </div>
- </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement