summaryrefslogtreecommitdiffstats
path: root/HTML/style-ja.css
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2003-03-26 16:51:42 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2003-03-26 16:51:42 +0000
commit042f2931d4caeaabb932e72473bb285b5e9c91a6 (patch)
treee1b6002297b4936db12896d2e6567bfb60409680 /HTML/style-ja.css
parent56d58fce63cf0485e9bc0bca2e0745dc39bf198b (diff)
downloadindexhtml-042f2931d4caeaabb932e72473bb285b5e9c91a6.tar
indexhtml-042f2931d4caeaabb932e72473bb285b5e9c91a6.tar.gz
indexhtml-042f2931d4caeaabb932e72473bb285b5e9c91a6.tar.bz2
indexhtml-042f2931d4caeaabb932e72473bb285b5e9c91a6.tar.xz
indexhtml-042f2931d4caeaabb932e72473bb285b5e9c91a6.zip
Fix japanese stylesheet
Diffstat (limited to 'HTML/style-ja.css')
-rw-r--r--HTML/style-ja.css91
1 files changed, 91 insertions, 0 deletions
diff --git a/HTML/style-ja.css b/HTML/style-ja.css
new file mode 100644
index 0000000..7c327e0
--- /dev/null
+++ b/HTML/style-ja.css
@@ -0,0 +1,91 @@
+
+A.top:link {
+ font-family: Kochi Gothic, Arial, Helvetica, sans-serif;
+ color: #000000;
+ text-decoration: none;
+ font-size: 10pt;
+}
+
+A.top:active {
+ font-family: Kochi Gothic, Arial, Helvetica, sans-serif;
+ color: #ff3300;
+ text-decoration: none;
+ font-size: 10pt;
+}
+
+A.top:visited {
+ font-family: Kochi Gothic, Arial, Helvetica, sans-serif;
+ color: #000000;
+ text-decoration: none;
+ font-size: 10pt;
+}
+
+A:link {
+ font-family: Kochi Gothic,Arial, Helvetica, sans-serif;
+ color: #ff3300;
+}
+
+A:active {
+ font-family: Kochi Gothic,Arial, Helvetica, sans-serif;
+ color: #ffcc00;
+}
+
+A:visited {
+ font-family: Kochi Gothic,Arial, Helvetica, sans-serif;
+ color: #ff4411;
+}
+
+A:hover {
+ font-family: Kochi Gothic,Arial, Helvetica, sans-serif;
+ text-decoration: none;
+}
+BODY {
+ font-size: 100%;
+ margin-top: 0;
+ margin-left: 0;
+}
+
+TD {
+ font-family: Kochi Gothic,Arial, Helvetica, sans-serif;
+ font-size: 100%;
+ color : #333333;
+}
+
+P {
+ font-family: Kochi Gothic,Arial, Helvetica, sans-serif;
+ font-size: 100%;
+ color : #333333;
+}
+
+B {
+ font-family: Kochi Gothic,Arial, Helvetica, sans-serif;
+ text-decoration: bold;
+}
+
+I {
+ font-family: Kochi Gothic,Arial, Helvetica, sans-serif;
+ text-decoration: italic;
+}
+
+U {
+ font-family: Kochi Gothic,Arial, Helvetica, sans-serif;
+ text-decoration: underline;
+}
+
+FORM {
+ font-family: Kochi Gothic,Arial, Helvetica, sans-serif;
+}
+
+FONT {
+ font-family: Kochi Gothic,Arial, Helvetica, sans-serif;
+}
+
+BLOCKQUOTE {
+ font-family: Kochi Gothic,Arial, Helvetica, sans-serif;
+}
+
+.text {
+ font-family: Kochi Gothic,Arial, Helvetica, sans-serif;
+ font-size: small;
+ color : #333333;
+}