(Andreas09) bgcolor by category on index (Andreas09) bgcolor by category on index
 

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]

Main Menu

(Andreas09) bgcolor by category on index

Started by Schryvers, November 14, 2012, 07:43:14 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Schryvers

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.

Jeff Bailey

In the themes cpg_style.css
Edit

.tableh1 {
font-weight: bold;
background: transparent;
font-size: 12px;
color: #2a2a2a;
padding-top: 6px;
padding-right: 10px;
padding-bottom: 6px;
padding-left: 15px;
}

And

.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;
}
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

Schryvers


Jeff Bailey

Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford