35 |
display: block; |
display: block; |
36 |
text-indent: 1em; |
text-indent: 1em; |
37 |
margin: 0 1em; |
margin: 0 1em; |
38 |
|
text-align: justify; |
39 |
|
} |
40 |
|
|
41 |
|
ul, ol, dl { |
42 |
|
display: block; |
43 |
|
margin: 1em; |
44 |
|
padding: 0; |
45 |
|
} |
46 |
|
|
47 |
|
dt, li { |
48 |
|
display: list-item; |
49 |
|
margin-left: 1em; |
50 |
|
padding-left: 0.5em; |
51 |
|
list-style: disc; |
52 |
|
} |
53 |
|
dt dt, li li { |
54 |
|
list-style: square; |
55 |
|
} |
56 |
|
dd { |
57 |
|
display: block; |
58 |
|
margin-left: 3em; |
59 |
|
padding-left: 0; |
60 |
|
} |
61 |
|
|
62 |
|
li:first-child:last-child { |
63 |
|
list-style: disc; |
64 |
} |
} |
65 |
|
|
66 |
blockquote { |
blockquote { |
67 |
display: block; |
display: block; |
68 |
} |
} |
69 |
|
|
70 |
code.uri { |
code { |
71 |
|
font-family: "Courier New", "Courier", monospace; |
72 |
|
letter-spacing: 0.1em; |
73 |
|
} |
74 |
|
|
75 |
|
code.uri, code.mail { |
76 |
font-size: smaller; |
font-size: smaller; |
77 |
|
font-style: italic; |
78 |
|
font-family: "Times New Roman", "Times", serif; |
79 |
|
} |
80 |
|
code.math { |
81 |
|
font-family: "Times New Roman", "Times", serif; |
82 |
|
} |
83 |
|
var { |
84 |
|
font-style: italic; |
85 |
} |
} |
86 |
|
|
87 |
/* |
/* |
112 |
content: none; |
content: none; |
113 |
} |
} |
114 |
|
|
115 |
|
th[scope="row"] { |
116 |
|
text-align: left; |
117 |
|
} |
118 |
|
th[scope="col"] { |
119 |
|
text-align: center; |
120 |
|
} |
121 |
|
|
122 |
/* License |
/* License |
123 |
|
|
124 |
Copyright 2003 Wakaba <w@suika.fam.cx>. |
Copyright 2003 Wakaba <w@suika.fam.cx>. |