Apparently the code to forestall Tk eating events was too aggressive (Tk user input...
[python/dscho.git] / Doc / html / style.css
blob767cf7407db1616af64392ec709ec25da2804238
1 /*
2 * The first part of this is the standard CSS generated by LaTeX2HTML,
3 * with the "empty" declarations removed.
4 */
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;
9 font-weight: bold }
10 .boldmath { font-family: "Century Schoolbook", serif;
11 font-weight: bold }
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;
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 }
45 var { font-family: times, serif;
46 font-style: italic;
47 font-weight: normal }
49 .navigation td { background-color: #99ccff;
50 font-weight: bold;
51 font-family: avantgarde, sans-serif;
52 font-size: 110% }
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;
71 color: #006600 }
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;
80 padding: 4pt }
82 .seealso .heading { font-size: 110% }
85 * Class 'availability' is used for module availability statements at
86 * the top of modules.
88 .availability .platform { font-weight: bold }