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 'wirkt' nicht (https://www.gegen-bilderklau.net/thread.php?threadid=11084)


Geschrieben von Startpost-Retter am 25.04.2005 um 17:03:

  CSS 'wirkt' nicht

Ja... meine externe Datei 'wirkt' irgendwie nicht... ich bin auch nicht ganz sicher, wie eine solche Datei beginnen muss... wie muss sie den beginnen? Mit nem Style-Tag nit... sonst wär's ja doppelt, mit <!-- nit... ka warum... wurde mir verklickert... ohne irgentwas?



Geschrieben von *Kathrin* am 25.04.2005 um 17:24:

 

Hast du dir mal das Tutorial zu diesem Thema durchgelesen?



Geschrieben von Delilah am 25.04.2005 um 17:33:

 

Poste am Besten mal den Code von der ganzen HTML-Seite rein, auf der die CSS-Datei eingebunden werden soll.
Normalerweise wie im Tutorial beschrieben:

<link rel="stylesheet" href="style.css">

Falls das identisch ist, scheinst du bei der CSS-Datei einen Fehler gemacht zu haben, in diesem Fall nützt wohl das Posten dieses Codes mehr ;-)



Geschrieben von Delilah am 25.04.2005 um 17:52:

 

Überarbeitung:

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:
body {
font-family: Tahoma, Verdana, Gautami;
font-size: 7pt;
color: black;
text-align: center;
background-color: white;
filter:chroma(color: white);
scrollbar-face-color: white;
scrollbar-track-color: white;
scrollbar-arrow-color: black;
scrollbar-base-color: white;
scrollbar-shadow-color : black;
scrollbar-3dlight-color: white;
scrollbar-darkschadow-color: white;
scrollbar-highlight-color: black;
cursor: crosshair;
}

div  {
font-family: Tahoma, Verdana, Gautami;
font-size: 1;
color: black;
text-align: center
}
td   {font-family: Tahoma, Verdana, Gautami; font-size: 1; color: black; text-align: center}
table {font-family: Tahoma, Verdana, Gautami; font-size: 1; color: black; text-align: center; border-width: 1px;}

A:link    {color: black; text-decoration:none; CURSOR: crosshair; text-align: center}
A:visited {color: black; text-decoration:none; CURSOR: crosshair; text-align: center}
A:active  {color: black; text-decoration:none; CURSOR: crosshair; text-align: center}
A:hover   {color: black; CURSOR: crosshair; text-align: center}




textarea  {color: white;
          font-family: Tahoma, Verdana, Gautami; font-size: 7pt; text-align: center;
          text-decoration: none; border-color: black;
          border-width: 1px; }


Größe der Schrift musst du evtl. überarbeiten, 1pt war nun wirklich unlesbar, hab ich auf 7pt erhöht;-)


Forensoftware: Burning Board, entwickelt von WoltLab GmbH