kamilk
Administrator
Dołączył: 13 Lut 2008
Posty: 1316
Przeczytał: 0 tematów
Pomógł: 61 razy Ostrzeżeń: 0/5
Płeć:
|
Wysłany: Sob 9:36, 07 Sie 2010 Temat postu: |
|
|
Problem chyba wynika z intencji twórcy stylu. Można użyć zewnętrznego stylu CSS (na podstawie pliku http://picsrv.fora.pl/phore/phore.css) zmieniając:
Kod: |
/* Header cells - the blue and silver gradient backgrounds */
th, th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
color: transparent;
font-size: 11px;
font-weight: bold;
background-color: #A6C123;
white-space: nowrap;
padding: 0 5px;
text-align: center;
height: 26px;
}
|
na:
Kod: |
/* Header cells - the blue and silver gradient backgrounds */
th, th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
color: #000;
font-size: 11px;
font-weight: bold;
background-color: #A6C123;
white-space: nowrap;
padding: 0 5px;
text-align: center;
height: 26px;
}
|
Czyli chodzi o atrybut color (kolor tekstu)
Post został pochwalony 0 razy
|
|