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 {
57 div.qindex, div.navtab{
58 background-color: #e8eef2;
59 border: 1px solid #84b0c7;
65 div.qindex, div.navpath {
74 /* @group Link Styling */
79 text-decoration: none;
87 text-decoration: underline;
96 background-color: #6666cc;
98 border: 1px double #9295C2;
101 .contents a.qindexHL:visited {
125 font-family: monospace, fixed;
130 border: 1px solid #CCCCCC;
131 background-color: #f5f5f5;
133 margin: 4px 8px 4px 2px;
137 background-color: black;
164 background-color: #e8eef2;
166 border: 1px solid #CCCCCC;
167 margin: 2px 0px 2px 0;
172 background-color: #e8eef2;
173 border: 1px solid #CCCCCC;
179 background-color: #f0f0f0;
191 vertical-align: middle;
207 vertical-align: middle;
210 /* @group Code Colorization */
272 background-color: #e8eef2;
281 border-collapse: collapse;
282 border: 1px solid #84b0c7;
293 border-top: 1px solid #666;
296 /* @group Member Descriptions */
298 .mdescLeft, .mdescRight,
299 .memItemLeft, .memItemRight,
300 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
301 background-color: #FAFAFA;
304 padding: 1px 0 0 8px;
307 .mdescLeft, .mdescRight {
308 padding: 0px 8px 4px 8px;
312 .memItemLeft, .memItemRight, .memTemplParams {
313 border-top: 1px solid #ccc;
316 .memItemLeft, .memTemplItemLeft {
327 /* @group Member Details */
329 /* Styles for detailed member documentation */
339 background-color: #e8eef2;
340 border: 1px solid #84b0c7;
358 border: 1px solid #84b0c7;
363 background-color: #d5e1e8;
365 -webkit-border-top-left-radius: 8px;
366 -webkit-border-top-right-radius: 8px;
367 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
368 -moz-border-radius-topleft: 8px;
369 -moz-border-radius-topright: 8px;
370 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
376 background-color: #eef3f5;
378 -webkit-border-bottom-left-radius: 8px;
379 -webkit-border-bottom-right-radius: 8px;
380 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
381 -moz-border-radius-bottomleft: 8px;
382 -moz-border-radius-bottomright: 8px;
383 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
404 /* @group Directory (tree) */
406 /* for the tree view */
409 font-family: sans-serif;
413 /* these are for tree view when used as main index */
427 The following two styles can be used to replace the root node title
428 with an image of your choice. Simply uncomment the next two styles,
429 specify the name of your image and be sure to set 'height' to the
430 proper pixel height of your image.
436 background-repeat: no-repeat;
437 background-image: url("yourimage.gif");
439 .directory h3.swap span {
459 vertical-align: -30%;
462 /* these are for tree view when not used as main index */
475 .directory-alt > h3 {
490 vertical-align: -30%;