forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: cynikalsam on October 28, 2004, 01:57:36 am

Title: Button color in CSS?
Post by: cynikalsam on October 28, 2004, 01:57:36 am
Im modifying the colors on my galllery, and i was wondering where in the CSS would i modify the button color? Im referring to the "continue" button at the bottom of the image upload screen, as well as all similar buttons (they are all the same).

I'd also like to know where to change the color of the "Powered By Coppermine etc.." at the bottom. Its too dark to see.

And last, in the user gallery section, it says "This category contains albums that belong to Coppermine users.." and i'd like to change it to "This category contains albums that belong to cynikalsam.com users.

Thanks :)

Title: Re: Button color in CSS?
Post by: Joachim Müller on October 28, 2004, 05:38:18 am
we have a "one question per thread" policy on this board - in the future, please respect this policy.
If you do a right-click, "view source code" on a coppermine html output, you can easily find out what css class is responsible for what you're asking: the buttons are controlled by the class "button" (surprise, surprise ;)), the "Powered  by Coppermine" tag is controlled by the class "footer" (on a sidenote: you mustn't obstruct it's visibility!). To find out what area of the screen is controlled by what css class, take a look at the theme styleguide that comes with the coppermine package and is available at the demo (http://coppermine.sourceforge.net/demo/index.php?theme=styleguide) as well.
You can change the user gallery name the similar way you can change all other category names: click on "categories" in the admin menu, then click the edit icon next to "user galleries" and change it to what you like.
All you're asking for is both covered in the documentation that comes with coppermine (in the docs folder) and available online, using the link that says "documentation (http://coppermine.sourceforge.net/manual.php)" at the top of this screen. Those questions have been posted before as well, that's why you should search the board before posting.

Joachim
Title: Re: Button color in CSS?
Post by: cynikalsam on October 28, 2004, 06:16:11 am
Thanks for the reply :)