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

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [docs/] [doxygen/] [config/] [gnss_styles.css] - Blame information for rev 5

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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