It's good that you changed the prosilver style to have a forum border with rounded corners, leaving you to now be little more creative working on styling the page body background behind it. But I've noticed both smiley and Who Online (IP checking) pop-up boxes are making things difficult. Reason being, both pop-up boxes are only small in height and use same background class as forum.
Code: Select all
html, body {
color: #536482;
background-color: #F5F7FA;
}
If I wanted to add an image for body background. Using something like this:
Code: Select all
html, body {
color: #536482;
background: #F5F7FA url("./images/bg_body.gif") repeat-x;
}
And lets say the image used puts a blue border along top of forum page (body background) that's 1px X 250px in height. That blue border would fill the whole background for those small pop-up boxes because they ain't 250px in height. Well one isn't, while the other it would still fill most of the pop-up box with it now having a blue background. Whereas the forum would show that blue as a top border on page body.
Making it worse, you have the title text for those pop-up boxes (at the top) displayed on body background as (dark text). So even that can hardly been read with a blue (or any dark) background behind it.
As you can see here (taken from my site). I have had to "on purpose" use a light background image that doesn't add a border effect to suit the smiley box
- www.jpg (76.42 KiB) Viewed 976 times
Now look what happens if I put a top background page border
- ddd.jpg (73.82 KiB) Viewed 973 times