Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Color of Lines  (Read 3685 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 19 queries.