Customization has changed

Posted by Greven on Tue 06 Dec 2005 04:23 PM — 13 posts, 52,816 views.

Canada #0
I have set up my user profile for this website to display it much differently than the default. Mine was mostly black, with white text. However, since yesterday ( I assume since the validation has begun ) the colors are different. Mostly the main background of the page. See here for an example of what I mean:

http://www.darkwarriors.net/colors.jpg
Australia Forum Administrator #1
That particular jpg seems to show a black background.

Anyway, you are right, the fixing up of the HTML tags had a bit of side-effect with the background colour. It should be OK now.
Canada #2
Sorry, I meant the entire background, not just the background of the table cells. But yes, the background is working great. Only thing I've seen now is that the background for quotes is not being affected, and is showing the pinky/whitey/orangy background color.
Amended on Tue 06 Dec 2005 08:04 PM by Greven
Australia Forum Administrator #3
I thought I had removed that different colour for the quotes. Is it still doing it?
USA #4
Looks fine to me. Although the background looks odd now? Or is it just me? It's plain white. Is that normal? I always thought it was a light yellow.
Australia Forum Administrator #5
I think I inadvertently changed it slightly. It is now #F5F5F5 which I think is a slightly darker colour.
USA #6
It's looking better, at least it's closer to the old color scheme, but the new scheme isn't bad.
Australia Forum Administrator #7
The cool thing is that if you go here:

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.gammon.com.au%2Fforum%2F%3Fbbsubject_id%3D6141%26page%3D1

It says:

Quote:

The document located at <http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=6141&page=1>; was checked and found to be valid HTML 4.01 Transitional. This means that the resource in question identified itself as "HTML 4.01 Transitional" and that we successfully performed a formal validation using an SGML or XML Parser (depending on the markup language used).


Well, it does today anyway. :)
Amended on Wed 07 Dec 2005 02:04 AM by Nick Gammon
USA #8
The only element I notice missing is the background graphic that gave the page that speckled look. Easy enough to fix in the CSS body tag, just add a directive like so specifying the proper graphic:

background-image: url(./images/linesbg.gif);
Australia Forum Administrator #9
OK, fixed that, thanks. :)
Canada #10
Dunno what happened, but that speckled background has over-ridden the user preferences again, so for example I'm see the speckes surrounding the black-backgrounded table containing the reply text box and such, where the speckles should be a solid black color.
Australia Forum Administrator #11
I have changed it so if you specify a custom body colour, it sets the background image to "none". That seems to fix it.
Canada #12
Sure does, Thanks!