PDA

View Full Version : bgclass question


Boofo
04-28-2006, 07:09 AM
Where is the bgclass defined in a skin? I couldn't find it. In the default skin it shows as a grey like color but in my custom skin it shows white. Where and how do I set it up for the custom skin?

DrewM
04-28-2006, 09:47 AM
I think it's in the variable $onload

Boofo
04-28-2006, 10:12 AM
I think it's in the variable $onload

Where do you set it at?

DrewM
04-28-2006, 10:59 PM
couln't use the css editor?

Boofo
04-28-2006, 11:11 PM
couln't use the css editor?

I didn't find bgclass anywhere in the CSS settings. Where would it be?

Adrian Schneider
04-29-2006, 12:39 AM
I didn't find bgclass anywhere in the CSS settings. Where would it be?
Are you talking about in the UserCP?

Code Monkey
04-29-2006, 01:53 AM
Isn't it just in the body section of the main css for a style? That would be the the top selection box.

Boofo
04-29-2006, 03:05 AM
I didn't see it anywhere. Could someone point it out to me? ;)

Code Monkey
04-29-2006, 05:28 AM
Looks like it's $css[body][background] to me.

Boofo
04-29-2006, 05:41 AM
Looks like it's $css[body][background] to me.

Well, it turns out it is the table border background color. I tried the body background color and it wasn't the same color. I finally narrowed it down by using Pixie, a little program that will tell you what the color codes are for any color the mouse is on. Don't know why I didn't think of trying that before. Duh on me. ;)

Thanks for leading me in the right direction, though. ;)