1 /* The standard CSS for doxygen */
3 body
, table
, div
, p
, dl
{
4 font-family: Lucida Grande
, Verdana
, Geneva
, Arial
, sans-serif
;
8 /* @group Heading Levels */
29 -webkit-column-gap: 1em;
31 -webkit-column-count: 3;
34 p
.startli
, p
.startdd
, p
.starttd
{
66 div
.qindex
, div
.navtab
{
67 background-color: #EBEFF6;
68 border: 1px solid
#A3B4D7;
74 div
.qindex
, div
.navpath
{
83 /* @group Link Styling */
88 text-decoration: none
;
96 text-decoration: underline
;
105 background-color: #9CAFD4;
107 border: 1px double
#869DCA;
110 .contents a.qindexHL:visited {
136 font-family: monospace
, fixed
;
141 border: 1px solid
#C4CFE5;
142 background-color: #FBFCFD;
144 margin: 4px 8px 4px 2px;
146 word-wrap: break-word
;
152 background-color: black
;
158 border: solid thin
#333;
159 border-radius: 0.5em;
160 -webkit-border-radius: .5em;
161 -moz-border-radius: .5em;
162 box-shadow: 2px 2px 3px #999;
163 -webkit-box-shadow: 2px 2px 3px #999;
164 -moz-box-shadow: rgba
(0, 0, 0, 0.15) 2px 2px 2px;
165 background-image: -webkit-gradient
(linear
, left top
, left bottom
, from
(#eee), to
(#000),color-stop
(0.3, #444));
166 background-image: -moz-linear-gradient
(center top
, #eee 0%, #444 40%, #000);
193 background-color: #EBEFF6;
195 border: 1px solid
#C4CFE5;
196 margin: 2px 0px 2px 0;
201 background-color: #EBEFF6;
202 border: 1px solid
#C4CFE5;
208 background-color: #EEF1F7;
220 vertical-align: middle
;
241 vertical-align: middle
;
244 /* @group Code Colorization */
307 background-color: #e8eef2;
317 border-collapse: collapse
;
318 border: 1px solid
#A3B4D7;
329 border-top: 1px solid
#4A6AAA;
336 /* @group Member Descriptions */
343 .mdescLeft
, .mdescRight
,
344 .memItemLeft
, .memItemRight
,
345 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
346 background-color: #F9FAFC;
349 padding: 1px 0 0 8px;
353 .mdescLeft, .mdescRight {
354 padding: 0px 8px 4px 8px;
358 .memItemLeft, .memItemRight, .memTemplParams {
359 border-top: 1px solid
#C4CFE5;
362 .memItemLeft, .memTemplItemLeft {
373 /* @group Member Details */
375 /* Styles for detailed member documentation */
385 background-color: #EBEFF6;
386 border: 1px solid
#A3B4D7;
405 border-top: 1px solid
#A8B8D9;
406 border-left: 1px solid
#A8B8D9;
407 border-right: 1px solid
#A8B8D9;
408 padding: 6px 0px 6px 0px;
411 text-shadow: 0px 1px 1px rgba
(255, 255, 255, 0.9);
412 /* opera specific markup */
413 box-shadow: 5px 5px 5px rgba
(0, 0, 0, 0.15);
414 border-top-right-radius: 8px;
415 border-top-left-radius: 8px;
416 /* firefox specific markup */
417 -moz-box-shadow: rgba
(0, 0, 0, 0.15) 5px 5px 5px;
418 -moz-border-radius-topright: 8px;
419 -moz-border-radius-topleft: 8px;
420 /* webkit specific markup */
421 -webkit-box-shadow: 5px 5px 5px rgba
(0, 0, 0, 0.15);
422 -webkit-border-top-right-radius: 8px;
423 -webkit-border-top-left-radius: 8px;
424 background-image:url
('nav_f.png');
425 background-repeat:repeat-x
;
426 background-color: #E2E8F2;
431 border-bottom: 1px solid
#A8B8D9;
432 border-left: 1px solid
#A8B8D9;
433 border-right: 1px solid
#A8B8D9;
435 background-color: #FBFCFD;
437 /* opera specific markup */
438 border-bottom-left-radius: 8px;
439 border-bottom-right-radius: 8px;
440 box-shadow: 5px 5px 5px rgba
(0, 0, 0, 0.15);
441 /* firefox specific markup */
442 -moz-border-radius-bottomleft: 8px;
443 -moz-border-radius-bottomright: 8px;
444 -moz-box-shadow: rgba
(0, 0, 0, 0.15) 5px 5px 5px;
445 background-image: -moz-linear-gradient
(center top
, #FFFFFF 0%, #FFFFFF 60%, #F7F8FB 95%, #EEF1F7);
446 /* webkit specific markup */
447 -webkit-border-bottom-left-radius: 8px;
448 -webkit-border-bottom-right-radius: 8px;
449 -webkit-box-shadow: 5px 5px 5px rgba
(0, 0, 0, 0.15);
450 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));
469 .params, .retval, .exception, .tparams {
470 border-spacing: 6px 2px;
473 .params .paramname, .retval .paramname {
484 font-family: "courier new",courier
,monospace
;
493 /* @group Directory (tree) */
495 /* for the tree view */
498 font-family: sans-serif
;
502 /* these are for tree view when used as main index */
517 The following two styles can be used to replace the root node title
518 with an image of your choice. Simply uncomment the next two styles,
519 specify the name of your image and be sure to set 'height' to the
520 proper pixel height of your image.
526 background-repeat: no-repeat;
527 background-image: url("yourimage.gif");
529 .directory h3.swap span {
549 vertical-align: -30%;
552 /* these are for tree view when not used as main index */
565 .directory-alt > h3 {
580 vertical-align: -30%;
595 border-collapse:collapse
;
598 table
.doxtable td
, table
.doxtable th
{
599 border: 1px solid
#2D4068;
600 padding: 3px 7px 2px;
604 background-color: #374F7F;
616 background-image: url
('tab_b.png');
625 background-image:url
('tab_b.png');
626 background-repeat:repeat-x
;
630 border:solid
1px #C2CDE4;
638 list-style-type:none
;
642 background-image:url
('bc_s.png');
643 background-repeat:no-repeat
;
644 background-position:right
;
648 .navpath li
.navelem a
652 text-decoration: none
;
656 .navpath li
.navelem
a:hover
663 list-style-type:none
;
667 background-image:none
;
668 background-repeat:no-repeat
;
669 background-position:right
;
704 background-image:url
('nav_h.png');
705 background-repeat:repeat-x
;
706 background-color: #F9FAFC;
708 border-bottom: 1px solid
#C4CFE5;
713 padding: 5px 5px 5px 10px;
721 dl
.note
, dl
.warning
, dl
.attention
, dl
.pre
, dl
.post
, dl
.invariant
, dl
.deprecated
, dl
.todo
, dl
.test
, dl
.bug
723 border-left:4px solid
;
729 border-color: #D0D000;
732 dl
.warning
, dl
.attention
734 border-color: #FF0000;
737 dl
.pre
, dl
.post
, dl
.invariant
739 border-color: #00D000;
744 border-color: #505050;
749 border-color: #00C0E0;
754 border-color: #3030E0;
759 border-color: #C08050;
765 vertical-align: bottom
;
766 border-collapse: separate
;
776 font: 300% arial
,sans-serif
;
783 font: 120% arial
,sans-serif
;
790 font: 50% arial
,sans-serif
;
800 border-bottom: 1px solid
#5373B4;
810 font-family:Monospace
;