10 |
|
|
11 |
body { |
body { |
12 |
display: block; |
display: block; |
13 |
margin-left: 1.5em; |
margin: 1em 1.5em; |
|
margin-right: 1.5em; |
|
14 |
} |
} |
15 |
|
|
16 |
section { |
section { |
17 |
display: block; |
display: block; |
18 |
margin-left: 0.5em; |
margin: 1em 0.5em; |
|
margin-right: 0.5em; |
|
19 |
} |
} |
20 |
|
|
21 |
section + section { |
section + section { |
24 |
|
|
25 |
h { |
h { |
26 |
display: block; |
display: block; |
27 |
margin-left: -1em; |
margin-left: -0.5em; |
28 |
margin-bottom: 0.5em; |
margin-bottom: 0.5em; |
29 |
font-size: 120%; |
font-size: 120%; |
30 |
font-weight: bolder; |
font-weight: bolder; |
31 |
line-height: 1.2; |
line-height: 1.2; |
32 |
} |
} |
33 |
|
|
34 |
|
body > h { /* h1 */ |
35 |
|
margin-left: 2em; |
36 |
|
margin-right: 2em; |
37 |
|
text-align: center; |
38 |
|
font-size: 140%; |
39 |
|
} |
40 |
|
|
41 |
p { |
p { |
42 |
display: block; |
display: block; |
43 |
text-indent: 1em; |
text-indent: 1em; |
44 |
|
text-align: justify; |
45 |
} |
} |
46 |
|
|
47 |
l { |
l { |
52 |
display: block; |
display: block; |
53 |
} |
} |
54 |
|
|
55 |
|
code, samp, kbd { |
56 |
|
font-family: "Courier New", "Courier", monospace; |
57 |
|
letter-spacing: 0.1em; |
58 |
|
} |
59 |
|
|
60 |
code.uri:before, code.mail:before { |
code.uri:before, code.mail:before { |
61 |
content: "<"; |
content: "<"; |
62 |
} |
} |
63 |
code.uri:after, code.mail:after { |
code.uri:after, code.mail:after { |
64 |
content: ">"; |
content: ">"; |
65 |
} |
} |
66 |
|
code.math { |
67 |
|
font-family: "Times New Roman", "Times", serif; |
68 |
|
} |
69 |
|
var { |
70 |
|
font-style: italic; |
71 |
|
} |
72 |
|
dfn { |
73 |
|
font-weight: bolder; |
74 |
|
} |
75 |
|
|
76 |
/* List */ |
/* List */ |
77 |
|
|
101 |
border: solid thin -moz-hyperlinktext; |
border: solid thin -moz-hyperlinktext; |
102 |
} |
} |
103 |
|
|
104 |
|
/* |
105 |
|
* $B8@8l>pJs$G>l9gJ,$1$9$k$N$O@5$7$/$J$$$,!"8=:_$N(B CSS |
106 |
|
* $B$K$OMQ;z7O$NA*Br;R$,$J$$$+$i!"6a;wE*$K$3$l$r;H$&!#(B |
107 |
|
*/ |
108 |
|
|
109 |
|
[xml|lang|="ja"] cite { |
110 |
|
quotes: "$B!X(B" "$B!Y(B" "$B!V(B" "$B!W(B"; |
111 |
|
font-style: normal; |
112 |
|
} |
113 |
|
[xml|lang|="ja"] cite:before { |
114 |
|
content: open-quote; |
115 |
|
} |
116 |
|
[xml|lang|="ja"] cite:after { |
117 |
|
content: close-quote; |
118 |
|
} |
119 |
|
[xml|lang|="en"] cite { |
120 |
|
quotes: none; |
121 |
|
font-style: italic; |
122 |
|
} |
123 |
|
[xml|lang|="en"] cite cite { |
124 |
|
quotes: none; |
125 |
|
font-style: normal; |
126 |
|
} |
127 |
|
[xml|lang|="en"] cite:before, |
128 |
|
[xml|lang|="en"] cite:after { |
129 |
|
content: none; |
130 |
|
} |
131 |
|
|
132 |
|
th[scope="row"] { |
133 |
|
text-align: left; |
134 |
|
} |
135 |
|
th[scope="col"] { |
136 |
|
text-align: center; |
137 |
|
} |
138 |
|
|
139 |
/* License |
/* License |
140 |
|
|
141 |
Copyright 2003 Wakaba <w@suika.fam.cx>. |
Copyright 2003-2004 Wakaba <w@suika.fam.cx>. |
142 |
|
|
143 |
This program is free software; you can redistribute it and/or modify |
This program is free software; you can redistribute it and/or modify |
144 |
it under the terms of the GNU General Public License as published by |
it under the terms of the GNU General Public License as published by |