Chameleon

Chameleon Svn Source Tree

Root/branches/xZenu/src/util/doxygen/src/doxygen.css

Source at commit 1322 created 12 years 8 months ago.
By meklort, Add doxygen to utils folder
1/* The standard CSS for doxygen */
2
3body, table, div, p, dl {
4font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
5font-size: 12px;
6}
7
8/* @group Heading Levels */
9
10h1 {
11font-size: 150%;
12}
13
14.title {
15font-size: 150%;
16font-weight: bold;
17margin: 10px 2px;
18}
19
20h2 {
21font-size: 120%;
22}
23
24h3 {
25font-size: 100%;
26}
27
28dt {
29font-weight: bold;
30}
31
32div.multicol {
33-moz-column-gap: 1em;
34-webkit-column-gap: 1em;
35-moz-column-count: 3;
36-webkit-column-count: 3;
37}
38
39p.startli, p.startdd, p.starttd {
40margin-top: 2px;
41}
42
43p.endli {
44margin-bottom: 0px;
45}
46
47p.enddd {
48margin-bottom: 4px;
49}
50
51p.endtd {
52margin-bottom: 2px;
53}
54
55/* @end */
56
57caption {
58font-weight: bold;
59}
60
61span.legend {
62 font-size: 70%;
63 text-align: center;
64}
65
66h3.version {
67 font-size: 90%;
68 text-align: center;
69}
70
71div.qindex, div.navtab{
72background-color: ##ee;
73border: 1px solid ##b0;
74text-align: center;
75margin: 2px;
76padding: 2px;
77}
78
79div.qindex, div.navpath {
80width: 100%;
81line-height: 140%;
82}
83
84div.navtab {
85margin-right: 15px;
86}
87
88/* @group Link Styling */
89
90a {
91color: ##50;
92font-weight: normal;
93text-decoration: none;
94}
95
96.contents a:visited {
97color: ##60;
98}
99
100a:hover {
101text-decoration: underline;
102}
103
104a.qindex {
105font-weight: bold;
106}
107
108a.qindexHL {
109font-weight: bold;
110background-color: ##AA;
111color: #ffffff;
112border: 1px double ##98;
113}
114
115.contents a.qindexHL:visited {
116 color: #ffffff;
117}
118
119a.el {
120font-weight: bold;
121}
122
123a.elRef {
124}
125
126a.code {
127color: ##60;
128}
129
130a.codeRef {
131color: ##60;
132}
133
134/* @end */
135
136dl.el {
137margin-left: -1cm;
138}
139
140.fragment {
141font-family: monospace, fixed;
142font-size: 105%;
143}
144
145pre.fragment {
146border: 1px solid ##CC;
147background-color: ##FC;
148padding: 4px 6px;
149margin: 4px 8px 4px 2px;
150overflow: auto;
151word-wrap: break-word;
152font-size: 9pt;
153line-height: 125%;
154}
155
156div.ah {
157background-color: black;
158font-weight: bold;
159color: #ffffff;
160margin-bottom: 3px;
161margin-top: 3px;
162padding: 0.2em;
163border: solid thin #333;
164border-radius: 0.5em;
165-webkit-border-radius: .5em;
166-moz-border-radius: .5em;
167box-shadow: 2px 2px 3px #999;
168-webkit-box-shadow: 2px 2px 3px #999;
169-moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
170background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
171background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);
172}
173
174div.groupHeader {
175margin-left: 16px;
176margin-top: 12px;
177font-weight: bold;
178}
179
180div.groupText {
181margin-left: 16px;
182font-style: italic;
183}
184
185body {
186background: white;
187color: black;
188 margin: 0;
189}
190
191div.contents {
192margin-top: 10px;
193margin-left: 10px;
194margin-right: 5px;
195}
196
197td.indexkey {
198background-color: ##ee;
199font-weight: bold;
200border: 1px solid ##cc;
201margin: 2px 0px 2px 0;
202padding: 2px 10px;
203}
204
205td.indexvalue {
206background-color: ##ee;
207border: 1px solid ##cc;
208padding: 2px 10px;
209margin: 2px 0px;
210}
211
212tr.memlist {
213background-color: ##f0;
214}
215
216p.formulaDsp {
217text-align: center;
218}
219
220img.formulaDsp {
221
222}
223
224img.formulaInl {
225vertical-align: middle;
226}
227
228div.center {
229text-align: center;
230 margin-top: 0px;
231 margin-bottom: 0px;
232 padding: 0px;
233}
234
235div.center img {
236border: 0px;
237}
238
239address.footer {
240text-align: right;
241padding-right: 12px;
242}
243
244img.footer {
245border: 0px;
246vertical-align: middle;
247}
248
249/* @group Code Colorization */
250
251span.keyword {
252color: #008000
253}
254
255span.keywordtype {
256color: #604020
257}
258
259span.keywordflow {
260color: #e08000
261}
262
263span.comment {
264color: #800000
265}
266
267span.preprocessor {
268color: #806020
269}
270
271span.stringliteral {
272color: #002080
273}
274
275span.charliteral {
276color: #008080
277}
278
279span.vhdldigit {
280color: #ff00ff
281}
282
283span.vhdlchar {
284color: #000000
285}
286
287span.vhdlkeyword {
288color: #700070
289}
290
291span.vhdllogic {
292color: #ff0000
293}
294
295/* @end */
296
297/*
298.search {
299color: #003399;
300font-weight: bold;
301}
302
303form.search {
304margin-bottom: 0px;
305margin-top: 0px;
306}
307
308input.search {
309font-size: 75%;
310color: #000080;
311font-weight: normal;
312background-color: #e8eef2;
313}
314*/
315
316td.tiny {
317font-size: 75%;
318}
319
320.dirtab {
321padding: 4px;
322border-collapse: collapse;
323border: 1px solid ##b0;
324}
325
326th.dirtab {
327background: ##ee;
328font-weight: bold;
329}
330
331hr {
332height: 0px;
333border: none;
334border-top: 1px solid ##66;
335}
336
337hr.footer {
338height: 1px;
339}
340
341/* @group Member Descriptions */
342
343table.memberdecls {
344border-spacing: 0px;
345padding: 0px;
346}
347
348.mdescLeft, .mdescRight,
349.memItemLeft, .memItemRight,
350.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
351background-color: ##FA;
352border: none;
353margin: 4px;
354padding: 1px 0 0 8px;
355}
356
357.mdescLeft, .mdescRight {
358padding: 0px 8px 4px 8px;
359color: #555;
360}
361
362.memItemLeft, .memItemRight, .memTemplParams {
363border-top: 1px solid ##cc;
364}
365
366.memItemLeft, .memTemplItemLeft {
367 white-space: nowrap;
368}
369
370.memItemRight {
371width: 100%;
372}
373
374.memTemplParams {
375color: ##60;
376 white-space: nowrap;
377}
378
379/* @end */
380
381/* @group Member Details */
382
383/* Styles for detailed member documentation */
384
385.memtemplate {
386font-size: 80%;
387color: ##60;
388font-weight: normal;
389margin-left: 9px;
390}
391
392.memnav {
393background-color: ##ee;
394border: 1px solid ##b0;
395text-align: center;
396margin: 2px;
397margin-right: 15px;
398padding: 2px;
399}
400
401.mempage {
402width: 100%;
403}
404
405.memitem {
406padding: 0;
407margin-bottom: 10px;
408margin-right: 5px;
409}
410
411.memname {
412 white-space: nowrap;
413 font-weight: bold;
414 margin-left: 6px;
415}
416
417.memproto {
418 border-top: 1px solid ##B4;
419 border-left: 1px solid ##B4;
420 border-right: 1px solid ##B4;
421 padding: 6px 0px 6px 0px;
422 color: ##2b;
423 font-weight: bold;
424 text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
425 /* opera specific markup */
426 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
427 border-top-right-radius: 8px;
428 border-top-left-radius: 8px;
429 /* firefox specific markup */
430 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
431 -moz-border-radius-topright: 8px;
432 -moz-border-radius-topleft: 8px;
433 /* webkit specific markup */
434 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
435 -webkit-border-top-right-radius: 8px;
436 -webkit-border-top-left-radius: 8px;
437 background-image:url('nav_f.png');
438 background-repeat:repeat-x;
439 background-color: ##E6;
440
441}
442
443.memdoc {
444 border-bottom: 1px solid ##B4;
445 border-left: 1px solid ##B4;
446 border-right: 1px solid ##B4;
447 padding: 2px 5px;
448 background-color: ##FC;
449 border-top-width: 0;
450 /* opera specific markup */
451 border-bottom-left-radius: 8px;
452 border-bottom-right-radius: 8px;
453 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
454 /* firefox specific markup */
455 -moz-border-radius-bottomleft: 8px;
456 -moz-border-radius-bottomright: 8px;
457 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
458 background-image: -moz-linear-gradient(center top, ##FF 0%, ##FF 60%, ##F8 95%, ##F0);
459 /* webkit specific markup */
460 -webkit-border-bottom-left-radius: 8px;
461 -webkit-border-bottom-right-radius: 8px;
462 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
463 background-image: -webkit-gradient(linear,center top,center bottom,from(##FF), color-stop(0.6,##FF), color-stop(0.60,##FF), color-stop(0.95,##F8), to(##F0));
464}
465
466.paramkey {
467text-align: right;
468}
469
470.paramtype {
471white-space: nowrap;
472}
473
474.paramname {
475color: #602020;
476white-space: nowrap;
477}
478.paramname em {
479font-style: normal;
480}
481
482.params, .retval, .exception, .tparams {
483 border-spacing: 6px 2px;
484}
485
486.params .paramname, .retval .paramname {
487 font-weight: bold;
488 vertical-align: top;
489}
490
491.params .paramtype {
492 font-style: italic;
493 vertical-align: top;
494}
495
496.params .paramdir {
497 font-family: "courier new",courier,monospace;
498 vertical-align: top;
499}
500
501
502
503
504/* @end */
505
506/* @group Directory (tree) */
507
508/* for the tree view */
509
510.ftvtree {
511font-family: sans-serif;
512margin: 0px;
513}
514
515/* these are for tree view when used as main index */
516
517.directory {
518font-size: 9pt;
519font-weight: bold;
520margin: 5px;
521}
522
523.directory h3 {
524margin: 0px;
525margin-top: 1em;
526font-size: 11pt;
527}
528
529/*
530The following two styles can be used to replace the root node title
531with an image of your choice. Simply uncomment the next two styles,
532specify the name of your image and be sure to set 'height' to the
533proper pixel height of your image.
534*/
535
536/*
537.directory h3.swap {
538height: 61px;
539background-repeat: no-repeat;
540background-image: url("yourimage.gif");
541}
542.directory h3.swap span {
543display: none;
544}
545*/
546
547.directory > h3 {
548margin-top: 0;
549}
550
551.directory p {
552margin: 0px;
553white-space: nowrap;
554}
555
556.directory div {
557display: none;
558margin: 0px;
559}
560
561.directory img {
562vertical-align: -30%;
563}
564
565/* these are for tree view when not used as main index */
566
567.directory-alt {
568font-size: 100%;
569font-weight: bold;
570}
571
572.directory-alt h3 {
573margin: 0px;
574margin-top: 1em;
575font-size: 11pt;
576}
577
578.directory-alt > h3 {
579margin-top: 0;
580}
581
582.directory-alt p {
583margin: 0px;
584white-space: nowrap;
585}
586
587.directory-alt div {
588display: none;
589margin: 0px;
590}
591
592.directory-alt img {
593vertical-align: -30%;
594}
595
596/* @end */
597
598div.dynheader {
599 margin-top: 8px;
600}
601
602address {
603font-style: normal;
604color: ##33;
605}
606
607table.doxtable {
608border-collapse:collapse;
609}
610
611table.doxtable td, table.doxtable th {
612border: 1px solid ##37;
613padding: 3px 7px 2px;
614}
615
616table.doxtable th {
617background-color: ##47;
618color: #FFFFFF;
619font-size: 110%;
620padding-bottom: 4px;
621padding-top: 5px;
622text-align:left;
623}
624
625.tabsearch {
626top: 0px;
627left: 10px;
628height: 36px;
629background-image: url('tab_b.png');
630z-index: 101;
631overflow: hidden;
632font-size: 13px;
633}
634
635.navpath ul
636{
637font-size: 11px;
638background-image:url('tab_b.png');
639background-repeat:repeat-x;
640height:30px;
641line-height:30px;
642color:##9b;
643border:solid 1px ##ca;
644overflow:hidden;
645margin:0px;
646padding:0px;
647}
648
649.navpath li
650{
651list-style-type:none;
652float:left;
653padding-left:10px;
654padding-right:15px;
655background-image:url('bc_s.png');
656background-repeat:no-repeat;
657background-position:right;
658color:##45;
659}
660
661.navpath li.navelem a
662{
663height:32px;
664display:block;
665text-decoration: none;
666outline: none;
667}
668
669.navpath li.navelem a:hover
670{
671color:##80;
672}
673
674.navpath li.footer
675{
676 list-style-type:none;
677 float:right;
678 padding-left:10px;
679 padding-right:15px;
680 background-image:none;
681 background-repeat:no-repeat;
682 background-position:right;
683 color:##45;
684 font-size: 8pt;
685}
686
687
688div.summary
689{
690float: right;
691font-size: 8pt;
692padding-right: 5px;
693width: 50%;
694text-align: right;
695}
696
697div.summary a
698{
699white-space: nowrap;
700}
701
702div.ingroups
703{
704font-size: 8pt;
705padding-left: 5px;
706width: 50%;
707text-align: left;
708}
709
710div.ingroups a
711{
712white-space: nowrap;
713}
714
715div.header
716{
717 background-image:url('nav_h.png');
718 background-repeat:repeat-x;
719background-color: ##FA;
720margin: 0px;
721border-bottom: 1px solid ##CC;
722}
723
724div.headertitle
725{
726padding: 5px 5px 5px 10px;
727}
728
729dl
730{
731 padding: 0 0 0 10px;
732}
733
734dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug
735{
736 border-left:4px solid;
737 padding: 0 0 0 6px;
738}
739
740dl.note
741{
742 border-color: #D0C000;
743}
744
745dl.warning, dl.attention
746{
747 border-color: #FF0000;
748}
749
750dl.pre, dl.post, dl.invariant
751{
752 border-color: #00D000;
753}
754
755dl.deprecated
756{
757 border-color: #505050;
758}
759
760dl.todo
761{
762 border-color: #00C0E0;
763}
764
765dl.test
766{
767 border-color: #3030E0;
768}
769
770dl.bug
771{
772 border-color: #C08050;
773}
774
775#projectlogo
776{
777text-align: center;
778vertical-align: bottom;
779border-collapse: separate;
780}
781
782#projectlogo img
783{
784border: 0px none;
785}
786
787#projectname
788{
789font: 300% Tahoma, Arial,sans-serif;
790margin: 0px;
791padding: 2px 0px;
792}
793
794#projectbrief
795{
796font: 120% Tahoma, Arial,sans-serif;
797margin: 0px;
798padding: 0px;
799}
800
801#projectnumber
802{
803font: 50% Tahoma, Arial,sans-serif;
804margin: 0px;
805padding: 0px;
806}
807
808#titlearea
809{
810padding: 0px;
811margin: 0px;
812width: 100%;
813border-bottom: 1px solid ##70;
814}
815
816.image
817{
818 text-align: center;
819}
820
821.dotgraph
822{
823 text-align: center;
824}
825
826.mscgraph
827{
828 text-align: center;
829}
830
831.caption
832{
833font-weight: bold;
834}
835
836

Archive Download this file

Revision: 1322