1/*****************************************************************************
2	Man Page Style Sheet
3
4 *****************************************************************************/
5
6BODY, TR
7{
8	font-size			: 90%;
9
10	background-color	: #fff;
11	color				: #111;
12
13	margin				: 8px;
14	padding				: 0px;
15}
16
17
18/*============================================================
19	Heading Styles
20 *============================================================*/
21
22H1
23{
24	font-weight			: bold;
25	font-size			: 180%;
26
27	margin				: 0px 0px 20px  0px;
28	padding				: 0px 0px  0px 10px;
29
30	border-style		: none none solid none;
31	border-width		: 3px;
32	border-color		: #48f;
33}
34
35H2
36{
37	font-weight			: bold;
38	font-size			: 140%;
39
40	margin				: 30px 0px 10px  0px;
41	padding				:  0px 0px  0px 10px;
42
43	border-style		: none none solid double;
44	border-width		: 0px 0px 2px 8px;
45	border-color		: #49f;
46}
47
48H3
49{
50	font-weight			: bold;
51	font-size			: 120%;
52
53	margin				: 20px 0px 10px 5px;
54	padding				: 0px;
55
56	border-style		: none none solid none;
57	border-width		: 0px 0px 2px 0px;
58	border-color		: #49f;
59}
60
61/*============================================================
62	Table Styles
63 *============================================================*/
64
65TABLE
66{
67	width			    : 95%;
68	padding				: 0px;
69
70	border-color	: #c0c0c0;
71
72    border-collapse: collapse;
73}
74
75TABLE TD, TABLE TH
76{
77	text-align			: left;
78
79	padding				: 4px 8px;
80
81    border: 1px solid #c0c0c0;
82}
83
84TR
85{
86	background-color: #eef;
87}
88
89TH
90{
91    font-weight     : bold;
92	width			: 20%;
93}
94
95THEAD TR
96{
97    font-weight     : bold;
98	background-color: #ddf;
99}
100
101TH.category
102{
103	font-weight			: bold;
104	background			: #acf;
105}
106
107
108/*============================================================
109	Writing Style Reference
110 *============================================================*/
111
112P.reference
113{
114	font-size			: 100%;
115	font-weight			: normal;
116
117	padding				: 0px;
118}
119
120
121/*============================================================
122	History Style
123 *============================================================*/
124
125DL.history DT
126{
127	font-style			: normal;
128	font-weight			: bold;
129	text-align			: left;
130	font-size			: 9pt;
131
132	margin				: 0px;
133	padding				: 0px;
134
135/*	background			: #eef; */
136}
137
138DL.history DD
139{
140	font-style			: normal;
141	font-weight			: normal;
142	text-align			: left;
143	font-size			: 10pt;
144
145	margin				: 0px 0px 4px 0px;
146	padding				: 0px;
147}
148
149
150/*============================================================
151	Description Styles
152 *============================================================*/
153
154DIV.section
155{
156	margin				: 0px 8px 10px 20px;
157	padding				: 0px;
158}
159
160P
161{
162	font-weight			: normal;
163}
164
165PRE
166{
167	padding: 10px;
168
169	background: #f0f0f0;
170	border: 1px solid #ccc;
171}
172
173CODE
174{
175	padding: 0;
176
177}
178
179
180UL
181{
182	font-weight			: normal;
183
184	margin				: 0px 8px 10px 40px;
185	padding				: 0px;
186}
187
188OL
189{
190	font-weight			: normal;
191
192	margin				: 0px 8px 10px 50px;
193	padding				: 0px;
194
195	list-style-type		: decimal;
196}
197
198LI
199{
200	margin				: 0px 8px 2px 16px;
201	padding				: 0px;
202}
203
204CODE
205{
206}
207
208
209P.warning
210{
211	color				: red;
212	font-weight			: bold;
213	border				: solid 2px red;
214	padding				: 1em;
215}
216
217P.notice
218{
219	color				: black;
220	font-weight			: bold;
221	border				: solid 1px black;
222	padding				: 1em;
223}
224
225SPAN.argument {
226	font-style	: oblique;
227	font-weight	: bold;
228}
229
230/*============================================================
231	Display Styles
232 *============================================================*/
233
234SPAN.func_attr
235{
236	font-size			: 8pt;
237	color				: white;
238	font-weight			: bold;
239	background			: #44f;
240	border-left			: solid 1px #aaf;
241	border-top			: solid 1px #aaf;
242	border-right		: solid 1px #00c;
243	border-bottom		: solid 1px #00c;
244	padding-left		: 2px;
245	padding-right		: 2px;
246}
247
248SPAN.func_sdkver
249{
250	font-size			: 8pt;
251	color				: white;
252	font-weight			: bold;
253	background			: #0a0;
254	border-left			: solid 1px #0f0;
255	border-top			: solid 1px #0f0;
256	border-right		: solid 1px #060;
257	border-bottom		: solid 1px #060;
258	padding-left		: 2px;
259	padding-right		: 2px;
260}
261
262/*============================================================
263	テーブル作成用
264 *============================================================*/
265
266span.static_style
267{
268    font-size			: 8pt;
269    color				: white;
270    font-weight			: bold;
271    background			: #44f;
272    border-left			: solid 1px #aaf;
273    border-top			: solid 1px #aaf;
274    border-right		: solid 1px #00c;
275    border-bottom		: solid 1px #00c;
276    padding-left		: 2px;
277    padding-right		: 2px;
278}
279
280span.virtual_style
281{
282    font-size			 : 8pt;
283    color				 : white;
284    font-weight			: bold;
285    background			: #0a0;
286    border-left			: solid 1px #0f0;
287    border-top			: solid 1px #0f0;
288    border-right		: solid 1px #060;
289    border-bottom		: solid 1px #060;
290    padding-left		: 2px;
291    padding-right		: 2px;
292}
293
294span.protected_style
295{
296    font-size			 : 8pt;
297    color				 : white;
298    font-weight			: bold;
299    background			: #444;
300    border-left			: solid 1px #ccc;
301    border-top			: solid 1px #ccc;
302    border-right		: solid 1px #222;
303    border-bottom		: solid 1px #222;
304    padding-left		: 2px;
305    padding-right		: 2px;
306}
307
308table.table, table.table td, table.table th
309{
310    border-collapse: collapse;
311    background-color: white;
312}
313
314table.table
315{
316    width: auto;
317    margin: 1em;
318    position	: static;
319    font-family	: Arial;
320}
321
322table.table td, table.table th
323{
324    padding: 0.2em;
325}
326
327table.table td.number, table.table th.number
328{
329    text-align: right;
330}
331
332table.table tbody tr th
333{
334    text-align: left;
335    font-weight: normal;
336    width: auto;
337}
338
339table.table thead tr th,
340table.table tbody tr th.category
341{
342    padding: 0 0.2em;
343}
344
345table.table caption
346{
347    font-weight: bold;
348    padding: 0.4em;
349}
350
351table.table th
352{
353    font-weight			: bold;
354    background			: #acf;
355}
356
357