Xy Flyweight. [Part 3]
[xy_vsfilter.git] / src / log4cplus / docs / doxygen.css
blob3767dc957b0dd2268ea831deb86dae6b7a7222a0
1 body, table, div, p, dl {
2 font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
3 font-size: 12px;
6 /* @group Heading Levels */
8 h1 {
9 text-align: center;
10 font-size: 150%;
13 h2 {
14 font-size: 120%;
17 h3 {
18 font-size: 100%;
21 /* @end */
23 caption {
24 font-weight: bold;
27 div.qindex, div.navtab{
28 background-color: #e8eef2;
29 border: 1px solid #84b0c7;
30 text-align: center;
31 margin: 2px;
32 padding: 2px;
35 div.qindex, div.navpath {
36 width: 100%;
37 line-height: 140%;
40 div.navtab {
41 margin-right: 15px;
44 /* @group Link Styling */
46 a {
47 color: #153788;
48 font-weight: normal;
49 text-decoration: none;
52 .contents a:visited {
53 color: #1b77c5;
56 a:hover {
57 text-decoration: underline;
60 a.qindex {
61 font-weight: bold;
64 a.qindexHL {
65 font-weight: bold;
66 background-color: #6666cc;
67 color: #ffffff;
68 border: 1px double #9295C2;
71 .contents a.qindexHL:visited {
72 color: #ffffff;
75 a.el {
76 font-weight: bold;
79 a.elRef {
82 a.code {
85 a.codeRef {
88 /* @end */
90 dl.el {
91 margin-left: -1cm;
94 .fragment {
95 font-family: monospace, fixed;
96 font-size: 105%;
99 pre.fragment {
100 border: 1px solid #CCCCCC;
101 background-color: #f5f5f5;
102 padding: 4px 6px;
103 margin: 4px 8px 4px 2px;
106 div.ah {
107 background-color: black;
108 font-weight: bold;
109 color: #ffffff;
110 margin-bottom: 3px;
111 margin-top: 3px
114 div.groupHeader {
115 margin-left: 16px;
116 margin-top: 12px;
117 margin-bottom: 6px;
118 font-weight: bold;
121 div.groupText {
122 margin-left: 16px;
123 font-style: italic;
126 body {
127 background: white;
128 color: black;
129 margin-right: 20px;
130 margin-left: 20px;
133 td.indexkey {
134 background-color: #e8eef2;
135 font-weight: bold;
136 border: 1px solid #CCCCCC;
137 margin: 2px 0px 2px 0;
138 padding: 2px 10px;
141 td.indexvalue {
142 background-color: #e8eef2;
143 border: 1px solid #CCCCCC;
144 padding: 2px 10px;
145 margin: 2px 0px;
148 tr.memlist {
149 background-color: #f0f0f0;
152 p.formulaDsp {
153 text-align: center;
156 img.formulaDsp {
160 img.formulaInl {
161 vertical-align: middle;
164 /* @group Code Colorization */
166 span.keyword {
167 color: #008000
170 span.keywordtype {
171 color: #604020
174 span.keywordflow {
175 color: #e08000
178 span.comment {
179 color: #800000
182 span.preprocessor {
183 color: #806020
186 span.stringliteral {
187 color: #002080
190 span.charliteral {
191 color: #008080
194 span.vhdldigit {
195 color: #ff00ff
198 span.vhdlchar {
199 color: #000000
202 span.vhdlkeyword {
203 color: #700070
206 span.vhdllogic {
207 color: #ff0000
210 /* @end */
212 .search {
213 color: #003399;
214 font-weight: bold;
217 form.search {
218 margin-bottom: 0px;
219 margin-top: 0px;
222 input.search {
223 font-size: 75%;
224 color: #000080;
225 font-weight: normal;
226 background-color: #e8eef2;
229 td.tiny {
230 font-size: 75%;
233 .dirtab {
234 padding: 4px;
235 border-collapse: collapse;
236 border: 1px solid #84b0c7;
239 th.dirtab {
240 background: #e8eef2;
241 font-weight: bold;
244 hr {
245 height: 0;
246 border: none;
247 border-top: 1px solid #666;
250 /* @group Member Descriptions */
252 .mdescLeft, .mdescRight,
253 .memItemLeft, .memItemRight,
254 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
255 background-color: #FAFAFA;
256 border: none;
257 margin: 4px;
258 padding: 1px 0 0 8px;
261 .mdescLeft, .mdescRight {
262 padding: 0px 8px 4px 8px;
263 color: #555;
266 .memItemLeft, .memItemRight, .memTemplParams {
267 border-top: 1px solid #ccc;
270 .memTemplParams {
271 color: #606060;
274 /* @end */
276 /* @group Member Details */
278 /* Styles for detailed member documentation */
280 .memtemplate {
281 font-size: 80%;
282 color: #606060;
283 font-weight: normal;
284 margin-left: 3px;
287 .memnav {
288 background-color: #e8eef2;
289 border: 1px solid #84b0c7;
290 text-align: center;
291 margin: 2px;
292 margin-right: 15px;
293 padding: 2px;
296 .memitem {
297 padding: 0;
300 .memname {
301 white-space: nowrap;
302 font-weight: bold;
305 .memproto, .memdoc {
306 border: 1px solid #84b0c7;
309 .memproto {
310 padding: 0;
311 background-color: #d5e1e8;
312 font-weight: bold;
313 -webkit-border-top-left-radius: 8px;
314 -webkit-border-top-right-radius: 8px;
315 -moz-border-radius-topleft: 8px;
316 -moz-border-radius-topright: 8px;
319 .memdoc {
320 padding: 2px 5px;
321 background-color: #eef3f5;
322 border-top-width: 0;
323 -webkit-border-bottom-left-radius: 8px;
324 -webkit-border-bottom-right-radius: 8px;
325 -moz-border-radius-bottomleft: 8px;
326 -moz-border-radius-bottomright: 8px;
329 .paramkey {
330 text-align: right;
333 .paramtype {
334 white-space: nowrap;
337 .paramname {
338 color: #602020;
339 white-space: nowrap;
341 .paramname em {
342 font-style: normal;
345 /* @end */
347 /* @group Directory (tree) */
349 /* for the tree view */
351 .ftvtree {
352 font-family: sans-serif;
353 margin: 0.5em;
356 /* these are for tree view when used as main index */
358 .directory {
359 font-size: 9pt;
360 font-weight: bold;
363 .directory h3 {
364 margin: 0px;
365 margin-top: 1em;
366 font-size: 11pt;
370 The following two styles can be used to replace the root node title
371 with an image of your choice. Simply uncomment the next two styles,
372 specify the name of your image and be sure to set 'height' to the
373 proper pixel height of your image.
377 .directory h3.swap {
378 height: 61px;
379 background-repeat: no-repeat;
380 background-image: url("yourimage.gif");
382 .directory h3.swap span {
383 display: none;
387 .directory > h3 {
388 margin-top: 0;
391 .directory p {
392 margin: 0px;
393 white-space: nowrap;
396 .directory div {
397 display: none;
398 margin: 0px;
401 .directory img {
402 vertical-align: -30%;
405 /* these are for tree view when not used as main index */
407 .directory-alt {
408 font-size: 100%;
409 font-weight: bold;
412 .directory-alt h3 {
413 margin: 0px;
414 margin-top: 1em;
415 font-size: 11pt;
418 .directory-alt > h3 {
419 margin-top: 0;
422 .directory-alt p {
423 margin: 0px;
424 white-space: nowrap;
427 .directory-alt div {
428 display: none;
429 margin: 0px;
432 .directory-alt img {
433 vertical-align: -30%;
436 /* @end */
438 address {
439 font-style: normal;
440 color: #333;