URL:cmcs1322a.htm
Dieses Beispiel ist im <HEAD> so zum entsprechenden CSS gelinkt:
<link rel="stylesheet" type="text/css" href="cmcs1322.css">
Darstellung | CSS |
---|---|
Normaltext auf gelbem Hintergrund | body {font-family: Arial, Helvetica; background-color: rgb(255,255,204); color: rgb(102,51,153);} |
[Farbe der Tabellenränder] | table {table-border-color-light: rgb(255,102,153); table-border-color-dark: rgb(102,51,153);} |
Hyperlink
Hyperlink (anklicken!) |
a:link {color: rgb(0,51,204);}++ a:visited {color: rgb(51,153,102);} a:active {color: rgb(255,153,0);} |
h1, h2, h3, h4, h5, h6 {font-family: Arial Rounded MT Bold, Arial, Helvetica;} | |
Überschrift 1 |
h1 {color: rgb(102,51,153)} |
Überschrift 2 |
h2 {color: rgb(255,102,153)} |
Überschrift 3 |
h3 {color: rgb(51,153,102)} |
Überschrift 4 |
h4 {color: rgb(102,51,153)} |
Überschrift 5 |
h5 {color: rgb(255,102,153)} |
Überschrift 6 |
h6 {color: rgb(51,153,102)} |
Das gleiche Layout mit einem anderen CSS: cmcs1322b.htm