Schwarze Schrift Schwarze Schrift
 

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

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.