2
* The first part of this is the standard CSS generated by LaTeX2HTML,
3
* with the "empty" declarations removed.
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;
10
.boldmath { font-family: "Century Schoolbook", serif;
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 }
24
* Document-specific styles come next;
25
* these are added for the Python documentation.
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.
32
body { color: #000000;
33
background-color: #ffffff; }
35
a:active { color: #ff0000; }
36
a:visited { color: #551a8b; }
37
a:link { color: #0000bb; }
39
h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif;
41
h1 { font-size: 180% }
42
h2 { font-size: 150% }
43
h3, h4 { font-size: 120% }
44
code, tt { font-family: monospace }
45
var { font-family: times, serif;
49
.navigation td { background-color: #99ccff;
51
font-family: avantgarde, sans-serif;
54
.release-info { font-style: italic; }
56
.titlegraphic { vertical-align: top; }
58
.verbatim { color: #00008b }
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 }
66
.tableheader { background-color: #99ccff;
67
font-family: avantgarde, sans-serif; }
69
.refcount-info { font-style: italic }
70
.refcount-info .value { font-weight: bold;
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.)
78
.seealso { background-color: #fffaf0;
79
border: thin solid black;
82
.seealso .heading { font-size: 110% }
85
* Class 'availability' is used for module availability statements at
88
.availability .platform { font-weight: bold }