Line | |
---|
1 | /* |
---|
2 | |
---|
3 | :Author: David Goodger |
---|
4 | :Author: Aleksey Gurtovoy |
---|
5 | :Copyright: This stylesheet has been placed in the public domain. |
---|
6 | |
---|
7 | */ |
---|
8 | |
---|
9 | |
---|
10 | |
---|
11 | .first |
---|
12 | { |
---|
13 | margin-top: 0; |
---|
14 | } |
---|
15 | |
---|
16 | .last |
---|
17 | { |
---|
18 | margin-bottom: 0; |
---|
19 | } |
---|
20 | |
---|
21 | |
---|
22 | |
---|
23 | /* <a/> */ |
---|
24 | |
---|
25 | |
---|
26 | a |
---|
27 | { |
---|
28 | color: #0000cc; |
---|
29 | } |
---|
30 | |
---|
31 | a:visited |
---|
32 | { |
---|
33 | color: #800080; |
---|
34 | } |
---|
35 | |
---|
36 | /* |
---|
37 | sup a:link, |
---|
38 | sup a:visited, |
---|
39 | a.interlink:link, |
---|
40 | a.interlink:visited |
---|
41 | { |
---|
42 | color: #505050; |
---|
43 | text-decoration: none; |
---|
44 | } |
---|
45 | */ |
---|
46 | |
---|
47 | a.refentry |
---|
48 | { |
---|
49 | text-decoration: none; |
---|
50 | } |
---|
51 | |
---|
52 | a.subsection-title:link, |
---|
53 | a.subsection-title:active, |
---|
54 | a.subsection-title:visited, |
---|
55 | a.subsection-title:hover |
---|
56 | { |
---|
57 | color: black; |
---|
58 | text-decoration: none; |
---|
59 | } |
---|
60 | |
---|
61 | a.identifier:link, |
---|
62 | a.identifier:active, |
---|
63 | a.identifier:visited |
---|
64 | { |
---|
65 | color: black; |
---|
66 | text-decoration: none; |
---|
67 | } |
---|
68 | |
---|
69 | a.header:link, |
---|
70 | a.header:active, |
---|
71 | a.header:visited |
---|
72 | { |
---|
73 | color: black; |
---|
74 | text-decoration: none; |
---|
75 | } |
---|
76 | |
---|
77 | |
---|
78 | a.identifier:hover, |
---|
79 | a.header:hover |
---|
80 | { |
---|
81 | color: #0000cc; |
---|
82 | } |
---|
83 | |
---|
84 | a.toc-backref:link, |
---|
85 | a.toc-backref:active, |
---|
86 | a.toc-backref:visited, |
---|
87 | a.toc-backref:hover |
---|
88 | { |
---|
89 | text-decoration: none; |
---|
90 | color: black |
---|
91 | } |
---|
92 | |
---|
93 | a.ref-subsection-title |
---|
94 | { |
---|
95 | text-decoration: none; |
---|
96 | color: black; |
---|
97 | } |
---|
98 | |
---|
99 | |
---|
100 | /* <blockquote/> */ |
---|
101 | |
---|
102 | blockquote.epigraph |
---|
103 | { |
---|
104 | margin: 2em 5em; |
---|
105 | } |
---|
106 | |
---|
107 | |
---|
108 | /* <caption/> */ |
---|
109 | |
---|
110 | caption |
---|
111 | { |
---|
112 | font-weight: bold; |
---|
113 | } |
---|
114 | |
---|
115 | |
---|
116 | /* <body/> */ |
---|
117 | |
---|
118 | body |
---|
119 | { |
---|
120 | background: #fffff5; |
---|
121 | } |
---|
122 | |
---|
123 | body.refmanual |
---|
124 | { |
---|
125 | background: #fffff5 url(refmanual/manual.png) no-repeat top right fixed; |
---|
126 | margin-right: 25pt; |
---|
127 | } |
---|
128 | |
---|
129 | /* <dd/> */ |
---|
130 | |
---|
131 | dd |
---|
132 | { |
---|
133 | margin-bottom: 0.5em; |
---|
134 | } |
---|
135 | |
---|
136 | |
---|
137 | |
---|
138 | /* <div/> */ |
---|
139 | |
---|
140 | div.abstract |
---|
141 | { |
---|
142 | margin: 2em 5em; |
---|
143 | } |
---|
144 | |
---|
145 | div.dedication |
---|
146 | { |
---|
147 | margin: 2em 5em; |
---|
148 | text-align: center; |
---|
149 | font-style: italic; |
---|
150 | } |
---|
151 | |
---|
152 | |
---|
153 | div.figure |
---|
154 | { |
---|
155 | margin-left: 2em; |
---|
156 | } |
---|
157 | |
---|
158 | div.sidebar |
---|
159 | { |
---|
160 | border: solid 1px black; |
---|
161 | padding: 1em; |
---|
162 | background-color: #ffffee; |
---|
163 | width: 40%; |
---|
164 | float: right; |
---|
165 | clear: right; |
---|
166 | } |
---|
167 | |
---|
168 | div.compound |
---|
169 | { |
---|
170 | margin-top: 15pt; |
---|
171 | } |
---|
172 | |
---|
173 | div.document, |
---|
174 | div.section |
---|
175 | { |
---|
176 | margin-left: 3pt; |
---|
177 | margin-right: 3pt; |
---|
178 | } |
---|
179 | |
---|
180 | body.refmanual |
---|
181 | div.section |
---|
182 | { |
---|
183 | margin-left: 1pt; |
---|
184 | margin-right: 0pt; |
---|
185 | } |
---|
186 | |
---|
187 | |
---|
188 | div.system-messages |
---|
189 | { |
---|
190 | margin: 5em; |
---|
191 | } |
---|
192 | |
---|
193 | div.system-message |
---|
194 | { |
---|
195 | border: medium outset; |
---|
196 | padding: 1em; |
---|
197 | } |
---|
198 | |
---|
199 | div.topic |
---|
200 | { |
---|
201 | margin: 2em; |
---|
202 | } |
---|
203 | |
---|
204 | |
---|
205 | div.attention, |
---|
206 | div.caution, |
---|
207 | div.danger, |
---|
208 | div.error, |
---|
209 | div.hint, |
---|
210 | div.important, |
---|
211 | div.note, |
---|
212 | div.tip, |
---|
213 | div.warning, |
---|
214 | div.admonition |
---|
215 | { |
---|
216 | margin: 2em; |
---|
217 | border: solid 1px black; |
---|
218 | padding: 1em; |
---|
219 | } |
---|
220 | |
---|
221 | div.header-separator, |
---|
222 | div.footer-separator |
---|
223 | { |
---|
224 | border-top: solid 1px #a09a8b; |
---|
225 | border-bottom: solid 1px #e4e2de; |
---|
226 | } |
---|
227 | |
---|
228 | |
---|
229 | |
---|
230 | /* <dt/> */ |
---|
231 | |
---|
232 | dt |
---|
233 | { |
---|
234 | font-weight: bold |
---|
235 | } |
---|
236 | |
---|
237 | |
---|
238 | |
---|
239 | /* <h/> */ |
---|
240 | |
---|
241 | |
---|
242 | h1.title |
---|
243 | { |
---|
244 | text-align: center; |
---|
245 | vertical-align: text-bottom; |
---|
246 | |
---|
247 | padding-top: 15pt; |
---|
248 | padding-bottom: 5pt; |
---|
249 | padding-right: 277px; /* logo width */ |
---|
250 | padding-left: 277px; /* logo width */ |
---|
251 | } |
---|
252 | |
---|
253 | h2.subtitle |
---|
254 | { |
---|
255 | text-align: center; |
---|
256 | } |
---|
257 | |
---|
258 | div.system-messages |
---|
259 | h1 |
---|
260 | { |
---|
261 | color: red; |
---|
262 | } |
---|
263 | |
---|
264 | div.section |
---|
265 | h1 |
---|
266 | { |
---|
267 | margin-top: 7pt; |
---|
268 | margin-bottom: 10pt; |
---|
269 | } |
---|
270 | |
---|
271 | body.refmanual |
---|
272 | div.section |
---|
273 | h3 |
---|
274 | { |
---|
275 | margin-bottom: 0pt; |
---|
276 | padding-bottom: 0pt; |
---|
277 | |
---|
278 | /* |
---|
279 | padding-left: 1pt; |
---|
280 | border-style: none none solid none; |
---|
281 | border-width: 2px; |
---|
282 | border-color: #f0a0a0; |
---|
283 | */ |
---|
284 | } |
---|
285 | |
---|
286 | |
---|
287 | |
---|
288 | /* <hr/> */ |
---|
289 | |
---|
290 | hr.header-separator |
---|
291 | { |
---|
292 | width: 100%; |
---|
293 | display: none; |
---|
294 | /* margin-top: 1pt;*/ |
---|
295 | } |
---|
296 | |
---|
297 | hr.footer-separator |
---|
298 | { |
---|
299 | width: 100%; |
---|
300 | /* margin-bottom: 1pt;*/ |
---|
301 | } |
---|
302 | |
---|
303 | |
---|
304 | |
---|
305 | /* <img/> */ |
---|
306 | |
---|
307 | img |
---|
308 | { |
---|
309 | border: 0; |
---|
310 | } |
---|
311 | |
---|
312 | img.right-aligned |
---|
313 | { |
---|
314 | padding-left: 5pt; |
---|
315 | padding-bottom: 5pt; |
---|
316 | } |
---|
317 | |
---|
318 | |
---|
319 | /* <ol/> */ |
---|
320 | |
---|
321 | ol.simple |
---|
322 | { |
---|
323 | margin-bottom: 1em; |
---|
324 | } |
---|
325 | |
---|
326 | ol.arabic |
---|
327 | { |
---|
328 | list-style: decimal; |
---|
329 | } |
---|
330 | |
---|
331 | ol.loweralpha |
---|
332 | { |
---|
333 | list-style: lower-alpha; |
---|
334 | } |
---|
335 | |
---|
336 | ol.upperalpha |
---|
337 | { |
---|
338 | list-style: upper-alpha; |
---|
339 | } |
---|
340 | |
---|
341 | ol.lowerroman |
---|
342 | { |
---|
343 | list-style: lower-roman; |
---|
344 | } |
---|
345 | |
---|
346 | ol.upperroman |
---|
347 | { |
---|
348 | list-style: upper-roman; |
---|
349 | } |
---|
350 | |
---|
351 | |
---|
352 | |
---|
353 | /* <p/> */ |
---|
354 | |
---|
355 | p |
---|
356 | { |
---|
357 | margin-top: 7pt; |
---|
358 | padding-top: 0pt; |
---|
359 | } |
---|
360 | |
---|
361 | p.attribution |
---|
362 | { |
---|
363 | text-align: right; |
---|
364 | margin-left: 50%; |
---|
365 | } |
---|
366 | |
---|
367 | p.caption |
---|
368 | { |
---|
369 | font-style: italic; |
---|
370 | } |
---|
371 | |
---|
372 | p.credits |
---|
373 | { |
---|
374 | font-style: italic; |
---|
375 | font-size: smaller; |
---|
376 | } |
---|
377 | |
---|
378 | p.label |
---|
379 | { |
---|
380 | white-space: nowrap; |
---|
381 | } |
---|
382 | |
---|
383 | p.rubric |
---|
384 | { |
---|
385 | font-weight: bold; |
---|
386 | font-size: larger; |
---|
387 | color: maroon; |
---|
388 | text-align: center; |
---|
389 | } |
---|
390 | |
---|
391 | p.topic-title |
---|
392 | { |
---|
393 | font-weight: bold; |
---|
394 | margin-top: 5pt; |
---|
395 | } |
---|
396 | |
---|
397 | p.sidebar-title |
---|
398 | { |
---|
399 | font-family: sans-serif; |
---|
400 | font-weight: bold; |
---|
401 | } |
---|
402 | |
---|
403 | p.sidebar-subtitle |
---|
404 | { |
---|
405 | font-family: sans-serif; |
---|
406 | font-weight: bold; |
---|
407 | } |
---|
408 | |
---|
409 | div.abstract |
---|
410 | p.topic-title |
---|
411 | { |
---|
412 | font-weight: bold; |
---|
413 | text-align: center; |
---|
414 | } |
---|
415 | |
---|
416 | div.dedication |
---|
417 | p.topic-title |
---|
418 | { |
---|
419 | font-weight: bold; |
---|
420 | font-style: normal; |
---|
421 | } |
---|
422 | |
---|
423 | div.system-message |
---|
424 | p.system-message-title |
---|
425 | { |
---|
426 | color: red; |
---|
427 | font-weight: bold; |
---|
428 | } |
---|
429 | |
---|
430 | div.attention |
---|
431 | p.admonition-title, |
---|
432 | div.caution |
---|
433 | p.admonition-title, |
---|
434 | div.danger |
---|
435 | p.admonition-title, |
---|
436 | div.error |
---|
437 | p.admonition-title, |
---|
438 | div.warning |
---|
439 | p.admonition-title |
---|
440 | { |
---|
441 | color: red; |
---|
442 | font-weight: bold; |
---|
443 | font-family: sans-serif; |
---|
444 | } |
---|
445 | |
---|
446 | div.hint |
---|
447 | p.admonition-title, |
---|
448 | div.important |
---|
449 | p.admonition-title, |
---|
450 | div.note |
---|
451 | p.admonition-title, |
---|
452 | div.tip |
---|
453 | p.admonition-title, |
---|
454 | div.admonition |
---|
455 | p.admonition-title |
---|
456 | { |
---|
457 | font-weight: bold; |
---|
458 | font-family: sans-serif; |
---|
459 | } |
---|
460 | |
---|
461 | td |
---|
462 | p |
---|
463 | { |
---|
464 | margin-top: 5pt; |
---|
465 | margin-bottom: 5pt; |
---|
466 | } |
---|
467 | |
---|
468 | /* <pre/> */ |
---|
469 | |
---|
470 | pre.address |
---|
471 | { |
---|
472 | margin-bottom: 0; |
---|
473 | margin-top: 0; |
---|
474 | font-family: serif; |
---|
475 | font-size: 100%; |
---|
476 | } |
---|
477 | |
---|
478 | pre.line-block |
---|
479 | { |
---|
480 | font-family: serif; |
---|
481 | font-size: 100%; |
---|
482 | } |
---|
483 | |
---|
484 | |
---|
485 | pre.doctest-block |
---|
486 | { |
---|
487 | margin-left: 2em; |
---|
488 | margin-right: 2em; |
---|
489 | background-color: #eeeeee; |
---|
490 | } |
---|
491 | |
---|
492 | pre.literal-block |
---|
493 | { |
---|
494 | border-style: none none none solid; |
---|
495 | border-width: 1px; |
---|
496 | border-color: black; |
---|
497 | padding-top: 2pt; |
---|
498 | padding-bottom: 2pt; |
---|
499 | padding-left: 1em; |
---|
500 | padding-right: 1em; |
---|
501 | margin-top: 10pt; |
---|
502 | margin-left: 0pt; |
---|
503 | /* background-color: #f7f7f7;*/ |
---|
504 | background-color: #f5f5f5; |
---|
505 | } |
---|
506 | |
---|
507 | td |
---|
508 | pre.literal-block |
---|
509 | { |
---|
510 | border-style: none; |
---|
511 | margin-top: 0pt; |
---|
512 | padding-top: 0pt; |
---|
513 | margin-bottom: 0pt; |
---|
514 | padding-bottom: 0pt; |
---|
515 | padding-left: 1pt; |
---|
516 | } |
---|
517 | |
---|
518 | pre.literal-block |
---|
519 | { |
---|
520 | margin-bottom: 1pt; |
---|
521 | } |
---|
522 | |
---|
523 | |
---|
524 | |
---|
525 | /* <table/> */ |
---|
526 | |
---|
527 | table |
---|
528 | { |
---|
529 | margin-top: 0.5em; |
---|
530 | margin-bottom: 0.5em; |
---|
531 | } |
---|
532 | |
---|
533 | table.docinfo |
---|
534 | { |
---|
535 | border: solid 0; |
---|
536 | margin: 2em 4em; |
---|
537 | } |
---|
538 | |
---|
539 | table.field-list |
---|
540 | { |
---|
541 | border: solid 0; |
---|
542 | margin-left: 1pt; |
---|
543 | } |
---|
544 | |
---|
545 | |
---|
546 | table.citation |
---|
547 | { |
---|
548 | border: solid 0; |
---|
549 | border-left: solid thin gray; |
---|
550 | } |
---|
551 | |
---|
552 | table.footnote |
---|
553 | { |
---|
554 | border: solid 0; |
---|
555 | border-left: solid thin black; |
---|
556 | } |
---|
557 | |
---|
558 | table.header, |
---|
559 | table.footer |
---|
560 | { |
---|
561 | border: solid 0; |
---|
562 | width: 100%; |
---|
563 | margin: 0pt; |
---|
564 | padding: 0pt; |
---|
565 | } |
---|
566 | |
---|
567 | |
---|
568 | table.table |
---|
569 | { |
---|
570 | border: solid 1px black; |
---|
571 | border-collapse: collapse; |
---|
572 | margin-bottom: 10pt; |
---|
573 | } |
---|
574 | |
---|
575 | |
---|
576 | |
---|
577 | /* <td/> / <th/> */ |
---|
578 | |
---|
579 | table.table |
---|
580 | td, |
---|
581 | table.table |
---|
582 | th |
---|
583 | { |
---|
584 | border: solid 1px black; |
---|
585 | vertical-align: top; |
---|
586 | } |
---|
587 | |
---|
588 | table.table |
---|
589 | th |
---|
590 | { |
---|
591 | padding-left: 5pt; |
---|
592 | padding-right: 5pt; |
---|
593 | } |
---|
594 | |
---|
595 | table.table |
---|
596 | td |
---|
597 | { |
---|
598 | padding-left: 5pt; |
---|
599 | padding-right: 5pt; |
---|
600 | padding-top: 1pt; |
---|
601 | padding-bottom: 1pt; |
---|
602 | } |
---|
603 | |
---|
604 | |
---|
605 | td.header-group |
---|
606 | { |
---|
607 | padding: 0pt; |
---|
608 | padding-bottom: 2pt; |
---|
609 | margin: 0pt; |
---|
610 | vertical-align: top; |
---|
611 | } |
---|
612 | |
---|
613 | td.navigation-bar |
---|
614 | { |
---|
615 | text-align: left; |
---|
616 | white-space: nowrap; |
---|
617 | padding-right: 0.5em; |
---|
618 | } |
---|
619 | |
---|
620 | td.page-location |
---|
621 | { |
---|
622 | text-align: right; |
---|
623 | } |
---|
624 | |
---|
625 | th.docinfo-name, |
---|
626 | th.field-name |
---|
627 | { |
---|
628 | font-weight: bold; |
---|
629 | text-align: left; |
---|
630 | white-space: nowrap; |
---|
631 | } |
---|
632 | |
---|
633 | td.label |
---|
634 | { |
---|
635 | padding-left: 5pt; |
---|
636 | padding-right: 10pt; |
---|
637 | } |
---|
638 | |
---|
639 | |
---|
640 | /* <tr/> */ |
---|
641 | |
---|
642 | tr.header, |
---|
643 | tr.footer |
---|
644 | { |
---|
645 | padding: 0pt; |
---|
646 | margin: 0pt; |
---|
647 | } |
---|
648 | |
---|
649 | |
---|
650 | |
---|
651 | /* <tt/> */ |
---|
652 | |
---|
653 | tt.literal |
---|
654 | { |
---|
655 | background-color: #f5f5f5; |
---|
656 | } |
---|
657 | |
---|
658 | h1 |
---|
659 | tt, |
---|
660 | h2 |
---|
661 | tt, |
---|
662 | h3 |
---|
663 | tt, |
---|
664 | h4 |
---|
665 | tt, |
---|
666 | h5 |
---|
667 | tt, |
---|
668 | h6 |
---|
669 | tt |
---|
670 | { |
---|
671 | font-size: 100%; |
---|
672 | } |
---|
673 | |
---|
674 | |
---|
675 | /* <span/> */ |
---|
676 | |
---|
677 | span.classifier |
---|
678 | { |
---|
679 | font-family: sans-serif; |
---|
680 | font-style: oblique; |
---|
681 | } |
---|
682 | |
---|
683 | span.classifier-delimiter |
---|
684 | { |
---|
685 | font-family: sans-serif; |
---|
686 | font-weight: bold; |
---|
687 | } |
---|
688 | |
---|
689 | span.interpreted |
---|
690 | { |
---|
691 | font-family: sans-serif; |
---|
692 | } |
---|
693 | |
---|
694 | span.option |
---|
695 | { |
---|
696 | white-space: nowrap; |
---|
697 | } |
---|
698 | |
---|
699 | span.option-argument |
---|
700 | { |
---|
701 | font-style: italic; |
---|
702 | } |
---|
703 | |
---|
704 | span.pre |
---|
705 | { |
---|
706 | white-space: pre; |
---|
707 | } |
---|
708 | |
---|
709 | span.problematic |
---|
710 | { |
---|
711 | color: red; |
---|
712 | } |
---|
713 | |
---|
714 | |
---|
715 | /* <ul/> */ |
---|
716 | |
---|
717 | ul.toc |
---|
718 | { |
---|
719 | list-style-type: circle; |
---|
720 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.