OpenCores
URL https://opencores.org/ocsvn/aoocs/aoocs/trunk

Subversion Repositories aoocs

[/] [aoocs/] [trunk/] [doc/] [doxygen/] [html/] [doxygen.css] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 alfik
/* 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
        font-size: 150%;
12
}
13
 
14
h2 {
15
        font-size: 120%;
16
}
17
 
18
h3 {
19
        font-size: 100%;
20
}
21
 
22
dt {
23
        font-weight: bold;
24
}
25
 
26
div.multicol {
27
        -moz-column-gap: 1em;
28
        -webkit-column-gap: 1em;
29
        -moz-column-count: 3;
30
        -webkit-column-count: 3;
31
}
32
 
33
p.startli, p.startdd, p.starttd {
34
        margin-top: 2px;
35
}
36
 
37
p.endli {
38
        margin-bottom: 0px;
39
}
40
 
41
p.enddd {
42
        margin-bottom: 4px;
43
}
44
 
45
p.endtd {
46
        margin-bottom: 2px;
47
}
48
 
49
/* @end */
50
 
51
caption {
52
        font-weight: bold;
53
}
54
 
55
span.legend {
56
        font-size: 70%;
57
        text-align: center;
58
}
59
 
60
h3.version {
61
        font-size: 90%;
62
        text-align: center;
63
}
64
 
65
div.qindex, div.navtab{
66
        background-color: #EBEFF6;
67
        border: 1px solid #A3B4D7;
68
        text-align: center;
69
        margin: 2px;
70
        padding: 2px;
71
}
72
 
73
div.qindex, div.navpath {
74
        width: 100%;
75
        line-height: 140%;
76
}
77
 
78
div.navtab {
79
        margin-right: 15px;
80
}
81
 
82
/* @group Link Styling */
83
 
84
a {
85
        color: #3D578C;
86
        font-weight: normal;
87
        text-decoration: none;
88
}
89
 
90
.contents a:visited {
91
        color: #4665A2;
92
}
93
 
94
a:hover {
95
        text-decoration: underline;
96
}
97
 
98
a.qindex {
99
        font-weight: bold;
100
}
101
 
102
a.qindexHL {
103
        font-weight: bold;
104
        background-color: #9CAFD4;
105
        color: #ffffff;
106
        border: 1px double #869DCA;
107
}
108
 
109
.contents a.qindexHL:visited {
110
        color: #ffffff;
111
}
112
 
113
a.el {
114
        font-weight: bold;
115
}
116
 
117
a.elRef {
118
}
119
 
120
a.code {
121
        color: #4665A2;
122
}
123
 
124
a.codeRef {
125
        color: #4665A2;
126
}
127
 
128
/* @end */
129
 
130
dl.el {
131
        margin-left: -1cm;
132
}
133
 
134
.fragment {
135
        font-family: monospace, fixed;
136
        font-size: 105%;
137
}
138
 
139
pre.fragment {
140
        border: 1px solid #C4CFE5;
141
        background-color: #FBFCFD;
142
        padding: 4px 6px;
143
        margin: 4px 8px 4px 2px;
144
        overflow: auto;
145
        word-wrap: break-word;
146
        font-size:  9pt;
147
        line-height: 125%;
148
}
149
 
150
div.ah {
151
        background-color: black;
152
        font-weight: bold;
153
        color: #ffffff;
154
        margin-bottom: 3px;
155
        margin-top: 3px;
156
        padding: 0.2em;
157
        border: solid thin #333;
158
        border-radius: 0.5em;
159
        -webkit-border-radius: .5em;
160
        -moz-border-radius: .5em;
161
        box-shadow: 2px 2px 3px #999;
162
        -webkit-box-shadow: 2px 2px 3px #999;
163
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
164
        background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
165
        background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);
166
}
167
 
168
div.groupHeader {
169
        margin-left: 16px;
170
        margin-top: 12px;
171
        font-weight: bold;
172
}
173
 
174
div.groupText {
175
        margin-left: 16px;
176
        font-style: italic;
177
}
178
 
179
body {
180
        background: white;
181
        color: black;
182
        margin: 0;
183
}
184
 
185
div.contents {
186
        margin-top: 10px;
187
        margin-left: 10px;
188
        margin-right: 10px;
189
}
190
 
191
td.indexkey {
192
        background-color: #EBEFF6;
193
        font-weight: bold;
194
        border: 1px solid #C4CFE5;
195
        margin: 2px 0px 2px 0;
196
        padding: 2px 10px;
197
}
198
 
199
td.indexvalue {
200
        background-color: #EBEFF6;
201
        border: 1px solid #C4CFE5;
202
        padding: 2px 10px;
203
        margin: 2px 0px;
204
}
205
 
206
tr.memlist {
207
        background-color: #EEF1F7;
208
}
209
 
210
p.formulaDsp {
211
        text-align: center;
212
}
213
 
214
img.formulaDsp {
215
 
216
}
217
 
218
img.formulaInl {
219
        vertical-align: middle;
220
}
221
 
222
div.center {
223
        text-align: center;
224
        margin-top: 0px;
225
        margin-bottom: 0px;
226
        padding: 0px;
227
}
228
 
229
div.center img {
230
        border: 0px;
231
}
232
 
233
address.footer {
234
        text-align: right;
235
        padding-right: 12px;
236
}
237
 
238
img.footer {
239
        border: 0px;
240
        vertical-align: middle;
241
}
242
 
243
/* @group Code Colorization */
244
 
245
span.undoc {
246
        color: #a5a5a5
247
}
248
 
249
span.keyword {
250
        color: #008000
251
}
252
 
253
span.keywordtype {
254
        color: #604020
255
}
256
 
257
span.keywordflow {
258
        color: #e08000
259
}
260
 
261
span.comment {
262
        color: #800000
263
}
264
 
265
span.preprocessor {
266
        color: #806020
267
}
268
 
269
span.stringliteral {
270
        color: #002080
271
}
272
 
273
span.charliteral {
274
        color: #008080
275
}
276
 
277
span.vhdldigit {
278
        color: #ff00ff
279
}
280
 
281
span.vhdlchar {
282
        color: #000000
283
}
284
 
285
span.vhdlkeyword {
286
        color: #700070
287
}
288
 
289
span.vhdllogic {
290
        color: #ff0000
291
}
292
 
293
/* @end */
294
 
295
/*
296
.search {
297
        color: #003399;
298
        font-weight: bold;
299
}
300
 
301
form.search {
302
        margin-bottom: 0px;
303
        margin-top: 0px;
304
}
305
 
306
input.search {
307
        font-size: 75%;
308
        color: #000080;
309
        font-weight: normal;
310
        background-color: #e8eef2;
311
}
312
*/
313
 
314
td.tiny {
315
        font-size: 75%;
316
}
317
 
318
.dirtab {
319
        padding: 4px;
320
        border-collapse: collapse;
321
        border: 1px solid #A3B4D7;
322
}
323
 
324
th.dirtab {
325
        background: #EBEFF6;
326
        font-weight: bold;
327
}
328
 
329
hr {
330
        height: 0px;
331
        border: none;
332
        border-top: 1px solid #4A6AAA;
333
}
334
 
335
hr.footer {
336
        height: 1px;
337
}
338
 
339
/* @group Member Descriptions */
340
 
341
table.memberdecls {
342
        border-spacing: 0px;
343
        padding: 0px;
344
}
345
 
346
.mdescLeft, .mdescRight,
347
.memItemLeft, .memItemRight,
348
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
349
        background-color: #F9FAFC;
350
        border: none;
351
        margin: 4px;
352
        padding: 1px 0 0 8px;
353
}
354
 
355
.mdescLeft, .mdescRight {
356
        padding: 0px 8px 4px 8px;
357
        color: #555;
358
}
359
 
360
.memItemLeft, .memItemRight, .memTemplParams {
361
        border-top: 1px solid #C4CFE5;
362
}
363
 
364
.memItemLeft, .memTemplItemLeft {
365
        white-space: nowrap;
366
}
367
 
368
.memTemplParams {
369
        color: #4665A2;
370
        white-space: nowrap;
371
}
372
 
373
/* @end */
374
 
375
/* @group Member Details */
376
 
377
/* Styles for detailed member documentation */
378
 
379
.memtemplate {
380
        font-size: 80%;
381
        color: #4665A2;
382
        font-weight: normal;
383
        margin-left: 9px;
384
}
385
 
386
.memnav {
387
        background-color: #EBEFF6;
388
        border: 1px solid #A3B4D7;
389
        text-align: center;
390
        margin: 2px;
391
        margin-right: 15px;
392
        padding: 2px;
393
}
394
 
395
.memitem {
396
        padding: 0;
397
        margin-bottom: 10px;
398
}
399
 
400
.memname {
401
        white-space: nowrap;
402
        font-weight: bold;
403
        margin-left: 6px;
404
}
405
 
406
.memproto {
407
        border-top: 1px solid #A8B8D9;
408
        border-left: 1px solid #A8B8D9;
409
        border-right: 1px solid #A8B8D9;
410
        padding: 6px 0px 6px 0px;
411
        color: #253555;
412
        font-weight: bold;
413
        text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
414
        /* opera specific markup */
415
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
416
        border-top-right-radius: 8px;
417
        border-top-left-radius: 8px;
418
        /* firefox specific markup */
419
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
420
        -moz-border-radius-topright: 8px;
421
        -moz-border-radius-topleft: 8px;
422
        /* webkit specific markup */
423
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
424
        -webkit-border-top-right-radius: 8px;
425
        -webkit-border-top-left-radius: 8px;
426
        background-image:url('nav_f.png');
427
        background-repeat:repeat-x;
428
        background-color: #E2E8F2;
429
 
430
}
431
 
432
.memdoc {
433
        border-bottom: 1px solid #A8B8D9;
434
        border-left: 1px solid #A8B8D9;
435
        border-right: 1px solid #A8B8D9;
436
        padding: 2px 5px;
437
        background-color: #FBFCFD;
438
        border-top-width: 0;
439
        /* opera specific markup */
440
        border-bottom-left-radius: 8px;
441
        border-bottom-right-radius: 8px;
442
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
443
        /* firefox specific markup */
444
        -moz-border-radius-bottomleft: 8px;
445
        -moz-border-radius-bottomright: 8px;
446
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
447
        background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F7F8FB 95%, #EEF1F7);
448
        /* webkit specific markup */
449
        -webkit-border-bottom-left-radius: 8px;
450
        -webkit-border-bottom-right-radius: 8px;
451
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
452
        background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#F7F8FB), to(#EEF1F7));
453
}
454
 
455
.paramkey {
456
        text-align: right;
457
}
458
 
459
.paramtype {
460
        white-space: nowrap;
461
}
462
 
463
.paramname {
464
        color: #602020;
465
        white-space: nowrap;
466
}
467
.paramname em {
468
        font-style: normal;
469
}
470
 
471
.params, .retval, .exception, .tparams {
472
        border-spacing: 6px 2px;
473
}
474
 
475
.params .paramname, .retval .paramname {
476
        font-weight: bold;
477
        vertical-align: top;
478
}
479
 
480
.params .paramtype {
481
        font-style: italic;
482
        vertical-align: top;
483
}
484
 
485
.params .paramdir {
486
        font-family: "courier new",courier,monospace;
487
        vertical-align: top;
488
}
489
 
490
 
491
 
492
 
493
/* @end */
494
 
495
/* @group Directory (tree) */
496
 
497
/* for the tree view */
498
 
499
.ftvtree {
500
        font-family: sans-serif;
501
        margin: 0px;
502
}
503
 
504
/* these are for tree view when used as main index */
505
 
506
.directory {
507
        font-size: 9pt;
508
        font-weight: bold;
509
        margin: 5px;
510
}
511
 
512
.directory h3 {
513
        margin: 0px;
514
        margin-top: 1em;
515
        font-size: 11pt;
516
}
517
 
518
/*
519
The following two styles can be used to replace the root node title
520
with an image of your choice.  Simply uncomment the next two styles,
521
specify the name of your image and be sure to set 'height' to the
522
proper pixel height of your image.
523
*/
524
 
525
/*
526
.directory h3.swap {
527
        height: 61px;
528
        background-repeat: no-repeat;
529
        background-image: url("yourimage.gif");
530
}
531
.directory h3.swap span {
532
        display: none;
533
}
534
*/
535
 
536
.directory > h3 {
537
        margin-top: 0;
538
}
539
 
540
.directory p {
541
        margin: 0px;
542
        white-space: nowrap;
543
}
544
 
545
.directory div {
546
        display: none;
547
        margin: 0px;
548
}
549
 
550
.directory img {
551
        vertical-align: -30%;
552
}
553
 
554
/* these are for tree view when not used as main index */
555
 
556
.directory-alt {
557
        font-size: 100%;
558
        font-weight: bold;
559
}
560
 
561
.directory-alt h3 {
562
        margin: 0px;
563
        margin-top: 1em;
564
        font-size: 11pt;
565
}
566
 
567
.directory-alt > h3 {
568
        margin-top: 0;
569
}
570
 
571
.directory-alt p {
572
        margin: 0px;
573
        white-space: nowrap;
574
}
575
 
576
.directory-alt div {
577
        display: none;
578
        margin: 0px;
579
}
580
 
581
.directory-alt img {
582
        vertical-align: -30%;
583
}
584
 
585
/* @end */
586
 
587
div.dynheader {
588
        margin-top: 8px;
589
}
590
 
591
address {
592
        font-style: normal;
593
        color: #2A3D61;
594
}
595
 
596
table.doxtable {
597
        border-collapse:collapse;
598
}
599
 
600
table.doxtable td, table.doxtable th {
601
        border: 1px solid #2D4068;
602
        padding: 3px 7px 2px;
603
}
604
 
605
table.doxtable th {
606
        background-color: #374F7F;
607
        color: #FFFFFF;
608
        font-size: 110%;
609
        padding-bottom: 4px;
610
        padding-top: 5px;
611
        text-align:left;
612
}
613
 
614
.tabsearch {
615
        top: 0px;
616
        left: 10px;
617
        height: 36px;
618
        background-image: url('tab_b.png');
619
        z-index: 101;
620
        overflow: hidden;
621
        font-size: 13px;
622
}
623
 
624
.navpath ul
625
{
626
        font-size: 11px;
627
        background-image:url('tab_b.png');
628
        background-repeat:repeat-x;
629
        height:30px;
630
        line-height:30px;
631
        color:#8AA0CC;
632
        border:solid 1px #C2CDE4;
633
        overflow:hidden;
634
        margin:0px;
635
        padding:0px;
636
}
637
 
638
.navpath li
639
{
640
        list-style-type:none;
641
        float:left;
642
        padding-left:10px;
643
        padding-right: 15px;
644
        background-image:url('bc_s.png');
645
        background-repeat:no-repeat;
646
        background-position:right;
647
        color:#364D7C;
648
}
649
 
650
.navpath a
651
{
652
        height:32px;
653
        display:block;
654
        text-decoration: none;
655
        outline: none;
656
}
657
 
658
.navpath a:hover
659
{
660
        color:#6884BD;
661
}
662
 
663
div.summary
664
{
665
        float: right;
666
        font-size: 8pt;
667
        padding-right: 5px;
668
        width: 50%;
669
        text-align: right;
670
}
671
 
672
div.summary a
673
{
674
        white-space: nowrap;
675
}
676
 
677
div.header
678
{
679
        background-image:url('nav_h.png');
680
        background-repeat:repeat-x;
681
        background-color: #F9FAFC;
682
        margin:  0px;
683
        border-bottom: 1px solid #C4CFE5;
684
}
685
 
686
div.headertitle
687
{
688
        padding: 5px 5px 5px 10px;
689
}
690
 
691
.pre {white-space: pre;}
692
.nowrap {white-space: nowrap;}
693
.pre-wrap {white-space: pre-wrap;}
694
.pre-line {white-space: pre-line;}
695
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.