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/gTZc85z.png");
- }
- #layout {
- width: 800px;
- height: 650px;
- margin: 0 auto;
- background-image: url("http://i.imgur.com/UV3mBeM.png");
- }
- #main {
- font: 10pt tahoma;
- color: #000000;
- top: 190px;
- left: 25px;
- width: 750px;
- height: 270px;
- overflow: auto;
- }
- b {
- color: #a96d4a;
- font: 10pt tahoma;
- font-weight: bold;
- line-height: 14px;
- }
- i {
- color: #68221d;
- font: 10pt tahoma;
- font-style: italic;
- line-height: 14px;
- }
- a:link, a:visited, a:active {
- color: #406724;
- font: 10pt tahoma;
- text-decoration: none;
- }
- a:hover {
- color: #a96d4a;
- 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