Color of Lines Color of Lines
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Color of Lines

Started by Bonanza, January 03, 2006, 10:16:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bonanza

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

Joachim Müller

why don't you just edit search.php and add some custom css classes to the stuff you want changed, or apply inline styles?

Bonanza

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

Joachim Müller

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).