Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Schwarze Schrift  (Read 3799 times)

0 Members and 1 Guest are viewing this topic.

KingJay

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Schwarze Schrift
« on: February 11, 2006, 04:14:17 pm »

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/
« Last Edit: February 16, 2006, 01:52:44 pm by fwe77 »
Logged

fwe77

  • Moderator
  • Coppermine frequent poster
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 240
Re: Schwarze Schrift
« Reply #1 on: February 11, 2006, 06:28:21 pm »

Hi KingJay,

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

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

und tausche sie damit aus:

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

Gruß. Frank.
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 20 queries.