I don't know what it's called, so I can't find it!

polperro

Joined: 2003-06-11
Posts: 8
Posted: Thu, 2007-05-03 17:47

The following information is required to get an answer:
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful): http://www.fraddamalpacas.co.uk/peru/Peru
Gallery version: 1.5.6
Apache version:
PHP version (don't just say PHP 4, please):
Graphics Toolkit: Image Magick
Operating system:
Web browser/version (if applicable):

Hi.
Hope someone can help.
I want to change the background colour of the box at the top of an album that contains the text "39 images on 5 pages" and also has the slideshow & login links in it. But I don't know what the box is called, so I can't find it!
Where & how do I change the colour?
Thanks for reading this.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2007-05-03 20:47

Edit screen.css:

#adminbox td {
    font-size: 10px; font-weight: bold;
    background-color: #3A3C6E;
    padding-left:2px; padding-right:2px;
    padding-top:1px; padding-bottom:1px;
}

I have found 2 tools that are invaluable the firefox browser and the web development tool that allows you to Make live edits to the CSS of a web page..
Once you have them both installed....
select edit css and under the 'information' dropdown check display ID & class details.
Edit your CSS and you will see the results. Once you have this the way you want, upload your edited css to the server.

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
polperro

Joined: 2003-06-11
Posts: 8
Posted: Thu, 2007-05-03 21:12

Thank you very much for pointing me in the right direction - it looks so much better now.

And thanks also for the info about the Firefox add-on. I already use Firefox, but hadn't come across that add-on before. It looks very useful.

Cheers.