aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/debian-zh.css
diff options
context:
space:
mode:
authorJutta Wrage <witch>2006-03-10 22:54:20 +0000
committerJutta Wrage <witch>2006-03-10 22:54:20 +0000
commit5f939ab52199029d956171aa9eb44bf426bb4323 (patch)
tree668f9d62b2f5cc76f293306285fdbdd923fbb1ad /chinese/debian-zh.css
parent5c9429f0c62caafe65e1b9f22b0b8375ff6eb24c (diff)
one css file for all chinese pages
CVS version numbers chinese/debian-zh.css: INITIAL -> 1.1
Diffstat (limited to 'chinese/debian-zh.css')
-rw-r--r--chinese/debian-zh.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/chinese/debian-zh.css b/chinese/debian-zh.css
new file mode 100644
index 00000000000..9448d9b06fa
--- /dev/null
+++ b/chinese/debian-zh.css
@@ -0,0 +1,38 @@
+/* Debian language css file for chinese simplified - zh-cn */
+/* please do not touch for now! - Jutta Wrage 2005 */
+
+/* quotes */
+html[lang=zh-cn] q:before { content: "\201C"; }
+html[lang=zh-cn] q:after { content: "\201D"; }
+html[lang=zh-cn] q q:before { content: "\2018"; }
+html[lang=zh-cn] q q:after { content: "\2019"; }
+
+html[lang=zh-cn] blockquote.quote p:first-child:before { content: "\201C"; }
+html[lang=zh-cn] blockquote.quote p:after { content: ""; }
+html[lang=zh-cn] blockquote.quote p.last:after { content: "\201D"; }
+
+.active {
+ color: red;
+}
+html[lang|=zh] #leftcol ul, html[lang|=zh] #navbar a{
+ font-weight: normal;
+}
+html[lang=zh-hk] q:before { content: "\300C"; }
+html[lang=zh-hk] q:after { content: "\300D"; }
+html[lang=zh-hk] q q:before { content: "\300E"; }
+html[lang=zh-hk] q q:after { content: "\300F"; }
+
+html[lang=zh-hk] blockquote.quote p:first-child:before { content: "\300C"; }
+html[lang=zh-hk] blockquote.quote p:after { content: ""; }
+html[lang=zh-hk] blockquote.quote p.last:after { content: "\300D"; }
+
+/* quotes */
+html[lang=zh-tw] q:before { content: "\300C"; }
+html[lang=zh-tw] q:after { content: "\300D"; }
+html[lang=zh-tw] q q:before { content: "\300E"; }
+html[lang=zh-tw] q q:after { content: "\300F"; }
+
+html[lang=zh-tw] blockquote.quote p:first-child:before { content: "\300C"; }
+html[lang=zh-tw] blockquote.quote p:after { content: ""; }
+html[lang=zh-tw] blockquote.quote p.last:after { content: "\300D"; }
+

© 2014-2024 Faster IT GmbH | imprint | privacy policy