Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [CSS] Warum Schrift schwarz? (CSS) (https://www.gegen-bilderklau.net/thread.php?threadid=129665)


Geschrieben von +Debbie+ am 04.03.2008 um 15:53:

  Warum Schrift schwarz? (CSS)

wenn ich als Schriftfarbe #FFFFFF oder #ffffff angebe wird die schrift schwarz. auch wenn ich #F8F8FF angebe wird es schwarz.

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
body {
font-color: #F8F8FF;
font-family: Verdana; 
font-size: 8pt ;
text-align: center;
background-attachment: scroll;
scrollbar-3dlight-color: #B0B8AB;
scrollbar-arrow-color: #7A0404;
scrollbar-darkshadow-color: #B0B8AB;
scrollbar-face-color: #B0B8AB;
scrollbar-highlight-color: #B0B8AB;
scrollbar-shadow-color: #B0B8AB;
scrollbar-track-color: #B0B8AB;
}

table {
font-color: #F8F8FF;
font-family: Verdana;
font-size: 8pt;
text-align: center;
border: 1px dotted; 
border-color: #F8F8FF;
}

.zeileblue {
background-color: #9EA539;
}

A:link {color : #F8F8FF; text-decoration: none; }
A:visited {color : #F8F8FF; text-decoration: none; }
A:hover {color : #F8F8FF; TEXT-DECORATION: none; position:relative; top:2px; left:2px;}
A:active {color : #F8F8FF; text-decoration: none; }



Geschrieben von Medic Droid am 04.03.2008 um 17:36:

  RE: Warum Schrift schwarz? (CSS)

Zitat:
Original von +Debbie+
code:
1:
2:
3:
color: #F8F8FF;


probiers mal nur mit color



Geschrieben von +Debbie+ am 04.03.2008 um 22:05:

  RE: Warum Schrift schwarz? (CSS)

jetzt geht es, danke smile


Forensoftware: Burning Board, entwickelt von WoltLab GmbH