1 |
@charset 'iso-2022-jp'; |
2 |
@namespace h 'http://www.w3.org/2002/06/xhtml2'; |
3 |
|
4 |
/* Meta information */ |
5 |
h|head { |
6 |
display: block; |
7 |
max-width: 0; |
8 |
max-height: 0; |
9 |
visibility: hidden; |
10 |
overflow: hidden; |
11 |
} |
12 |
|
13 |
h|title { |
14 |
display: inline; |
15 |
-moz-binding: url(http://suika.fam.cx/www/style/ui/title.xbl#title); |
16 |
} |
17 |
|
18 |
/* Headings */ |
19 |
h|h { |
20 |
display: block; |
21 |
font-weight: bolder; |
22 |
} |
23 |
|
24 |
/* List */ |
25 |
h|ul, h|nl { |
26 |
display: block; |
27 |
margin-top: 1em; margin-bottom: 1em; |
28 |
list-style-item: disc; |
29 |
} |
30 |
h|ul h|ul, h|nl h|ul, h|ul h|nl, h|nl h|nl { |
31 |
margin-top: 0; |
32 |
margin-bottom: 0; |
33 |
list-style-type: circle; |
34 |
} |
35 |
h|ul h|ul h|ul, h|nl h|ul h|ul, h|ul h|nl h|ul, h|nl h|nl h|ul, |
36 |
h|ul h|ul h|nl, h|nl h|ul h|nl, h|ul h|nl h|nl, h|nl h|nl h|nl { |
37 |
list-style-type: square; |
38 |
} |
39 |
h|li { |
40 |
display: list-item; |
41 |
margin-left: 1em; |
42 |
list-style-position: outer; |
43 |
} |
44 |
|
45 |
h|ol { |
46 |
display: block; |
47 |
margin-top: 1em; margin-bottom: 1em; |
48 |
} |
49 |
h|ol > h|li { |
50 |
display: block; |
51 |
margin-left: 0; |
52 |
list-style-item: none; |
53 |
text-align: center; |
54 |
} |
55 |
h|ol > h|li + h|li:before { |
56 |
content: "$B"-(B"; |
57 |
display: block; |
58 |
text-align: center; |
59 |
} |
60 |
|
61 |
h|dl { |
62 |
display: block; |
63 |
margin-top: 1em; |
64 |
margin-bottom: 1em; |
65 |
} |
66 |
h|dt { |
67 |
display: list-item; |
68 |
margin-left: 1em; |
69 |
} |
70 |
h|dd { |
71 |
display: block; |
72 |
margin-left: 3em; |
73 |
} |
74 |
|
75 |
h|p { |
76 |
display: block; |
77 |
text-indent: 1em; |
78 |
} |
79 |
|
80 |
h|l { |
81 |
display: block; |
82 |
} |
83 |
|
84 |
h|dfn { |
85 |
font-weight: bolder; |
86 |
} |
87 |
|
88 |
h|table { |
89 |
display: table; |
90 |
margin-left: auto; |
91 |
margin-right: auto; |
92 |
margin-top: 1em; |
93 |
margin-bottom: 1em; |
94 |
} |
95 |
h|tbody { |
96 |
display: table-row-group; |
97 |
} |
98 |
h|tr { |
99 |
display: table-row; |
100 |
} |
101 |
h|th, h|td { |
102 |
display: table-cell; |
103 |
} |
104 |
|
105 |
|
106 |
|