1 | s/**
|
---|
2 | * Sphinx stylesheet -- basic theme
|
---|
3 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
4 | */
|
---|
5 | h3 {
|
---|
6 | color:#000000;
|
---|
7 | font-size: 17px;
|
---|
8 | margin-bottom:0.5em;
|
---|
9 | margin-top:2em;
|
---|
10 | }
|
---|
11 | /* -- main layout ----------------------------------------------------------- */
|
---|
12 |
|
---|
13 | div.clearer {
|
---|
14 | clear: both;
|
---|
15 | }
|
---|
16 |
|
---|
17 | /* -- header ---------------------------------------------------------------- */
|
---|
18 |
|
---|
19 | #header #title {
|
---|
20 | background:#29334F url(../img/title_background.png) repeat-x scroll 0 0;
|
---|
21 | border-bottom:1px solid #B6B6B6;
|
---|
22 | height:25px;
|
---|
23 | overflow:hidden;
|
---|
24 | }
|
---|
25 | #headerButtons {
|
---|
26 | position: absolute;
|
---|
27 | list-style: none outside;
|
---|
28 | top: 26px;
|
---|
29 | left: 0px;
|
---|
30 | right: 0px;
|
---|
31 | margin: 0px;
|
---|
32 | padding: 0px;
|
---|
33 | border-top: 1px solid #2B334F;
|
---|
34 | border-bottom: 1px solid #EDEDED;
|
---|
35 | height: 20px;
|
---|
36 | font-size: 8pt;
|
---|
37 | overflow: hidden;
|
---|
38 | background-color: #D8D8D8;
|
---|
39 | }
|
---|
40 |
|
---|
41 | #headerButtons li {
|
---|
42 | background-repeat:no-repeat;
|
---|
43 | display:inline;
|
---|
44 | margin-top:0;
|
---|
45 | padding:0;
|
---|
46 | }
|
---|
47 |
|
---|
48 | .headerButton {
|
---|
49 | display: inline;
|
---|
50 | height:20px;
|
---|
51 | }
|
---|
52 |
|
---|
53 | .headerButton a {
|
---|
54 | text-decoration: none;
|
---|
55 | float: right;
|
---|
56 | height: 20px;
|
---|
57 | padding: 4px 15px;
|
---|
58 | border-left: 1px solid #ACACAC;
|
---|
59 | font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
|
---|
60 | color: black;
|
---|
61 | }
|
---|
62 | .headerButton a:hover {
|
---|
63 | color: white;
|
---|
64 | background-color: #787878;
|
---|
65 |
|
---|
66 | }
|
---|
67 |
|
---|
68 | li#toc_button {
|
---|
69 | text-align:left;
|
---|
70 | }
|
---|
71 |
|
---|
72 | li#toc_button .headerButton a {
|
---|
73 | width:198px;
|
---|
74 | padding-top: 4px;
|
---|
75 | font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
|
---|
76 | color: black;
|
---|
77 | float: left;
|
---|
78 | padding-left:15px;
|
---|
79 | border-right:1px solid #ACACAC;
|
---|
80 | background:transparent url(../img/triangle_open.png) no-repeat scroll 4px 6px;
|
---|
81 | }
|
---|
82 |
|
---|
83 | li#toc_button .headerButton a:hover {
|
---|
84 | background-color: #787878;
|
---|
85 | color: white;
|
---|
86 | }
|
---|
87 |
|
---|
88 | li#page_buttons {
|
---|
89 | position:absolute;
|
---|
90 | right:0;
|
---|
91 | }
|
---|
92 |
|
---|
93 | #breadcrumbs {
|
---|
94 | color: black;
|
---|
95 | background-image:url(../img/breadcrumb_background.png);
|
---|
96 | border-top:1px solid #2B334F;
|
---|
97 | bottom:0;
|
---|
98 | font-size:10px;
|
---|
99 | height:15px;
|
---|
100 | left:0;
|
---|
101 | overflow:hidden;
|
---|
102 | padding:3px 10px 0;
|
---|
103 | position:absolute;
|
---|
104 | right:0;
|
---|
105 | white-space:nowrap;
|
---|
106 | z-index:901;
|
---|
107 | }
|
---|
108 | #breadcrumbs a {
|
---|
109 | color: black;
|
---|
110 | text-decoration: none;
|
---|
111 | }
|
---|
112 | #breadcrumbs a:hover {
|
---|
113 | text-decoration: underline;
|
---|
114 | }
|
---|
115 | #breadcrumbs img {
|
---|
116 | padding-left: 3px;
|
---|
117 | padding-bottom: 0em;
|
---|
118 | }
|
---|
119 | /* -- sidebar --------------------------------------------------------------- */
|
---|
120 | #sphinxsidebar {
|
---|
121 | position: absolute;
|
---|
122 | top: 84px;
|
---|
123 | bottom: 19px;
|
---|
124 | left: 0px;
|
---|
125 | width: 229px;
|
---|
126 | background-color: #E4EBF7;
|
---|
127 | border-right: 1px solid #ACACAC;
|
---|
128 | border-top: 1px solid #2B334F;
|
---|
129 | overflow-x: hidden;
|
---|
130 | overflow-y: auto;
|
---|
131 | padding: 0px 0px 0px 0px;
|
---|
132 | font-size:11px;
|
---|
133 | }
|
---|
134 |
|
---|
135 | div.sphinxsidebarwrapper {
|
---|
136 | padding: 10px 5px 0 10px;
|
---|
137 | }
|
---|
138 |
|
---|
139 | div.sphinxsidebarwrapper p.caption {
|
---|
140 | display: none;
|
---|
141 | }
|
---|
142 |
|
---|
143 | #sphinxsidebar li {
|
---|
144 | margin: 0px;
|
---|
145 | padding: 0px;
|
---|
146 | font-weight: normal;
|
---|
147 | margin: 0px 0px 7px 0px;
|
---|
148 | overflow: hidden;
|
---|
149 | text-overflow: ellipsis;
|
---|
150 | font-size: 11px;
|
---|
151 | }
|
---|
152 |
|
---|
153 | #sphinxsidebar ul {
|
---|
154 | list-style: none;
|
---|
155 | margin: 0px 0px 0px 0px;
|
---|
156 | padding: 0px 5px 0px 5px;
|
---|
157 | }
|
---|
158 |
|
---|
159 | #sphinxsidebar ul ul,
|
---|
160 | #sphinxsidebar ul.want-points {
|
---|
161 | list-style: square;
|
---|
162 | }
|
---|
163 |
|
---|
164 | #sphinxsidebar ul ul {
|
---|
165 | margin-top: 0;
|
---|
166 | margin-bottom: 0;
|
---|
167 | }
|
---|
168 |
|
---|
169 | #sphinxsidebar form {
|
---|
170 | margin-top: 10px;
|
---|
171 | }
|
---|
172 |
|
---|
173 | #sphinxsidebar input {
|
---|
174 | border: 1px solid #787878;
|
---|
175 | font-family: sans-serif;
|
---|
176 | font-size: 1em;
|
---|
177 | }
|
---|
178 |
|
---|
179 | img {
|
---|
180 | border: 0;
|
---|
181 | padding-bottom: 1em;
|
---|
182 | }
|
---|
183 |
|
---|
184 | #sphinxsidebar li.toctree-l1 a {
|
---|
185 | font-weight: bold;
|
---|
186 | color: #000;
|
---|
187 | text-decoration: none;
|
---|
188 | }
|
---|
189 |
|
---|
190 | #sphinxsidebar li.toctree-l2 a {
|
---|
191 | font-weight: bold;
|
---|
192 | color: #4f4f4f;
|
---|
193 | text-decoration: none;
|
---|
194 | }
|
---|
195 |
|
---|
196 | /* -- search page ----------------------------------------------------------- */
|
---|
197 |
|
---|
198 | ul.search {
|
---|
199 | margin: 10px 0 0 20px;
|
---|
200 | padding: 0;
|
---|
201 | }
|
---|
202 |
|
---|
203 | ul.search li {
|
---|
204 | padding: 5px 0 5px 20px;
|
---|
205 | background-image: url(../img/file.png);
|
---|
206 | background-repeat: no-repeat;
|
---|
207 | background-position: 0 7px;
|
---|
208 | }
|
---|
209 |
|
---|
210 | ul.search li a {
|
---|
211 | font-weight: bold;
|
---|
212 | }
|
---|
213 |
|
---|
214 | ul.search li div.context {
|
---|
215 | color: #888;
|
---|
216 | margin: 2px 0 0 30px;
|
---|
217 | text-align: left;
|
---|
218 | }
|
---|
219 |
|
---|
220 | ul.keywordmatches li.goodmatch a {
|
---|
221 | font-weight: bold;
|
---|
222 | }
|
---|
223 | #sphinxsidebar input.prettysearch {border:none;}
|
---|
224 | #sphinxsidebar input.search-left {border:none;}
|
---|
225 | input.searchbutton {
|
---|
226 | float: right;
|
---|
227 | text-decoration: none;
|
---|
228 | padding-left: 5px;
|
---|
229 | padding-right: 5px;
|
---|
230 | height: 24px;
|
---|
231 | background-color: #D8D8D8;
|
---|
232 | }
|
---|
233 | .search-wrapper {width: 100%; height: 25px;}
|
---|
234 | .search-wrapper input.prettysearch { border: none; width:200px; height: 16px; background: url(../img/searchfield_repeat.png) center top repeat-x; border: 0px; margin: 0; padding: 3px 0 0 0; font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }
|
---|
235 | .search-wrapper input.prettysearch { width: 184px; margin-left: 20px; margin-top: 0px; margin-right:-2px; margin-left:10px; padding-left: 10px }
|
---|
236 | .search-wrapper input.search-left { display: block; position: absolute; width: 20px; height: 19px; background: url(../img/searchfield_leftcap.png) left top no-repeat; cursor: pointer; }
|
---|
237 | .search-wrapper .search-right { display: block; position: relative; left: 204px; top: -19px; width: 10px; height: 19px; background: url(../img/searchfield_rightcap.png) right top no-repeat; }
|
---|
238 |
|
---|
239 | /* -- index page ------------------------------------------------------------ */
|
---|
240 |
|
---|
241 | table.contentstable {
|
---|
242 | width: 90%;
|
---|
243 | }
|
---|
244 |
|
---|
245 | table.contentstable p.biglink {
|
---|
246 | line-height: 150%;
|
---|
247 | }
|
---|
248 |
|
---|
249 | a.biglink {
|
---|
250 | font-size: 1.3em;
|
---|
251 | }
|
---|
252 |
|
---|
253 | span.linkdescr {
|
---|
254 | font-style: italic;
|
---|
255 | padding-top: 5px;
|
---|
256 | font-size: 90%;
|
---|
257 | }
|
---|
258 |
|
---|
259 | /* -- general index --------------------------------------------------------- */
|
---|
260 |
|
---|
261 | table.indextable td {
|
---|
262 | text-align: left;
|
---|
263 | vertical-align: top;
|
---|
264 | }
|
---|
265 |
|
---|
266 | table.indextable dl, table.indextable dd {
|
---|
267 | margin-top: 0;
|
---|
268 | margin-bottom: 0;
|
---|
269 | }
|
---|
270 |
|
---|
271 | table.indextable tr.pcap {
|
---|
272 | height: 10px;
|
---|
273 | }
|
---|
274 |
|
---|
275 | table.indextable tr.cap {
|
---|
276 | margin-top: 10px;
|
---|
277 | background-color: #f2f2f2;
|
---|
278 | }
|
---|
279 |
|
---|
280 | img.toggler {
|
---|
281 | margin-right: 3px;
|
---|
282 | margin-top: 3px;
|
---|
283 | cursor: pointer;
|
---|
284 | }
|
---|
285 |
|
---|
286 | /* -- general body styles --------------------------------------------------- */
|
---|
287 | .document {
|
---|
288 | border-top:1px solid #2B334F;
|
---|
289 | overflow:auto;
|
---|
290 | padding-left:2em;
|
---|
291 | padding-right:2em;
|
---|
292 | position:absolute;
|
---|
293 | z-index:1;
|
---|
294 | top:84px;
|
---|
295 | bottom:19px;
|
---|
296 | right:0;
|
---|
297 | left:230px;
|
---|
298 | }
|
---|
299 |
|
---|
300 | a.headerlink {
|
---|
301 | visibility: hidden;
|
---|
302 | }
|
---|
303 |
|
---|
304 | h1:hover > a.headerlink,
|
---|
305 | h2:hover > a.headerlink,
|
---|
306 | h3:hover > a.headerlink,
|
---|
307 | h4:hover > a.headerlink,
|
---|
308 | h5:hover > a.headerlink,
|
---|
309 | h6:hover > a.headerlink,
|
---|
310 | dt:hover > a.headerlink {
|
---|
311 | visibility: visible;
|
---|
312 | }
|
---|
313 |
|
---|
314 | div.body p.caption {
|
---|
315 | text-align: inherit;
|
---|
316 | }
|
---|
317 |
|
---|
318 | div.body td {
|
---|
319 | text-align: left;
|
---|
320 | }
|
---|
321 |
|
---|
322 | div.body td.linenos {
|
---|
323 | text-align: left;
|
---|
324 | width: 25px;
|
---|
325 | }
|
---|
326 |
|
---|
327 | .field-list ul {
|
---|
328 | padding-left: 1em;
|
---|
329 | }
|
---|
330 |
|
---|
331 | .first {
|
---|
332 | margin-top: 0 !important;
|
---|
333 | }
|
---|
334 |
|
---|
335 | p.rubric {
|
---|
336 | margin-top: 30px;
|
---|
337 | font-weight: bold;
|
---|
338 | }
|
---|
339 |
|
---|
340 | /* -- sidebars -------------------------------------------------------------- */
|
---|
341 |
|
---|
342 | /*div.sidebar {
|
---|
343 | margin: 0 0 0.5em 1em;
|
---|
344 | border: 1px solid #ddb;
|
---|
345 | padding: 7px 7px 0 7px;
|
---|
346 | background-color: #ffe;
|
---|
347 | width: 40%;
|
---|
348 | float: right;
|
---|
349 | }
|
---|
350 |
|
---|
351 | p.sidebar-title {
|
---|
352 | font-weight: bold;
|
---|
353 | }
|
---|
354 | */
|
---|
355 | /* -- topics ---------------------------------------------------------------- */
|
---|
356 |
|
---|
357 | div.topic {
|
---|
358 | border: 1px solid #ccc;
|
---|
359 | padding: 7px 7px 0 7px;
|
---|
360 | margin: 10px 0 10px 0;
|
---|
361 | }
|
---|
362 |
|
---|
363 | p.topic-title {
|
---|
364 | font-size: 1.1em;
|
---|
365 | font-weight: bold;
|
---|
366 | margin-top: 10px;
|
---|
367 | }
|
---|
368 |
|
---|
369 | /* -- admonitions ----------------------------------------------------------- */
|
---|
370 | .admonition {
|
---|
371 | border: 1px solid #a1a5a9;
|
---|
372 | background-color: #f7f7f7;
|
---|
373 | margin: 20px;
|
---|
374 | padding: 0px 8px 7px 9px;
|
---|
375 | text-align: left;
|
---|
376 | }
|
---|
377 | .warning {
|
---|
378 | background-color: #E8E8E8;
|
---|
379 | border: 1px solid #111111;
|
---|
380 | margin: 20px;
|
---|
381 | }
|
---|
382 | .admonition p {
|
---|
383 | font: 12px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
|
---|
384 | margin-top: 7px;
|
---|
385 | margin-bottom: 0px;
|
---|
386 | }
|
---|
387 |
|
---|
388 | div.admonition dt {
|
---|
389 | font-weight: bold;
|
---|
390 | }
|
---|
391 |
|
---|
392 | div.admonition dl {
|
---|
393 | margin-bottom: 0;
|
---|
394 | }
|
---|
395 |
|
---|
396 | p.admonition-title {
|
---|
397 | margin: 0px 10px 5px 0px;
|
---|
398 | font-weight: bold;
|
---|
399 | padding-top: 3px;
|
---|
400 | }
|
---|
401 |
|
---|
402 | div.body p.centered {
|
---|
403 | text-align: center;
|
---|
404 | margin-top: 25px;
|
---|
405 | }
|
---|
406 |
|
---|
407 | /* -- tables ---------------------------------------------------------------- */
|
---|
408 |
|
---|
409 | table.docutils {
|
---|
410 | border-collapse: collapse;
|
---|
411 | border-top: 1px solid #919699;
|
---|
412 | border-bottom: 1px solid #919699;
|
---|
413 | border-left: 1px solid #919699;
|
---|
414 | border-right: 1px solid #919699;
|
---|
415 | font-size:12px;
|
---|
416 | padding:8px;
|
---|
417 | text-align:left;
|
---|
418 | vertical-align:top;
|
---|
419 | width: 100%;
|
---|
420 | }
|
---|
421 |
|
---|
422 | table.docutils td, table.docutils th {
|
---|
423 | padding: 8px;
|
---|
424 | font-size: 12px;
|
---|
425 | text-align: left;
|
---|
426 | vertical-align: top;
|
---|
427 | border-bottom: 1px solid #919699;
|
---|
428 | }
|
---|
429 |
|
---|
430 | table.docutils th {
|
---|
431 | font-weight: bold;
|
---|
432 | }
|
---|
433 |
|
---|
434 | table.docutils.field-list {
|
---|
435 | border-top: unset;
|
---|
436 | border-bottom: unset;
|
---|
437 | border-left: unset;
|
---|
438 | border-right: unset;
|
---|
439 | }
|
---|
440 |
|
---|
441 | /* This alternates colors in up to six table rows (light blue for odd, white for even)*/
|
---|
442 | .docutils tr {
|
---|
443 | background: #F0F5F9;
|
---|
444 | }
|
---|
445 |
|
---|
446 | .docutils tr + tr {
|
---|
447 | background: #FFFFFF;
|
---|
448 | }
|
---|
449 |
|
---|
450 | .docutils tr + tr + tr {
|
---|
451 | background: #F0F5F9;
|
---|
452 | }
|
---|
453 |
|
---|
454 | .docutils tr + tr + tr + tr {
|
---|
455 | background: #FFFFFF;
|
---|
456 | }
|
---|
457 |
|
---|
458 | .docutils tr + tr + tr +tr + tr {
|
---|
459 | background: #F0F5F9;
|
---|
460 | }
|
---|
461 |
|
---|
462 | .docutils tr + tr + tr + tr + tr + tr {
|
---|
463 | background: #FFFFFF;
|
---|
464 | }
|
---|
465 |
|
---|
466 | .docutils tr + tr + tr + tr + tr + tr + tr {
|
---|
467 | background: #F0F5F9;
|
---|
468 | }
|
---|
469 |
|
---|
470 | table.footnote td, table.footnote th {
|
---|
471 | border: 0 !important;
|
---|
472 | }
|
---|
473 |
|
---|
474 | th {
|
---|
475 | text-align: left;
|
---|
476 | padding-right: 5px;
|
---|
477 | }
|
---|
478 |
|
---|
479 | /* -- image position -------------------------------------------------------- */
|
---|
480 | div.figure.align-center {
|
---|
481 | vertical-align: middle;
|
---|
482 | text-align: center;
|
---|
483 | }
|
---|
484 |
|
---|
485 | /* -- other body styles ----------------------------------------------------- */
|
---|
486 |
|
---|
487 | dl {
|
---|
488 | margin-bottom: 15px;
|
---|
489 | }
|
---|
490 |
|
---|
491 | dd p {
|
---|
492 | margin-top: 0px;
|
---|
493 | font-size: 12px;
|
---|
494 | }
|
---|
495 |
|
---|
496 | dd ul, dd table {
|
---|
497 | margin-bottom: 10px;
|
---|
498 | }
|
---|
499 |
|
---|
500 | dd {
|
---|
501 | margin-top: 3px;
|
---|
502 | margin-bottom: 10px;
|
---|
503 | margin-left: 30px;
|
---|
504 | font-size: 12px;
|
---|
505 | }
|
---|
506 |
|
---|
507 | dt:target, .highlight {
|
---|
508 | background-color: #fbe54e;
|
---|
509 | }
|
---|
510 |
|
---|
511 | dl.glossary dt {
|
---|
512 | font-weight: bold;
|
---|
513 | font-size: 0.8em;
|
---|
514 | }
|
---|
515 |
|
---|
516 | dl.glossary dd {
|
---|
517 | font-size:12px;
|
---|
518 | }
|
---|
519 | .field-list ul {
|
---|
520 | vertical-align: top;
|
---|
521 | margin: 0;
|
---|
522 | padding-bottom: 0;
|
---|
523 | list-style: none inside;
|
---|
524 | }
|
---|
525 |
|
---|
526 | .field-list ul li {
|
---|
527 | margin-top: 0;
|
---|
528 | }
|
---|
529 |
|
---|
530 | .field-list p {
|
---|
531 | margin: 0;
|
---|
532 | }
|
---|
533 |
|
---|
534 | .refcount {
|
---|
535 | color: #060;
|
---|
536 | }
|
---|
537 |
|
---|
538 | .optional {
|
---|
539 | font-size: 1.3em;
|
---|
540 | }
|
---|
541 |
|
---|
542 | .versionmodified {
|
---|
543 | font-style: italic;
|
---|
544 | }
|
---|
545 |
|
---|
546 | .system-message {
|
---|
547 | background-color: #fda;
|
---|
548 | padding: 5px;
|
---|
549 | border: 3px solid red;
|
---|
550 | }
|
---|
551 |
|
---|
552 | .footnote:target {
|
---|
553 | background-color: #ffa
|
---|
554 | }
|
---|
555 |
|
---|
556 | /* -- code displays --------------------------------------------------------- */
|
---|
557 |
|
---|
558 | pre {
|
---|
559 | overflow: auto;
|
---|
560 | background-color:#F1F5F9;
|
---|
561 | border:1px solid #C9D1D7;
|
---|
562 | border-spacing:0;
|
---|
563 | font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",Courier,Consolas,monospace;
|
---|
564 | font-size:11px;
|
---|
565 | padding: 10px;
|
---|
566 | }
|
---|
567 |
|
---|
568 | td.linenos pre {
|
---|
569 | padding: 5px 0px;
|
---|
570 | border: 0;
|
---|
571 | background-color: transparent;
|
---|
572 | color: #aaa;
|
---|
573 | }
|
---|
574 |
|
---|
575 | table.highlighttable {
|
---|
576 | margin-left: 0.5em;
|
---|
577 | width: 100%;
|
---|
578 | }
|
---|
579 |
|
---|
580 | table.highlighttable td {
|
---|
581 | padding: 0 0.5em 0 0.5em;
|
---|
582 | }
|
---|
583 |
|
---|
584 | tt {
|
---|
585 | font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",Courier,Consolas,monospace;
|
---|
586 |
|
---|
587 | }
|
---|
588 |
|
---|
589 | tt.descname {
|
---|
590 | background-color: transparent;
|
---|
591 | font-weight: bold;
|
---|
592 | font-size: 1em;
|
---|
593 | }
|
---|
594 |
|
---|
595 | tt.descclassname {
|
---|
596 | background-color: transparent;
|
---|
597 | }
|
---|
598 |
|
---|
599 | tt.xref, a tt {
|
---|
600 | background-color: transparent;
|
---|
601 | font-weight: bold;
|
---|
602 | }
|
---|
603 |
|
---|
604 | h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
|
---|
605 | background-color: transparent;
|
---|
606 | }
|
---|
607 |
|
---|
608 | /* -- module autodoc -------------------------------------------------------- */
|
---|
609 | div.section dl.class {
|
---|
610 | padding-bottom: 5px;
|
---|
611 | border-left-width: 1px;
|
---|
612 | border-left-color: black;
|
---|
613 | border-left-style: solid;
|
---|
614 | padding-left: 5px;
|
---|
615 | }
|
---|
616 |
|
---|
617 | /* -- math display ---------------------------------------------------------- */
|
---|
618 |
|
---|
619 | img.math {
|
---|
620 | vertical-align: middle;
|
---|
621 | }
|
---|
622 |
|
---|
623 | div.body div.math p {
|
---|
624 | text-align: center;
|
---|
625 | }
|
---|
626 |
|
---|
627 | span.eqno {
|
---|
628 | float: right;
|
---|
629 | }
|
---|
630 |
|
---|
631 | /* -- printout stylesheet --------------------------------------------------- */
|
---|
632 |
|
---|
633 | @media print {
|
---|
634 | div.document,
|
---|
635 | div.documentwrapper,
|
---|
636 | div.bodywrapper {
|
---|
637 | margin: 0;
|
---|
638 | width: 100%;
|
---|
639 | }
|
---|
640 |
|
---|
641 | div.sphinxsidebar,
|
---|
642 | div.related,
|
---|
643 | div.footer,
|
---|
644 | #top-link {
|
---|
645 | display: none;
|
---|
646 | }
|
---|
647 | }
|
---|
648 |
|
---|
649 | body {
|
---|
650 | font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
|
---|
651 | }
|
---|
652 |
|
---|
653 | dl.class dt {
|
---|
654 | padding: 3px;
|
---|
655 | /* border-top: 2px solid #999;*/
|
---|
656 | }
|
---|
657 |
|
---|
658 | em.property {
|
---|
659 | font-style: normal;
|
---|
660 | }
|
---|
661 |
|
---|
662 | dl.class dd p {
|
---|
663 | margin-top: 6px;
|
---|
664 | }
|
---|
665 |
|
---|
666 | dl.class dd dl.exception dt {
|
---|
667 | padding: 3px;
|
---|
668 | background-color: #FFD6D6;
|
---|
669 | border-top: none;
|
---|
670 | }
|
---|
671 |
|
---|
672 | dl.class dd dl.method dt {
|
---|
673 | padding: 3px;
|
---|
674 | background-color: #e9e9e9;
|
---|
675 | border-top: none;
|
---|
676 |
|
---|
677 | }
|
---|
678 |
|
---|
679 | dl.function dt {
|
---|
680 | padding: 3px;
|
---|
681 | border-top: 2px solid #999;
|
---|
682 | }
|
---|
683 |
|
---|
684 | ul {
|
---|
685 | list-style-image:none;
|
---|
686 | list-style-position:outside;
|
---|
687 | list-style-type:square;
|
---|
688 | margin:0 0 0 30px;
|
---|
689 | padding:0 0 12px 6px;
|
---|
690 | }
|
---|
691 | #docstitle {
|
---|
692 | height: 36px;
|
---|
693 | background-image: url(../img/header_sm_mid.png);
|
---|
694 | left: 0;
|
---|
695 | top: 0;
|
---|
696 | position: absolute;
|
---|
697 | width: 100%;
|
---|
698 | }
|
---|
699 | #docstitle p {
|
---|
700 | padding:7px 0 0 45px;
|
---|
701 | margin: 0;
|
---|
702 | color: white;
|
---|
703 | text-shadow:0 1px 0 #787878;
|
---|
704 | background: transparent url(../img/documentation.png) no-repeat scroll 10px 3px;
|
---|
705 | height: 36px;
|
---|
706 | font-size: 15px;
|
---|
707 | }
|
---|
708 | #header {
|
---|
709 | height:45px;
|
---|
710 | left:0;
|
---|
711 | position:absolute;
|
---|
712 | right:0;
|
---|
713 | top:36px;
|
---|
714 | z-index:900;
|
---|
715 | }
|
---|
716 |
|
---|
717 | #header h1 {
|
---|
718 | font-size:11pt;
|
---|
719 | text-align:center;
|
---|
720 | margin:0;
|
---|
721 | padding:5px 0 0 10px;
|
---|
722 | text-shadow:0 1px 0 #D5D5D5;
|
---|
723 | white-space:nowrap;
|
---|
724 | }
|
---|
725 |
|
---|
726 | h1 {
|
---|
727 | -x-system-font:none;
|
---|
728 | color:#000000;
|
---|
729 | font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
|
---|
730 | font-size:30px;
|
---|
731 | font-size-adjust:none;
|
---|
732 | font-stretch:normal;
|
---|
733 | font-style:normal;
|
---|
734 | font-variant:normal;
|
---|
735 | font-weight:bold;
|
---|
736 | line-height:normal;
|
---|
737 | margin-bottom:25px;
|
---|
738 | margin-top:1em;
|
---|
739 | }
|
---|
740 |
|
---|
741 | .footer {
|
---|
742 | border-top:1px solid #DDDDDD;
|
---|
743 | clear:both;
|
---|
744 | padding-top:9px;
|
---|
745 | width:100%;
|
---|
746 | font-size:10px;
|
---|
747 | text-align: center;
|
---|
748 | }
|
---|
749 |
|
---|
750 | p {
|
---|
751 | -x-system-font:none;
|
---|
752 | font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
|
---|
753 | font-size:12px;
|
---|
754 | font-size-adjust:none;
|
---|
755 | font-stretch:normal;
|
---|
756 | font-style:normal;
|
---|
757 | font-variant:normal;
|
---|
758 | font-weight:normal;
|
---|
759 | line-height:normal;
|
---|
760 | margin-bottom:10px;
|
---|
761 | margin-top:0;
|
---|
762 | }
|
---|
763 |
|
---|
764 | h2 {
|
---|
765 | border-bottom:1px solid #919699;
|
---|
766 | color:#000000;
|
---|
767 | font-size:24px;
|
---|
768 | margin-top:2.5em;
|
---|
769 | padding-bottom:2px;
|
---|
770 | }
|
---|
771 |
|
---|
772 | a:link:hover {
|
---|
773 | color:#093D92;
|
---|
774 | text-decoration:underline;
|
---|
775 | }
|
---|
776 |
|
---|
777 | a:link {
|
---|
778 | color:#093D92;
|
---|
779 | text-decoration:none;
|
---|
780 | }
|
---|
781 |
|
---|
782 |
|
---|
783 | ol {
|
---|
784 | list-style-position:outside;
|
---|
785 | list-style-type:decimal;
|
---|
786 | margin:0 0 0 30px;
|
---|
787 | padding:0 0 12px 6px;
|
---|
788 | }
|
---|
789 | li {
|
---|
790 | margin-top:7px;
|
---|
791 | font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
|
---|
792 | font-size:12px;
|
---|
793 | font-size-adjust:none;
|
---|
794 | font-stretch:normal;
|
---|
795 | font-style:normal;
|
---|
796 | font-variant:normal;
|
---|
797 | font-weight:normal;
|
---|
798 | line-height:normal;
|
---|
799 | }
|
---|
800 | li p {
|
---|
801 | margin-top:8px;
|
---|
802 | }
|
---|
803 |
|
---|
804 | /* Partie pour la barre de la sélection de la documentation */
|
---|
805 |
|
---|
806 | #doc-versions {
|
---|
807 | position: fixed;
|
---|
808 | display: block;
|
---|
809 | padding: 0;
|
---|
810 | margin: 0;
|
---|
811 | bottom: 25px;
|
---|
812 | right: 5px;
|
---|
813 | }
|
---|
814 |
|
---|
815 | #doc-versions:hover {
|
---|
816 | background: transparent url(../img/invisible.gif) repeat; /* IE7 hack */
|
---|
817 | border-radius: 3px;
|
---|
818 | }
|
---|
819 |
|
---|
820 | #doc-versions li.other {
|
---|
821 | display: none;
|
---|
822 | }
|
---|
823 |
|
---|
824 | #doc-versions li.other a {
|
---|
825 | display: block;
|
---|
826 | padding: 5px;
|
---|
827 | }
|
---|
828 |
|
---|
829 | #doc-versions:hover li.other {
|
---|
830 | display: block;
|
---|
831 | }
|
---|
832 |
|
---|
833 | #doc-versions li {
|
---|
834 | display: block;
|
---|
835 | float: left;
|
---|
836 | padding: 0;
|
---|
837 | margin: 0 0 0 7px;
|
---|
838 | background-color: #E4EBF7;
|
---|
839 | border: 2px #ACACAC solid;
|
---|
840 | border-radius: 3px;
|
---|
841 | color: #000000;
|
---|
842 | }
|
---|
843 |
|
---|
844 | #doc-versions li.current {
|
---|
845 | background: #E4EBF7 url(../img/arrow-head-left.gif) 6px center no-repeat;
|
---|
846 | padding-left: 13px;
|
---|
847 | }
|
---|
848 |
|
---|
849 | #doc-versions li.current span {
|
---|
850 | display: block;
|
---|
851 | padding: 5px;
|
---|
852 | }
|
---|