Fred Drake | 00d98ee | 1999-02-16 20:27:08 +0000 | [diff] [blame] | 1 | /* |
| 2 | * The first part of this is the standard CSS generated by LaTeX2HTML, |
| 3 | * with the "empty" declarations removed. |
| 4 | */ |
| 5 | |
| 6 | /* Century Schoolbook font is very similar to Computer Modern Math: cmmi */ |
| 7 | .MATH { font-family: "Century Schoolbook", serif; } |
| 8 | .MATH I { font-family: "Century Schoolbook", serif; font-weight: bold } |
| 9 | .BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold } |
| 10 | |
| 11 | /* implement both fixed-size and relative sizes */ |
| 12 | SMALL.XTINY { font-size : xx-small } |
| 13 | SMALL.TINY { font-size : x-small } |
| 14 | SMALL.SCRIPTSIZE { font-size : smaller } |
| 15 | SMALL.FOOTNOTESIZE { font-size : small } |
| 16 | BIG.XLARGE { font-size : large } |
| 17 | BIG.XXLARGE { font-size : x-large } |
| 18 | BIG.HUGE { font-size : larger } |
| 19 | BIG.XHUGE { font-size : xx-large } |
| 20 | |
| 21 | /* |
| 22 | * Document-specific styles come next; |
| 23 | * these are added for the Python documentation. |
| 24 | * |
| 25 | * Note that the size specifications for the H* elements are because |
| 26 | * Netscape on Solaris otherwise doesn't get it right; they all end up |
| 27 | * the normal text size. |
| 28 | */ |
| 29 | |
Fred Drake | 1681627 | 2000-09-16 20:40:44 +0000 | [diff] [blame] | 30 | body { color: #000000; |
| 31 | background-color: #ffffff; } |
| 32 | |
| 33 | a:active { color: #ff0000; } |
| 34 | a:visited { color: #551a8b; } |
| 35 | a:link { color: #0000bb; } |
| 36 | |
Fred Drake | 00d98ee | 1999-02-16 20:27:08 +0000 | [diff] [blame] | 37 | h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif; |
| 38 | font-weight: bold } |
Fred Drake | df5d50d | 1999-02-19 23:03:04 +0000 | [diff] [blame] | 39 | h1 { font-size: 180% } |
| 40 | h2 { font-size: 150% } |
| 41 | h3, h4 { font-size: 120% } |
Fred Drake | bdcc96c | 2000-03-29 22:41:52 +0000 | [diff] [blame] | 42 | code, tt { font-family: monospace } |
| 43 | var { font-family: serif; |
| 44 | font-style: italic; |
| 45 | font-weight: normal } |
Fred Drake | 00d98ee | 1999-02-16 20:27:08 +0000 | [diff] [blame] | 46 | |
Fred Drake | 3eb7c12 | 2000-08-31 07:15:57 +0000 | [diff] [blame] | 47 | .navigation td { background-color: #99ccff; |
| 48 | font-weight: bold; |
| 49 | font-family: avantgarde, sans-serif; |
Fred Drake | 00d98ee | 1999-02-16 20:27:08 +0000 | [diff] [blame] | 50 | font-size: 110% } |
Fred Drake | 699f98c | 2000-08-29 21:57:34 +0000 | [diff] [blame] | 51 | |
| 52 | .titlegraphic { vertical-align: top; } |
Fred Drake | 00d98ee | 1999-02-16 20:27:08 +0000 | [diff] [blame] | 53 | |
Fred Drake | bdcc96c | 2000-03-29 22:41:52 +0000 | [diff] [blame] | 54 | .verbatim { color: #00008b } |
Fred Drake | 00d98ee | 1999-02-16 20:27:08 +0000 | [diff] [blame] | 55 | |
| 56 | .email { font-family: avantgarde, sans-serif } |
| 57 | .mimetype { font-family: avantgarde, sans-serif } |
| 58 | .newsgroup { font-family: avantgarde, sans-serif } |
| 59 | .url { font-family: avantgarde, sans-serif } |
Fred Drake | bdcc96c | 2000-03-29 22:41:52 +0000 | [diff] [blame] | 60 | .file { font-family: avantgarde, sans-serif } |
| 61 | |
Fred Drake | eacc4fc | 2000-08-30 15:02:13 +0000 | [diff] [blame] | 62 | .tableheader td { background-color: #99ccff; } |
| 63 | .tableheader th { background-color: #99ccff; } |
| 64 | |
Fred Drake | bdcc96c | 2000-03-29 22:41:52 +0000 | [diff] [blame] | 65 | .refcount-info { font-style: italic } |
| 66 | .refcount-info .value { font-weight: bold; |
| 67 | color: #006600 } |
Fred Drake | 01bc01c | 1999-03-02 15:58:20 +0000 | [diff] [blame] | 68 | |
| 69 | /* |
Fred Drake | 7c6a90d | 1999-03-25 22:22:45 +0000 | [diff] [blame] | 70 | * Some decoration for the "See also:" blocks, in part inspired by some of |
| 71 | * the styling on Lars Marius Garshol's XSA pages. |
| 72 | * (The blue in the navigation bars is #99CCFF.) |
| 73 | */ |
Fred Drake | bdcc96c | 2000-03-29 22:41:52 +0000 | [diff] [blame] | 74 | .seealso { background-color: #fffaf0; |
Fred Drake | 7c6a90d | 1999-03-25 22:22:45 +0000 | [diff] [blame] | 75 | border: thin solid black; |
| 76 | padding: 4pt } |
| 77 | |
| 78 | .seealso .heading { font-size: 110% } |
| 79 | |
| 80 | /* |
Fred Drake | 01bc01c | 1999-03-02 15:58:20 +0000 | [diff] [blame] | 81 | * Class 'availability' is used for module availability statements at |
| 82 | * the top of modules. Otherwise, rely on context for platform specifiers |
| 83 | * (generated by \platform and \platformof). |
| 84 | */ |
| 85 | .availability .platform { font-weight: bold } |