PROFI-FOTOS-online.com - Der eigene Online-Shop für Profi-Fotografen - Einfach. Günstig. Fair.

Anzeige:
Alle CSS-Eigenschaften im Überblick
EigenschaftBeschreibungWerteStandardCSS Kategorie
align-contentAbstände und Ausrichtung von Flexbox-Elementen auf der Y-Achse
  • flex-start
  • flex-end
  • center
  • space-between
  • space-around
  • stretch
stretch
Allgemein:
Bildschirm­darstellung
CSS 3:
Flexible Box Layout
align-itemsVertikale Ausrichtung aller Elemente in Flexboxen
  • flex-start
  • flex-end
  • center
  • baseline
  • stretch
stretch
Allgemein:
Bildschirm­darstellung
CSS 3:
Flexible Box Layout
align-selfVertikale Ausrichtung einzelner Elemente in Flexboxen
  • auto
  • flex-start
  • flex-end
  • center
  • baseline
  • stretch
auto
Allgemein:
Bildschirm­darstellung
CSS 3:
Flexible Box Layout
animation-delayStartverzögerung einer Animation
  • <time>
0
Allgemein:
Animierte Inhalte
CSS 3:
Animations
animation-directionAbspielrichtung einer Animation
  • normal
  • reverse
  • alternate
  • alternate-reverse
normal
Allgemein:
Animierte Inhalte
CSS 3:
Animations
animation-durationDauer einer Animation
  • <time>
0
Allgemein:
Animierte Inhalte
CSS 3:
Animations
animation-iteration-countWiederholungen einer Animation
  • <number>
  • infinite
1
Allgemein:
Animierte Inhalte
CSS 3:
Animations
animation-play-stateAktivitätsstatus einer Animation
  • running
  • paused
running
Allgemein:
Animierte Inhalte
CSS 3:
Animations
backgroundHintergrund (allgemein)0% 0%
Allgemein:
Farben
Hintergründe
CSS 2.1:
Colors and Backgrounds
CSS 3:
Backgrounds and Borders
background-attachmentFixierung des Hintergrundbildes
  • scroll
  • fixed
  • local(CSS 3)
  • inherit
scroll
Allgemein:
Hintergründe
CSS 2.1:
Colors and Backgrounds
CSS 3:
Backgrounds and Borders
background-clipArt der Ausfüllung der Hintergrundfläche
  • border-box
  • padding-box
  • content-box
border-box
Allgemein:
Hintergründe
CSS 3:
Backgrounds and Borders
background-originPositionierung der Hintergrundgrafik
  • padding-box
  • border-box
  • content-box
padding-box
Allgemein:
Hintergründe
CSS 3:
Backgrounds and Borders
background-repeatWiederholung des Hintergrundbildes
  • repeat
  • repeat-x
  • repeat-y
  • space(CSS 3)
  • round(CSS 3)
  • no-repeat
repeat
Allgemein:
Hintergründe
CSS 2.1:
Colors and Backgrounds
CSS 3:
Backgrounds and Borders
background-sizeGröße des Hintergrundbildes
  • <length>
  • <percentage>
  • auto
  • cover
  • contain
auto
Allgemein:
Hintergründe
CSS 3:
Backgrounds and Borders
border-bottom-left-radiusAbgerundete Ecken unten links
  • <length>
  • <percentage>
0
Allgemein:
Rahmen
CSS 3:
Backgrounds and Borders
border-bottom-right-radiusAbgerundete Ecken unten rechts
  • <length>
  • <percentage>
0
Allgemein:
Rahmen
CSS 3:
Backgrounds and Borders
border-radiusAbgerundete Ecken (allgemein)
  • <length>
  • <percentage>
0
Allgemein:
Rahmen
CSS 3:
Backgrounds and Borders
border-top-left-radiusAbgerundete Ecken links oben
  • <length>
  • <percentage>
0
Allgemein:
Rahmen
CSS 3:
Backgrounds and Borders
border-top-right-radiusAbgerundete Ecken oben rechts
  • <length>
  • <percentage>
0
Allgemein:
Rahmen
CSS 3:
Backgrounds and Borders
box-shadowBox Schatten
  • <length>
  • <color>
  • none
  • inset
none
Allgemein:
Bildschirm­darstellung
CSS 3:
Backgrounds and Borders
box-sizingHöhen- und Breitenberechnung einer Box
  • content-box
  • padding-box
  • border-box
  • inherit
content-box
Allgemein:
Ausmaße (Höhen und Breiten)
Rahmen
CSS 3:
Basic User Interface
break-afterUmbruch hinter einem Block-Element / am Spaltenende
  • auto
  • always
  • avoid
  • left
  • right
  • page
  • column
  • avoid-page
  • avoid-column
  • avoid-region
auto
Allgemein:
dispay
CSS 3:
Fragmentation
Multi-column Layout
break-beforeUmbruch vor einem Block-Element / vor Spaltenanfang
  • auto
  • always
  • avoid
  • left
  • right
  • page
  • column
  • avoid-page
  • avoid-column
  • avoid-region
auto
Allgemein:
dispay
CSS 3:
Fragmentation
Multi-column Layout
break-insideUmbruch im Block-Element (innerhalb von Spalten)
  • auto
  • avoid
  • avoid-page
  • avoid-column
  • avoid-region
auto
Allgemein:
dispay
CSS 3:
Fragmentation
Multi-column Layout
column-countAnzahl der Spalten
  • <integer>
  • auto
auto
Allgemein:
Bildschirm­darstellung
CSS 3:
Multi-column Layout
column-fillVerteilung des Inhalts auf Spalten
  • auto
  • balance
balance
Allgemein:
Bildschirm­darstellung
CSS 3:
Multi-column Layout
column-gapSpaltenabstand
  • <length>
  • normal
normal
Allgemein:
dispay
CSS 3:
Multi-column Layout
column-ruleSpaltentrennlinie (allgemein)see individual properties
Allgemein:
dispay
CSS 3:
Multi-column Layout
column-rule-colorFarbe der Spaltentrennlinie
  • <color>
Farbwert, der über
'color' gesetzt ist.
Allgemein:
dispay
CSS 3:
Multi-column Layout
column-rule-styleDarstellung der Spaltentrennlinie
  • none
  • hidden
  • dotted
  • dashed
  • solid
  • double
  • groove
  • ridge
  • inset
  • outset
none
Allgemein:
dispay
CSS 3:
Multi-column Layout
column-rule-widthStärke der Spaltentrennlinie
  • <length>
  • thin
  • medium
  • thick
  • inherit
medium
Allgemein:
dispay
CSS 3:
Multi-column Layout
column-spanElemente über alle Spalten
  • none
  • all
none
Allgemein:
dispay
CSS 3:
Multi-column Layout
column-widthSpaltenbreite
  • <length>
  • auto
auto
Allgemein:
Bildschirm­darstellung
CSS 3:
Multi-column Layout
columnsSpalten (allgemein)see individual properties
Allgemein:
Bildschirm­darstellung
CSS 3:
Multi-column Layout
contentErzeugt Content
  • <string>
  • <counters>
  • <strings>
  • <uri>
  • <counter>
  • <date>
  • <target>
  • normal
  • none
  • inhibit(CSS 3)
  • contents(CSS 3)
  • footnote(CSS 3)
  • endnote(CSS 3)
  • section-note(CSS 3)
  • list-item (CSS 3)
  • attr(identifier)
  • open-quote
  • close-quote
  • no-open-quote
  • no-close-quote
  • box(CSS 3)
  • check(CSS 3)
  • circle(CSS 3)
  • diamond(CSS 3)
  • disc(CSS 3)
  • hyphen(CSS 3)
  • square(CSS 3)
  • document-url(CSS 3)
  • icon(CSS 3)
  • inherit
normal
Allgemein:
Generierte Inhalte
CSS 2.1:
Generated content, automatic numbering, and lists
CSS 3:
Basic User Interface
Generated and Replaced Content
cursorDarstellung des Cursors
  • <uri>
  • <x>
  • <y>
  • auto
  • default
  • none(CSS 3)
  • context-menu(CSS 3)
  • help
  • pointer
  • progress
  • wait
  • cell(CSS 3)
  • crosshair
  • text
  • vertical-text(CSS 3)
  • alias(CSS 3)
  • copy(CSS 3)
  • move
  • no-drop(CSS 3)
  • not-allowed(CSS 3)
  • e-resize
  • n-resize
  • ne-resize
  • nw-resize
  • s-resize
  • se-resize
  • sw-resize
  • w-resize
  • ew-resize(CSS 3)
  • ns-resize(CSS 3)
  • nesw-resize(CSS 3)
  • nwse-resize(CSS 3)
  • col-resize(CSS 3)
  • row-resize(CSS 3)
  • all-scroll(CSS 3)
  • inherit
auto
Allgemein:
Bildschirm­darstellung
CSS 2.1:
User interface
CSS 3:
Basic User Interface
displayAnzeige bzw. Art der Darstellung
  • <template>
  • inline
  • block
  • inline-block
  • list-item
  • run-in(CSS 3)
  • compact (CSS 3)
  • table
  • inline-table
  • table-row-group
  • table-header-group
  • table-footer-group
  • table-row
  • table-column-group
  • table-column
  • table-cell
  • table-caption
  • ruby(CSS 3)
  • ruby-base(CSS 3)
  • ruby-text(CSS 3)
  • ruby-base-group(CSS 3)
  • ruby-text-group(CSS 3)
  • none
  • flex(CSS 3)
  • inline-flex(CSS 3)
inline
Allgemein:
Bildschirm­darstellung
Positionierung
CSS 2.1:
Visual formatting model
CSS 3:
Basic Box Model
Flexible Box Layout
Generated and Replaced Content
flex-directionAusrichtung in einer Flexbox
  • row
  • row-reverse
  • column
  • column-reverse
row
Allgemein:
Bildschirm­darstellung
CSS 3:
Flexible Box Layout
fontSchriftSiehe individuelle Angaben
Allgemein:
Schrift
CSS 2.1:
Fonts
CSS 3:
Fonts
font-variantKapitälchen / kleine Großbuchstaben
  • normal
  • none(CSS 3)
  • [common-lig-values](CSS 3)
  • [discretionary-lig-values](CSS 3)
  • [historical-lig-values](CSS 3)
  • [contextual-alt-values](CSS 3)
  • stylistic([feature-value-name])(CSS 3)
  • historical-forms(CSS 3)
  • styleset([feature-value-name](CSS 3)
  • character-variant([feature-value-name](CSS 3)
  • swash([feature-value-name])(CSS 3)
  • ornaments([feature-value-name])(CSS 3)
  • annotation([feature-value-name])(CSS 3)
  • small-caps
  • all-small-caps(CSS 3)
  • petite-caps(CSS 3)
  • all-petite-caps(CSS 3)
  • unicase(CSS 3)
  • titling-caps(CSS 3)
  • [numeric-figure-values](CSS 3)
  • [numeric-spacing-values](CSS 3)
  • [numeric-fraction-values](CSS 3)
  • ordinal(CSS 3)
  • slashed-zero(CSS 3)
  • [east-asian-variant-values](CSS 3)
  • [east-asian-width-values](CSS 3)
  • ruby(CSS 3)
normal
Allgemein:
Schrift
CSS 2.1:
Fonts
CSS 3:
Fonts
hyphensTextumbruch an Trennungszeichen
  • none
  • manual
  • auto
manual
Allgemein:
Textdarstellung
CSS 3:
Text
marquee-play-countWiederholungen einer Laufschrift
  • <non-negative-integer>
  • infinite
1
Allgemein:
Animierte Inhalte
Textdarstellung
CSS 3:
Basic Box Model
Marquee
marquee-speedGeschwindigkeit von Laufschrift
  • slow
  • normal
  • fast
normal
Allgemein:
Animierte Inhalte
Textdarstellung
CSS 3:
Basic Box Model
Marquee
opacityTransparenz
  • <alphavalue>
  • inherit
1
Allgemein:
Bildschirm­darstellung
Farben
CSS 3:
Color
orderReihenfolge in Flexboxen
  • <integer>
0
Allgemein:
Bildschirm­darstellung
CSS 3:
Flexible Box Layout
outline-offsetAbstand der Kontur- bzw. des Umriss
  • <length>
  • inherit
0
Allgemein:
Bildschirm­darstellung
Rahmen
CSS 3:
Basic User Interface
overflowElementenüberfluss (allgemein)
  • visible
  • hidden
  • scroll
  • auto
  • no-display(CSS 3)
  • no-content(CSS 3)
  • inherit
visible
Allgemein:
Bildschirm­darstellung
CSS 2.1:
Visual effects
CSS 3:
Basic Box Model
overflow-wrapUmgang mit Wortüberhang
  • normal
  • break-word
normal
Allgemein:
Textdarstellung
CSS 3:
Text
overflow-xElementenüberfluss (horizontale Ausdehnung)
  • visible
  • hidden
  • scroll
  • auto
  • no-display
  • no-content
visible
Allgemein:
Bildschirm­darstellung
CSS 3:
Basic Box Model
overflow-yElementenüberfluss (vertikale Ausdehnung)
  • visible
  • hidden
  • scroll
  • auto
  • no-display
  • no-content
visible
Allgemein:
Bildschirm­darstellung
CSS 3:
Basic Box Model
pause-afterFolgende Sprachpause
  • <time>
  • none(CSS 3)
  • x-weak(CSS 3)
  • weak(CSS 3)
  • medium(CSS 3)
  • strong(CSS 3)
  • x-strong(CSS 3)
  • inherit
Abhängig von der
Implementierung
Allgemein:
Sprachausgabe
CSS 2.1:
Aural style sheets
CSS 3:
Speech
pause-beforeEinleitende Sprachpause
  • <time>
  • none(CSS 3)
  • x-weak(CSS 3)
  • weak(CSS 3)
  • medium(CSS 3)
  • strong(CSS 3)
  • x-strong(CSS 3)
  • inherit
Abhängig von der
Implementierung
Allgemein:
Sprachausgabe
CSS 2.1:
Aural style sheets
CSS 3:
Speech
resizeVeränderbarkeit der Größe (u.a. textarea)
  • none
  • both
  • horizontal
  • vertical
  • inherit
none
<textarea>: both
Allgemein:
Bildschirm­darstellung
CSS 3:
Basic User Interface
restSprachpause (allgemein)Abhängig von der
Implementierung
Allgemein:
Sprachausgabe
CSS 3:
Speech
rest-afterZusätzliche Sprachpause hinter der Sprachausgabe
  • <time>
  • none
  • x-weak
  • weak
  • medium
  • strong
  • x-strong
  • inherit
Abhängig von der
Implementierung
Allgemein:
Sprachausgabe
CSS 3:
Speech
rest-beforeZusätzliche Sprachpause vor der Sprachausgabe
  • <time>
  • none
  • x-weak
  • weak
  • medium
  • strong
  • x-strong
  • inherit
Abhängig von der
Implementierung
Allgemein:
Sprachausgabe
CSS 3:
Speech
rotationDrehung / Rotation eines Block-Elements
  • <angle>
0
Allgemein:
Bildschirm­darstellung
Positionierung
CSS 3:
Basic Box Model
rotation-pointDrehpunkt / Bezugspunkt für die Rotation
  • <bg-position>
50% 50%
Allgemein:
Bildschirm­darstellung
Positionierung
CSS 3:
Basic Box Model
speakSprachausgabe unterdrücken / Buchstabieren
  • normal
  • spell-out
  • digits(CSS 3)
  • literal-punctuation(CSS 3)
  • no-punctuation(CSS 3)
  • inherit(CSS 3)
normal
Allgemein:
Sprachausgabe
CSS 2.1:
Aural style sheets
CSS 3:
Speech
speak-asArt der Audio-Ausgabe
  • normal
  • spell-out
  • digits
  • literal-punctuation
  • no-punctuation
Allgemein:
Sprachausgabe
CSS 3:
Speech
text-alignTextausrichtung
  • <string>
  • left
  • right
  • center
  • justify
  • start(CSS 3)
  • end(CSS 3)
  • match-parent(CSS 3)
  • inherit
left
falls "direction: ltr"
right
falls "direction: rtl"
start
(in CSS3)
Allgemein:
Textdarstellung
CSS 2.1:
Text
CSS 3:
Text
text-align-lastAusrichtung der letzten Zeile in einem Block
  • auto
  • start
  • end
  • left
  • right
  • center
  • justify
auto
Allgemein:
Textdarstellung
CSS 3:
Text
text-decorationTextauszeichnungnone
Allgemein:
Textdarstellung
CSS 2.1:
Text
CSS 3:
Text Decoration
text-decoration-colorFarbe der Textauszeichnung
  • <color>
Farbwert, der über
'color' gesetzt ist.
Allgemein:
Farben
Textdarstellung
CSS 3:
Text Decoration
text-decoration-lineLinien zur Textdekoration
  • none
  • underline
  • overline
  • line-through
  • blink
none
Allgemein:
Textdarstellung
CSS 3:
Text Decoration
text-decoration-styleStil von "text-decoration"
  • solid
  • double
  • dotted
  • dashed
  • wavy
solid
Allgemein:
Textdarstellung
CSS 3:
Text Decoration
text-indentZeileneinzug
  • <length>
  • <percentage>
  • hanging(CSS 3)
  • each-line(CSS 3)
  • inherit
0
Allgemein:
Textdarstellung
CSS 2.1:
Text
CSS 3:
Text
text-shadowTextschatten
  • <length>
  • <color>
  • none
none
Allgemein:
Textdarstellung
CSS 3:
Text Decoration
text-transformGroß- und Kleinbuchstaben
  • capitalize
  • uppercase
  • lowercase
  • none
  • fullwidth(CSS 3)
  • fullsize-kana(CSS 3)
  • inherit
none
Allgemein:
Textdarstellung
CSS 2.1:
Text
CSS 3:
Text
transitionTransition (allgemein)see individual properties
Allgemein:
Animierte Inhalte
CSS 3:
Transitions
transition-delayVerzögerung einer Transition
  • <time>
0
Allgemein:
Animierte Inhalte
CSS 3:
Transitions
transition-durationDauer / Länge einer "transition"
  • <time>
0
Allgemein:
Animierte Inhalte
CSS 3:
Transitions
transition-propertyCSS-Eigenschaft der "transition"
  • <IDENT>
  • none
  • alle
alle
Allgemein:
Animierte Inhalte
CSS 3:
Transitions
transition-timing-functionGeschwindigkeits­verhalten einer Transition
  • ease
  • linear
  • ease-in
  • ease-out
  • ease-in-out
  • step-start
  • step-end
  • steps()
  • cubic-bezier()
ease
Allgemein:
Animierte Inhalte
CSS 3:
Transitions
vertical-alignVertikale Ausrichtung
  • <percentage>
  • <length>
  • baseline
  • sub
  • super
  • top
  • text-top
  • middle
  • bottom
  • text-bottom
  • auto(CSS 3)
  • use-script(CSS 3)
  • central(CSS 3)
  • inherit
baseline
Allgemein:
Tabellen
CSS 2.1:
Visual formatting model details
CSS 3:
Line
voice-balanceBalance der Sprachausgabe
  • <number>
  • left
  • center
  • right
  • leftwards
  • rightwards
  • inherit
center
Allgemein:
Sprachausgabe
CSS 3:
Speech
voice-durationDauer der Sprachausgabe
  • <time>
Abhängig von der
Implementierung
Allgemein:
Sprachausgabe
CSS 3:
Speech
voice-familyStimme
  • <generic-voice>
  • <name>
  • <age>
  • <gender>
  • <integer>
  • preserve(CSS 3)
  • inherit
Abhängig von der
Implementierung
Allgemein:
Sprachausgabe
CSS 2.1:
Aural style sheets
CSS 3:
Speech
voice-pitchFrequenz der Sprachausgabe
  • <frequency>
  • <percentage>
  • <semitones>
  • absolute
  • x-low
  • low
  • medium
  • high
  • x-high
  • inherit
medium
Allgemein:
Sprachausgabe
CSS 3:
Speech
voice-rangeFrequenzänderung der Sprachausgabe
  • <frequency>
  • <percentage>
  • <relative-change>
  • x-low
  • low
  • medium
  • high
  • x-high
  • inherit
medium
Allgemein:
Sprachausgabe
CSS 3:
Speech
voice-rateGeschwindigkeit der Sprachausgabe
  • <percentage>
  • x-slow
  • slow
  • medium
  • fast
  • x-fast
  • inherit
Abhängig von der
Implementierung
Allgemein:
Sprachausgabe
CSS 3:
Speech
voice-stressStärke / Art der Betonung
  • strong
  • moderate
  • none
  • reduced
  • inherit
moderate
Allgemein:
Sprachausgabe
CSS 3:
Speech
voice-volumeLautstärke der Sprachausgabe
  • <non-negative number>
  • <percentage>
  • silent
  • x-soft
  • soft
  • medium
  • loud
  • x-loud
  • inherit
medium
Allgemein:
Sprachausgabe
CSS 3:
Speech
word-wrapUmgang mit Wortüberhang
  • normal
  • break-word
normal
Allgemein:
Textdarstellung
CSS 3:
Text
zoomVergrößerungsfaktor
  • <number>
  • <percentage>
auto
Allgemein:
Bildschirm­darstellung
CSS 3:
Device Adaptation

A-Z:

Schnell­auswahl

Seiten:

Letzte Änderung: 17. 01. 2024
Render Time: 0.048 sec.