1 |
@charset 'iso-2022-jp'; |
2 |
@namespace s 'urn:x-suika-fam-cx:markup:slide:1'; |
3 |
@namespace h1 'http://www.w3.org/1999/xhtml'; |
4 |
@namespace h 'http://www.w3.org/2002/06/xhtml2'; |
5 |
|
6 |
/* Meta informations */ |
7 |
h|head { |
8 |
display: none; |
9 |
} |
10 |
|
11 |
/* Slideset (root element) */ |
12 |
s|slides { |
13 |
display: block; |
14 |
margin: 0; border-style: none; padding: 0; |
15 |
} |
16 |
|
17 |
/* A slide */ |
18 |
s|slide { |
19 |
display: block; |
20 |
padding: 1em; |
21 |
overflow: hidden; |
22 |
line-height: 1.0; |
23 |
font-family: sans-serif; |
24 |
} |
25 |
|
26 |
/* Headings */ |
27 |
h|h { |
28 |
display: block; |
29 |
font-weight: bolder; |
30 |
} |
31 |
/* Main heading (slide title) */ |
32 |
h|h:first-child { |
33 |
text-align: center; |
34 |
font-size: 200%; |
35 |
} |
36 |
|
37 |
/* List */ |
38 |
h|ul, h|nl { |
39 |
display: block; |
40 |
margin-top: 1em; margin-bottom: 1em; |
41 |
list-style-item: disc; |
42 |
} |
43 |
h|ul h|ul, h|nl h|ul, h|ul h|nl, h|nl h|nl { |
44 |
margin-top: 0; |
45 |
margin-bottom: 0; |
46 |
list-style-type: circle; |
47 |
} |
48 |
h|ul h|ul h|ul, h|nl h|ul h|ul, h|ul h|nl h|ul, h|nl h|nl h|ul, |
49 |
h|ul h|ul h|nl, h|nl h|ul h|nl, h|ul h|nl h|nl, h|nl h|nl h|nl { |
50 |
list-style-type: square; |
51 |
} |
52 |
h|li { |
53 |
display: list-item; |
54 |
margin-left: 1em; |
55 |
list-style-position: outer; |
56 |
} |
57 |
/* |
58 |
h|li[class~="so-that"] { |
59 |
} |
60 |
h|li[class~="so-that"]:before { |
61 |
content: "$B"*(B"; |
62 |
display: /* marker *//* inline; |
63 |
} |
64 |
*/ |
65 |
|
66 |
h|dl { |
67 |
display: block; |
68 |
margin-top: 1em; |
69 |
margin-bottom: 1em; |
70 |
} |
71 |
h|dt { |
72 |
display: list-item; |
73 |
margin-left: 1em; |
74 |
} |
75 |
h|dd { |
76 |
display: block; |
77 |
margin-left: 3em; |
78 |
} |
79 |
|
80 |
s|fig { |
81 |
display: block; |
82 |
} |
83 |
|
84 |
s|fig > *:first-node { |
85 |
display: block; |
86 |
margin-left: auto; |
87 |
margin-right: auto; |
88 |
border: 3px groove black; |
89 |
padding: 2px; |
90 |
} |
91 |
|
92 |
s|fig s|caption { |
93 |
display: block; |
94 |
text-align: center; |
95 |
font-weight: bolder; |
96 |
} |
97 |
|
98 |
s|seqNo[name] { |
99 |
display: inline; |
100 |
-moz-binding: url(slide-xbl.xml#seqNo); |
101 |
} |
102 |
s|seqNo[name]:before { |
103 |
content: "(" attr(-seq-no) ")"; |
104 |
} |
105 |
s|seqNo:not([-seq-no]):before { |
106 |
content: "(n)"; |
107 |
} |
108 |
s|ref[to] { |
109 |
-moz-binding: url(slide-xbl.xml#refTo); |
110 |
} |
111 |
|
112 |
[xml|space="preserve"] { |
113 |
white-space: pre; |
114 |
font-family: monospace; |
115 |
} |
116 |
|
117 |
h|dfn { |
118 |
font-weight: bolder; |
119 |
} |