Beispiel einer fertigen Stylessheetdatei

Nur so als Beispiel. Damit du eine Vorstellung hast.

body {
scrollbar-face-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#000000;
}


body      {
background-color:#000000;
text-decoration:none;
font-weight:normal;
font-family:Tahoma, Verdana, Arial;
font-size:8pt;
color:#FFFFFF;
}

a:link    {
text-decoration:none;
font-weight:none;
font-family:Tahoma, Verdana, Arial;
font-size:8pt;
color:#808080;
cursor:default;
}

a:visited {
text-decoration:none;
font-weight:none;
font-family:Tahoma, Verdana, Arial;
font-size:8pt;
color:#FFFFFF;
cursor:default;
}

a:hover  {
text-decoration:overline underline;
font-weight:normal;
font-family:Tahoma, Verdana, Arial;
font-size:8pt;
color:#FFFFFF; c
ursor:crosshair;
}

a:active  {
text-decoration:underline;
font-weight:normal;
font-family:Tahoma, Verdana, Arial;
font-size:8pt;
color:#C0C0C0;
cursor:w-resize;
}~

Das ganze musst du als css Datei abspeichern und schon hast du ein Stylessheet. Aber nicht aus Faulheit die einfach kopieren. Das wäre ja langweilig ^^.

Zurück zum

Autorin / Autor: Delfin13 - Stand: 10. August 2006