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

Subversion Repositories xenie

[/] [xenie/] [trunk/] [examples/] [Eth_example/] [mb_fw/] [drivers/] [iic_v3_4/] [doc/] [html/] [api/] [HTML_custom.css] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 DFC
/* The standard CSS for doxygen 1.8.5 */
2
 
3
body{
4
        background: none repeat scroll 0 0 #FFFFFF;
5
        color: #51626F;
6
        font-family: arial,sans-serif !important;
7
        font-size: 75% !important;
8
        font-weight: normal !important;
9
        margin-left: 10px;
10
                font: 400 12px/15px arial,sans-serif;
11
}
12
.contents, .textblock {
13
font: 400 12px/15px arial,sans-serif;
14
}
15
.textblock ul, .contents ul{
16
        margin: 5px 0;
17
        padding: 0;
18
}
19
.textblockol {
20
        margin:5px 15px;
21
        padding:0;
22
        list-style-image: none;
23
}
24
.textblock li, .contents li {
25
        margin: 0 0 2px 15px;
26
        padding: 0 0 2px 2px;
27
}
28
 
29
/* For hiding RHS TOC
30
.toc{
31
display:none;
32
}*/
33
/* For hiding RHS TOC*/
34
 
35
For hiding Nav Bar
36
.navpath, #nav-path{
37
display:none;
38
}
39
/* For hiding Nav Bar*/
40
/* For hiding extra navrows */
41
#navrow2, #navrow3, #navrow4, #navrow5 {
42
display:none;
43
}
44
/* @group Heading Levels */
45
 
46
.title {
47
        font: 400 14px/28px arial,sans-serif;
48
        font-size: 150%;
49
        font-weight: bold;
50
        margin: 9px 2px;
51
        text-align: left;
52
}
53
 
54
h2, h3 {
55
    color: #E66A08 !important;
56
    font-size: 1.2em !important;
57
    line-height: 1.2em !important;
58
    text-indent: 0 !important;
59
}
60
h4, h5{
61
    color: #E66A08 !important;
62
    font-size: 1.2em !important;
63
    line-height: 1.2em !important;
64
}
65
h5{
66
    font-size: 1.0em !important;
67
    line-height: 1.0em !important;
68
}
69
h6{
70
    color: #E66A08 !important;
71
    font-size: 1.0em !important;
72
    line-height: 1.0em !important;
73
}
74
p {
75
    padding-bottom: 0px !important;
76
        font: 400 12px/15px arial,sans-serif;
77
}
78
li p {
79
    padding-bottom: 0px !important;
80
        margin: 0px;
81
}
82
 
83
h1, h2.groupheader {
84
    clear: both !important;
85
    color: #627178 !important;
86
    font-size: 1.4em !important;
87
    font-weight: bold !important;
88
    line-height: 28px !important;
89
    margin-top: 0.6em !important;
90
}
91
 
92
h1, h2, h3, h4, h5, h6 {
93
        -webkit-transition: text-shadow 0.5s linear;
94
        -moz-transition: text-shadow 0.5s linear;
95
        -ms-transition: text-shadow 0.5s linear;
96
        -o-transition: text-shadow 0.5s linear;
97
        transition: text-shadow 0.5s linear;
98
        margin-right: 15px;
99
}
100
 
101
h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
102
        text-shadow: 0 0 15px cyan;
103
}
104
 
105
dt {
106
        font-weight: bold;
107
}
108
 
109
 
110
/*Hiding Tabs - Tushar
111
div.tabs
112
{
113
    visibility: hidden;
114
} */
115
 
116
div.multicol {
117
        -moz-column-gap: 1em;
118
        -webkit-column-gap: 1em;
119
        -moz-column-count: 3;
120
        -webkit-column-count: 3;
121
}
122
 
123
p.startli, p.startdd, p.starttd {
124
        margin-top: 2px;
125
}
126
 
127
p.endli {
128
        margin-bottom: 0px;
129
}
130
 
131
p.enddd {
132
        margin-bottom: 4px;
133
}
134
 
135
p.endtd {
136
        margin-bottom: 2px;
137
}
138
 
139
/* @end */
140
 
141
caption {
142
        font-weight: bold;
143
}
144
 
145
span.legend {
146
        font-size: 70%;
147
        text-align: center;
148
}
149
 
150
h3.version {
151
        font-size: 90%;
152
        text-align: center;
153
}
154
 
155
div.qindex, div.navtab{
156
        background-color: #EBEFF6;
157
        border: 1px solid #A3B4D7;
158
        text-align: center;
159
}
160
 
161
div.qindex, div.navpath {
162
        width: 100%;
163
        line-height: 140%;
164
}
165
 
166
div.navtab {
167
        margin-right: 15px;
168
}
169
 
170
/* @group Link Styling */
171
 
172
a {
173
        color: #017bba;
174
        font-weight: normal;
175
        text-decoration: none;
176
        /*font: 400 12px/15px;*/
177
}
178
 
179
.contents a:visited {
180
        color: #4665A2;
181
}
182
 
183
a:hover {
184
        text-decoration: underline;
185
}
186
 
187
a.qindex {
188
        font-weight: bold;
189
}
190
 
191
a.qindexHL {
192
        font-weight: bold;
193
        background-color: #9CAFD4;
194
        color: #ffffff;
195
        border: 1px double #869DCA;
196
}
197
 
198
.contents a.qindexHL:visited {
199
        color: #ffffff;
200
}
201
 
202
a.el {
203
        font-weight: bold;
204
}
205
 
206
a.elRef {
207
}
208
 
209
a.code, a.code:visited, a.line, a.line:visited {
210
        color: #4665A2;
211
}
212
 
213
a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
214
        color: #4665A2;
215
        /*font: 400 12px/15px;*/
216
}
217
 
218
/* @end */
219
 
220
dl.el {
221
        margin-left: -1cm;
222
}
223
 
224
pre.fragment {
225
        border: 0px solid #C4CFE5;
226
        background-color: #FFFFFF;
227
        padding: 4px 6px;
228
        margin: 4px 8px 4px 2px;
229
        overflow: auto;
230
        word-wrap: break-word;
231
        font-size:  9pt;
232
        line-height: 125%;
233
        font-family: monospace, fixed;
234
        font-size: 105%;
235
}
236
 
237
div.fragment {
238
        padding: 0px;
239
        margin: 0px;
240
        background-color: #FFFFFF;
241
        border: 0px solid #C4CFE5;
242
}
243
 
244
div.line {
245
        font-family: monospace, fixed;
246
        font-size: 13px;
247
        min-height: 13px;
248
        line-height: 1.0;
249
        text-wrap: unrestricted;
250
        white-space: -moz-pre-wrap; /* Moz */
251
        white-space: -pre-wrap;     /* Opera 4-6 */
252
        white-space: -o-pre-wrap;   /* Opera 7 */
253
        white-space: pre-wrap;      /* CSS3  */
254
        word-wrap: break-word;      /* IE 5.5+ */
255
        text-indent: -53px;
256
        padding-left: 53px;
257
        padding-bottom: 0px;
258
        margin: 0px;
259
        -webkit-transition-property: background-color, box-shadow;
260
        -webkit-transition-duration: 0.5s;
261
        -moz-transition-property: background-color, box-shadow;
262
        -moz-transition-duration: 0.5s;
263
        -ms-transition-property: background-color, box-shadow;
264
        -ms-transition-duration: 0.5s;
265
        -o-transition-property: background-color, box-shadow;
266
        -o-transition-duration: 0.5s;
267
        transition-property: background-color, box-shadow;
268
        transition-duration: 0.5s;
269
}
270
 
271
div.line.glow {
272
        background-color: cyan;
273
        box-shadow: 0 0 10px cyan;
274
}
275
 
276
 
277
span.lineno {
278
        padding-right: 4px;
279
        text-align: right;
280
        border-right: 2px solid #0F0;
281
        background-color: #E8E8E8;
282
        white-space: pre;
283
}
284
span.lineno a {
285
        background-color: #D8D8D8;
286
}
287
 
288
span.lineno a:hover {
289
        background-color: #C8C8C8;
290
}
291
 
292
div.ah {
293
        background-color: black;
294
        font-weight: bold;
295
        color: #ffffff;
296
        margin-bottom: 3px;
297
        margin-top: 3px;
298
        padding: 0.2em;
299
        border: solid thin #333;
300
        border-radius: 0.5em;
301
        -webkit-border-radius: .5em;
302
        -moz-border-radius: .5em;
303
        box-shadow: 2px 2px 3px #999;
304
        -webkit-box-shadow: 2px 2px 3px #999;
305
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
306
        background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
307
        background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);
308
}
309
 
310
div.groupHeader {
311
        margin-left: 16px;
312
        margin-top: 12px;
313
        font-weight: bold;
314
}
315
 
316
div.groupText {
317
        margin-left: 16px;
318
        font-style: italic;
319
}
320
 
321
body {
322
        background-color: white;
323
        margin: 0;
324
}
325
 
326
div.contents {
327
        margin-top: 10px;
328
        margin-left: 12px;
329
        margin-right: 8px;
330
}
331
 
332
td.indexkey {
333
        background-color: #EBEFF6;
334
        font-weight: bold;
335
        border: 1px solid #C4CFE5;
336
        margin: 2px 0px 2px 0;
337
        padding: 2px 10px;
338
        white-space: nowrap;
339
        vertical-align: top;
340
}
341
 
342
td.indexvalue {
343
        background-color: #EBEFF6;
344
        border: 1px solid #C4CFE5;
345
        padding: 2px 10px;
346
        margin: 2px 0px;
347
}
348
 
349
tr.memlist {
350
        background-color: #EEF1F7;
351
}
352
 
353
p.formulaDsp {
354
        text-align: center;
355
}
356
 
357
img.formulaDsp {
358
 
359
}
360
 
361
img.formulaInl {
362
        vertical-align: middle;
363
}
364
 
365
div.center {
366
        text-align: center;
367
        margin-top: 0px;
368
        margin-bottom: 0px;
369
        padding: 0px;
370
}
371
 
372
div.center img {
373
        border: 0px;
374
}
375
 
376
address.footer {
377
        text-align: right;
378
        padding-right: 12px;
379
}
380
 
381
img.footer {
382
        border: 0px;
383
        vertical-align: middle;
384
}
385
 
386
/* @group Code Colorization */
387
 
388
span.keyword {
389
        color: #008000
390
}
391
 
392
span.keywordtype {
393
        color: #604020
394
}
395
 
396
span.keywordflow {
397
        color: #e08000
398
}
399
 
400
span.comment {
401
        color: #51626F
402
}
403
 
404
span.preprocessor {
405
        color: #806020
406
}
407
 
408
span.stringliteral {
409
        color: #002080
410
}
411
 
412
span.charliteral {
413
        color: #008080
414
}
415
 
416
span.vhdldigit {
417
        color: #ff00ff
418
}
419
 
420
span.vhdlchar {
421
        color: #000000
422
}
423
 
424
span.vhdlkeyword {
425
        color: #700070
426
}
427
 
428
span.vhdllogic {
429
        color: #ff0000
430
}
431
 
432
blockquote {
433
        background-color: #F7F8FB;
434
        border-left: 2px solid #9CAFD4;
435
        margin: 0 24px 0 4px;
436
        padding: 0 12px 0 16px;
437
}
438
 
439
/* @end */
440
 
441
/*
442
.search {
443
        color: #003399;
444
        font-weight: bold;
445
}
446
 
447
form.search {
448
        margin-bottom: 0px;
449
        margin-top: 0px;
450
}
451
 
452
input.search {
453
        font-size: 75%;
454
        color: #000080;
455
        font-weight: normal;
456
        background-color: #e8eef2;
457
}
458
*/
459
 
460
td.tiny {
461
        font-size: 75%;
462
}
463
 
464
.dirtab {
465
        padding: 4px;
466
        border-collapse: collapse;
467
        border: 1px solid #A3B4D7;
468
}
469
 
470
th.dirtab {
471
        background: #EBEFF6;
472
        font-weight: bold;
473
}
474
 
475
hr {
476
        height: 0px;
477
        border: none;
478
        border-top: 1px solid #4A6AAA;
479
}
480
 
481
hr.footer {
482
        height: 1px;
483
}
484
 
485
/* @group Member Descriptions */
486
 
487
table.memberdecls {
488
        border-spacing: 0px;
489
        padding: 0px;
490
}
491
 
492
.memberdecls td, .fieldtable tr {
493
        -webkit-transition-property: background-color, box-shadow;
494
        -webkit-transition-duration: 0.5s;
495
        -moz-transition-property: background-color, box-shadow;
496
        -moz-transition-duration: 0.5s;
497
        -ms-transition-property: background-color, box-shadow;
498
        -ms-transition-duration: 0.5s;
499
        -o-transition-property: background-color, box-shadow;
500
        -o-transition-duration: 0.5s;
501
        transition-property: background-color, box-shadow;
502
        transition-duration: 0.5s;
503
}
504
 
505
.memberdecls td.glow, .fieldtable tr.glow {
506
        background-color: cyan;
507
        box-shadow: 0 0 15px cyan;
508
}
509
 
510
.mdescLeft, .mdescRight,
511
.memItemLeft, .memItemRight,
512
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
513
        background-color: #F9FAFC;
514
        border: none;
515
        margin: 4px;
516
        padding: 1px 0 0 8px;
517
}
518
 
519
.mdescLeft, .mdescRight {
520
        padding: 0px 8px 4px 8px;
521
        color: #555;
522
}
523
 
524
.memSeparator {
525
        border-bottom: 1px solid #DEE4F0;
526
        line-height: 1px;
527
        margin: 0px;
528
        padding: 0px;
529
}
530
 
531
.memItemLeft, .memTemplItemLeft {
532
        white-space: nowrap;
533
}
534
 
535
.memItemRight {
536
        width: 100%;
537
}
538
 
539
.memTemplParams {
540
        color: #4665A2;
541
        white-space: nowrap;
542
        font-size: 80%;
543
}
544
 
545
/* @end */
546
 
547
/* @group Member Details */
548
 
549
/* Styles for detailed member documentation */
550
 
551
.memtemplate {
552
        font-size: 80%;
553
        color: #4665A2;
554
        font-weight: normal;
555
        margin-left: 9px;
556
}
557
 
558
.memnav {
559
        background-color: #EBEFF6;
560
        border: 1px solid #A3B4D7;
561
        text-align: center;
562
        margin: 2px;
563
        margin-right: 15px;
564
        padding: 2px;
565
}
566
 
567
.mempage {
568
        width: 100%;
569
}
570
 
571
.memitem {
572
        padding: 0;
573
        margin-bottom: 10px;
574
        margin-right: 5px;
575
        -webkit-transition: box-shadow 0.5s linear;
576
        -moz-transition: box-shadow 0.5s linear;
577
        -ms-transition: box-shadow 0.5s linear;
578
        -o-transition: box-shadow 0.5s linear;
579
        transition: box-shadow 0.5s linear;
580
        display: table !important;
581
        width: 100%;
582
}
583
 
584
.memitem.glow {
585
         box-shadow: 0 0 15px cyan;
586
}
587
 
588
.memname {
589
        font-weight: bold;
590
        margin-left: 6px;
591
}
592
 
593
.memname td {
594
        vertical-align: bottom;
595
}
596
 
597
.memproto, dl.reflist dt {
598
        border-top: 1px solid #A8B8D9;
599
        border-left: 1px solid #A8B8D9;
600
        border-right: 1px solid #A8B8D9;
601
        padding: 6px 0px 6px 0px;
602
        color: #E66A08 !important;
603
        font-weight: bold;
604
        text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
605
        background-image:url('nav_f.png');
606
        background-repeat:repeat-x;
607
        background-color: #E2E8F2;
608
        /* opera specific markup */
609
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
610
        border-top-right-radius: 4px;
611
        border-top-left-radius: 4px;
612
        /* firefox specific markup */
613
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
614
        -moz-border-radius-topright: 4px;
615
        -moz-border-radius-topleft: 4px;
616
        /* webkit specific markup */
617
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
618
        -webkit-border-top-right-radius: 4px;
619
        -webkit-border-top-left-radius: 4px;
620
 
621
}
622
 
623
.memdoc, dl.reflist dd {
624
        border-bottom: 1px solid #A8B8D9;
625
        border-left: 1px solid #A8B8D9;
626
        border-right: 1px solid #A8B8D9;
627
        padding: 6px 10px 2px 10px;
628
        background-color: #FBFCFD;
629
        border-top-width: 0;
630
        background-image:url('nav_g.png');
631
        background-repeat:repeat-x;
632
        background-color: #FFFFFF;
633
        /* opera specific markup */
634
        border-bottom-left-radius: 4px;
635
        border-bottom-right-radius: 4px;
636
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
637
        /* firefox specific markup */
638
        -moz-border-radius-bottomleft: 4px;
639
        -moz-border-radius-bottomright: 4px;
640
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
641
        /* webkit specific markup */
642
        -webkit-border-bottom-left-radius: 4px;
643
        -webkit-border-bottom-right-radius: 4px;
644
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
645
}
646
 
647
dl.reflist dt {
648
        padding: 5px;
649
}
650
 
651
dl.reflist dd {
652
        margin: 0px 0px 10px 0px;
653
        padding: 5px;
654
}
655
 
656
.paramkey {
657
        text-align: right;
658
}
659
 
660
.paramtype {
661
        white-space: nowrap;
662
}
663
 
664
.paramname {
665
        color: #602020;
666
        white-space: nowrap;
667
}
668
.paramname em {
669
        font-style: normal;
670
}
671
.paramname code {
672
        line-height: 14px;
673
}
674
 
675
.params, .retval, .exception, .tparams {
676
        margin-left: 0px;
677
        padding-left: 0px;
678
                font: 400 12px/15px arial,sans-serif;
679
}
680
 
681
.params .paramname, .retval .paramname {
682
        font-weight: bold;
683
        vertical-align: top;
684
}
685
 
686
.params .paramtype {
687
        font-style: italic;
688
        vertical-align: top;
689
}
690
 
691
.params .paramdir {
692
        font-family: "courier new",courier,monospace;
693
        vertical-align: top;
694
}
695
 
696
table.mlabels {
697
        border-spacing: 0px;
698
}
699
 
700
td.mlabels-left {
701
        width: 100%;
702
        padding: 0px;
703
}
704
 
705
td.mlabels-right {
706
        vertical-align: bottom;
707
        padding: 0px;
708
        white-space: nowrap;
709
}
710
 
711
span.mlabels {
712
        margin-left: 8px;
713
}
714
 
715
span.mlabel {
716
        background-color: #728DC1;
717
        border-top:1px solid #5373B4;
718
        border-left:1px solid #5373B4;
719
        border-right:1px solid #C4CFE5;
720
        border-bottom:1px solid #C4CFE5;
721
        text-shadow: none;
722
        color: white;
723
        margin-right: 4px;
724
        padding: 2px 3px;
725
        border-radius: 3px;
726
        font-size: 7pt;
727
        white-space: nowrap;
728
        vertical-align: middle;
729
}
730
 
731
 
732
 
733
/* @end */
734
 
735
/* these are for tree view when not used as main index */
736
 
737
div.directory {
738
        margin: 10px 0px;
739
        border-top: 1px solid #A8B8D9;
740
        border-bottom: 1px solid #A8B8D9;
741
        width: 100%;
742
}
743
 
744
.directory table {
745
        border-collapse:collapse;
746
}
747
 
748
.directory td {
749
        margin: 0px;
750
        padding: 0px;
751
        vertical-align: top;
752
}
753
 
754
.directory td.entry {
755
        white-space: nowrap;
756
        padding-right: 6px;
757
        padding-top: 3px;
758
}
759
 
760
.directory td.entry a {
761
        outline:none;
762
}
763
 
764
.directory td.entry a img {
765
        border: none;
766
}
767
 
768
.directory td.desc {
769
        width: 100%;
770
        padding-left: 6px;
771
        padding-right: 6px;
772
        padding-top: 3px;
773
        border-left: 1px solid rgba(0,0,0,0.05);
774
}
775
 
776
.directory tr.even {
777
        padding-left: 6px;
778
        background-color: #F7F8FB;
779
}
780
 
781
.directory img {
782
        vertical-align: -30%;
783
}
784
 
785
.directory .levels {
786
        white-space: nowrap;
787
        width: 100%;
788
        text-align: right;
789
        font-size: 9pt;
790
}
791
 
792
.directory .levels span {
793
        cursor: pointer;
794
        padding-left: 2px;
795
        padding-right: 2px;
796
        color: #3D578C;
797
}
798
 
799
div.dynheader {
800
        margin-top: 8px;
801
        -webkit-touch-callout: none;
802
        -webkit-user-select: none;
803
        -khtml-user-select: none;
804
        -moz-user-select: none;
805
        -ms-user-select: none;
806
        user-select: none;
807
}
808
 
809
address {
810
        font-style: normal;
811
        color: #2A3D61;
812
}
813
 
814
table.doxtable {
815
        border-collapse:collapse;
816
        margin-top: 4px;
817
        margin-bottom: 4px;
818
                font: 400 12px/15px arial,sans-serif;
819
}
820
 
821
table.doxtable td, table.doxtable th {
822
        border: 1px solid #2D4068;
823
        padding: 3px 7px 2px;
824
}
825
 
826
table.doxtable th {
827
        background-color: #CCCCCC;
828
        color: #51626F;
829
        font-size: 110%;
830
        padding-bottom: 4px;
831
        padding-top: 5px;
832
}
833
table.fieldtable {
834
        /*width: 100%;*/
835
        margin-bottom: 10px;
836
        border: 1px solid #A8B8D9;
837
        border-spacing: 0px;
838
        -moz-border-radius: 4px;
839
        -webkit-border-radius: 4px;
840
        border-radius: 4px;
841
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
842
        -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
843
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
844
}
845
 
846
.fieldtable td, .fieldtable th {
847
        padding: 3px 7px 2px;
848
}
849
 
850
.fieldtable td.fieldtype, .fieldtable td.fieldname {
851
        white-space: nowrap;
852
        border-right: 1px solid #A8B8D9;
853
        border-bottom: 1px solid #A8B8D9;
854
        vertical-align: top;
855
}
856
 
857
.fieldtable td.fieldname {
858
        padding-top: 3px;
859
}
860
 
861
.fieldtable td.fielddoc {
862
        border-bottom: 1px solid #A8B8D9;
863
        /*width: 100%;*/
864
}
865
 
866
.fieldtable td.fielddoc p:first-child {
867
        margin-top: 0px;
868
}
869
 
870
.fieldtable td.fielddoc p:last-child {
871
        margin-bottom: 2px;
872
}
873
 
874
.fieldtable tr:last-child td {
875
        border-bottom: none;
876
}
877
 
878
.fieldtable th {
879
        background-image:url('nav_f.png');
880
        background-repeat:repeat-x;
881
        background-color: #E2E8F2;
882
        font-size: 90%;
883
        color: #253555;
884
        padding-bottom: 4px;
885
        padding-top: 5px;
886
        text-align:left;
887
        -moz-border-radius-topleft: 4px;
888
        -moz-border-radius-topright: 4px;
889
        -webkit-border-top-left-radius: 4px;
890
        -webkit-border-top-right-radius: 4px;
891
        border-top-left-radius: 4px;
892
        border-top-right-radius: 4px;
893
        border-bottom: 1px solid #A8B8D9;
894
}
895
 
896
 
897
.tabsearch {
898
        top: 5px;
899
        left: 10px;
900
        height: 36px;
901
        background-image: url('tab_b.png');
902
        z-index: 101;
903
        overflow: hidden;
904
        font-size: 13px;
905
}
906
 
907
.navpath ul
908
{
909
        font-size: 11px;
910
        background-image:url('tab_b.png');
911
        background-repeat:repeat-x;
912
        background-position: 0 -5px;
913
        height:30px;
914
        line-height:30px;
915
        color:#8AA0CC;
916
        border:solid 1px #C2CDE4;
917
        overflow:hidden;
918
        margin:0px;
919
        padding:0px;
920
}
921
 
922
.navpath li
923
{
924
        list-style-type:none;
925
        float:left;
926
        padding-left:10px;
927
        padding-right:15px;
928
        background-image:url('bc_s.png');
929
        background-repeat:no-repeat;
930
        background-position:right;
931
        color:#364D7C;
932
}
933
 
934
.navpath li.navelem a
935
{
936
        height:32px;
937
        display:block;
938
        text-decoration: none;
939
        outline: none;
940
        color: #283A5D;
941
        font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
942
        text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
943
        text-decoration: none;
944
}
945
 
946
.navpath li.navelem a:hover
947
{
948
        color:#6884BD;
949
}
950
 
951
.navpath li.footer
952
{
953
        list-style-type:none;
954
        float:right;
955
        padding-left:10px;
956
        padding-right:15px;
957
        background-image:none;
958
        background-repeat:no-repeat;
959
        background-position:right;
960
        color:#364D7C;
961
        font-size: 8pt;
962
}
963
 
964
 
965
div.summary
966
{
967
        float: right;
968
        font-size: 8pt;
969
        padding-right: 5px;
970
        width: 50%;
971
        text-align: right;
972
}
973
 
974
div.summary a
975
{
976
        white-space: nowrap;
977
}
978
 
979
div.ingroups
980
{
981
        font-size: 8pt;
982
        width: 50%;
983
        text-align: left;
984
}
985
 
986
div.ingroups a
987
{
988
        white-space: nowrap;
989
}
990
 
991
div.header
992
{
993
        background-image:url('');
994
        background-repeat:repeat-x;
995
        background-color: #FFFFFF;
996
        margin:  0px;
997
        border-bottom: 0px solid #C4CFE5;
998
}
999
 
1000
div.headertitle
1001
{
1002
        padding: 5px 5px 5px 10px;
1003
}
1004
 
1005
dl
1006
{
1007
        padding: 0 0 0 10px;
1008
                font: 400 12px/15px arial,sans-serif;
1009
}
1010
 
1011
/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */
1012
dl.section
1013
{
1014
        margin-left: 0px;
1015
        padding-left: 0px;
1016
}
1017
 
1018
dl.note
1019
{
1020
        margin-left:-7px;
1021
        padding-left: 3px;
1022
        border-left:4px solid;
1023
        border-color: #D0C000;
1024
}
1025
 
1026
dl.warning, dl.attention
1027
{
1028
        margin-left:-7px;
1029
        padding-left: 3px;
1030
        border-left:4px solid;
1031
        border-color: #FF0000;
1032
}
1033
 
1034
dl.pre, dl.post, dl.invariant
1035
{
1036
        margin-left:-7px;
1037
        padding-left: 3px;
1038
        border-left:4px solid;
1039
        border-color: #00D000;
1040
}
1041
 
1042
dl.deprecated
1043
{
1044
        margin-left:-7px;
1045
        padding-left: 3px;
1046
        border-left:4px solid;
1047
        border-color: #505050;
1048
}
1049
 
1050
dl.todo
1051
{
1052
        margin-left:-7px;
1053
        padding-left: 12px;
1054
        border-left:4px solid;
1055
        border-color: #00C0E0;
1056
}
1057
 
1058
dl.test
1059
{
1060
        margin-left:-7px;
1061
        padding-left: 3px;
1062
        border-left:4px solid;
1063
        border-color: #3030E0;
1064
}
1065
 
1066
dl.bug
1067
{
1068
        margin-left:-7px;
1069
        padding-left: 3px;
1070
        border-left:4px solid;
1071
        border-color: #C08050;
1072
}
1073
 
1074
dl.section dd {
1075
        margin-bottom: 6px;
1076
}
1077
 
1078
 
1079
#projectlogo
1080
{
1081
        text-align: center;
1082
        vertical-align: bottom;
1083
        border-collapse: separate;
1084
        padding: 12px;
1085
 
1086
}
1087
 
1088
#projectlogo img
1089
{
1090
        border: 0px none;
1091
}
1092
 
1093
#projectname
1094
{
1095
        font: 300% Tahoma, Arial,sans-serif;
1096
        margin: 0px;
1097
        padding: 5px 0px;
1098
        text-align: right;
1099
        width: 100%;
1100
}
1101
 
1102
#projectbrief
1103
{
1104
        font: 120% Tahoma, Arial,sans-serif;
1105
        margin: 0px;
1106
        padding: 5px;
1107
        text-align: left;
1108
        width: 100%;
1109
}
1110
 
1111
#projectnumber
1112
{
1113
        font: 50% Tahoma, Arial,sans-serif;
1114
        margin: 0px;
1115
        padding: 0px;
1116
}
1117
 
1118
#titlearea
1119
{
1120
        padding: 0px;
1121
        margin: 0px;
1122
        width: 100%;
1123
        border-bottom: 11px solid #5373B4;
1124
}
1125
 
1126
.image
1127
{
1128
        text-align: left;
1129
}
1130
 
1131
.dotgraph
1132
{
1133
        text-align: center;
1134
}
1135
 
1136
.mscgraph
1137
{
1138
        text-align: center;
1139
}
1140
 
1141
.caption
1142
{
1143
        font-weight: bold;
1144
}
1145
 
1146
div.zoom
1147
{
1148
        border: 1px solid #90A5CE;
1149
}
1150
 
1151
dl.citelist {
1152
        margin-bottom:50px;
1153
}
1154
 
1155
dl.citelist dt {
1156
        color:#334975;
1157
        float:left;
1158
        font-weight:bold;
1159
        margin-right:10px;
1160
        padding:5px;
1161
}
1162
 
1163
dl.citelist dd {
1164
        margin:2px 0;
1165
        padding:5px 0;
1166
}
1167
 
1168
div.toc {
1169
        padding: 14px 25px;
1170
        background-color: #F4F6FA;
1171
        border: 1px solid #D8DFEE;
1172
        border-radius: 7px 7px 7px 7px;
1173
        float: right;
1174
        height: auto;
1175
        margin: 0 20px 10px 10px;
1176
        width: 200px;
1177
}
1178
 
1179
div.toc li {
1180
        background: url("bdwn.png") no-repeat scroll 0 5px transparent;
1181
        font: 10px/1.2 Verdana,DejaVu Sans,Geneva,sans-serif;
1182
        margin-top: 5px;
1183
        padding-left: 10px;
1184
        padding-top: 2px;
1185
}
1186
 
1187
div.toc h3 {
1188
        font: bold 12px/1.2 Arial,FreeSans,sans-serif;
1189
        color: #4665A2;
1190
        border-bottom: 0 none;
1191
        margin: 0;
1192
}
1193
 
1194
div.toc ul {
1195
        list-style: none outside none;
1196
        border: medium none;
1197
        padding: 0px;
1198
}
1199
 
1200
div.toc li.level1 {
1201
        margin-left: 0px;
1202
}
1203
 
1204
div.toc li.level2 {
1205
        margin-left: 15px;
1206
}
1207
 
1208
div.toc li.level3 {
1209
        margin-left: 30px;
1210
}
1211
 
1212
div.toc li.level4 {
1213
        margin-left: 45px;
1214
}
1215
 
1216
.inherit_header {
1217
        font-weight: bold;
1218
        color: gray;
1219
        cursor: pointer;
1220
        -webkit-touch-callout: none;
1221
        -webkit-user-select: none;
1222
        -khtml-user-select: none;
1223
        -moz-user-select: none;
1224
        -ms-user-select: none;
1225
        user-select: none;
1226
}
1227
 
1228
.inherit_header td {
1229
        padding: 6px 0px 2px 5px;
1230
}
1231
 
1232
.inherit {
1233
        display: none;
1234
}
1235
 
1236
tr.heading h2 {
1237
        margin-top: 12px;
1238
        margin-bottom: 4px;
1239
}
1240
 
1241
/* tooltip related style info */
1242
 
1243
.ttc {
1244
        position: absolute;
1245
        display: none;
1246
}
1247
 
1248
#powerTip {
1249
        cursor: default;
1250
        white-space: nowrap;
1251
        background-color: white;
1252
        border: 1px solid gray;
1253
        border-radius: 4px 4px 4px 4px;
1254
        box-shadow: 1px 1px 7px gray;
1255
        display: none;
1256
        font-size: smaller;
1257
        max-width: 80%;
1258
        opacity: 0.9;
1259
        padding: 1ex 1em 1em;
1260
        position: absolute;
1261
        z-index: 2147483647;
1262
}
1263
 
1264
#powerTip div.ttdoc {
1265
        color: grey;
1266
        font-style: italic;
1267
}
1268
 
1269
#powerTip div.ttname a {
1270
        font-weight: bold;
1271
}
1272
 
1273
#powerTip div.ttname {
1274
        font-weight: bold;
1275
}
1276
 
1277
#powerTip div.ttdeci {
1278
        color: #006318;
1279
}
1280
 
1281
#powerTip div {
1282
        margin: 0px;
1283
        padding: 0px;
1284
        font: 12px/16px arial,sans-serif;
1285
}
1286
 
1287
#powerTip:before, #powerTip:after {
1288
        content: "";
1289
        position: absolute;
1290
        margin: 0px;
1291
}
1292
 
1293
#powerTip.n:after,  #powerTip.n:before,
1294
#powerTip.s:after,  #powerTip.s:before,
1295
#powerTip.w:after,  #powerTip.w:before,
1296
#powerTip.e:after,  #powerTip.e:before,
1297
#powerTip.ne:after, #powerTip.ne:before,
1298
#powerTip.se:after, #powerTip.se:before,
1299
#powerTip.nw:after, #powerTip.nw:before,
1300
#powerTip.sw:after, #powerTip.sw:before {
1301
        border: solid transparent;
1302
        content: " ";
1303
        height: 0;
1304
        width: 0;
1305
        position: absolute;
1306
}
1307
 
1308
#powerTip.n:after,  #powerTip.s:after,
1309
#powerTip.w:after,  #powerTip.e:after,
1310
#powerTip.nw:after, #powerTip.ne:after,
1311
#powerTip.sw:after, #powerTip.se:after {
1312
        border-color: rgba(255, 255, 255, 0);
1313
}
1314
 
1315
#powerTip.n:before,  #powerTip.s:before,
1316
#powerTip.w:before,  #powerTip.e:before,
1317
#powerTip.nw:before, #powerTip.ne:before,
1318
#powerTip.sw:before, #powerTip.se:before {
1319
        border-color: rgba(128, 128, 128, 0);
1320
}
1321
 
1322
#powerTip.n:after,  #powerTip.n:before,
1323
#powerTip.ne:after, #powerTip.ne:before,
1324
#powerTip.nw:after, #powerTip.nw:before {
1325
        top: 100%;
1326
}
1327
 
1328
#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
1329
        border-top-color: #ffffff;
1330
        border-width: 10px;
1331
        margin: 0px -10px;
1332
}
1333
#powerTip.n:before {
1334
        border-top-color: #808080;
1335
        border-width: 11px;
1336
        margin: 0px -11px;
1337
}
1338
#powerTip.n:after, #powerTip.n:before {
1339
        left: 50%;
1340
}
1341
 
1342
#powerTip.nw:after, #powerTip.nw:before {
1343
        right: 14px;
1344
}
1345
 
1346
#powerTip.ne:after, #powerTip.ne:before {
1347
        left: 14px;
1348
}
1349
 
1350
#powerTip.s:after,  #powerTip.s:before,
1351
#powerTip.se:after, #powerTip.se:before,
1352
#powerTip.sw:after, #powerTip.sw:before {
1353
        bottom: 100%;
1354
}
1355
 
1356
#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
1357
        border-bottom-color: #ffffff;
1358
        border-width: 10px;
1359
        margin: 0px -10px;
1360
}
1361
 
1362
#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
1363
        border-bottom-color: #808080;
1364
        border-width: 11px;
1365
        margin: 0px -11px;
1366
}
1367
 
1368
#powerTip.s:after, #powerTip.s:before {
1369
        left: 50%;
1370
}
1371
 
1372
#powerTip.sw:after, #powerTip.sw:before {
1373
        right: 14px;
1374
}
1375
 
1376
#powerTip.se:after, #powerTip.se:before {
1377
        left: 14px;
1378
}
1379
 
1380
#powerTip.e:after, #powerTip.e:before {
1381
        left: 100%;
1382
}
1383
#powerTip.e:after {
1384
        border-left-color: #ffffff;
1385
        border-width: 10px;
1386
        top: 50%;
1387
        margin-top: -10px;
1388
}
1389
#powerTip.e:before {
1390
        border-left-color: #808080;
1391
        border-width: 11px;
1392
        top: 50%;
1393
        margin-top: -11px;
1394
}
1395
 
1396
#powerTip.w:after, #powerTip.w:before {
1397
        right: 100%;
1398
}
1399
#powerTip.w:after {
1400
        border-right-color: #ffffff;
1401
        border-width: 10px;
1402
        top: 50%;
1403
        margin-top: -10px;
1404
}
1405
#powerTip.w:before {
1406
        border-right-color: #808080;
1407
        border-width: 11px;
1408
        top: 50%;
1409
        margin-top: -11px;
1410
}
1411
 
1412
@media print
1413
{
1414
  #top { display: none; }
1415
  #side-nav { display: none; }
1416
  #nav-path { display: none; }
1417
  body { overflow:visible; }
1418
  h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
1419
  .summary { display: none; }
1420
  .memitem { page-break-inside: avoid; }
1421
  #doc-content
1422
  {
1423
    margin-left:0 !important;
1424
    height:auto !important;
1425
    width:auto !important;
1426
    overflow:inherit;
1427
    display:inline;
1428
  }
1429
}
1430
 

powered by: WebSVN 2.1.0

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