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/2cugQFv.png");
- }
- #layout {
- width: 800px;
- height: 588px;
- margin: 0 auto;
- background-image: url("http://i.imgur.com/Nt0r3Gt.png");
- }
- #main {
- font: 10pt tahoma;
- color: #000000;
- top: 140px;
- left: 50px;
- width: 690px;
- height: 410px;
- overflow: auto;
- }
- b {
- color: #8cadbd;
- font: 10pt tahoma;
- font-weight: bold;
- line-height: 14px;
- }
- i {
- color: #b7977b;
- font: 10pt tahoma;
- font-style: italic;
- line-height: 14px;
- }
- a:link, a:visited, a:active {
- color: #d9ab84;
- font: 10pt tahoma;
- text-decoration: none;
- }
- a:hover {
- color: #8cadbd;
- font: 10pt tahoma;
- text-decoration: none;
- }
- </style><br><br><br><div id="layout" style="position: relative;">
- <div id="main" style="position: absolute;">
- <p>
- text goes here <b>this is bold</b> <i>this is italic</i> <a href="/~slugclubministry">this is a link</a>
- </p>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement