Advertisement
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("http://i.imgur.com/HnKh5yJ.png");
- }
- #layout {
- width: 900px;
- height: 700px;
- margin: 0 auto;
- background-image: url("http://i.imgur.com/6FIGVBS.png");
- }
- #main {
- font: 9pt tahoma;
- color: #000000;
- top: 145px;
- left: 165px;
- width: 375px;
- height: 520px;
- overflow: hidden;
- }
- .page {
- height: 520px;
- overflow: auto;
- }
- #navleft {
- top: 175px;
- left: 27px;
- width: 115px;
- height: 500px;
- overflow: hidden;
- text-align: center;
- }
- #navright {
- top: 435px;
- left: 563px;
- width: 290px;
- height: 235px;
- overflow: hidden;
- text-align: center;
- }
- h1 {
- font-family: times;
- font-size: 20px;
- font-weight: normal;
- color: #e5d4c8;
- letter-spacing: 1px;
- line-height: 20px;
- text-align: left;
- padding-left: 15px;
- font-style: italic;
- background: #485ab4;
- border-left: 30px solid #cc9079;
- }
- h2 {
- font: 8pt tahoma;
- color: #ffe0d7;
- text-align: center;
- background-color: #866058;
- letter-spacing: 2px;
- line-height: 16px;
- }
- h2:hover {
- font: 8pt tahoma;
- color: #ffe0d7;
- text-align: center;
- background-color: #2b3e6d;
- letter-spacing: 2px;
- line-height: 16px;
- }
- h3 {
- font: 6pt tahoma;
- color: #ffe0d7;
- text-align: center;
- background-color: #2b3e6d;
- letter-spacing: 2px;
- line-height: 12px;
- }
- h3:hover {
- font: 6pt tahoma;
- color: #ffe0d7;
- text-align: center;
- background-color: #866058;
- letter-spacing: 2px;
- line-height: 12px;
- }
- h4 {
- font-family: verdana;
- font-size: 11px;
- font-weight: normal;
- color: #e5d4c8;
- letter-spacing: 2px;
- text-transform: uppercase;
- line-height: 13px;
- text-align: center;
- background: #485ab4;
- border-right: 80px solid #cc9079;
- border-left: 80px solid #cc9079;
- }
- b {
- color: #485ab4;
- font: 10pt tahoma;
- font-weight: bold;
- line-height: 14px;
- }
- i {
- color: #ba8a7a;
- font: 10pt tahoma;
- font-style: italic;
- line-height: 14px;
- }
- a:link, a:visited, a:active {
- color: #6f78cf;
- font: 10pt tahoma;
- text-decoration: none;
- }
- a:hover {
- color: #ba8a7a;
- font: 10pt tahoma;
- text-decoration: none;
- }
- </style><br><br><br><div id="layout" style="position: relative;">
- <div id="navleft" style="position: absolute;">
- <center>
- <a href="#home"><h2>Home</h2></a>
- <a href="#example"><h2>Example</h2></a>
- </center>
- </div>
- <div id="navright" style="position: absolute;">
- <center>
- <a href="#activity"><h3>Activity</h3></a>
- <a href="#activity"><h3>Activity</h3></a>
- </center>
- </div>
- <div id="main" style="position: absolute;">
- <a name="home"></a>
- <div class="page">
- <h1>Welcome!</h1>
- <b>bold</b> <i>italic</i> <a href="/~slugclubministry">link</a>
- <h4>Header Four</h4>
- </div>
- <a name="example"></a>
- <div class="page">
- <h1>Example</h1>
- -
- </div>
- <a name="activity"></a>
- <div class="page">
- <h1>Activity</h1>
- -
- </div>
- </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement