1 /* The standard CSS for doxygen */
3 body
, table
, div
, p
, dl
5 font-family: Lucida Grande
, Verdana
, Geneva
, Arial
, sans-serif
;
9 /* @group Heading Levels */
35 -webkit-column-gap: 1em;
37 -webkit-column-count: 3;
68 div
.qindex
, div
.navtab
70 background-color: #e8eef2;
71 border: 1px solid
#84b0c7;
77 div
.qindex
, div
.navpath
88 /* @group Link Styling */
94 text-decoration: none
;
104 text-decoration: underline
;
115 background-color: #6666cc;
117 border: 1px double
#9295C2;
120 .contents a
.qindexHL:visited
151 font-family: monospace
, fixed
;
157 border: 1px solid
#CCCCCC;
158 background-color: #f5f5f5;
160 margin: 4px 8px 4px 2px;
165 background-color: black
;
196 background-color: #e8eef2;
198 border: 1px solid
#CCCCCC;
199 margin: 2px 0px 2px 0;
205 background-color: #e8eef2;
206 border: 1px solid
#CCCCCC;
213 background-color: #f0f0f0;
227 vertical-align: middle
;
246 vertical-align: middle
;
249 /* @group Code Colorization */
325 background-color: #e8eef2;
336 border-collapse: collapse
;
337 border: 1px solid
#84b0c7;
350 border-top: 1px solid
#666;
353 /* @group Member Descriptions */
355 .mdescLeft
, .mdescRight
, .memItemLeft
, .memItemRight
, .memTemplItemLeft
, .memTemplItemRight
, .memTemplParams
357 background-color: #FAFAFA;
360 padding: 1px 0 0 8px;
363 .mdescLeft
, .mdescRight
365 padding: 0px 8px 4px 8px;
369 .memItemLeft
, .memItemRight
, .memTemplParams
371 border-top: 1px solid
#ccc;
374 .memItemLeft
, .memTemplItemLeft
387 /* @group Member Details */
389 /* Styles for detailed member documentation */
401 background-color: #e8eef2;
402 border: 1px solid
#84b0c7;
423 border: 1px solid
#84b0c7;
429 background-color: #d5e1e8;
431 -webkit-border-top-left-radius: 8px;
432 -webkit-border-top-right-radius: 8px;
433 -webkit-box-shadow: 5px 5px 5px rgba
(0, 0, 0, 0.15);
434 -moz-border-radius-topleft: 8px;
435 -moz-border-radius-topright: 8px;
436 -moz-box-shadow: rgba
(0, 0, 0, 0.15) 5px 5px 5px;
442 background-color: #eef3f5;
444 -webkit-border-bottom-left-radius: 8px;
445 -webkit-border-bottom-right-radius: 8px;
446 -webkit-box-shadow: 5px 5px 5px rgba
(0, 0, 0, 0.15);
447 -moz-border-radius-bottomleft: 8px;
448 -moz-border-radius-bottomright: 8px;
449 -moz-box-shadow: rgba
(0, 0, 0, 0.15) 5px 5px 5px;
474 /* @group Directory (tree) */
476 /* for the tree view */
480 font-family: sans-serif
;
484 /* these are for tree view when used as main index */
500 The following two styles can be used to replace the root node title
501 with an image of your choice. Simply uncomment the next two styles,
502 specify the name of your image and be sure to set 'height' to the
503 proper pixel height of your image.
509 background-repeat: no-repeat;
510 background-image: url("yourimage.gif");
512 .directory h3.swap span {
536 vertical-align: -30%;
539 /* these are for tree view when not used as main index */
573 vertical-align: -30%;