diff options
author | Frederic Lepied <flepied@mandriva.com> | 2003-02-17 17:59:07 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2003-02-17 17:59:07 +0000 |
commit | 7d64735b93b75fcf5107fb2833fe98312d3fcb2b (patch) | |
tree | f6d212a9f2881be2a86b0781ebfa85353c09fbe7 /HTML/style-zh_CN.css | |
parent | 0c3ff0305ef497a074f8498da2498e20c74390a5 (diff) | |
download | indexhtml-7d64735b93b75fcf5107fb2833fe98312d3fcb2b.tar indexhtml-7d64735b93b75fcf5107fb2833fe98312d3fcb2b.tar.gz indexhtml-7d64735b93b75fcf5107fb2833fe98312d3fcb2b.tar.bz2 indexhtml-7d64735b93b75fcf5107fb2833fe98312d3fcb2b.tar.xz indexhtml-7d64735b93b75fcf5107fb2833fe98312d3fcb2b.zip |
Initial revisionV0topic/Init
Diffstat (limited to 'HTML/style-zh_CN.css')
-rw-r--r-- | HTML/style-zh_CN.css | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/HTML/style-zh_CN.css b/HTML/style-zh_CN.css new file mode 100644 index 0000000..b0bde8f --- /dev/null +++ b/HTML/style-zh_CN.css @@ -0,0 +1,91 @@ + +A.top:link { + font-family: AR PL Sungtil GB, Arial, Helvetica, sans-serif; + color: #000000; + text-decoration: none; + font-size: 10pt; +} + +A.top:active { + font-family: AR PL Sungtil GB, Arial, Helvetica, sans-serif; + color: #ff3300; + text-decoration: none; + font-size: 10pt; +} + +A.top:visited { + font-family: AR PL Sungtil GB, Arial, Helvetica, sans-serif; + color: #000000; + text-decoration: none; + font-size: 10pt; +} + +A:link { + font-family: AR PL Sungtil GB, Arial, Helvetica, sans-serif; + color: #ff3300; +} + +A:active { + font-family: AR PL Sungtil GB, Arial, Helvetica, sans-serif; + color: #ffcc00; +} + +A:visited { + font-family: AR PL Sungtil GB, Arial, Helvetica, sans-serif; + color: #ff4411; +} + +A:hover { + font-family: AR PL Sungtil GB, Arial, Helvetica, sans-serif; + text-decoration: none; +} +BODY { + font-size: 100%; + margin-top: 0; + margin-left: 0; +} + +TD { + font-family: AR PL Sungtil GB, Arial, Helvetica, sans-serif; + font-size: 100%; + color : #333333; +} + +P { + font-family: AR PL Sungtil GB, Arial, Helvetica, sans-serif; + font-size: 100%; + color : #333333; +} + +B { + font-family: AR PL Sungtil GB, Arial, Helvetica, sans-serif; + text-decoration: bold; +} + +I { + font-family: AR PL Sungtil GB, Arial, Helvetica, sans-serif; + text-decoration: italic; +} + +U { + font-family: AR PL Sungtil GB, Arial, Helvetica, sans-serif; + text-decoration: underline; +} + +FORM { + font-family: AR PL Sungtil GB, Arial, Helvetica, sans-serif; +} + +FONT { + font-family: AR PL Sungtil GB, Arial, Helvetica, sans-serif; +} + +BLOCKQUOTE { + font-family: AR PL Sungtil GB, Arial, Helvetica, sans-serif; +} + +.text { + font-family: AR PL Sungtil GB, Arial, Helvetica, sans-serif; + font-size: small; + color : #333333; +} |