--- webroot/s/default/xhtml1.css 2003/07/19 03:06:55 1.1
+++ webroot/s/default/xhtml1.css 2004/12/15 13:43:04 1.4
@@ -1,81 +1,11 @@
-@charset 'iso-2022-jp';
-@namespace 'http://www.w3.org/1999/xhtml';
-@namespace xml 'http://www.w3.org/XML/1998/namespace';
-
-html {
- display: block;
- line-height: 2.0;
-}
-head {
- display: none;
-}
-
-body {
- display: block;
- margin: 1em 1.5em;
-}
-
-div.section {
- display: block;
-}
-
-h1, h2, h3, h4, h5, h6 {
- display: block;
- line-height: 1.5;
- font-size: 120%;
- font-weight: bolder;
-}
-
-h1 {
- text-align: center;
- font-size: 140%;
-}
-
-p {
- display: block;
- text-indent: 1em;
- margin: 0 1em;
-}
-
-blockquote {
- display: block;
-}
-
-code.uri {
- font-size: smaller;
-}
-
-/*
- * 言語情報で場合分けするのは正しくないが、現在の CSS
- * には用字系の選択子がないから、近似的にこれを使う。
- */
-
-[lang|="ja"] cite, [xml|lang|="ja"] cite {
- quotes: "『" "』" "「" "」";
- font-style: normal;
-}
-[lang|="ja"] cite:before, [xml|lang|="ja"] cite:before {
- content: open-quote;
-}
-[lang|="ja"] cite:after, [xml|lang|="ja"] cite:after {
- content: close-quote;
-}
-[lang|="en"] cite, [xml|lang|="en"] cite {
- quotes: none;
- font-style: italic;
-}
-[lang|="en"] cite cite, [xml|lang|="en"] cite cite {
- quotes: none;
- font-style: normal;
-}
-[lang|="en"] cite:before, [xml|lang|="en"] cite:before,
-[lang|="en"] cite:after, [xml|lang|="en"] cite:after {
- content: none;
-}
+@import '/www/style/html/xhtml1.css';
+
+/* NOTE: This style sheet URI () is
+ OBSOLETE. */
/* License
-Copyright 2003 Wakaba .
+Copyright 2003-2004 Wakaba .
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -94,4 +24,4 @@
*/
-/* $Date: 2003/07/19 03:06:55 $ */
+/* $Date: 2004/12/15 13:43:04 $ */