Salome HOME
Improve Documentation style.
[modules/smesh.git] / doc / salome / tui / static / doxygen.css
1 body {
2    font-family: Arial, Helvetica, sans-serif;
3    background-color: #ffffff;
4 }
5
6 h1 { 
7    text-align: center; 
8    text-decoration: none;
9    border: none;
10    line-height: 25px;
11    text-align: center;
12 //   text-transform:uppercase;
13    background: #D9f4fd;
14    font-size: 12pt;
15    font-weight: bold;
16    border: 1px solid #CCCCCC;
17    margin-top: 50px;
18    -moz-border-radius: 8px;
19    -moz-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.15);
20 }
21
22 h2 {
23    font-size: 12pt;
24    font-weight: bold;
25 }
26
27 table {
28    font-size: 10pt;
29    padding-left: 20px;
30 }
31
32 CAPTION { 
33    font-weight: bold 
34 }
35
36 /* Link in the top navbar */
37 A.qindex {}
38
39 A.qindexRef {}
40
41 /* Link to any cross-referenced Doxygen element inside a code section 
42    (ex: header)
43 */
44 A.code { 
45    text-decoration: none; 
46    font-weight: normal; 
47    color: #4444ee 
48 }
49
50 A.codeRef { 
51    font-weight: normal; 
52    color: #4444ee 
53 }
54
55 A:hover { 
56    text-decoration: none; 
57    background-color: lightblue; 
58 }
59
60 div.contents {
61   font-family: Arial, Helvetica, sans-serif;
62   font-size: 10pt;
63   padding: 20px;
64 }
65
66 div.navpath {
67   font-size: 11pt;
68 }
69
70 div.header {
71   background: url("head.png");
72   background-color: #175783;
73   border: 1px solid;
74   height: 80px;
75   background-repeat: no-repeat;
76   margin-bottom:20px;
77 }
78
79 div.tabs { 
80   text-align: justify; 
81   margin-left    : 2px;  
82   margin-right   : 2px;  
83   margin-top     : 2px; 
84   margin-bottom  : 2px
85   font-weight: bold;
86   color: #FFFFFF;
87 }
88
89 div.footer {
90   background-color: #D9f4fd;
91   border: 1px solid #AAAAAA;
92   font-family: Arial, Helvetica, sans-serif;
93   font-size: 11px;
94   padding: 10px;
95 }
96
97 div.div-footer {
98   background-color: #D9f4fd;
99   border: 1px solid #AAAAAA;
100   font-family: Arial, Helvetica, sans-serif;
101   font-size: 11px;
102   padding: 10px;
103   text-align: center;
104 }
105
106 DL.el { 
107    margin-left: -1cm 
108 }
109
110 /* A code fragment (ex: header) */
111 div.fragment { 
112    border: none; 
113 }
114
115 /* In the alpha list (coumpound index), style of an alphabetical index letter */
116 DIV.ah { 
117    background-color: #CCCCCC; 
118    font-weight: bold; 
119    color: #ffffff; 
120    margin-bottom: 3px; 
121    margin-top: 3px 
122 }
123
124 /* Method name (+ type) */
125 TD.md { 
126    background-color: lightblue; 
127    font-weight: bold; 
128 }
129
130 /* Method parameter (some of them) */
131 TD.mdname1 { 
132    background-color: lightblue; 
133    font-weight: bold; color: #602020; 
134 }
135
136 /* Method parameter (some of them) */
137 TD.mdname { 
138    background-color: lightblue; 
139    font-weight: bold; 
140    color: #602020; 
141    width: 600px; 
142 }
143
144 /* Separator between methods group (usually empty, seems not supported by IE) */
145 DIV.groupHeader { 
146    margin-left: 16px; 
147    margin-top: 12px; 
148    margin-bottom: 6px; 
149    font-weight: bold 
150 }
151
152 DIV.groupText { 
153    margin-left: 16px; 
154    font-style: italic; 
155    font-size: smaller 
156 }
157
158 /*div.div-page { 
159   background-color: #FFFFFF; 
160   margin-left: 1em;
161   margin-right: 1em;
162   margin-top: 1em;
163   margin-bottom: 0.1em;
164
165   padding-left: 1em;
166   padding-right: 1em;
167   padding-top: 0.5em;
168   padding-bottom: 0.5em;
169
170   border: 2px solid #0D299A; 
171   border-width: 2px;
172   border-color: #0D299A; 
173 }*/
174
175 div.tabs { 
176   text-align: justify; 
177   margin-left    : 2px;  
178   margin-right   : 2px;  
179   margin-top     : 2px; 
180   margin-bottom  : 2px
181   font-weight: bold;
182   color: #FFFFFF;
183 }
184
185 /* In File List, Coumpound List, etc, 1st column of the index */
186 TD.indexkey { 
187    background-color: #DDDDEE; 
188    font-weight: bold; 
189    padding-right  : 10px; 
190    padding-top    : 2px; 
191    padding-left   : 10px; 
192    padding-bottom : 2px; 
193    margin-left    : 0px; 
194    margin-right   : 0px; 
195    margin-top     : 2px; 
196    margin-bottom  : 2px  
197 }
198
199 /* In File List, Coumpound List, etc, 2nd column of the index */
200 TD.indexvalue { 
201    background-color: #EEEEFF; 
202    font-style: italic; 
203    padding-right  : 10px; 
204    padding-top    : 2px; 
205    padding-left   : 10px; 
206    padding-bottom : 2px; 
207    margin-left    : 0px; 
208    margin-right   : 0px; 
209    margin-top     : 2px; 
210    margin-bottom  : 2px  
211 }
212
213 span.keyword       { color: #008000 }
214 span.keywordtype   { color: #604020 }
215 span.keywordflow   { color: #e08000 }
216 span.comment       { color: #800000 }
217 span.preprocessor  { color: #806020 }
218 span.stringliteral { color: #002080 }
219 span.charliteral   { color: #008080 }
220
221 /* @group Code Colorization */
222
223 .fragment {
224         font-family: monospace, fixed;
225         font-size: 10pt;
226 }
227
228 pre.fragment {
229         width: 95%;
230         border: 1px solid #CCCCCC;
231         -moz-border-radius: 8px;
232         -moz-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.15);
233         background-color:#EEF3F5;
234         padding: 4px 6px;
235         margin: 20px;
236 }
237
238 /* Top Navigation style */
239
240 div.navigation {
241   margin-bottom:20px;
242 }
243
244 /* Left navigation panel style */
245
246 body.ftvtree {
247    background-color: #D9f4fd;
248   margin: 10px;
249 }
250
251 div.directory {
252   margin: 0;
253 }
254
255 div.directory.p {
256   margin: 0;
257 }
258
259 h3.swap {
260    font-size: 10pt;
261    margin-bottom: 0;
262 }
263
264 /* Link to any cross-referenced Doxygen element */
265 a.el { 
266    text-decoration: none; 
267    font-family: Arial, Helvetica, sans-serif;
268    font-weight: bold;
269    font-size: 10pt;
270    color: #551a8b;
271 }
272
273 a.el:hover {
274    background-color: transparent;
275    color: #551acc;
276 }
277
278 a { 
279 // text-decoration: none; 
280    font-family: Arial, Helvetica, sans-serif;
281    font-weight: bold;
282    font-size: 10pt;
283    color: #551a8b;
284 }
285
286 a:hover {
287    background-color: transparent;
288    color: #551acc;
289 }
290
291 a.elRef { 
292    font-weight: normal;
293 }
294
295
296 #MSearchBox {
297   -moz-border-radius:8px 8px 8px 8px;
298   background-color:white;
299   border:1px solid #84B0C7;
300   margin:0;
301   padding:0;
302   white-space:nowrap;
303 }
304
305 div.directory img {
306   vertical-align:-30%;
307 }
308
309 div.directory p {
310   white-space:nowrap;
311   margin: 0;
312 }
313
314 div.directory-alt div {
315         display: none;
316         margin: 0px;
317 }
318
319
320 div.directory div {
321         display: none;
322         margin: 0px;
323 }
324
325 div.version {
326    background-color:#ffffde;
327    border:1px solid #cccccc;
328    font-family: Arial, Helvetica, sans-serif;
329    font-size: 9pt;
330    text-align: center;
331    width:100px;
332    -moz-border-radius: 8px;
333  //   -moz-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.15);
334 }
335
336
337 /* @group Member Descriptions */
338
339 .mdescLeft, .mdescRight,
340 .memItemLeft, .memItemRight,
341 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
342         background-color: #FAFAFA;
343         border: none;
344         margin: 4px;
345         padding: 1px 0 0 8px;
346 }
347
348 .mdescLeft, .mdescRight {
349         padding: 0px 8px 4px 8px;
350         color: #555;
351 }
352
353 .memItemLeft, .memItemRight, .memTemplParams {
354         border-top: 1px solid #ccc;
355 }
356
357 .memItemLeft, .memTemplItemLeft {
358         white-space: nowrap;
359 }
360
361 .memTemplParams {
362         color: #606060;
363         white-space: nowrap;
364 }
365
366 /* @end */
367
368 /* Styles for detailed member documentation */
369
370 .memtemplate {
371         font-size: 80%;
372         color: #606060;
373         font-weight: normal;
374         margin-left: 3px;
375 }
376
377 .memnav {
378         background-color: #e8eef2;
379         border: 1px solid #84b0c7;
380         text-align: center;
381         margin: 2px;
382         margin-right: 15px;
383         padding: 2px;
384 }
385
386 .memitem {
387         padding: 0;
388         margin-bottom: 10px;
389 }
390
391 .memname {
392         white-space: nowrap;
393         font-weight: bold;
394 }
395
396 .memproto, .memdoc {
397         border: 1px solid #84b0c7;
398 }
399
400 .memproto {
401         padding: 0;
402         background-color: #d5e1e8;
403         font-weight: bold;
404         -webkit-border-top-left-radius: 8px;
405         -webkit-border-top-right-radius: 8px;
406         -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
407         -moz-border-radius-topleft: 8px;
408         -moz-border-radius-topright: 8px;
409         -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
410
411 }
412
413
414
415 .memdoc {
416         padding: 2px 5px;
417         background-color: #eef3f5;
418         border-top-width: 0;
419         -webkit-border-bottom-left-radius: 8px;
420         -webkit-border-bottom-right-radius: 8px;
421         -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
422         -moz-border-radius-bottomleft: 8px;
423         -moz-border-radius-bottomright: 8px;
424         -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
425 }
426
427 .paramkey {
428         text-align: right;
429 }
430
431 .paramtype {
432         white-space: nowrap;
433 }
434
435 .paramname {
436         color: #602020;
437         white-space: nowrap;
438 }
439 .paramname em {
440         font-style: normal;
441 }
442
443 /* @end */