summaryrefslogtreecommitdiffstats
path: root/HTML
diff options
context:
space:
mode:
Diffstat (limited to 'HTML')
-rw-r--r--HTML/index-ja.html2
-rw-r--r--HTML/style-ja.css91
2 files changed, 92 insertions, 1 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;
+}