forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: Valk on October 26, 2011, 09:42:35 pm

Title: 2 Theme Questions
Post by: Valk on October 26, 2011, 09:42:35 pm
I installed a theme called "Acidtech" and modified it to my likings.  My site can be seen here: http://www.pikplop.com/ (http://www.pikplop.com/) (might be some nudity).
Heres my 2 quick questions:

1)  There is a small red border around the thumbnails, any idea how I can change or remove it?  I've looked everywhere.

2)  Being that I modified a theme someone already spent a huge amount of time making, is it ok to share here with others giving the original author full credit?  They asked for noone to edit their theme.php and I didn't change anything.

Thank you for any help, I'm abit new at all this.
Title: Re: 2 Theme Questions
Post by: Αndré on October 27, 2011, 10:14:52 am
1)  There is a small red border around the thumbnails, any idea how I can change or remove it?  I've looked everywhere.

Open the theme's style.css file and adjust
Code: [Select]
a:link .image{
border-color: #900;
border-style: solid;
border-width: 1px;
margin: 2px;
}



2)  Being that I modified a theme someone already spent a huge amount of time making, is it ok to share here with others giving the original author full credit?  They asked for noone to edit their theme.php and I didn't change anything.

Feel free to contribute a modified theme. Just give it a meaningful name (have a look at the demo how others named theme variations, e.g. all curve theme contributions).
Title: Re: 2 Theme Questions
Post by: Valk on October 28, 2011, 03:10:41 am
Excellent!  Thank you so much.  I'll get the theme sorted out and post it to share.