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: (Andreas09) bgcolor by category on index  (Read 3474 times)

0 Members and 1 Guest are viewing this topic.

Schryvers

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 30
(Andreas09) bgcolor by category on index
« on: November 14, 2012, 07:43:14 am »

Dont know how to explain myself but i made a example.

Is it possible to set an background color behind "Category" and the Category names?

Like this:

on Schryvers.nl its now normal i want it like the attachment.

The color codes are e6e6e6 for the darkest and f0f0f0 for the lightest.

If it is possible where i need to search? On theme.php? Or is it css? Im using Andreas09

Very thanks, greets Schryvers.
Logged

Jeff Bailey

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1322
  • Fishing relaxes me.
    • Bailey Family Co.
Re: (Andreas09) bgcolor by category on index
« Reply #1 on: November 14, 2012, 07:46:53 am »

In the themes cpg_style.css
Edit
Code: [Select]
.tableh1 {
font-weight: bold;
background: transparent;
font-size: 12px;
color: #2a2a2a;
padding-top: 6px;
padding-right: 10px;
padding-bottom: 6px;
padding-left: 15px;
}
And
Code: [Select]
.tableb, .catrow {
background: transparent;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #2a2a2a;
padding-top: 3px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;
}
Logged
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

Schryvers

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 30
Re: (Andreas09) bgcolor by category on index
« Reply #2 on: November 14, 2012, 08:20:31 am »

It works!

You are the men!
Logged

Jeff Bailey

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1322
  • Fishing relaxes me.
    • Bailey Family Co.
Re: (Andreas09) bgcolor by category on index
« Reply #3 on: November 14, 2012, 09:31:18 pm »

Thank you for resolving your thread.
Logged
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 19 queries.