summaryrefslogtreecommitdiffstats
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
parent56d58fce63cf0485e9bc0bca2e0745dc39bf198b (diff)
downloadindexhtml-042f2931d4caeaabb932e72473bb285b5e9c91a6.tar
indexhtml-042f2931d4caeaabb932e72473bb285b5e9c91a6.tar.gz
indexhtml-042f2931d4caeaabb932e72473bb285b5e9c91a6.tar.bz2
indexhtml-042f2931d4caeaabb932e72473bb285b5e9c91a6.tar.xz
indexhtml-042f2931d4caeaabb932e72473bb285b5e9c91a6.zip
Fix japanese stylesheet
-rw-r--r--HTML/index-ja.html2
-rw-r--r--HTML/style-ja.css91
-rw-r--r--indexhtml.spec5
3 files changed, 96 insertions, 2 deletions
diff --git a/HTML/index-ja.html b/HTML/index-ja.html
index a6ebc71..55df42b 100644
--- a/HTML/index-ja.html
+++ b/HTML/index-ja.html
@@ -2,7 +2,7 @@
<head>
<title>> Mandrake Linux <</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
-<link rel="STYLESHEET" type="text/css" href="style.css">
+<link rel="STYLESHEET" type="text/css" href="style-ja.css">
<link rel="shortcut icon" href="/usr/share/mdk/indexhtml/favicon.png">
</head>
<body bgcolor="#ffffff" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">
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;
+}
diff --git a/indexhtml.spec b/indexhtml.spec
index fa3aa5d..675dded 100644
--- a/indexhtml.spec
+++ b/indexhtml.spec
@@ -1,7 +1,7 @@
Summary: Mandrake html welcome page
Name: indexhtml
Version: 9.1
-Release: 8mdk
+Release: 9mdk
Source: indexhtml-%version.tar.bz2
Group: System/Base
License: GPL
@@ -94,6 +94,9 @@ fi
%verify (not md5 mtime size) %_datadir/doc/HTML/index.html
%changelog
+* Wed Mar 26 2003 Frederic Crozat <fcrozat@mandrakesoft.com> - 9.1-9mdk
+- Fix japanase stylesheet
+
* Thu Mar 13 2003 Frederic Lepied <flepied@mandrakesoft.com> 9.1-8mdk
- removed buggy %postun