]> Creatis software - cpPlugins.git/blob - doc/third_party/Pluma/html/doxygen.css
3f2e69f27f56e62d534d4a1087071e95fd48d7ca
[cpPlugins.git] / doc / third_party / Pluma / html / doxygen.css
1 div#logo
2 {
3     margin-bottom : 1em;
4     background    : url("./logo-bg.jpg") repeat-x;
5 }
6
7 div#logo a
8 {
9     display : block;
10 }
11
12 p#footer
13 {
14     text-decoration : overline;
15     color           : #606060;
16     padding-top     : 1em;
17     text-align      : center;
18     font-size       : smaller;
19 }
20
21 p#footer a
22 {
23     color           : #007298;
24     text-decoration : none;
25 }
26
27 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
28         font-family: Geneva, Arial, Helvetica, sans-serif;
29 }
30 BODY,TD {
31        font-size: 90%;
32 }
33 H1 {
34     text-align    : center;
35     margin-top    : 0px;
36     color         : #2090B0;
37     font-size     : 160%;
38 }
39 H2 {
40        font-size: 120%;
41 }
42 H3 {
43        font-size: 100%;
44 }
45 CAPTION { font-weight: bold }
46 DIV.qindex {
47         width: 100%;
48         background-color: #E0FFE0;
49         border: 1px dotted #808080;
50         text-align: center;
51         margin: 2px;
52         padding: 2px;
53         line-height: 140%;
54 }
55 DIV.nav {
56         width: 100%;
57         background-color: #e8eef2;
58         border: 1px solid #84b0c7;
59         text-align: center;
60         margin: 2px;
61         padding: 2px;
62         line-height: 140%;
63 }
64 DIV.navtab {
65        background-color: #e8eef2;
66        border: 1px solid #84b0c7;
67        text-align: center;
68        margin: 2px;
69        margin-right: 15px;
70        padding: 2px;
71 }
72 TD.navtab {
73        font-size: 70%;
74 }
75 A.qindex {
76        text-decoration: none;
77        font-weight: bold;
78 }
79 A.qindex:visited {
80        text-decoration: none;
81        font-weight: bold;
82 }
83 A.qindex:hover {
84         text-decoration: none;
85         background-color: #ddddff;
86 }
87 A.qindexHL {
88         text-decoration: none;
89         font-weight: bold;
90         background-color: #6666cc;
91         color: #ffffff;
92         border: 1px double #9295C2;
93 }
94 A.qindexHL:hover {
95         text-decoration: none;
96         background-color: #6666cc;
97         color: #ffffff;
98 }
99 A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
100 A.el { text-decoration: none; font-weight: bold }
101 A.elRef { font-weight: bold }
102 A.code:link { text-decoration: none; font-weight: normal; border-bottom : 1px dotted #808080; color: black;}
103 A.code:visited { text-decoration: none; font-weight: normal; border-bottom : 1px dotted #808080; color: black;}
104 A.codeRef:link { font-weight: normal; color: #0000FF}
105 A.codeRef:visited { font-weight: normal; color: #0000FF}
106 /*A:hover { text-decoration: none; background-color: #f2f2ff }*/
107 DL.el { margin-left: -1cm }
108 .fragment {
109        font-family: monospace, fixed;
110        font-size: 95%;
111 }
112 PRE.fragment {
113         border: 1px solid #CCCCCC;
114         background-color: #f5f5f5;
115         margin-top: 4px;
116         margin-bottom: 4px;
117         margin-left: 2px;
118         margin-right: 8px;
119         padding-left: 6px;
120         padding-right: 6px;
121         padding-top: 4px;
122         padding-bottom: 4px;
123 }
124 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
125
126 DIV.groupHeader {
127        margin-left: 16px;
128        margin-top: 12px;
129        margin-bottom: 6px;
130        font-weight: bold;
131 }
132 DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% }
133 BODY {
134         background: white;
135         color: black;
136         margin-right: 20px;
137         margin-left: 20px;
138 }
139 TD.indexkey {
140         background-color: #e8eef2;
141         font-weight: bold;
142         padding-right  : 10px;
143         padding-top    : 2px;
144         padding-left   : 10px;
145         padding-bottom : 2px;
146         margin-left    : 0px;
147         margin-right   : 0px;
148         margin-top     : 2px;
149         margin-bottom  : 2px;
150         border: 1px solid #CCCCCC;
151 }
152 TD.indexvalue {
153         background-color: #e8eef2;
154         font-style: italic;
155         padding-right  : 10px;
156         padding-top    : 2px;
157         padding-left   : 10px;
158         padding-bottom : 2px;
159         margin-left    : 0px;
160         margin-right   : 0px;
161         margin-top     : 2px;
162         margin-bottom  : 2px;
163         border: 1px solid #CCCCCC;
164 }
165 TR.memlist {
166    background-color: #f0f0f0; 
167 }
168 P.formulaDsp { text-align: center; }
169 IMG.formulaDsp { }
170 IMG.formulaInl { vertical-align: middle; }
171 SPAN.keyword       { color: #0000FF }
172 SPAN.keywordtype   { color: #0000FF }
173 SPAN.keywordflow   { color: #0000FF }
174 SPAN.comment       { color: #008000 }
175 SPAN.preprocessor  { color: #008080 }
176 SPAN.stringliteral { color: #008080 }
177 SPAN.charliteral   { color: #008080 }
178 .mdescLeft {
179        padding: 0px 8px 4px 8px;
180         font-size: 80%;
181         font-style: italic;
182         background-color: #FAFAFA;
183         border-top: 1px none #E0E0E0;
184         border-right: 1px none #E0E0E0;
185         border-bottom: 1px none #E0E0E0;
186         border-left: 1px none #E0E0E0;
187         margin: 0px;
188 }
189 .mdescRight {
190        padding: 0px 8px 4px 8px;
191         font-size: 80%;
192         font-style: italic;
193         background-color: #FAFAFA;
194         border-top: 1px none #E0E0E0;
195         border-right: 1px none #E0E0E0;
196         border-bottom: 1px none #E0E0E0;
197         border-left: 1px none #E0E0E0;
198         margin: 0px;
199 }
200 .memItemLeft {
201         padding: 1px 0px 0px 8px;
202         margin: 4px;
203         border-top-width: 1px;
204         border-right-width: 1px;
205         border-bottom-width: 1px;
206         border-left-width: 1px;
207         border-top-color: #E0E0E0;
208         border-right-color: #E0E0E0;
209         border-bottom-color: #E0E0E0;
210         border-left-color: #E0E0E0;
211         border-top-style: solid;
212         border-right-style: none;
213         border-bottom-style: none;
214         border-left-style: none;
215         background-color: #FAFAFA;
216         font-size: 80%;
217 }
218 .memItemRight {
219         padding: 1px 8px 0px 8px;
220         margin: 4px;
221         border-top-width: 1px;
222         border-right-width: 1px;
223         border-bottom-width: 1px;
224         border-left-width: 1px;
225         border-top-color: #E0E0E0;
226         border-right-color: #E0E0E0;
227         border-bottom-color: #E0E0E0;
228         border-left-color: #E0E0E0;
229         border-top-style: solid;
230         border-right-style: none;
231         border-bottom-style: none;
232         border-left-style: none;
233         background-color: #FAFAFA;
234         font-size: 80%;
235 }
236 .memTemplItemLeft {
237         padding: 1px 0px 0px 8px;
238         margin: 4px;
239         border-top-width: 1px;
240         border-right-width: 1px;
241         border-bottom-width: 1px;
242         border-left-width: 1px;
243         border-top-color: #E0E0E0;
244         border-right-color: #E0E0E0;
245         border-bottom-color: #E0E0E0;
246         border-left-color: #E0E0E0;
247         border-top-style: none;
248         border-right-style: none;
249         border-bottom-style: none;
250         border-left-style: none;
251         background-color: #FAFAFA;
252         font-size: 80%;
253 }
254 .memTemplItemRight {
255         padding: 1px 8px 0px 8px;
256         margin: 4px;
257         border-top-width: 1px;
258         border-right-width: 1px;
259         border-bottom-width: 1px;
260         border-left-width: 1px;
261         border-top-color: #E0E0E0;
262         border-right-color: #E0E0E0;
263         border-bottom-color: #E0E0E0;
264         border-left-color: #E0E0E0;
265         border-top-style: none;
266         border-right-style: none;
267         border-bottom-style: none;
268         border-left-style: none;
269         background-color: #FAFAFA;
270         font-size: 80%;
271 }
272 .memTemplParams {
273         padding: 1px 0px 0px 8px;
274         margin: 4px;
275         border-top-width: 1px;
276         border-right-width: 1px;
277         border-bottom-width: 1px;
278         border-left-width: 1px;
279         border-top-color: #E0E0E0;
280         border-right-color: #E0E0E0;
281         border-bottom-color: #E0E0E0;
282         border-left-color: #E0E0E0;
283         border-top-style: solid;
284         border-right-style: none;
285         border-bottom-style: none;
286         border-left-style: none;
287        color: #606060;
288         background-color: #FAFAFA;
289         font-size: 80%;
290 }
291 .search     { color: #003399;
292               font-weight: bold;
293 }
294 FORM.search {
295               margin-bottom: 0px;
296               margin-top: 0px;
297 }
298 INPUT.search { font-size: 75%;
299                color: #000080;
300                font-weight: normal;
301                background-color: #e8eef2;
302 }
303 TD.tiny      { font-size: 75%;
304 }
305 a {
306         color: #2090B0;
307 }
308 a:visited {
309         color: #2090B0;
310 }
311 .dirtab { padding: 4px;
312           border-collapse: collapse;
313           border: 1px solid #84b0c7;
314 }
315 TH.dirtab { background: #e8eef2;
316             font-weight: bold;
317 }
318 HR { height: 1px;
319      border: none;
320      border-top: 1px solid black;
321 }
322
323 /* Style for detailed member documentation */
324 .memtemplate {
325   font-size: 80%;
326   color: #606060;
327   font-weight: normal;
328
329 .memnav { 
330   background-color: #e8eef2;
331   border: 1px solid #84b0c7;
332   text-align: center;
333   margin: 2px;
334   margin-right: 15px;
335   padding: 2px;
336 }
337 .memitem {
338   /*padding: 4px;*/
339   background-color: #F0FFF0;
340   border-width: 1px;
341   border-style: solid;
342   border-color: #808080;
343   /*-moz-border-radius: 8px 8px 8px 8px;*/
344 }
345 .memname {
346   white-space: nowrap;
347   font-weight: bold;
348 }
349 .memdoc{
350   padding-left: 10px;
351 }
352 .memproto {
353   background-color: #D0FFD0;
354   width: 100%;
355   border-bottom-width: 1px;
356   border-bottom-style: dotted;
357   border-bottom-color: #808080;
358   font-weight: bold;
359   /*-moz-border-radius: 8px 8px 8px 8px;*/
360 }
361 .paramkey {
362   text-align: right;
363 }
364 .paramtype {
365   white-space: nowrap;
366 }
367 .paramname {
368   color: #602020;
369   font-style: italic;
370   white-space: nowrap;
371 }
372 /* End Styling for detailed member documentation */
373
374 /* for the tree view */
375 .ftvtree {
376         font-family: sans-serif;
377         margin:0.5em;
378 }
379 .directory { font-size: 9pt; font-weight: bold; }
380 .directory h3 { margin: 0px; margin-top: 1em; font-size: 11pt; }
381 .directory > h3 { margin-top: 0; }
382 .directory p { margin: 0px; white-space: nowrap; }
383 .directory div { display: none; margin: 0px; }
384 .directory img { vertical-align: -30%; }