befehleCSS
Befehl | Beschreibung | Wert |
---|---|---|
A:link | Link | nahezu alle CSS Befehle, wie Größe, Farbe |
A:visited | Besuchter Link | nahezu alle CSS Befehle, wie Größe, Farbe |
A:active | Angeklickter Link | nahezu alle CSS Befehle, wie Größe, Farbe |
A:hover | Link beim Drüberfahren (Maus) | nahezu alle CSS Befehle, wie Größe, Farbe |
Befehl | Beschreibung | Wert |
margin-left : | absoluter Abstand zum Seitenrand | numerischer Wert in pt(Punkt) mm oder cm |
margin-right : | absoluter Abstand zum Seitenrand | numerischer Wert in pt(Punkt) mm oder cm |
margin-bottom: | absoluter Abstand zum Seitenrand | numerischer Wert in pt(Punkt) mm oder cm |
margin-top : | absoluter Abstand zum Seitenrand | numerischer Wert in pt(Punkt) mm oder cm |
Befehl | Beschreibung | Wert |
font-family : | Schriftart | Arial, Times New Roman, etc. |
font-size : | Schriftgröße | numerischer Wert in pt(Punkt) mm oder cm |
color : | Schriftfarbe | yellow, white, etc oder HTML Farbangabe |
background : | Hintergrundfarbe | yellow, white oder HTML Farbangabe |
background-image: url(bild.gif) | Hintergrundbild | URL des Bildes |
background-repeat: | Kachel | repeat, repeat-x, repeat-y, no-repeat |
text-align: | Textausrichtung | left, right, center, justify (Blocksatz) |
line-height: | Zeilenabstand (Durchschuß) | numerischer Wert in pt(Punkt) mm oder cm |
text-decoration: | Textgestaltung | underline, overline, line-through |
word-spacing: | Wortabstand | numerischer Wert in pt(Punkt) mm oder cm |
letter-spacing: | Zeichenabstand | numerischer Wert in pt(Punkt) mm oder cm |
text-indent: | Texteinrückung | numerischer Wert in pt(Punkt) mm oder cm |
text-transform: | Textart | capitalize, upppercase, lowercase, none |
font-variant: | Schriftvariante | normal, small-caps |
font-weight: | Schriftgewicht | normal,bold,bolder,lighter |
font-style: | Schriftstil | normal,oblique, italic |
Befehl | Beschreibung | Wert |
border-top-width: | Dicke der Rahmenlinie | thin,medium,thick, oder num. Wert |
border-bottom-width: | Dicke der Rahmenlinie | thin,medium,thick, oder num. Wert |
border-left-width: | Dicke der Rahmenlinie | thin,medium,thick, oder num. Wert |
border-right-width: | Dicke der Rahmenlinie | thin,medium,thick, oder num. Wert |
border-style | Rahmentyp | none, dotted, dashed, solid, double, groove, ridge, inset, outset |
border-color | Rahmenfarbe | Farbname oder Hex. |
padding-top | Tabellenabstand oben | Prozent oder num. Wert. |
padding-bottom | Tabellenabstand unten | Prozent oder num. Wert. |
padding-right | Tabellenabstand rechts | Prozent oder num. Wert. |
padding-left | Tabellenabstand links | Prozent oder num. Wert. |
width | Rahmenbreite | Auto, Prozent, num. Wert |
height | Rahmenhöhe | Auto, Prozent, num. Wert |
Befehl | Beschreibung | Wert |
cursor: | Cursorform | s-resize, e-resize,n-resize,crosshair, etc. Beispiele unter Mauszeiger |
filter:flipH() | Bild, Text spiegeln | - |
filter:flipV() | Bild, Text kippen | - |
filter:Invert() | Bild invertieren | Filter-Beispiele unter CSS-Filter |
filter:Gray() | Bild (Graubild) | - |
filter:XRay() | - | - |
zoom:X | Text, Bild, input, etc. Objekt X-fach vergrößern |
Numerischer Wert |
scrollbar-face-color: scrollbar-highlight-color: scrollbar-arrow-color: scrollbar-shadow-color: |
Farbe der Scrolleisten | yellow, white oder HTML Farbangabe |
list-style-image: none | Bullet-Zeichen für Aufzählungslisten | z.B: list-style-image:url(bild.gif) |
position:absolute position:relative position:fixed position:static |
Positionsart (position) von Text Bilder etc.. | top:* px, left:* px, bottom:* px, right:* px, (* = numerischer Wert) |