coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: Mysmasken on February 15, 2004, 11:08:49 AM

Title: Two style questions
Post by: Mysmasken on February 15, 2004, 11:08:49 AM
Hi! If I want a picture as background instead of a color, how do I change the style.css?

It looks life this now:

.tableh1 {
        background : #0E72A4 ;
        color : #FFFFFF;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh1_compact {
        background : #0E72A4 ;
        color : #FFFFFF;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;


And I want it to be pic3.gif instead of #0E72A4




Also I can't find where to change the meny color. The one where it says "Album", "Log in", FAQ, Profile etc.

It remains blue whatever I do =/

Thanks for a super galleri!
Title: Two style questions
Post by: Casper on February 15, 2004, 11:40:32 AM
To use an image as the background, put the image in the themes/yourtheme/images folder, and change the css to this;

 background-image: url(images/your_image_name.gif);

To change the colour of the menu, change this;

.topmenu a {
        color : #0033CC;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #0033CC;
        text-decoration : underline;
Title: Two style questions
Post by: Mysmasken on February 15, 2004, 12:11:14 PM
Thanks a lot!
Problems are solved! :D