Quick Question (I think!) Quick Question (I think!)
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Quick Question (I think!)

Started by mel930, August 12, 2007, 05:07:57 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mel930

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

Joachim Müller


mel930

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. 

Nibbler


mel930

http://chicagofans.org/gallery

Thanks in advance for any assistance that you might give!

mel930

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!

Nibbler

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.

mel930

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!

Joachim Müller

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.