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 wird die Schrift trotz CSS nicht weiß? (https://www.gegen-bilderklau.net/thread.php?threadid=93826)


Geschrieben von loona12 am 06.01.2007 um 20:07:

  Warum wird die Schrift trotz CSS nicht weiß?

Hey fröhlich
Ich dachte mit CSS würde alles einfacher gehen, einfach Farbcode umändern und dann erscheint das ganze in der gewünschten farbe. Nix da...
Weiß nicht woran es liegt, vll. könnt ihr mir ja mal helfen... wäre lüb:
http://gestuett.ge.funpic.de/winter.htm die Schrift soll in weiß erscheinen!

CSS-Code:

A:link { color: #ffffff; text-decoration: none; }

A:visited { color: #444a52; text-decoration: none; }

A:hover { color: #ffffff; text-decoration: none; }

A:active { color: #444a52; text-decoration: none; }

body { background-color= #cfd2d7; }

textarea { background-color:transparent;
font-size: 8pt;
font-family : verdana;
}

font-color= #ffffff; font-family= verdana; font-size= 8pt;

.table {
font-size: 8pt;
font-family : verdana;
text-align: center;
color : #ffffff;
background: hg.jpg
border-collapse: collapse;
bordercolor: #ced4dc;
border: 1px solid #ced4dc;
}

body { scrollbar-face-color: #cfd2d7;

scrollbar-highlight-color: #cfd2d7;

scrollbar-3dlight-color: #444a52;

scrollbar-darkshadow-color: #444a52;

scrollbar-shadow-color: #444a52;

scrollbar-arrow-color: #444a52;

scrollbar-track-color: #cfd2d7; }



Geschrieben von Pawie am 06.01.2007 um 20:13:

 

Mh, das ist ja auch etwas ziemlich Komisches, was du da als CSS bezeichnest. x] (Nicht böse gemeint.) Ändere den Code in:

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:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
A:link {
color: #ffffff;
text-decoration: none;
}

A:visited {
color: #444a52;
text-decoration: none;
}

A:hover {
color: #ffffff;
text-decoration: none;
}

A:active {
color: #444a52;
text-decoration: none;
}

body {
background-color: #cfd2d7;
color: #ffffff;
font-family: verdana;
font-size: 8pt;
}

textarea {
background-color:transparent;
font-size: 8pt;
font-family : verdana;
}

.table {
font-size: 8pt;
font-family : verdana;
text-align: center;
color : #ffffff;
background: hg.jpg
border-collapse: collapse;
bordercolor: #ced4dc;
border: 1px solid #ced4dc;
}

body {
scrollbar-face-color: #cfd2d7;
scrollbar-highlight-color: #cfd2d7;
scrollbar-3dlight-color: #444a52;
scrollbar-darkshadow-color: #444a52;
scrollbar-shadow-color: #444a52;
scrollbar-arrow-color: #444a52;
scrollbar-track-color: #cfd2d7;
}

Müsste so gehen. Falls nicht, frag' einfach, stehe gerne zur Verfügung x3



Geschrieben von loona12 am 06.01.2007 um 20:29:

 

Hui danke, danke, danke fröhlich Und noch so schnell xD merci beaucoup!
Aber hab direkt noch ne Frage.
Ich möchte die Links natürlich jetzt auch weiß haben, also alles um geändert doch wieder tut sich nichts, selbiges mit dem tabellenhg, obwohl ich ihn schon dreimal hochgeladen hab, auch mal die datei komplett gelöscht und dann wieder hochgeladen hab. Auf meiner Festplatte ist das geänderte Bild... komisch o.O
mein cssstyle code geändert:
A:link {
color: #ffffff;
text-decoration: none;
}

A:visited {
color: #ffffff;
text-decoration: none;
}

A:hover {
color: #ffffff;
text-decoration: none;
}

A:active {
color: #ffffff;
text-decoration: none;
}

body {
background-color: #cfd2d7;
color: #ffffff;
font-family: verdana;
font-size: 8pt;
}

textarea {
background-color:transparent;
font-size: 8pt;
font-family : verdana;
}

.table {
font-size: 8pt;
font-family : verdana;
text-align: center;
color : #ffffff;
background: hg.jpg
border-collapse: collapse;
bordercolor: #ced4dc;
border: 1px solid #ced4dc;
}

body {
scrollbar-face-color: #cfd2d7;
scrollbar-highlight-color: #cfd2d7;
scrollbar-3dlight-color: #444a52;
scrollbar-darkshadow-color: #444a52;
scrollbar-shadow-color: #444a52;
scrollbar-arrow-color: #444a52;
scrollbar-track-color: #cfd2d7;
}



Geschrieben von Pawie am 06.01.2007 um 20:36:

 

Ähm, also mit den Links weiß ich nicht, das müsste eigentlich so stimmen. Aber für den Tabellen-BG: Füg' mal nach dem hg.jpg noch einen Strichpunkt (Augenzwinkern ein. Vll. liegt's daran. ^o^



Geschrieben von Kopflos am 06.01.2007 um 20:45:

 

Das liegt daran, dass du im Menü angegeben hast, dass die Farbe schwarz sein soll. Wenn du das rausnimmst funktioniert auch alles.

lg, almanya


Forensoftware: Burning Board, entwickelt von WoltLab GmbH