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