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/v6iCQUy.png");
- }
- #layout {
- width: 800px;
- height: 600px;
- margin: 0 auto;
- background-image: url("http://i.imgur.com/NsQocAh.png");
- }
- #main {
- font: 10pt tahoma;
- color: #000000;
- top: 190px;
- left: 130px;
- width: 545px;
- height: 360px;
- overflow: hidden;
- }
- .page {
- height: 360px;
- overflow: auto;
- }
- .table {
- display: inline;
- text-align: left;
- }
- td {
- padding: 10px;
- }
- b {
- color: #87a789;
- font: 10pt tahoma;
- font-weight: bold;
- line-height: 14px;
- }
- i {
- color: #606060;
- font: 10pt tahoma;
- font-style: italic;
- line-height: 14px;
- }
- a:link, a:visited, a:active {
- color: #829db4;
- font: 10pt tahoma;
- text-decoration: none;
- }
- a:hover {
- color: #606060;
- font: 10pt tahoma;
- text-decoration: none;
- }
- </style><br><br><br><div id="layout" style="position: relative;">
- <div id="main" style="position: absolute;">
- <a name="home"></a>
- <div class="page">
- <b>This is bold.</b> <i>This is italics.</i> <a href="/~ezulla">This is a link</a>
- </div>
- </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement