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: (Andreas09) bgcolor by category on index  (Read 3471 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.018 seconds with 20 queries.