1 |
wakaba |
1.1 |
@charset 'iso-2022-jp'; |
2 |
|
|
@namespace 'http://www.w3.org/1999/xhtml'; |
3 |
|
|
@namespace xml 'http://www.w3.org/XML/1998/namespace'; |
4 |
|
|
|
5 |
|
|
html { |
6 |
|
|
display: block; |
7 |
|
|
line-height: 2.0; |
8 |
|
|
} |
9 |
|
|
head { |
10 |
|
|
display: none; |
11 |
|
|
} |
12 |
|
|
|
13 |
|
|
body { |
14 |
|
|
display: block; |
15 |
|
|
margin: 1em 1.5em; |
16 |
|
|
} |
17 |
|
|
|
18 |
|
|
div.section { |
19 |
|
|
display: block; |
20 |
|
|
} |
21 |
|
|
|
22 |
|
|
h1, h2, h3, h4, h5, h6 { |
23 |
|
|
display: block; |
24 |
|
|
line-height: 1.5; |
25 |
|
|
font-size: 120%; |
26 |
|
|
font-weight: bolder; |
27 |
|
|
} |
28 |
|
|
|
29 |
|
|
h1 { |
30 |
|
|
text-align: center; |
31 |
|
|
font-size: 140%; |
32 |
|
|
} |
33 |
|
|
|
34 |
|
|
p { |
35 |
|
|
display: block; |
36 |
|
|
text-indent: 1em; |
37 |
|
|
margin: 0 1em; |
38 |
|
|
} |
39 |
|
|
|
40 |
|
|
blockquote { |
41 |
|
|
display: block; |
42 |
|
|
} |
43 |
|
|
|
44 |
|
|
code.uri { |
45 |
|
|
font-size: smaller; |
46 |
|
|
} |
47 |
wakaba |
1.2 |
code.math { |
48 |
|
|
font-family: "Times New Roman", "Times", serif; |
49 |
|
|
} |
50 |
|
|
var { |
51 |
|
|
font-style: italic; |
52 |
|
|
} |
53 |
wakaba |
1.1 |
|
54 |
|
|
/* |
55 |
|
|
* $B8@8l>pJs$G>l9gJ,$1$9$k$N$O@5$7$/$J$$$,!"8=:_$N(B CSS |
56 |
|
|
* $B$K$OMQ;z7O$NA*Br;R$,$J$$$+$i!"6a;wE*$K$3$l$r;H$&!#(B |
57 |
|
|
*/ |
58 |
|
|
|
59 |
|
|
[lang|="ja"] cite, [xml|lang|="ja"] cite { |
60 |
|
|
quotes: "$B!X(B" "$B!Y(B" "$B!V(B" "$B!W(B"; |
61 |
|
|
font-style: normal; |
62 |
|
|
} |
63 |
|
|
[lang|="ja"] cite:before, [xml|lang|="ja"] cite:before { |
64 |
|
|
content: open-quote; |
65 |
|
|
} |
66 |
|
|
[lang|="ja"] cite:after, [xml|lang|="ja"] cite:after { |
67 |
|
|
content: close-quote; |
68 |
|
|
} |
69 |
|
|
[lang|="en"] cite, [xml|lang|="en"] cite { |
70 |
|
|
quotes: none; |
71 |
|
|
font-style: italic; |
72 |
|
|
} |
73 |
|
|
[lang|="en"] cite cite, [xml|lang|="en"] cite cite { |
74 |
|
|
quotes: none; |
75 |
|
|
font-style: normal; |
76 |
|
|
} |
77 |
|
|
[lang|="en"] cite:before, [xml|lang|="en"] cite:before, |
78 |
|
|
[lang|="en"] cite:after, [xml|lang|="en"] cite:after { |
79 |
|
|
content: none; |
80 |
|
|
} |
81 |
|
|
|
82 |
wakaba |
1.2 |
th[scope="row"] { |
83 |
|
|
text-align: left; |
84 |
|
|
} |
85 |
|
|
th[scope="col"] { |
86 |
|
|
text-align: center; |
87 |
|
|
} |
88 |
|
|
|
89 |
wakaba |
1.1 |
/* License |
90 |
|
|
|
91 |
|
|
Copyright 2003 Wakaba <w@suika.fam.cx>. |
92 |
|
|
|
93 |
|
|
This program is free software; you can redistribute it and/or modify |
94 |
|
|
it under the terms of the GNU General Public License as published by |
95 |
|
|
the Free Software Foundation; either version 2 of the License, or |
96 |
|
|
(at your option) any later version. |
97 |
|
|
|
98 |
|
|
This program is distributed in the hope that it will be useful, |
99 |
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of |
100 |
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
101 |
|
|
GNU General Public License for more details. |
102 |
|
|
|
103 |
|
|
You should have received a copy of the GNU General Public License |
104 |
|
|
along with this program; see the file COPYING. If not, write to |
105 |
|
|
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
106 |
|
|
Boston, MA 02111-1307, USA. |
107 |
|
|
|
108 |
|
|
*/ |
109 |
|
|
|
110 |
wakaba |
1.2 |
/* $Date: 2003/07/19 03:06:55 $ */ |