aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/conflicting/mdn
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-16 16:27:00 -0400
committerGitHub <noreply@github.com>2021-07-17 04:27:00 +0800
commitb9afb23d12dcae1e09f8d04c72143c5ddaa34aea (patch)
treef6c20844119bcaf0131ad4a037e0245577927f2c /files/zh-cn/conflicting/mdn
parent1aa671566c3a990ec2df9a46137471d624b6f7ff (diff)
downloadtranslated-content-b9afb23d12dcae1e09f8d04c72143c5ddaa34aea.tar.gz
translated-content-b9afb23d12dcae1e09f8d04c72143c5ddaa34aea.tar.bz2
translated-content-b9afb23d12dcae1e09f8d04c72143c5ddaa34aea.zip
delete conflicting/orphaned docs (zh-CN) (#1412)
* delete conflicting docs (zh-CN) * and redirects * do orphaned as well * fix * remove more orphans * revert orphaned docs that can identify origin * move orphaned docs to current loc * adjust slug path * fix redirect change from rebase Co-authored-by: Irvin <irvinfly@gmail.com>
Diffstat (limited to 'files/zh-cn/conflicting/mdn')
-rw-r--r--files/zh-cn/conflicting/mdn/contribute/index.html8
-rw-r--r--files/zh-cn/conflicting/mdn/guidelines/css_style_guide/index.html46
2 files changed, 0 insertions, 54 deletions
diff --git a/files/zh-cn/conflicting/mdn/contribute/index.html b/files/zh-cn/conflicting/mdn/contribute/index.html
deleted file mode 100644
index 2bdaafa3d0..0000000000
--- a/files/zh-cn/conflicting/mdn/contribute/index.html
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: MDC:How to Help
-slug: conflicting/MDN/Contribute
-translation_of: MDN/Contribute
-translation_of_original: MDC:How_to_Help
-original_slug: MDC:怎样进行帮助
----
-<p>你好,世界!</p>
diff --git a/files/zh-cn/conflicting/mdn/guidelines/css_style_guide/index.html b/files/zh-cn/conflicting/mdn/guidelines/css_style_guide/index.html
deleted file mode 100644
index 1398443c47..0000000000
--- a/files/zh-cn/conflicting/mdn/guidelines/css_style_guide/index.html
+++ /dev/null
@@ -1,46 +0,0 @@
----
-title: 内容块
-slug: conflicting/MDN/Guidelines/CSS_style_guide
-translation_of: MDN/Guidelines/CSS_style_guide
-translation_of_original: MDN/Structures/Content_blocks
-original_slug: MDN/Guidelines/Content_blocks
----
-<div>{{MDNSidebar}}</div><div class="summary">
- <p>This pages lists reusable content blocks.</p>
-</div>
-<h2 id="Card-grid">Card-grid</h2>
-<p>Allows to have a couple of cards next to each other to call out specific contents or can be used for a call to action. CSS class: <code>.card-grid </code>(L 751 - 824 in CustomCSS).</p>
-<ul class="card-grid">
- <li><span>CSS Reference</span>
- <p>An <a href="/en-US/docs/Web/CSS/Reference" title="en-US/docs/CSS/CSS_Reference">exhaustive reference</a> for <u>seasoned Web developers</u> describing every property and concept of CSS.</p>
- </li>
- <li><span>CSS Tutorial</span>
- <p>A <a href="/en-US/docs/CSS/Getting_Started" title="en-US/docs/CSS/Getting_Started">step-by-step introduction</a> to help <u>complete beginners</u> get started. It presents all the needed fundamentals.</p>
- </li>
- <li><span>CSS3 Demos</span>
- <p>A <a href="/en-US/demos/tag/tech:css3" title="https://developer.mozilla.org/en-US/demos/tag/tech:css3">collection of demos</a> showing the <u>latest CSS technologies</u> in action: a boost for the creativity.</p>
- </li>
-</ul>
-<h2 id="Two_columns">Two columns</h2>
-<p>Two columns seperated with a thick grey border. Often used on landing pages. CSS class: <code>.topicpage-table</code> (L 830 - 837 &amp; 82-93 in CustomCSS).</p>
-<div class="row topicpage-table">
- <div class="section">
- Column 1</div>
- <div class="section">
- Column 2</div>
-</div>
-<p> </p>
-<h2 id="Equal_column_heights">Equal column heights</h2>
-<p>Used on the <a href="/en-US/Firefox_OS">Firefox OS</a> landing page to wrap columns that should all be the same height. CSS class <code>.equalColumnHeights</code> (L 25 - 38 in CustomCSS).</p>
-<div class="equalColumnHeights">
- <div class="zone-callout">
- Some text<br>
- And a new line<br>
-  </div>
- <div class="zone-callout">
- Some more text<br>
- <br>
- <br>
- here</div>
-</div>
-<p> </p>