Schwarze Schrift Schwarze Schrift
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.