forum.coppermine-gallery.net
Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Singular on October 12, 2007, 04:27:32 am
-
Hello all,
In addition to css, what files need to be modified to change the look of the pagination links at the bottom of the gallery?
thanks,
Joe
-
Depends on what you want to accomplish.
-
Not a mind reader but i guess he wants to change the <- 1,2,3,4 -> pagination on the thumbnail page of a album ?
-
Yes, you are correct. I changed the css associated with it some of the other areas of the gallery that have tables were changed. I believe this is the correct style to modify.
.navmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 100%;
font-weight: bold;
border-style: none;
}
.navmenu a {
position: relative;
display: block;
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;
text-decoration: none;
color: #FFFF99;
}
.navmenu a:hover {
background : #000000 ;
text-decoration: underline;
color: #ffff99;
}
So I want to possibly add another style so that I could use that instead of modifying the style for table_b. That being said, I would like to know the file to modify to be able to assign that new style to the links instead of the current.
thanks for the replies,
Joe
-
Post a link to your gallery for a start.
-
Post a link to your gallery for a start.
Here you are: http://asingularcreation.com/Gallery/
-
Update first, you are running <!--Coppermine Photo Gallery 1.4.11 (stable)--> while 1.4.13 is the latest stable version.
-
Update first, you are running <!--Coppermine Photo Gallery 1.4.11 (stable)--> while 1.4.13 is the latest stable version.
Thanks. I definitely have to get around to that. Upgrading Coppermine is a bit different than phpBB. In phpBB, all you have to do is install the upgrade, regardless of whether or not you have and mods. In Coppermine, you can't do that, because it will override the mods you have made. So I have to have my phpBB modder do it for me and he is still looking over the differences.