OSDN Git Service

CVSリポジトリから移行。CVSのコミットログは、移行が面倒なので消失。
[csv-io-net/repo.git] / csv-io-net / doc / smartdoc.css
1 a:link
2 {
3     color: #3366aa;
4     text-decoration: none;
5 }
6
7 a:active
8 {
9     color: #6699cc;
10     text-decoration: none;
11 }
12
13 a:visited
14 {
15     color: #4477aa;
16     text-decoration: none;
17 }
18
19 a:hover
20 {
21     color: #6699cc;
22     text-decoration:underline;
23 }
24
25 body {
26     background: white;
27     font-family: times, serif;
28 }
29
30 h1, h2, h3, h4, h5, h6 {
31     font-family:verdana, arial, helvetica, Sans-Serif;
32     color: #990000;
33     background-color:#dddddd;
34     padding:.3em;
35     border:1px solid #999999;
36     margin:.5em 0px;
37     font-weight: bold;
38 }
39
40 h1 {
41     text-align: center;
42 }
43
44 hr {
45     text-align:center;
46     border-style:solid;
47     border-color:#999999;
48     border-width:1px 0px;
49 }
50
51 code {
52     border:1px solid #999999;
53     padding:.5em;
54     margin-left:1em;
55     margin-right:2em;
56     white-space:pre;
57     color:black;
58     background-color:white;
59 }
60
61 li p {
62     text-indent: 0pt;
63 }
64
65 dt {
66     font-weight: bold;
67 }
68
69 th p {
70     text-indent: 0pt;
71 }
72
73 td p {
74     text-indent: 0pt;
75 }
76
77 div.table {
78     text-align: center;
79 }
80
81 table.data {
82     border-collapse: separate;
83     text-align: justify;
84     margin-left: auto;
85     margin-right: auto;
86     margin-top: 10pt;
87     margin-bottom: 10pt;
88     background-color: green;
89 }
90
91 table.data caption {
92     background-color: khaki;
93     font-weight: bold;
94 }
95
96 table.data th {
97     color: yellow;
98     background-color: lightseagreen;
99 }
100
101 table.data td {
102     background-color: antiquewhite;
103 }
104
105 table.data td.key {
106     background-color: salmon;
107     font-weight: bold;
108 }
109
110
111 table.menu {
112     text-align: justify;
113     margin-left: auto;
114     margin-right: auto;
115     margin-top: 10pt;
116     margin-bottom: 10pt;
117     text-align: center;
118 }
119
120 table.menu caption {
121     background-color: khaki;
122     font-weight: bold;
123 }
124
125 table.menu th {
126     color: yellow;
127     background-color: lightseagreen;
128 }
129
130 table.menu td {
131     color: Maroon;
132     background-color: antiquewhite;
133     font-weight: bold;
134     padding: 10pt;
135 }
136
137 table.menu td.key {
138     font-size: x-large;
139     color: RoyalBlue;
140     background-color: LightGreen;
141     font-weight: bold;
142     padding: 10pt;
143 }
144
145 table.menu td.key A:link {
146     color: RoyalBlue;
147 }
148
149 table.menu td.key A:visited {
150     color: RoyalBlue;
151 }
152
153 table.navigator {
154     text-align: justify;
155     margin-left: auto;
156     margin-right: auto;
157 }
158
159 table.navigator td {
160     text-align: center;
161     font-weight: bold;
162 }
163
164 table.languages {
165     text-align: justify;
166     margin-left: auto;
167     margin-right: auto;
168     margin-bottom: 0pt;
169     margin-top: 0pt;
170     font-size: x-small;
171     position: absolute;
172     right: 0pt;
173 }
174
175 table.languages td.current {
176 }
177
178 table.languages td.other {
179     background-color: Orange;
180 }
181
182 p {
183     text-indent: 1em;
184 }
185
186 div.title {
187     text-align: center;
188 }
189
190 span.title {
191     font-size: larger;
192 }
193
194 span.subtitle {
195     font-size: smaller;
196 }
197
198 div.toc {
199     border: 1px solid #999999;
200     background-color: #eeeeee;
201     margin:1em;
202 }
203
204 div.date {
205     text-align: center;
206 }
207
208 div.org {
209     text-align: center;
210 }
211
212 div.author {
213     text-align: center;
214     font-weight: bold;
215 }
216
217 div.email {
218     text-align: center;
219 }
220
221 div.hp {
222     text-align: center;
223 }
224
225 div.summary {
226     color: maroon;
227     background: darkkhaki;
228     border-style: inset;
229     border-color: khaki;
230     margin-top: 20pt;
231     margin-bottom: 20pt;
232     margin-left: 30pt;
233     margin-right: 30pt;
234     padding: 5pt;
235 }
236
237 div.comment {
238     color: red;
239     background: yellow;
240 }
241
242 span.comment {
243     color: red;
244     background: yellow;
245 }
246
247 div.navigator {
248     background: khaki;
249     border-top: 1pt solid black;
250     border-bottom: 1pt solid black;
251     text-align: center;
252     margin-top: 10pt;
253     margin-bottom: 10pt;
254 }
255
256 div.navigatortop {
257     background: khaki;
258     border-top: 1pt solid black;
259     border-bottom: 1pt solid black;
260     text-align: center;
261     margin-bottom: 10pt;
262 }
263
264 div.navigatorbottom {
265     background: khaki;
266     border-top: 1pt solid black;
267     border-bottom: 1pt solid black;
268     text-align: center;
269     margin-top: 10pt;
270 }
271
272 div.languages {
273     text-align: right;
274 }
275
276 div.footnote {
277     background: antiquewhite;
278 }
279
280 div.fyi {
281     color: maroon;
282     background: peachpuff;
283     padding: 5pt;
284     margin-top: 10pt;
285     margin-bottom: 10pt;
286 }
287
288 div.fyi div.title {
289     background: antiquewhite;
290     font-weight: bold;
291     padding: 5pt;
292     margin-top: 5pt;
293     margin-bottom: 5pt;
294 }
295
296 div.caption {
297     background: lavender;
298     font-weight: bold;
299     padding: 5pd;
300     width: 300pt;
301     margin-top: 10pt;
302 }
303
304 div.result {
305     background: ivory;
306     border-style: inset;
307     border-color: gold;
308     padding: 10pt;
309     margin-top: 10pt;
310     margin-bottom: 10pt;
311 }
312
313 span.caption {
314     background: lavender;
315     font-weight: bold;
316 }
317
318 pre {
319     border:1px solid #999999;
320     padding:.5em;
321     margin-left:1em;
322     margin-right:2em;
323     white-space:pre;
324     color:black;
325     background-color:white;
326 }
327
328 var {
329     color: green;
330     font-style: italic;
331 }
332
333 tt {
334     font-family: courier, monospace;
335 }
336
337 code {
338     border:1px solid #999999;
339     padding:.5em;
340     margin-left:1em;
341     margin-right:2em;
342     white-space:pre;
343     color:black;
344     background-color:white;
345 }
346
347 span.toggle {
348     font-weight: bold;
349 }
350
351 div.figure {
352     text-align: center;
353 }
354
355 img.figure {
356     margin: 10pt;
357 }
358
359 div.equation {
360     margin-top: 1em;
361     margin-right: 30pt;
362     margin-bottom: 1em;
363     padding-top: 1em;
364     padding-left: 4em;
365     padding-bottom: 1em;
366     background: powderblue;
367 }
368
369 div.equation table {
370 }
371
372 div.equation table td.padding {
373     width:2em
374 }
375
376 td.equationNumber {
377     width: 4em;
378     text-align: right;
379 }