aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/guide/css/getting_started
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-10 15:07:40 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-10 15:07:40 -0500
commite3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch)
treee79f55a57428a312358befac396d4abe25730206 /files/zh-cn/web/guide/css/getting_started
parent65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff)
downloadtranslated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz
translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2
translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip
adding translation_of_original to front-matter
Diffstat (limited to 'files/zh-cn/web/guide/css/getting_started')
-rw-r--r--files/zh-cn/web/guide/css/getting_started/boxes/index.html1
-rw-r--r--files/zh-cn/web/guide/css/getting_started/cascading_and_inheritance/index.html1
-rw-r--r--files/zh-cn/web/guide/css/getting_started/color/index.html1
-rw-r--r--files/zh-cn/web/guide/css/getting_started/how_css_works/index.html1
-rw-r--r--files/zh-cn/web/guide/css/getting_started/index.html1
-rw-r--r--files/zh-cn/web/guide/css/getting_started/javascript/index.html1
-rw-r--r--files/zh-cn/web/guide/css/getting_started/layout/index.html1
-rw-r--r--files/zh-cn/web/guide/css/getting_started/lists/index.html1
-rw-r--r--files/zh-cn/web/guide/css/getting_started/readable_css/index.html1
-rw-r--r--files/zh-cn/web/guide/css/getting_started/selectors/index.html1
-rw-r--r--files/zh-cn/web/guide/css/getting_started/tables/index.html1
-rw-r--r--files/zh-cn/web/guide/css/getting_started/text_styles/index.html1
-rw-r--r--files/zh-cn/web/guide/css/getting_started/what_is_css/index.html1
-rw-r--r--files/zh-cn/web/guide/css/getting_started/why_use_css/index.html1
14 files changed, 14 insertions, 0 deletions
diff --git a/files/zh-cn/web/guide/css/getting_started/boxes/index.html b/files/zh-cn/web/guide/css/getting_started/boxes/index.html
index 05d0dffafc..0bfb7e2ed5 100644
--- a/files/zh-cn/web/guide/css/getting_started/boxes/index.html
+++ b/files/zh-cn/web/guide/css/getting_started/boxes/index.html
@@ -2,6 +2,7 @@
title: 盒模型
slug: Web/Guide/CSS/Getting_started/Boxes
translation_of: Learn/CSS/Building_blocks
+translation_of_original: Web/Guide/CSS/Getting_started/Boxes
---
<p>{{ CSSTutorialTOC() }}</p>
diff --git a/files/zh-cn/web/guide/css/getting_started/cascading_and_inheritance/index.html b/files/zh-cn/web/guide/css/getting_started/cascading_and_inheritance/index.html
index 8bc02fb698..e5a3bae8a0 100644
--- a/files/zh-cn/web/guide/css/getting_started/cascading_and_inheritance/index.html
+++ b/files/zh-cn/web/guide/css/getting_started/cascading_and_inheritance/index.html
@@ -2,6 +2,7 @@
title: 层叠和继承
slug: Web/Guide/CSS/Getting_started/Cascading_and_inheritance
translation_of: Learn/CSS/Building_blocks/Cascade_and_inheritance
+translation_of_original: Web/Guide/CSS/Getting_started/Cascading_and_inheritance
---
<p>{{ CSSTutorialTOC() }}</p>
diff --git a/files/zh-cn/web/guide/css/getting_started/color/index.html b/files/zh-cn/web/guide/css/getting_started/color/index.html
index bab181afd1..a9348bd9bd 100644
--- a/files/zh-cn/web/guide/css/getting_started/color/index.html
+++ b/files/zh-cn/web/guide/css/getting_started/color/index.html
@@ -2,6 +2,7 @@
title: Color
slug: Web/Guide/CSS/Getting_started/Color
translation_of: Learn/CSS/Introduction_to_CSS/Values_and_units#Colors
+translation_of_original: Web/Guide/CSS/Getting_started/Color
---
<p>{{ CSSTutorialTOC() }}</p>
diff --git a/files/zh-cn/web/guide/css/getting_started/how_css_works/index.html b/files/zh-cn/web/guide/css/getting_started/how_css_works/index.html
index b43fc34302..fce3091715 100644
--- a/files/zh-cn/web/guide/css/getting_started/how_css_works/index.html
+++ b/files/zh-cn/web/guide/css/getting_started/how_css_works/index.html
@@ -2,6 +2,7 @@
title: CSS如何工作
slug: Web/Guide/CSS/Getting_started/How_CSS_works
translation_of: Learn/CSS/First_steps/How_CSS_works
+translation_of_original: Web/Guide/CSS/Getting_started/How_CSS_works
---
<p>{{ CSSTutorialTOC() }}</p>
diff --git a/files/zh-cn/web/guide/css/getting_started/index.html b/files/zh-cn/web/guide/css/getting_started/index.html
index 9e9aefd3d9..585243aa2a 100644
--- a/files/zh-cn/web/guide/css/getting_started/index.html
+++ b/files/zh-cn/web/guide/css/getting_started/index.html
@@ -10,6 +10,7 @@ tags:
- 初学者
- 教程
translation_of: Learn/CSS/First_steps
+translation_of_original: Web/Guide/CSS/Getting_started
---
<p> </p>
diff --git a/files/zh-cn/web/guide/css/getting_started/javascript/index.html b/files/zh-cn/web/guide/css/getting_started/javascript/index.html
index c5ccd6e901..1f53ff70ba 100644
--- a/files/zh-cn/web/guide/css/getting_started/javascript/index.html
+++ b/files/zh-cn/web/guide/css/getting_started/javascript/index.html
@@ -2,6 +2,7 @@
title: JavaScript 与 CSS
slug: Web/Guide/CSS/Getting_started/JavaScript
translation_of: Learn/JavaScript/Client-side_web_APIs/Manipulating_documents
+translation_of_original: Web/Guide/CSS/Getting_started/JavaScript
---
<p>{{ CSSTutorialTOC() }}</p>
diff --git a/files/zh-cn/web/guide/css/getting_started/layout/index.html b/files/zh-cn/web/guide/css/getting_started/layout/index.html
index cd58ff4d63..ecd91f80e1 100644
--- a/files/zh-cn/web/guide/css/getting_started/layout/index.html
+++ b/files/zh-cn/web/guide/css/getting_started/layout/index.html
@@ -2,6 +2,7 @@
title: 布局
slug: Web/Guide/CSS/Getting_started/Layout
translation_of: Learn/CSS/CSS_layout
+translation_of_original: Web/Guide/CSS/Getting_started/Layout
---
<p>{{ CSSTutorialTOC() }}</p>
diff --git a/files/zh-cn/web/guide/css/getting_started/lists/index.html b/files/zh-cn/web/guide/css/getting_started/lists/index.html
index 94cb7f3c1a..8a85655517 100644
--- a/files/zh-cn/web/guide/css/getting_started/lists/index.html
+++ b/files/zh-cn/web/guide/css/getting_started/lists/index.html
@@ -2,6 +2,7 @@
title: Lists
slug: Web/Guide/CSS/Getting_started/Lists
translation_of: Learn/CSS/Styling_text/Styling_lists
+translation_of_original: Web/Guide/CSS/Getting_started/Lists
---
<p>{{ CSSTutorialTOC() }}</p>
diff --git a/files/zh-cn/web/guide/css/getting_started/readable_css/index.html b/files/zh-cn/web/guide/css/getting_started/readable_css/index.html
index a3ef5d29ec..17553c5013 100644
--- a/files/zh-cn/web/guide/css/getting_started/readable_css/index.html
+++ b/files/zh-cn/web/guide/css/getting_started/readable_css/index.html
@@ -2,6 +2,7 @@
title: 创建可读性良好的CSS
slug: Web/Guide/CSS/Getting_started/Readable_CSS
translation_of: Learn/CSS/Introduction_to_CSS/Syntax#Beyond_syntax_make_CSS_readable
+translation_of_original: Web/Guide/CSS/Getting_started/Readable_CSS
---
<p>{{ CSSTutorialTOC() }}</p>
diff --git a/files/zh-cn/web/guide/css/getting_started/selectors/index.html b/files/zh-cn/web/guide/css/getting_started/selectors/index.html
index 51f8693438..69f0700b19 100644
--- a/files/zh-cn/web/guide/css/getting_started/selectors/index.html
+++ b/files/zh-cn/web/guide/css/getting_started/selectors/index.html
@@ -2,6 +2,7 @@
title: 选择器
slug: Web/Guide/CSS/Getting_started/Selectors
translation_of: Learn/CSS/Building_blocks/Selectors
+translation_of_original: Web/Guide/CSS/Getting_started/Selectors
---
<p>{{ CSSTutorialTOC() }}</p>
diff --git a/files/zh-cn/web/guide/css/getting_started/tables/index.html b/files/zh-cn/web/guide/css/getting_started/tables/index.html
index 7a7e442207..b6b4859e99 100644
--- a/files/zh-cn/web/guide/css/getting_started/tables/index.html
+++ b/files/zh-cn/web/guide/css/getting_started/tables/index.html
@@ -2,6 +2,7 @@
title: 表格
slug: Web/Guide/CSS/Getting_started/Tables
translation_of: Learn/CSS/Building_blocks/Styling_tables
+translation_of_original: Web/Guide/CSS/Getting_started/Tables
---
<p>{{CSSTutorialTOC}}{{previousPage("/zh-CN/docs/Web/Guide/CSS/Getting_Started/Layout", "布局")}}</p>
diff --git a/files/zh-cn/web/guide/css/getting_started/text_styles/index.html b/files/zh-cn/web/guide/css/getting_started/text_styles/index.html
index 2f8f9f7629..f7d1d38b23 100644
--- a/files/zh-cn/web/guide/css/getting_started/text_styles/index.html
+++ b/files/zh-cn/web/guide/css/getting_started/text_styles/index.html
@@ -2,6 +2,7 @@
title: 文本样式
slug: Web/Guide/CSS/Getting_started/Text_styles
translation_of: Learn/CSS/Styling_text/Fundamentals
+translation_of_original: Web/Guide/CSS/Getting_started/Text_styles
---
<p>{{ CSSTutorialTOC() }}</p>
diff --git a/files/zh-cn/web/guide/css/getting_started/what_is_css/index.html b/files/zh-cn/web/guide/css/getting_started/what_is_css/index.html
index 0f015ab172..7fcb01c0b0 100644
--- a/files/zh-cn/web/guide/css/getting_started/what_is_css/index.html
+++ b/files/zh-cn/web/guide/css/getting_started/what_is_css/index.html
@@ -2,6 +2,7 @@
title: What is CSS
slug: Web/Guide/CSS/Getting_started/What_is_CSS
translation_of: Learn/CSS/First_steps/How_CSS_works
+translation_of_original: Web/Guide/CSS/Getting_started/What_is_CSS
---
<div>{{CSSTutorialTOC}}</div>
diff --git a/files/zh-cn/web/guide/css/getting_started/why_use_css/index.html b/files/zh-cn/web/guide/css/getting_started/why_use_css/index.html
index f312b080a3..ca5092f2af 100644
--- a/files/zh-cn/web/guide/css/getting_started/why_use_css/index.html
+++ b/files/zh-cn/web/guide/css/getting_started/why_use_css/index.html
@@ -6,6 +6,7 @@ tags:
- 'CSS:入门'
- NeedsLiveSample
translation_of: Learn/CSS/First_steps/How_CSS_works
+translation_of_original: Web/Guide/CSS/Getting_started/Why_use_CSS
---
<p>{{ CSSTutorialTOC() }}</p>