1/*****************************************************************************
2	Man Page Style Sheet
3 *****************************************************************************/
4
5BODY, TR
6{
7	font-size			: 90%;
8
9	background-color	: #fff;
10	color				: #111;
11
12	margin				: 8px;
13	padding				: 0px;
14}
15
16
17/*============================================================
18	Heading Styles
19 *============================================================*/
20
21H1
22{
23	font-weight			: bold;
24	font-size			: 180%;
25
26	margin				: 0px 0px 20px  0px;
27	padding				: 0px 0px  0px 10px;
28
29	border-style		: none none solid none;
30	border-width		: 3px;
31	border-color		: #48f;
32}
33
34H2
35{
36	font-weight			: bold;
37	font-size			: 140%;
38
39	margin				: 30px 0px 10px  0px;
40	padding				:  0px 0px  0px 10px;
41
42	border-style		: none none solid double;
43	border-width		: 0px 0px 2px 8px;
44	border-color		: #49f;
45}
46
47H3
48{
49	font-weight			: bold;
50	font-size			: 120%;
51
52	margin				: 20px 0px 10px 5px;
53	padding				: 0px;
54
55	border-style		: none none solid none;
56	border-width		: 0px 0px 2px 0px;
57	border-color		: #49f;
58}
59
60/*============================================================
61	Table Styles
62 *============================================================*/
63
64TABLE
65{
66	width			    : 95%;
67	padding				: 0px;
68
69	border-color	: #c0c0c0;
70
71    border-collapse: collapse;
72}
73
74TABLE TD, TABLE TH
75{
76	text-align			: left;
77
78	padding				: 4px 8px;
79
80    border: 1px solid #c0c0c0;
81}
82
83TR
84{
85	background-color: #eef;
86}
87
88TH
89{
90    font-weight     : bold;
91	width			: 20%;
92}
93
94THEAD TR
95{
96    font-weight     : bold;
97	background-color: #ddf;
98}
99
100TH.category
101{
102	font-weight			: bold;
103	background			: #acf;
104}
105
106
107/*============================================================
108	Writing Style Reference
109 *============================================================*/
110
111P.reference
112{
113	font-size			: 100%;
114	font-weight			: normal;
115
116	padding				: 0px;
117}
118
119
120/*============================================================
121	History Style
122 *============================================================*/
123
124DL.history DT
125{
126	font-style			: normal;
127	font-weight			: bold;
128	text-align			: left;
129	font-size			: 9pt;
130
131	margin				: 0px;
132	padding				: 0px;
133
134/*	background			: #eef; */
135}
136
137DL.history DD
138{
139	font-style			: normal;
140	font-weight			: normal;
141	text-align			: left;
142	font-size			: 10pt;
143
144	margin				: 0px 0px 4px 0px;
145	padding				: 0px;
146}
147
148
149/*============================================================
150	Description Styles
151 *============================================================*/
152
153DIV.section
154{
155	margin				: 0px 8px 10px 20px;
156	padding				: 0px;
157}
158
159P
160{
161	font-weight			: normal;
162}
163
164PRE
165{
166	padding: 10px;
167
168	background: #f0f0f0;
169	border: 1px solid #ccc;
170	white-space: pre-wrap;
171}
172
173CODE
174{
175	padding: 0;
176
177}
178
179
180UL
181{
182	font-weight			: normal;
183
184	margin				: 0px 8px 10px 1em;
185	padding				: 0px;
186}
187
188OL
189{
190	font-weight			: normal;
191
192	margin				: 0px 8px 10px 1em;
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	For Creating Tables
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