OSDN Git Service

LPC4330i存部のコードを追加。ビルドが通る。
[toppersasp4lpc/asp.git] / asp / target / lpc4330_generic_gcc / doxygen.css
1 /* The standard CSS for doxygen */
2
3 body, table, div, p, dl {
4         font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
5         font-size: 12px;
6 }
7
8 /* @group Heading Levels */
9
10 h1 {
11         text-align: center;
12         font-size: 150%;
13 }
14
15 h2 {
16         font-size: 120%;
17 }
18
19 h3 {
20         font-size: 100%;
21 }
22
23 dt {
24         font-weight: bold;
25 }
26
27 div.multicol {
28         -moz-column-gap: 1em;
29         -webkit-column-gap: 1em;
30         -moz-column-count: 3;
31         -webkit-column-count: 3;
32 }
33
34 p.startli, p.startdd, p.starttd {
35         margin-top: 2px;
36 }
37
38 p.endli {
39         margin-bottom: 0px;
40 }
41
42 p.enddd {
43         margin-bottom: 4px;
44 }
45
46 p.endtd {
47         margin-bottom: 2px;
48 }
49
50 /* @end */
51
52 caption {
53         font-weight: bold;
54 }
55
56 span.legend {
57         font-size: 70%;
58         text-align: center;
59 }
60
61 h3.version {
62         font-size: 90%;
63         text-align: center;
64 }
65
66 div.qindex, div.navtab{
67         background-color: #e8eef2;
68         border: 1px solid #84b0c7;
69         text-align: center;
70         margin: 2px;
71         padding: 2px;
72 }
73
74 div.qindex, div.navpath {
75         width: 100%;
76         line-height: 140%;
77 }
78
79 div.navtab {
80         margin-right: 15px;
81 }
82
83 /* @group Link Styling */
84
85 a {
86         color: #153788;
87         font-weight: normal;
88         text-decoration: none;
89 }
90
91 .contents a:visited {
92         color: #1b77c5;
93 }
94
95 a:hover {
96         text-decoration: underline;
97 }
98
99 a.qindex {
100         font-weight: bold;
101 }
102
103 a.qindexHL {
104         font-weight: bold;
105         background-color: #6666cc;
106         color: #ffffff;
107         border: 1px double #9295C2;
108 }
109
110 .contents a.qindexHL:visited {
111         color: #ffffff;
112 }
113
114 a.el {
115         font-weight: bold;
116 }
117
118 a.elRef {
119 }
120
121 a.code {
122         color: #3030f0;
123 }
124
125 a.codeRef {
126         color: #3030f0;
127 }
128
129 /* @end */
130
131 dl.el {
132         margin-left: -1cm;
133 }
134
135 .fragment {
136         font-family: monospace, fixed;
137         font-size: 105%;
138 }
139
140 pre.fragment {
141         border: 1px solid #CCCCCC;
142         background-color: #f5f5f5;
143         padding: 4px 6px;
144         margin: 4px 8px 4px 2px;
145         overflow: auto;
146         word-wrap: break-word;
147         font-size:  9pt;
148         line-height: 125%;
149 }
150
151 div.ah {
152         background-color: black;
153         font-weight: bold;
154         color: #ffffff;
155         margin-bottom: 3px;
156         margin-top: 3px
157 }
158
159 div.groupHeader {
160         margin-left: 16px;
161         margin-top: 12px;
162         margin-bottom: 6px;
163         font-weight: bold;
164 }
165
166 div.groupText {
167         margin-left: 16px;
168         font-style: italic;
169 }
170
171 body {
172         background: white;
173         color: black;
174         margin-right: 20px;
175         margin-left: 20px;
176         margin-bottom: 1024px;
177 }
178
179 td.indexkey {
180         background-color: #e8eef2;
181         font-weight: bold;
182         border: 1px solid #CCCCCC;
183         margin: 2px 0px 2px 0;
184         padding: 2px 10px;
185 }
186
187 td.indexvalue {
188         background-color: #e8eef2;
189         border: 1px solid #CCCCCC;
190         padding: 2px 10px;
191         margin: 2px 0px;
192 }
193
194 tr.memlist {
195         background-color: #f0f0f0;
196 }
197
198 p.formulaDsp {
199         text-align: center;
200 }
201
202 img.formulaDsp {
203         
204 }
205
206 img.formulaInl {
207         vertical-align: middle;
208 }
209
210 div.center {
211         text-align: center;
212         margin-top: 0px;
213         margin-bottom: 0px;
214         padding: 0px;
215 }
216
217 div.center img {
218         border: 0px;
219 }
220
221 img.footer {
222         border: 0px;
223         vertical-align: middle;
224 }
225
226 /* @group Code Colorization */
227
228 span.keyword {
229         color: #008000
230 }
231
232 span.keywordtype {
233         color: #604020
234 }
235
236 span.keywordflow {
237         color: #e08000
238 }
239
240 span.comment {
241         color: #800000
242 }
243
244 span.preprocessor {
245         color: #806020
246 }
247
248 span.stringliteral {
249         color: #002080
250 }
251
252 span.charliteral {
253         color: #008080
254 }
255
256 span.vhdldigit { 
257         color: #ff00ff 
258 }
259
260 span.vhdlchar { 
261         color: #000000 
262 }
263
264 span.vhdlkeyword { 
265         color: #700070 
266 }
267
268 span.vhdllogic { 
269         color: #ff0000 
270 }
271
272 /* @end */
273
274 .search {
275         color: #003399;
276         font-weight: bold;
277 }
278
279 form.search {
280         margin-bottom: 0px;
281         margin-top: 0px;
282 }
283
284 input.search {
285         font-size: 75%;
286         color: #000080;
287         font-weight: normal;
288         background-color: #e8eef2;
289 }
290
291 td.tiny {
292         font-size: 75%;
293 }
294
295 .dirtab {
296         padding: 4px;
297         border-collapse: collapse;
298         border: 1px solid #84b0c7;
299 }
300
301 th.dirtab {
302         background: #e8eef2;
303         font-weight: bold;
304 }
305
306 hr {
307         height: 0px;
308         border: none;
309         border-top: 1px solid #666;
310 }
311
312 hr.footer {
313         height: 1px;
314 }
315
316 /* @group Member Descriptions */
317
318 .mdescLeft, .mdescRight,
319 .memItemLeft, .memItemRight,
320 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
321         background-color: #FAFAFA;
322         border: none;
323         margin: 4px;
324         padding: 1px 0 0 8px;
325 }
326
327 .mdescLeft, .mdescRight {
328         padding: 0px 8px 4px 8px;
329         color: #555;
330 }
331
332 .memItemLeft, .memItemRight, .memTemplParams {
333         border-top: 1px solid #ccc;
334 }
335
336 .memItemLeft, .memTemplItemLeft {
337         white-space: nowrap;
338 }
339
340 .memTemplParams {
341         color: #606060;
342         white-space: nowrap;
343 }
344
345 /* @end */
346
347 /* @group Member Details */
348
349 /* Styles for detailed member documentation */
350
351 .memtemplate {
352         font-size: 80%;
353         color: #606060;
354         font-weight: normal;
355         margin-left: 3px;
356 }
357
358 .memnav {
359         background-color: #e8eef2;
360         border: 1px solid #84b0c7;
361         text-align: center;
362         margin: 2px;
363         margin-right: 15px;
364         padding: 2px;
365 }
366
367 .memitem {
368         padding: 0;
369         margin-bottom: 10px;
370 }
371
372 .memname {
373         white-space: nowrap;
374         font-weight: bold;
375         margin-left: 6px;
376 }
377
378 .memproto {
379         border-top: 1px solid #84b0c7;          
380         border-left: 1px solid #84b0c7;         
381         border-right: 1px solid #84b0c7; 
382         padding: 0;
383         background-color: #d5e1e8;
384         font-weight: bold;
385         /* firefox specific markup */
386         background-image: -moz-linear-gradient(rgba(228, 233, 245, 1.0) 0%, rgba(193, 205, 232, 1.0) 100%);
387         -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
388         -moz-border-radius-topright: 8px;
389         -moz-border-radius-topleft: 8px;
390         /* webkit specific markup */
391         background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(228, 233, 245, 1.0)), to(rgba(193, 205, 232, 1.0)));
392         -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
393         -webkit-border-top-right-radius: 8px;
394         -webkit-border-top-left-radius: 8px;
395
396 }
397
398 .memdoc {
399         border-bottom: 1px solid #84b0c7;      
400         border-left: 1px solid #84b0c7;      
401         border-right: 1px solid #84b0c7; 
402         padding: 2px 5px;
403         background-color: #eef3f5;
404         border-top-width: 0;
405         /* firefox specific markup */
406         -moz-border-radius-bottomleft: 8px;
407         -moz-border-radius-bottomright: 8px;
408         -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
409         /* webkit specific markup */
410         -webkit-border-bottom-left-radius: 8px;
411         -webkit-border-bottom-right-radius: 8px;
412         -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
413 }
414
415 .paramkey {
416         text-align: right;
417 }
418
419 .paramtype {
420         white-space: nowrap;
421 }
422
423 .paramname {
424         color: #602020;
425         white-space: nowrap;
426 }
427 .paramname em {
428         font-style: normal;
429 }
430
431 /* @end */
432
433 /* @group Directory (tree) */
434
435 /* for the tree view */
436
437 .ftvtree {
438         font-family: sans-serif;
439         margin: 0.5em;
440 }
441
442 /* these are for tree view when used as main index */
443
444 .directory {
445         font-size: 9pt;
446         font-weight: bold;
447 }
448
449 .directory h3 {
450         margin: 0px;
451         margin-top: 1em;
452         font-size: 11pt;
453 }
454
455 /*
456 The following two styles can be used to replace the root node title
457 with an image of your choice.  Simply uncomment the next two styles,
458 specify the name of your image and be sure to set 'height' to the
459 proper pixel height of your image.
460 */
461
462 /*
463 .directory h3.swap {
464         height: 61px;
465         background-repeat: no-repeat;
466         background-image: url("yourimage.gif");
467 }
468 .directory h3.swap span {
469         display: none;
470 }
471 */
472
473 .directory > h3 {
474         margin-top: 0;
475 }
476
477 .directory p {
478         margin: 0px;
479         white-space: nowrap;
480 }
481
482 .directory div {
483         display: none;
484         margin: 0px;
485 }
486
487 .directory img {
488         vertical-align: -30%;
489 }
490
491 /* these are for tree view when not used as main index */
492
493 .directory-alt {
494         font-size: 100%;
495         font-weight: bold;
496 }
497
498 .directory-alt h3 {
499         margin: 0px;
500         margin-top: 1em;
501         font-size: 11pt;
502 }
503
504 .directory-alt > h3 {
505         margin-top: 0;
506 }
507
508 .directory-alt p {
509         margin: 0px;
510         white-space: nowrap;
511 }
512
513 .directory-alt div {
514         display: none;
515         margin: 0px;
516 }
517
518 .directory-alt img {
519         vertical-align: -30%;
520 }
521
522 /* @end */
523
524 address {
525         font-style: normal;
526         color: #333;
527 }
528
529 table.doxtable {
530         border-collapse:collapse;
531 }
532
533 table.doxtable td, table.doxtable th {
534         border: 1px solid #153788;
535         padding: 3px 7px 2px;
536 }
537
538 table.doxtable th {
539         background-color: #254798;
540         color: #FFFFFF;
541         font-size: 110%;
542         padding-bottom: 4px;
543         padding-top: 5px;
544         text-align:left;
545 }
546