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