[Xtreme theme] Full size window

mi_654

Joined: 2008-08-29
Posts: 1
Posted: Fri, 2008-08-29 13:24

Hi all.

I've searched a lot, but haven't found an answer to my problem :-( So' I'll be glad, if you could help me.

I'm using Xtreme theme by Pedro and there's a small thing I'd like to change. Everything works ok, with no problems. However I'd like to have another FULL SIZE window background (a pop-up window with full size image). I've found by myself, that it could be changed by typing a proper color code in 2 lines in theme.css file:

Quote:
#gallery {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 62.5%;
color: #333;
background-color: #fff;
}

body.gallery {
background-color: #fff;
}

But when I change the color to e.g. #222, the whole Gallery2 background also changes. This is obviously because of changing parameters in gallery body section. I'll be happy, if you could help me changing only the FULL SIZE window background. How about adding a class in the css file related somewhere in the theme.js file?

Thanks,
Michael