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 */ |
Fred Drake | 329796d | 2000-09-28 20:41:16 +0000 | [diff] [blame] | 7 | .math { font-family: "Century Schoolbook", serif; } |
| 8 | .math i { font-family: "Century Schoolbook", serif; |
| 9 | font-weight: bold } |
| 10 | .boldmath { font-family: "Century Schoolbook", serif; |
| 11 | font-weight: bold } |
Fred Drake | 00d98ee | 1999-02-16 20:27:08 +0000 | [diff] [blame] | 12 | |
Fred Drake | 329796d | 2000-09-28 20:41:16 +0000 | [diff] [blame] | 13 | /* Implement both fixed-size and relative sizes: */ |
| 14 | small.xtiny { font-size : xx-small } |
| 15 | small.tiny { font-size : x-small } |
| 16 | small.scriptsize { font-size : smaller } |
| 17 | small.footnotesize { font-size : small } |
| 18 | big.xlarge { font-size : large } |
| 19 | big.xxlarge { font-size : x-large } |
| 20 | big.huge { font-size : larger } |
| 21 | big.xhuge { font-size : xx-large } |
Fred Drake | 00d98ee | 1999-02-16 20:27:08 +0000 | [diff] [blame] | 22 | |
| 23 | /* |
| 24 | * Document-specific styles come next; |
| 25 | * these are added for the Python documentation. |
| 26 | * |
| 27 | * Note that the size specifications for the H* elements are because |
| 28 | * Netscape on Solaris otherwise doesn't get it right; they all end up |
| 29 | * the normal text size. |
| 30 | */ |
| 31 | |
Fred Drake | 329796d | 2000-09-28 20:41:16 +0000 | [diff] [blame] | 32 | body { color: #000000; |
Fred Drake | 1681627 | 2000-09-16 20:40:44 +0000 | [diff] [blame] | 33 | background-color: #ffffff; } |
| 34 | |
Fred Drake | 329796d | 2000-09-28 20:41:16 +0000 | [diff] [blame] | 35 | a:active { color: #ff0000; } |
| 36 | a:visited { color: #551a8b; } |
| 37 | a:link { color: #0000bb; } |
Fred Drake | 1681627 | 2000-09-16 20:40:44 +0000 | [diff] [blame] | 38 | |
Fred Drake | 329796d | 2000-09-28 20:41:16 +0000 | [diff] [blame] | 39 | h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif; |
| 40 | font-weight: bold } |
| 41 | h1 { font-size: 180% } |
| 42 | h2 { font-size: 150% } |
| 43 | h3, h4 { font-size: 120% } |
| 44 | code, tt { font-family: monospace } |
Fred Drake | 9eb4155 | 2001-03-08 22:17:54 +0000 | [diff] [blame] | 45 | var { font-family: times, serif; |
Fred Drake | bdcc96c | 2000-03-29 22:41:52 +0000 | [diff] [blame] | 46 | font-style: italic; |
| 47 | font-weight: normal } |
Fred Drake | 00d98ee | 1999-02-16 20:27:08 +0000 | [diff] [blame] | 48 | |
Fred Drake | 329796d | 2000-09-28 20:41:16 +0000 | [diff] [blame] | 49 | .navigation td { background-color: #99ccff; |
Fred Drake | 3eb7c12 | 2000-08-31 07:15:57 +0000 | [diff] [blame] | 50 | font-weight: bold; |
| 51 | font-family: avantgarde, sans-serif; |
Fred Drake | 329796d | 2000-09-28 20:41:16 +0000 | [diff] [blame] | 52 | font-size: 110% } |
Fred Drake | 699f98c | 2000-08-29 21:57:34 +0000 | [diff] [blame] | 53 | |
Fred Drake | 6a11960 | 2000-10-25 16:10:46 +0000 | [diff] [blame] | 54 | .release-info { font-style: italic; } |
| 55 | |
Fred Drake | 329796d | 2000-09-28 20:41:16 +0000 | [diff] [blame] | 56 | .titlegraphic { vertical-align: top; } |
Fred Drake | 00d98ee | 1999-02-16 20:27:08 +0000 | [diff] [blame] | 57 | |
Fred Drake | 329796d | 2000-09-28 20:41:16 +0000 | [diff] [blame] | 58 | .verbatim { color: #00008b } |
Fred Drake | 00d98ee | 1999-02-16 20:27:08 +0000 | [diff] [blame] | 59 | |
Fred Drake | 329796d | 2000-09-28 20:41:16 +0000 | [diff] [blame] | 60 | .email { font-family: avantgarde, sans-serif } |
| 61 | .mimetype { font-family: avantgarde, sans-serif } |
| 62 | .newsgroup { font-family: avantgarde, sans-serif } |
| 63 | .url { font-family: avantgarde, sans-serif } |
| 64 | .file { font-family: avantgarde, sans-serif } |
Fred Drake | bdcc96c | 2000-03-29 22:41:52 +0000 | [diff] [blame] | 65 | |
Fred Drake | 6c7fc77 | 2000-10-26 20:01:09 +0000 | [diff] [blame] | 66 | .tableheader { background-color: #99ccff; |
Fred Drake | 5df72f0 | 2000-10-02 17:36:27 +0000 | [diff] [blame] | 67 | font-family: avantgarde, sans-serif; } |
Fred Drake | eacc4fc | 2000-08-30 15:02:13 +0000 | [diff] [blame] | 68 | |
Fred Drake | bdcc96c | 2000-03-29 22:41:52 +0000 | [diff] [blame] | 69 | .refcount-info { font-style: italic } |
| 70 | .refcount-info .value { font-weight: bold; |
| 71 | color: #006600 } |
Fred Drake | 01bc01c | 1999-03-02 15:58:20 +0000 | [diff] [blame] | 72 | |
| 73 | /* |
Fred Drake | 7c6a90d | 1999-03-25 22:22:45 +0000 | [diff] [blame] | 74 | * Some decoration for the "See also:" blocks, in part inspired by some of |
| 75 | * the styling on Lars Marius Garshol's XSA pages. |
| 76 | * (The blue in the navigation bars is #99CCFF.) |
| 77 | */ |
Fred Drake | 329796d | 2000-09-28 20:41:16 +0000 | [diff] [blame] | 78 | .seealso { background-color: #fffaf0; |
Fred Drake | 7c6a90d | 1999-03-25 22:22:45 +0000 | [diff] [blame] | 79 | border: thin solid black; |
| 80 | padding: 4pt } |
| 81 | |
Fred Drake | 329796d | 2000-09-28 20:41:16 +0000 | [diff] [blame] | 82 | .seealso .heading { font-size: 110% } |
Fred Drake | 7c6a90d | 1999-03-25 22:22:45 +0000 | [diff] [blame] | 83 | |
| 84 | /* |
Fred Drake | 01bc01c | 1999-03-02 15:58:20 +0000 | [diff] [blame] | 85 | * Class 'availability' is used for module availability statements at |
Fred Drake | 329796d | 2000-09-28 20:41:16 +0000 | [diff] [blame] | 86 | * the top of modules. |
Fred Drake | 01bc01c | 1999-03-02 15:58:20 +0000 | [diff] [blame] | 87 | */ |
| 88 | .availability .platform { font-weight: bold } |