forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Bonanza on January 03, 2006, 10:16:40 pm

Title: Color of Lines
Post by: Bonanza on January 03, 2006, 10:16:40 pm
How do I change the color of the lines from grey to black (without using #000000 instead of #999999 as background-color in the maintable section in style.css because that breaks the search page layout) in the project_vii template?


Best regards
Bonanza
Title: Re: Color of Lines
Post by: Joachim Müller on January 03, 2006, 10:24:18 pm
why don't you just edit search.php and add some custom css classes to the stuff you want changed, or apply inline styles?
Title: Re: Color of Lines
Post by: Bonanza on January 03, 2006, 10:35:43 pm
Simple to explain: Because I am not a software developer nor am I familiar with php, html etc.  Okay, I know what your answer might be: then do not change anything and use everything out of the box - maybe there is an in-between - thats why I am asking these questions here in this forum. If I would know everything about coppermine which is very new to me then I would not ask these (in your point of view stupid) questions!

B.r.
Bonanza
Title: Re: Color of Lines
Post by: Joachim Müller on January 03, 2006, 10:40:44 pm
edit search.php find <td> and replace with <td style="border:1px solid black">
If you want to change this globally, edit themes/yourtheme/style.css, find
Quote
.maintable
and edit the border attribute there (instead of the background attribute).