coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: mel930 on August 12, 2007, 05:07:57 AM

Title: Quick Question (I think!)
Post by: mel930 on August 12, 2007, 05:07:57 AM
I have managed to edit the theme that I am using to match the web site and the phpbb forum accompanying it. But one thing has me stumped!

On the "Album" page where you see the text about the number of files uploaded or no images in the folder, what file to I access to change the color of the font from black to something else?  Because of the colors that I use, the black doesn't show up.  I am using the sub silver theme, with every image and color edited, if that helps. 

Thanks in advance!

mel
Title: Re: Quick Question (I think!)
Post by: Joachim Müller on August 12, 2007, 08:50:14 AM
http://forum.coppermine-gallery.net/index.php?topic=24056.msg123520#msg123520

Use better subjects for your threads in the future.
Title: Re: Quick Question (I think!)
Post by: mel930 on August 12, 2007, 06:24:37 PM
Thanks but that didn't help.  I'm just trying to change the font color for the General Settings for the albums and I can't seem to find what to edit.  It doesn't seem to be the style.css.

Sorry for the title........will do better next time. 
Title: Re: Quick Question (I think!)
Post by: Nibbler on August 12, 2007, 08:47:41 PM
Post a link to your gallery.
Title: Re: Quick Question (I think!)
Post by: mel930 on August 12, 2007, 10:32:13 PM
http://chicagofans.org/gallery

Thanks in advance for any assistance that you might give!
Title: Re: Quick Question (I think!)
Post by: mel930 on August 13, 2007, 12:01:52 AM
I just noticed this also........on the "view thumnails" main page, the page numbers are orange when you click on them......how do I change this?

In my style.css, there are no colors with the code for either black or orange so that is how I know that other files need to be edited.  When I changed the phpBB forum, I had to edit many files to achieve the correct colors for everything.

Thanks in advance!
Title: Re: Quick Question (I think!)
Post by: Nibbler on August 13, 2007, 12:12:11 AM
Use something like the web developer extension for firefox so you can see what css is used for what.

http://forum.coppermine-gallery.net/index.php?topic=31423.0

The page numbers you mention are controlled here


.navmenu a:hover {
    background-color: #6A4C7E;
    text-decoration: none;
color: #DD6900;
}


#DD6900 looks orange to me.

The album stats are controlled by the album_stat class. The album description does not have a class of its own, so try to find an appropriate selector for it or modify the theme.
Title: Re: Quick Question (I think!)
Post by: mel930 on August 13, 2007, 01:11:11 AM
Quote from: Nibbler on August 13, 2007, 12:12:11 AM
The album stats are controlled by the album_stat class. The album description does not have a class of its own, so try to find an appropriate selector for it or modify the theme.

I really do appreciate your help and I found and got rid of the orange.

I have gone through so many files and can't find anything that refers to the black text for the album general settings.  Surely someone knows what file needs to be edited?  It is a quick and simple edit if you know the file. 

Where would I find the album_stat class?

Thanks for the link to the resources but I would have no idea how to use them

Thanks again!
Title: Re: Quick Question (I think!)
Post by: Joachim Müller on August 13, 2007, 08:40:59 AM
Quote from: mel930 on August 13, 2007, 01:11:11 AM
Where would I find the album_stat class?
In your stylesheet, along with all other CSS classes.
Marking thread as "solved". In the future, respect the "one question per thread" policy that you agreed to respect when signing up. Also use a better thread subject in the future.