Advanced search  

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

Pages: [1]   Go Down

Author Topic: Color of Lines  (Read 3694 times)

0 Members and 1 Guest are viewing this topic.

Bonanza

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 39
Color of Lines
« 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
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Color of Lines
« Reply #1 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?
Logged

Bonanza

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 39
Re: Color of Lines
« Reply #2 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
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Color of Lines
« Reply #3 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).
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 20 queries.