Salome HOME
[EDF26936] : End of the 2GB limit.
[modules/yacs.git] / doc / _static / basic.css
1 /**
2  * Sphinx stylesheet -- basic theme
3  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4  */
5
6 /* -- main layout ----------------------------------------------------------- */
7
8 div.clearer {
9     clear: both;
10 }
11
12 /* -- relbar ---------------------------------------------------------------- */
13
14 div.related {
15     width: 100%;
16     font-size: 90%;
17 }
18
19 div.related h3 {
20     display: none;
21 }
22
23 div.related ul {
24     margin: 0;
25     padding: 0 0 0 10px;
26     list-style: none;
27 }
28
29 div.related li {
30     display: inline;
31 }
32
33 div.related li.right {
34     float: right;
35     margin-right: 5px;
36 }
37
38 /* -- sidebar --------------------------------------------------------------- */
39
40 div.sphinxsidebarwrapper {
41     padding: 10px 5px 0 10px;
42 }
43
44 div.sphinxsidebar {
45     float: left;
46     width: 230px;
47     margin-left: -100%;
48     font-size: 90%;
49 }
50
51 div.sphinxsidebar ul {
52     list-style: none;
53 }
54
55 div.sphinxsidebar ul ul,
56 div.sphinxsidebar ul.want-points {
57     margin-left: 20px;
58     list-style: square;
59 }
60
61 div.sphinxsidebar ul ul {
62     margin-top: 0;
63     margin-bottom: 0;
64 }
65
66 div.sphinxsidebar form {
67     margin-top: 10px;
68 }
69
70 div.sphinxsidebar input {
71     border: 1px solid #98dbcc;
72     font-family: sans-serif;
73     font-size: 1em;
74 }
75
76 img {
77     border: 0;
78 }
79
80 /* -- search page ----------------------------------------------------------- */
81
82 ul.search {
83     margin: 10px 0 0 20px;
84     padding: 0;
85 }
86
87 ul.search li {
88     padding: 5px 0 5px 20px;
89     background-image: url(file.png);
90     background-repeat: no-repeat;
91     background-position: 0 7px;
92 }
93
94 ul.search li a {
95     font-weight: bold;
96 }
97
98 ul.search li div.context {
99     color: #888;
100     margin: 2px 0 0 30px;
101     text-align: left;
102 }
103
104 ul.keywordmatches li.goodmatch a {
105     font-weight: bold;
106 }
107
108 /* -- index page ------------------------------------------------------------ */
109
110 table.contentstable {
111     width: 90%;
112 }
113
114 table.contentstable p.biglink {
115     line-height: 150%;
116 }
117
118 a.biglink {
119     font-size: 1.3em;
120 }
121
122 span.linkdescr {
123     font-style: italic;
124     padding-top: 5px;
125     font-size: 90%;
126 }
127
128 /* -- general index --------------------------------------------------------- */
129
130 table.indextable {
131     width: 100%;
132 }
133
134 table.indextable td {
135     text-align: left;
136     vertical-align: top;
137 }
138
139 table.indextable dl, table.indextable dd {
140     margin-top: 0;
141     margin-bottom: 0;
142 }
143
144 table.indextable tr.pcap {
145     height: 10px;
146 }
147
148 table.indextable tr.cap {
149     margin-top: 10px;
150     background-color: #f2f2f2;
151 }
152
153 img.toggler {
154     margin-right: 3px;
155     margin-top: 3px;
156     cursor: pointer;
157 }
158
159 div.modindex-jumpbox {
160     border-top: 1px solid #ddd;
161     border-bottom: 1px solid #ddd;
162     margin: 1em 0 1em 0;
163     padding: 0.4em;
164 }
165
166 div.genindex-jumpbox {
167     border-top: 1px solid #ddd;
168     border-bottom: 1px solid #ddd;
169     margin: 1em 0 1em 0;
170     padding: 0.4em;
171 }
172
173 /* -- general body styles --------------------------------------------------- */
174
175 a.headerlink {
176     visibility: hidden;
177 }
178
179 h1:hover > a.headerlink,
180 h2:hover > a.headerlink,
181 h3:hover > a.headerlink,
182 h4:hover > a.headerlink,
183 h5:hover > a.headerlink,
184 h6:hover > a.headerlink,
185 dt:hover > a.headerlink {
186     visibility: visible;
187 }
188
189 div.body p.caption {
190     text-align: inherit;
191 }
192
193 div.body td {
194     text-align: left;
195 }
196
197 .field-list ul {
198     padding-left: 1em;
199 }
200
201 .first {
202     margin-top: 0 !important;
203 }
204
205 p.rubric {
206     margin-top: 30px;
207     font-weight: bold;
208 }
209
210 img.align-left, .figure.align-left, object.align-left {
211   clear: left ;
212   float: left ;
213   margin-right: 1em }
214
215 img.align-right, .figure.align-right, object.align-right {
216   clear: right ;
217   float: right ;
218   margin-left: 1em }
219
220 img.align-center, .figure.align-center, object.align-center {
221   display: block;
222   margin-left: auto;
223   margin-right: auto;
224 }
225
226 .align-left {
227     text-align: left;
228 }
229
230 .align-center {
231     clear: both;
232     text-align: center;
233 }
234
235 .align-right {
236     text-align: right;
237 }
238
239 /* -- sidebars -------------------------------------------------------------- */
240
241 div.sidebar {
242     margin: 0 0 0.5em 1em;
243     border: 1px solid #ddb;
244     padding: 7px 7px 0 7px;
245     background-color: #ffe;
246     width: 40%;
247     float: right;
248 }
249
250 p.sidebar-title {
251     font-weight: bold;
252 }
253
254 /* -- topics ---------------------------------------------------------------- */
255
256 div.topic {
257     border: 1px solid #ccc;
258     padding: 7px 7px 0 7px;
259     margin: 10px 0 10px 0;
260 }
261
262 p.topic-title {
263     font-size: 1.1em;
264     font-weight: bold;
265     margin-top: 10px;
266 }
267
268 /* -- admonitions ----------------------------------------------------------- */
269
270 div.admonition {
271     margin-top: 10px;
272     margin-bottom: 10px;
273     padding: 7px;
274 }
275
276 div.admonition dt {
277     font-weight: bold;
278 }
279
280 div.admonition dl {
281     margin-bottom: 0;
282 }
283
284 p.admonition-title {
285     margin: 0px 10px 5px 0px;
286     font-weight: bold;
287 }
288
289 div.body p.centered {
290     text-align: center;
291     margin-top: 25px;
292 }
293
294 /* -- tables ---------------------------------------------------------------- */
295
296 table.docutils {
297     border: 0 solid #dce;
298     border-collapse: collapse;
299 }
300
301 table.docutils td, table.docutils th {
302     padding: 2px 5px 2px 5px;
303     border-left: 0;    
304     background-color: #eef;    
305 }
306
307 table.field-list td, table.field-list th {
308     border: 0 !important;
309 }
310
311 table.footnote td, table.footnote th {
312     border: 0 !important;
313 }
314
315 table.docutils th {
316     border-top: 1px solid #cac;    
317     background-color: #ede;
318 }
319
320 th {
321     text-align: left;
322     padding-right: 5px;
323 }
324
325 th.head {
326     text-align: center;    
327 }
328
329 /* -- other body styles ----------------------------------------------------- */
330
331 ol.arabic {
332     list-style: decimal;
333 }
334
335 ol.loweralpha {
336     list-style: lower-alpha;
337 }
338
339 ol.upperalpha {
340     list-style: upper-alpha;
341 }
342
343 ol.lowerroman {
344     list-style: lower-roman;
345 }
346
347 ol.upperroman {
348     list-style: upper-roman;
349 }
350
351 dl {
352     margin-bottom: 15px;
353 }
354
355 dd p {
356     margin-top: 0px;
357 }
358
359 dd ul, dd table {
360     margin-bottom: 10px;
361 }
362
363 dd {
364     margin-top: 3px;
365     margin-bottom: 10px;
366     margin-left: 30px;
367 }
368
369 dt:target, .highlight {
370     background-color: #fbe54e;
371 }
372
373 dt:target, .highlighted {
374     background-color: #fbe54e;
375 }
376
377 dl.glossary dt {
378     font-weight: bold;
379     font-size: 1.1em;
380 }
381
382 .field-list ul {
383     margin: 0;
384     padding-left: 1em;
385 }
386
387 .field-list p {
388     margin: 0;
389 }
390
391 .refcount {
392     color: #060;
393 }
394
395 .optional {
396     font-size: 1.3em;
397 }
398
399 .versionmodified {
400     font-style: italic;
401 }
402
403 p.deprecated {
404     background-color: #ffe4e4;
405     border: 1px solid #f66;
406     padding: 7px
407 }
408
409 .system-message {
410     background-color: #fda;
411     padding: 5px;
412     border: 3px solid red;
413 }
414
415 .footnote:target  {
416     background-color: #ffa
417 }
418
419 .line-block {
420     display: block;
421     margin-top: 1em;
422     margin-bottom: 1em;
423 }
424
425 .line-block .line-block {
426     margin-top: 0;
427     margin-bottom: 0;
428     margin-left: 1.5em;
429 }
430
431 .guilabel, .menuselection {
432     font-family: sans-serif;
433 }
434
435 .accelerator {
436     text-decoration: underline;
437 }
438
439 .classifier {
440     font-style: oblique;
441 }
442
443 .impl-detail {
444     margin-top: 10px;
445     margin-bottom: 10px;
446     padding: 7px;
447     border: 1px solid #ccc;
448 }
449
450 .impl-detail .compound-first {
451     margin-top: 0;
452 }
453
454 .impl-detail .compound-last {
455     margin-bottom: 0;
456 }
457
458 /* -- code displays --------------------------------------------------------- */
459
460 pre {
461     overflow: auto;
462 }
463
464 td.linenos pre {
465     padding: 5px 0px;
466     border: 0;
467     background-color: transparent;
468     color: #aaa;
469 }
470
471 table.highlighttable {
472     margin-left: 0.5em;
473 }
474
475 table.highlighttable td {
476     padding: 0 0.5em 0 0.5em;
477 }
478
479 tt.descname {
480     background-color: transparent;
481     font-weight: bold;
482     font-size: 1.2em;
483 }
484
485 tt.descclassname {
486     background-color: transparent;
487 }
488
489 tt.xref, a tt {
490     background-color: transparent;
491     font-weight: bold;
492 }
493
494 h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
495     background-color: transparent;
496 }
497
498 .viewcode-link {
499     float: right;
500 }
501
502 .viewcode-back {
503     float: right;
504     font-family: sans-serif;
505 }
506
507 div.viewcode-block:target {
508     margin: -1px -10px;
509     padding: 0 10px;
510 }
511
512 /* -- math display ---------------------------------------------------------- */
513
514 img.math {
515     vertical-align: middle;
516 }
517
518 div.body div.math p {
519     text-align: center;
520 }
521
522 span.eqno {
523     float: right;
524 }
525
526 /* -- printout stylesheet --------------------------------------------------- */
527
528 @media print {
529     div.document,
530     div.documentwrapper,
531     div.bodywrapper {
532         margin: 0 !important;
533         width: 100%;
534     }
535
536     div.sphinxsidebar,
537     div.related,
538     div.footer,
539     #top-link {
540         display: none;
541     }
542 }