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: #e8eef2;
68 border: 1px solid
#84b0c7;
74 div.qindex
, div.navpath
{
83 /* @group Link Styling */
88 text-decoration: none
;
96 text-decoration: underline
;
105 background-color: #6666cc;
107 border: 1px double
#9295C2;
110 .contents a.qindexHL:visited {
136 font-family: monospace
, fixed
;
141 border: 1px solid
#CCCCCC;
142 background-color: #f5f5f5;
144 margin: 4px 8px 4px 2px;
146 word-wrap: break-word
;
152 background-color: black
;
179 background-color: #e8eef2;
181 border: 1px solid
#CCCCCC;
182 margin: 2px 0px 2px 0;
187 background-color: #e8eef2;
188 border: 1px solid
#CCCCCC;
194 background-color: #f0f0f0;
206 vertical-align: middle
;
222 vertical-align: middle
;
225 /* @group Code Colorization */
287 background-color: #e8eef2;
296 border-collapse: collapse
;
297 border: 1px solid
#84b0c7;
308 border-top: 1px solid
#666;
315 /* @group Member Descriptions */
317 .mdescLeft
, .mdescRight
,
318 .memItemLeft
, .memItemRight
,
319 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
320 background-color: #FAFAFA;
323 padding: 1px 0 0 8px;
326 .mdescLeft, .mdescRight {
327 padding: 0px 8px 4px 8px;
331 .memItemLeft, .memItemRight, .memTemplParams {
332 border-top: 1px solid
#ccc;
335 .memItemLeft, .memTemplItemLeft {
346 /* @group Member Details */
348 /* Styles for detailed member documentation */
358 background-color: #e8eef2;
359 border: 1px solid
#84b0c7;
378 border-top: 1px solid
#84b0c7;
379 border-left: 1px solid
#84b0c7;
380 border-right: 1px solid
#84b0c7;
382 background-color: #d5e1e8;
384 /* firefox specific markup */
385 background-image: -moz-linear-gradient
(rgba
(228, 233, 245, 1.0) 0%, rgba
(193, 205, 232, 1.0) 100%);
386 -moz-box-shadow: rgba
(0, 0, 0, 0.15) 5px 5px 5px;
387 -moz-border-radius-topright: 8px;
388 -moz-border-radius-topleft: 8px;
389 /* webkit specific markup */
390 background-image: -webkit-gradient
(linear
, 0% 0%, 0% 100%, from
(rgba
(228, 233, 245, 1.0)), to
(rgba
(193, 205, 232, 1.0)));
391 -webkit-box-shadow: 5px 5px 5px rgba
(0, 0, 0, 0.15);
392 -webkit-border-top-right-radius: 8px;
393 -webkit-border-top-left-radius: 8px;
398 border-bottom: 1px solid
#84b0c7;
399 border-left: 1px solid
#84b0c7;
400 border-right: 1px solid
#84b0c7;
402 background-color: #eef3f5;
404 /* firefox specific markup */
405 -moz-border-radius-bottomleft: 8px;
406 -moz-border-radius-bottomright: 8px;
407 -moz-box-shadow: rgba
(0, 0, 0, 0.15) 5px 5px 5px;
408 /* webkit specific markup */
409 -webkit-border-bottom-left-radius: 8px;
410 -webkit-border-bottom-right-radius: 8px;
411 -webkit-box-shadow: 5px 5px 5px rgba
(0, 0, 0, 0.15);
432 /* @group Directory (tree) */
434 /* for the tree view */
437 font-family: sans-serif
;
441 /* these are for tree view when used as main index */
455 The following two styles can be used to replace the root node title
456 with an image of your choice. Simply uncomment the next two styles,
457 specify the name of your image and be sure to set 'height' to the
458 proper pixel height of your image.
464 background-repeat: no-repeat;
465 background-image: url("yourimage.gif");
467 .directory h3.swap span {
487 vertical-align: -30%;
490 /* these are for tree view when not used as main index */
503 .directory-alt > h3 {
518 vertical-align: -30%;
529 border-collapse:collapse
;
532 table.doxtable
td, table.doxtable
th {
533 border: 1px solid
#153788;
534 padding: 3px 7px 2px;
538 background-color: #254798;
547 p {padding-left: 20px;}