Colours on SMF

Started by dilaca, March 15, 2004, 08:08:25 PM

Previous topic - Next topic

dilaca

Hi,

My yabbse has been upgraded to SMF but the board colours are different.

The below alternating colours were contrasting black and grey on my yabbse but are showing as black and very very dark grey on the new SMF so you can hardly see any contrast.

How do I get the contrast back?

Thanks.

/* YaBB alternating bgcolors */
.windowbg     { background-color: #dimgray; font-size: 11px; font-family:
Verdana; color: #FFFFFF; }
.windowbg2    { background-color: #444444; font-size: 11px; font-family:
Verdana; color: #FFFFFF; }
.windowbg3    { background-color: #dimgray; font-size: 11px; font-family:
Verdana; color: #FFFFFF; }


[Unknown]

It should be "dimgray" not "#dimgray"...

-[Unknown]

dilaca

Thanks unknown. Does the # being removed only apply to dim grey or to all colours in the template.

(Sorry for the ingnorance, but with each kind reply I learn a bit more  :) )


[Unknown]

Well, colors like "red" and "green" and "dimgray" shouldn't have # before them.  Colors like "#000000" and "#FF0000" should.

-[Unknown]

dilaca


Advertisement: