coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Raiden ninja on May 11, 2008, 04:46:29 PM

Title: [Solved]: Problem with the gallery in a page of a site
Post by: Raiden ninja on May 11, 2008, 04:46:29 PM
Hi everyone,
im new in the forum, i have a problem with a site... i have imposted a section of the site for the photogallery using coppermine,
the page is imposted like: witch a iframe show the photogallery in the page... but i have a problem... i setted the backgrounds for the page to white (like the site backgroud) but when i see the page i see a grey background....

... now i wanna know... how i can change the background for the site in this page/section? ???

ThX 4 the help  ;)
Title: Re: Problem with the gallery in a page of a site
Post by: Joachim Müller on May 11, 2008, 08:17:48 PM
We're not mind readers, so you better post a link...
Title: Re: Problem with the gallery in a page of a site
Post by: Raiden ninja on May 12, 2008, 10:34:54 PM
Quote from: Joachim Müller on May 11, 2008, 08:17:48 PM
We're not mind readers, so you better post a link...
Ok, the home page link is: http://www.hollywood-club.it/joomla1.5/ (http://www.hollywood-club.it/joomla1.5/)
then, click on "Photogallery" in the menu at the left, you will see the change, the background of the page is grey instead of white... the page is imposted like this: the site is structurated with joomla, in that section is used a wrapper for show the coppermina gallery maded by mehdi

i hope i show my problem in the right way... thx for the help  ;) (sorry for the english error im not english  :-\)
Title: Re: Problem with the gallery in a page of a site
Post by: steveeh131047 on May 12, 2008, 11:02:48 PM
Try editing this CSS file:

http://www.hollywood-club.it/coppermine2/themes/classic/style.css

Change the third line from:

body {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background : #CCCCCC;
        color : Black;
        margin: 0px;
}


to:

body {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background : #ffffff;
        color : Black;
        margin: 0px;
}


Title: Re: Problem with the gallery in a page of a site
Post by: Raiden ninja on May 12, 2008, 11:29:10 PM
Quote from: steveeh131047 on May 12, 2008, 11:02:48 PM
Try editing this CSS file:

http://www.hollywood-club.it/coppermine2/themes/classic/style.css

Change the third line from:

body {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background : #CCCCCC;
        color : Black;
        margin: 0px;
}


to:

body {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background : #ffffff;
        color : Black;
        margin: 0px;
}



Thanks so much... problem resolved  :o  ;)