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
;
14 * Implement both fixed-size and relative sizes.
16 * I think these can be safely removed, as it doesn't appear that
17 * LaTeX2HTML ever generates these, even though these are carried
18 * over from the LaTeX2HTML stylesheet.
20 small
.xtiny
{ font-size : xx-small
; }
21 small
.tiny
{ font-size : x-small
; }
22 small
.scriptsize
{ font-size : smaller
; }
23 small
.footnotesize
{ font-size : small
; }
24 big
.xlarge
{ font-size : large
; }
25 big
.xxlarge
{ font-size : x-large
; }
26 big
.huge
{ font-size : larger
; }
27 big
.xhuge
{ font-size : xx-large
; }
30 * Document-specific styles come next;
31 * these are added for the Python documentation.
33 * Note that the size specifications for the H* elements are because
34 * Netscape on Solaris otherwise doesn't get it right; they all end up
35 * the normal text size.
38 body
{ color: #000000;
39 background-color: #ffffff; }
41 a:active
{ color: #ff0000; }
42 a:visited
{ color: #551a8b; }
43 a:link
{ color: #0000bb; }
45 h1
, h2
, h3
, h4
, h5
, h6
{ font-family: avantgarde
, sans-serif
;
47 h1
{ font-size: 180%; }
48 h2
{ font-size: 150%; }
49 h3
, h4
{ font-size: 120%; }
50 code
, tt
{ font-family: monospace
; }
51 var
{ font-family: times
, serif
;
53 font-weight: normal
; }
55 .navigation td { background-color: #99ccff;
57 font-family: avantgarde
, sans-serif
;
60 .release-info { font-style: italic
; }
62 .titlegraphic { vertical-align: top
; }
64 .verbatim { color: #00008b; }
66 .grammar { background-color: #99ccff;
69 .productions { background-color: #bbeeff; }
70 .productions table { vertical-align: baseline
; }
71 .grammar-footer { padding: 0.05in;
74 .email { font-family: avantgarde
, sans-serif
; }
75 .mimetype { font-family: avantgarde
, sans-serif
; }
76 .newsgroup { font-family: avantgarde
, sans-serif
; }
77 .url { font-family: avantgarde
, sans-serif
; }
78 .file { font-family: avantgarde
, sans-serif
; }
80 .tableheader { background-color: #99ccff;
81 font-family: avantgarde
, sans-serif
; }
83 .refcount-info { font-style: italic
; }
84 .refcount-info .value { font-weight: bold
;
88 * Some decoration for the "See also:" blocks, in part inspired by some of
89 * the styling on Lars Marius Garshol's XSA pages.
90 * (The blue in the navigation bars is #99CCFF.)
92 .seealso { background-color: #fffaf0;
93 border: thin solid black
;
96 .seealso .heading { font-size: 110%; }
99 * Class 'availability' is used for module availability statements at
100 * the top of modules.
102 .availability .platform { font-weight: bold
; }