From 4b1a9203c547c019fc5398082ae19a3f3d4c3efe Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:15 -0500 Subject: initial commit --- files/de/web/css/property_template/index.html | 165 ++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100644 files/de/web/css/property_template/index.html (limited to 'files/de/web/css/property_template') diff --git a/files/de/web/css/property_template/index.html b/files/de/web/css/property_template/index.html new file mode 100644 index 0000000000..57b2483609 --- /dev/null +++ b/files/de/web/css/property_template/index.html @@ -0,0 +1,165 @@ +--- +title: Eigenschaft Vorlage +slug: Web/CSS/Property_Template +tags: + - CSS + - CSS Referenz + - MDN Meta +translation_of: MDN/Contribute/Howto/Document_a_CSS_property/Property_template +--- +
{{MDNSidebar}}
{{ CSSRef() }}
+ +

Übersicht

+ +

Eine Beschreibung der Eigenschaft, welche erklärt was diese Eigenschaft bewirkt.

+ +
(Falls vorhanden) Wichtige Informationen zu dieser Eigenschaft
+ +

{{cssinfo}}

+ +

Syntax

+ +
/* Schlüsselwortwerte */
+property: value1;
+property: value2;
+
+/* <length> Werte */
+property: 12.8em;
+
+/* Globale Werte */
+property: inherit; <-- To remember those are a possible values
+property: initial;
+property: unset;
+
+ +

<Wert>: wert | wert2 | wert3 | wert2

+ +

Werte

+ +
+
wert1 {{ gecko_minversion_inline("9.9") }}
+
Erläuterung.
+
wert2
+
....
+
+ +

(Falls vorhanden) Mozilla Erweiterungen

+ +
+
-moz-*
+
Erklärung
+
+ +

Formale Syntax

+ +
{{csssyntax}}
+ +

Beispiele

+ +

Beispiel 1

+ +

CSS

+ +
ElementName {
+  Eigenschaft: Wert;
+  dazu: "Beispiel";
+  Traum: 10000000mm;
+  Liebe: "Gefahr";
+}
+ +

HTML

+ +
<ElementName>foo bar</ElementName>
+ +

Ergebnis

+ +

{{EmbedLiveSample("Beispiel_1")}}

+ +

Beispiel 2 {{ gecko_minversion_inline("9.9") }}

+ +
ElementName {
+  eigenschaft: wert;
+  /* ... */
+}
+ +

Spezifikationen

+ +

Benutze ausschließlich die Standardtabelle. Füge andere Spezifikationen am Ende an. Benutze das Makro \{{SpecName()}} für den Name und \{{Spec2()}} für den Status. Auf diese Weise wird der Tabelleninhalt automatisch angepasst, sobald sich der Status einer Spezifikation ändert.

+ + + + + + + + + + + + + + + + + + + + + +
SpezifikationStatusKommentar
{{SpecName("CSS3 Animations", "#fake-link", "fake-value")}}{{Spec2("CSS3 Animations")}}Keine Änderung
{{SpecName("CSS2.1", "#fake-link", "fake value")}}{{Spec2("CSS2.1")}}Ursprüngliche Definition
+ +

Browser Kompatibilität

+ +

{{CompatibilityTable()}}

+ +
+ + + + + + + + + + + + + + + + + + + +
MerkmalChromeFirefox (Gecko)Internet ExplorerOperaSafari
Grundlegende Unterstützung{{CompatUnknown}}{{CompatUnknown}}100{{CompatUnknown}}{{CompatUnknown}}
+
+ +
+ + + + + + + + + + + + + + + + + + + +
MerkmalAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Grundlegende Unterstützung{{CompatUnknown}}{{CompatUnknown}}100{{CompatUnknown}}{{CompatUnknown}}
+
+ +

Siehe auch

+ + -- cgit v1.2.3-54-g00ecf