Schwarze Schrift Schwarze Schrift
 

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

Schwarze Schrift

Started by KingJay, February 11, 2006, 04:14:17 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

KingJay

Hallo, ich habe mal wieder ein Problem. In der css sind alle schriften auf weiß eingestellt, aber in der galerie sind die kommentare etc. schwarz und nur schwer lesbar. Wo kann ich das verändern? Link: http://atzenboard.at.funpic.de/cpg143/

fwe77

Hi KingJay,

versuche es mal in der CSS Datei. Suche mal nach folgender Zeilen:

.thumb_title {
    font-weight : bold;
    font-size : 80%;
    padding : 2px;
    display : block;


und tausche sie damit aus:

.thumb_title {
    font-weight : bold;
    color:#ffffff;
    font-size : 80%;
    padding : 2px;
    display : block;


Gruß. Frank.