From e3e12548adeb7e1dcfc4d5b32884a225ee2b499d Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 10 Dec 2020 15:07:40 -0500 Subject: adding translation_of_original to front-matter --- files/de/web/guide/css/getting_started/farbe/index.html | 1 + files/de/web/guide/css/getting_started/index.html | 1 + .../web/guide/css/getting_started/kaskadierung_und_vererbung/index.html | 1 + files/de/web/guide/css/getting_started/lesbares_css/index.html | 1 + files/de/web/guide/css/getting_started/selektoren/index.html | 1 + files/de/web/guide/css/getting_started/textstyles/index.html | 1 + files/de/web/guide/css/getting_started/was_ist_css/index.html | 1 + files/de/web/guide/css/getting_started/why_use_css/index.html | 1 + files/de/web/guide/css/getting_started/wie_css_funktioniert/index.html | 1 + files/de/web/guide/css/scaling_background_images/index.html | 1 + files/de/web/guide/dom/index.html | 1 + 11 files changed, 11 insertions(+) (limited to 'files/de/web/guide') diff --git a/files/de/web/guide/css/getting_started/farbe/index.html b/files/de/web/guide/css/getting_started/farbe/index.html index a3e7d6a4eb..be9302eb6e 100644 --- a/files/de/web/guide/css/getting_started/farbe/index.html +++ b/files/de/web/guide/css/getting_started/farbe/index.html @@ -2,6 +2,7 @@ title: Color slug: Web/Guide/CSS/Getting_started/Farbe translation_of: Learn/CSS/Introduction_to_CSS/Values_and_units#Colors +translation_of_original: Web/Guide/CSS/Getting_started/Color ---

{{ CSSTutorialTOC() }}

diff --git a/files/de/web/guide/css/getting_started/index.html b/files/de/web/guide/css/getting_started/index.html index 3629de6539..9472041b96 100644 --- a/files/de/web/guide/css/getting_started/index.html +++ b/files/de/web/guide/css/getting_started/index.html @@ -5,6 +5,7 @@ tags: - CSS - 'CSS:Einführung' translation_of: Learn/CSS/First_steps +translation_of_original: Web/Guide/CSS/Getting_started ---

Einleitung

Dieser Artikel stellt eine Einführung in Cascading Style Sheets (CSS) dar.

diff --git a/files/de/web/guide/css/getting_started/kaskadierung_und_vererbung/index.html b/files/de/web/guide/css/getting_started/kaskadierung_und_vererbung/index.html index 8ebc7fe0cc..79ce577e7f 100644 --- a/files/de/web/guide/css/getting_started/kaskadierung_und_vererbung/index.html +++ b/files/de/web/guide/css/getting_started/kaskadierung_und_vererbung/index.html @@ -2,6 +2,7 @@ title: Kaskadierung und Vererbung slug: Web/Guide/CSS/Getting_started/Kaskadierung_und_vererbung translation_of: Learn/CSS/Building_blocks/Cascade_and_inheritance +translation_of_original: Web/Guide/CSS/Getting_started/Cascading_and_inheritance ---

{{ CSSTutorialTOC() }}

diff --git a/files/de/web/guide/css/getting_started/lesbares_css/index.html b/files/de/web/guide/css/getting_started/lesbares_css/index.html index 460d137c59..4c16c3e18d 100644 --- a/files/de/web/guide/css/getting_started/lesbares_css/index.html +++ b/files/de/web/guide/css/getting_started/lesbares_css/index.html @@ -2,6 +2,7 @@ title: Lesbares CSS slug: Web/Guide/CSS/Getting_started/Lesbares_CSS translation_of: Learn/CSS/Introduction_to_CSS/Syntax#Beyond_syntax_make_CSS_readable +translation_of_original: Web/Guide/CSS/Getting_started/Readable_CSS ---

{{ CSSTutorialTOC() }}

diff --git a/files/de/web/guide/css/getting_started/selektoren/index.html b/files/de/web/guide/css/getting_started/selektoren/index.html index cd9115477c..f61b8bb577 100644 --- a/files/de/web/guide/css/getting_started/selektoren/index.html +++ b/files/de/web/guide/css/getting_started/selektoren/index.html @@ -2,6 +2,7 @@ title: Selektoren slug: Web/Guide/CSS/Getting_started/Selektoren translation_of: Learn/CSS/Building_blocks/Selectors +translation_of_original: Web/Guide/CSS/Getting_started/Selectors ---

{{ CSSTutorialTOC() }}

diff --git a/files/de/web/guide/css/getting_started/textstyles/index.html b/files/de/web/guide/css/getting_started/textstyles/index.html index d03bea91e6..7a3a40f6e0 100644 --- a/files/de/web/guide/css/getting_started/textstyles/index.html +++ b/files/de/web/guide/css/getting_started/textstyles/index.html @@ -2,6 +2,7 @@ title: Textstyles slug: Web/Guide/CSS/Getting_started/Textstyles translation_of: Learn/CSS/Styling_text/Fundamentals +translation_of_original: Web/Guide/CSS/Getting_started/Text_styles ---

{{ CSSTutorialTOC() }}

diff --git a/files/de/web/guide/css/getting_started/was_ist_css/index.html b/files/de/web/guide/css/getting_started/was_ist_css/index.html index 47b52a99be..0641d048e4 100644 --- a/files/de/web/guide/css/getting_started/was_ist_css/index.html +++ b/files/de/web/guide/css/getting_started/was_ist_css/index.html @@ -2,6 +2,7 @@ title: Was ist CSS slug: Web/Guide/CSS/Getting_started/Was_ist_CSS translation_of: Learn/CSS/First_steps/How_CSS_works +translation_of_original: Web/Guide/CSS/Getting_started/What_is_CSS ---
{{CSSTutorialTOC}}
diff --git a/files/de/web/guide/css/getting_started/why_use_css/index.html b/files/de/web/guide/css/getting_started/why_use_css/index.html index f0b8dc7a7e..01933a9171 100644 --- a/files/de/web/guide/css/getting_started/why_use_css/index.html +++ b/files/de/web/guide/css/getting_started/why_use_css/index.html @@ -2,6 +2,7 @@ title: Why use CSS? slug: Web/Guide/CSS/Getting_started/Why_use_CSS translation_of: Learn/CSS/First_steps/How_CSS_works +translation_of_original: Web/Guide/CSS/Getting_started/Why_use_CSS ---

{{ CSSTutorialTOC() }}

diff --git a/files/de/web/guide/css/getting_started/wie_css_funktioniert/index.html b/files/de/web/guide/css/getting_started/wie_css_funktioniert/index.html index 64dc94541b..8e980ce43c 100644 --- a/files/de/web/guide/css/getting_started/wie_css_funktioniert/index.html +++ b/files/de/web/guide/css/getting_started/wie_css_funktioniert/index.html @@ -2,6 +2,7 @@ title: Wie CSS funktioniert slug: Web/Guide/CSS/Getting_started/Wie_CSS_funktioniert translation_of: Learn/CSS/First_steps/How_CSS_works +translation_of_original: Web/Guide/CSS/Getting_started/How_CSS_works ---

{{ CSSTutorialTOC() }}

diff --git a/files/de/web/guide/css/scaling_background_images/index.html b/files/de/web/guide/css/scaling_background_images/index.html index e260667670..abd1e8f200 100644 --- a/files/de/web/guide/css/scaling_background_images/index.html +++ b/files/de/web/guide/css/scaling_background_images/index.html @@ -5,6 +5,7 @@ tags: - CSS Hintergrundbild - Skalierung Hintergrundbild translation_of: Web/CSS/CSS_Backgrounds_and_Borders/Resizing_background_images +translation_of_original: Web/CSS/CSS_Background_and_Borders/Scaling_background_images ---

Die {{ cssxref("background-size") }} CSS Eigenschaft ermöglicht es, die Größe von Hintergrundbildern einzustellen, anstatt das voreingestellte Verhalten, das Bild auf die volle Größe zu kacheln, zu verwenden.Man kann das Bild nach Wunsch nach oben oder unten skalieren.

diff --git a/files/de/web/guide/dom/index.html b/files/de/web/guide/dom/index.html index 997730a412..fc26bc0bee 100644 --- a/files/de/web/guide/dom/index.html +++ b/files/de/web/guide/dom/index.html @@ -8,6 +8,7 @@ tags: - NeedsTranslation - TopicStub translation_of: Web/API/Document_Object_Model +translation_of_original: Web/Guide/API/DOM ---

{{draft}}

The Document Object Model is an API for HTML and XML documents. It provides a structural representation of the document, enabling the developer to modify its content and visual presentation. Essentially, it connects web pages to scripts or programming languages.

-- cgit v1.2.3-54-g00ecf