1 /* Autodoc css file for C++ documentation */
4 body
{ background-color:#ffffff; }
6 #adc-cppref a
{ text-decoration: none
; }
7 #adc-cppref a:link
{ color: #C44B01; }
8 #adc-cppref a:visited
{ color: #638093; }
9 #adc-cppref a:active
{ color: #9DCA12; }
11 #adc-cppref h1
{ font-size:20pt; margin-top:3pt; margin-bottom:7pt; }
12 #adc-cppref h2
{ font-family:Arial
; font-size:16pt; margin-top:3pt; margin-bottom:5pt; }
13 #adc-cppref h3
{ font-size:13pt; margin-top:2pt; margin-bottom:3pt; }
14 #adc-cppref h4
{ font-size:10pt; font-weight:bold
; margin-top:2pt; margin-bottom:1pt; }
15 #adc-cppref dl
{ margin-top:1pt; margin-bottom:1pt; }
16 #adc-cppref dl
.member
{ margin-top:1pt; margin-bottom:1pt;
17 background-image:url
(../../images/bg_table3.gif); }
18 #adc-cppref dt
{ font-size:10pt; font-weight:bold
; margin-top:2pt; margin-bottom:1pt; }
19 #adc-cppref dt
.member
{ font-size:13pt; font-weight:bold
; margin-top:2pt; margin-bottom:1pt; }
20 #adc-cppref dt
.simple
{ font-size:10pt; font-weight:normal
; margin-top:2pt; margin-bottom:1pt; }
21 #adc-cppref dd
{ font-size:10pt; margin-top:1pt; margin-bottom:1pt; }
22 #adc-cppref dd
.member
{ font-size:10pt; margin-top:1pt; margin-bottom:1pt; background-color:#ffffff; }
23 #adc-cppref p
{ font-size:10pt; margin-top:3pt; margin-bottom:1pt; }
24 #adc-cppref pre
{ font-family:monospace
; font-size:10pt; margin-top:1pt; margin-bottom:1pt; }
25 #adc-cppref tr
{ font-size:10pt; }
26 #adc-cppref td
{ font-size:10pt; }
28 #adc-cppref dt
.attention
{ color:#dd0000; }
30 #adc-cppref div
.title
{ text-align:center
; line-height:26pt;
31 background-image:url
(../../images/bg_table.gif); }
32 #adc-cppref .subtitle
{ background-image:url
(../../images/bg_table.gif); }
34 #adc-cppref td
.flagname
{ background-image:url
(../../images/bg_table2.gif);
35 font-family:Arial
; font-size:8pt; font-weight:bold
; }
36 #adc-cppref td
.flagyes
{ font-family:Arial
; font-size:8pt; font-weight:bold
; }
37 #adc-cppref td
.flagno
{ font-family:Arial
; font-size:8pt; }
38 #adc-cppref td
.flagtext
{ font-family:Arial
; font-size:8pt; font-weight:bold
; }
40 #adc-cppref td
.navimain
, td
.navimain a
41 { background-image:url
(../../images/bg_table2.gif);
42 font-family:Arial
; font-size:12pt; font-weight:bold
; }
44 /* background-color:#eeeeff; color:#000000; */
46 #adc-cppref td
.navimainself
47 { background-color:#2222ad; color:#ffffff;
48 font-family:Arial
; font-size:12pt; font-weight:bold
; }
49 #adc-cppref td
.navimainnone
50 { background-image:url
(../../images/bg_table2.gif);
51 font-family:Arial
; font-size:12pt; }
53 #adc-cppref div
.define
{ font-family:Arial
; background-color:#ccccff; }
55 #adc-cppref .nqclass
{ color:#008800; }
57 #adc-cppref h3
.help
{ background-color:#eeeeff; margin-top:12pt; }
59 #adc-cppref .btpubl
{ color:#33ff33; }
60 #adc-cppref .btprot
{ color:#cc9933; }
61 #adc-cppref .btpriv
{ color:#ff6666; }
62 #adc-cppref .btvpubl
{ color:#33ff33; font-style:italic
; }
63 #adc-cppref .btvprot
{ color:#cc9933; font-style:italic
; }
64 #adc-cppref .btvpriv
{ color:#ff6666; font-style:italic
; }
65 #adc-cppref .btself
{ font-weight:bold
; }
67 #adc-cppref table
{ empty-cells:show
; }
69 #adc-cppref .childlist td
,
70 #adc-cppref .commentedlinks td
,
71 #adc-cppref .memberlist td
,
72 #adc-cppref .title-table td
,
73 #adc-cppref .subtitle td
,
74 #adc-cppref .crosstitle td
{ border: .1pt solid grey
}
76 #adc-cppref .flag-table td
{ border: .1pt solid
#cccccc; }
78 #adc-cppref .table-in-method td
,
79 #adc-cppref .table-in-data td
,
80 #adc-cppref .navimain td
,
81 #adc-cppref .navisub td
,
82 #adc-cppref .expl-table td
,
83 #adc-cppref .param-table td
{ border: none
; }
86 /* Explanation of CSS classes:
88 dl.member provides coloured frame for function descriptions.
89 dd.member makes the content of this frame white
91 dt.attention special colour for @attention remarks
93 div.title HTML page headline
94 .subtitle headline of lists of members and similar
96 These are for the flagtables in classes:
97 td.flagname Flag name.
98 td.flagyes flag value "yes"
99 td.flagno flag value "no"
100 td.flagtext other flag value
103 These are for the main navigationbar:
104 td.navimain, td.navimain a
106 td.navimainself Text in navibar which refers to current page.
107 td.navimainnone Text which links to nothing.
110 div.define Subtitles on the #define/macro descriptions page
112 .nqclass special color for classes in the qualification
113 on top of type pages like in:
114 ::nsp1::nsp2::_ClassXY_::
116 h3.help Subtitles on the help page
118 These are for the base class tree on class pages:
119 .btpubl public base class
122 .btvpubl virtual public
123 .btvprot virtual protected
124 .btvpriv virtual private
125 .btself placeholder for currently displayed class