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}
171
172CODE
173{
174	padding: 0;
175
176}
177
178
179UL
180{
181	font-weight			: normal;
182
183	margin				: 0px 8px 10px 40px;
184	padding				: 0px;
185}
186
187OL
188{
189	font-weight			: normal;
190
191	margin				: 0px 8px 10px 50px;
192	padding				: 0px;
193
194	list-style-type		: decimal;
195}
196
197LI
198{
199	margin				: 0px 8px 2px 16px;
200	padding				: 0px;
201}
202
203CODE
204{
205}
206
207
208P.warning
209{
210	color				: red;
211	font-weight			: bold;
212	border				: solid 2px red;
213	padding				: 1em;
214}
215
216P.notice
217{
218	color				: black;
219	font-weight			: bold;
220	border				: solid 1px black;
221	padding				: 1em;
222}
223
224SPAN.argument {
225	font-style	: oblique;
226	font-weight	: bold;
227}
228
229/*============================================================
230	Display Styles
231 *============================================================*/
232
233SPAN.func_attr
234{
235	font-size			: 8pt;
236	color				: white;
237	font-weight			: bold;
238	background			: #44f;
239	border-left			: solid 1px #aaf;
240	border-top			: solid 1px #aaf;
241	border-right		: solid 1px #00c;
242	border-bottom		: solid 1px #00c;
243	padding-left		: 2px;
244	padding-right		: 2px;
245}
246
247SPAN.func_sdkver
248{
249	font-size			: 8pt;
250	color				: white;
251	font-weight			: bold;
252	background			: #0a0;
253	border-left			: solid 1px #0f0;
254	border-top			: solid 1px #0f0;
255	border-right		: solid 1px #060;
256	border-bottom		: solid 1px #060;
257	padding-left		: 2px;
258	padding-right		: 2px;
259}
260
261/*============================================================
262	For Creating Tables
263 *============================================================*/
264
265span.static_style
266{
267    font-size			: 8pt;
268    color				: white;
269    font-weight			: bold;
270    background			: #44f;
271    border-left			: solid 1px #aaf;
272    border-top			: solid 1px #aaf;
273    border-right		: solid 1px #00c;
274    border-bottom		: solid 1px #00c;
275    padding-left		: 2px;
276    padding-right		: 2px;
277}
278
279span.virtual_style
280{
281    font-size			 : 8pt;
282    color				 : white;
283    font-weight			: bold;
284    background			: #0a0;
285    border-left			: solid 1px #0f0;
286    border-top			: solid 1px #0f0;
287    border-right		: solid 1px #060;
288    border-bottom		: solid 1px #060;
289    padding-left		: 2px;
290    padding-right		: 2px;
291}
292
293span.protected_style
294{
295    font-size			 : 8pt;
296    color				 : white;
297    font-weight			: bold;
298    background			: #444;
299    border-left			: solid 1px #ccc;
300    border-top			: solid 1px #ccc;
301    border-right		: solid 1px #222;
302    border-bottom		: solid 1px #222;
303    padding-left		: 2px;
304    padding-right		: 2px;
305}
306
307table.table, table.table td, table.table th
308{
309    border-collapse: collapse;
310    background-color: white;
311}
312
313table.table
314{
315    width: auto;
316    margin: 1em;
317    position	: static;
318    font-family	: Arial;
319}
320
321table.table td, table.table th
322{
323    padding: 0.2em;
324}
325
326table.table td.number, table.table th.number
327{
328    text-align: right;
329}
330
331table.table tbody tr th
332{
333    text-align: left;
334    font-weight: normal;
335    width: auto;
336}
337
338table.table thead tr th,
339table.table tbody tr th.category
340{
341    padding: 0 0.2em;
342}
343
344table.table caption
345{
346    font-weight: bold;
347    padding: 0.4em;
348}
349
350table.table th
351{
352    font-weight			: bold;
353    background			: #acf;
354}
355
356