blob: cfd5942c86e1e1095f914fdc96850beb2ecff1e7 [file] [log] [blame]
Fred Drake00d98ee1999-02-16 20:27:08 +00001/*
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 Drake329796d2000-09-28 20:41:16 +00007.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 Drake00d98ee1999-02-16 20:27:08 +000012
Fred Drakebde8d1c2001-07-06 22:37:36 +000013/*
14 * Implement both fixed-size and relative sizes.
15 *
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.
19 */
Fred Drake1ab1f712001-06-23 04:53:43 +000020small.xtiny { font-size : xx-small; }
21small.tiny { font-size : x-small; }
22small.scriptsize { font-size : smaller; }
23small.footnotesize { font-size : small; }
24big.xlarge { font-size : large; }
25big.xxlarge { font-size : x-large; }
26big.huge { font-size : larger; }
27big.xhuge { font-size : xx-large; }
Fred Drake00d98ee1999-02-16 20:27:08 +000028
29/*
30 * Document-specific styles come next;
31 * these are added for the Python documentation.
32 *
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.
36 */
37
Fred Drake329796d2000-09-28 20:41:16 +000038body { color: #000000;
Fred Drake16816272000-09-16 20:40:44 +000039 background-color: #ffffff; }
40
Fred Drake329796d2000-09-28 20:41:16 +000041a:active { color: #ff0000; }
42a:visited { color: #551a8b; }
43a:link { color: #0000bb; }
Fred Drake16816272000-09-16 20:40:44 +000044
Fred Drake329796d2000-09-28 20:41:16 +000045h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif;
Fred Drake1ab1f712001-06-23 04:53:43 +000046 font-weight: bold; }
47h1 { font-size: 180%; }
48h2 { font-size: 150%; }
49h3, h4 { font-size: 120%; }
Fred Drakee1d4ad32001-11-14 22:35:59 +000050code, tt { font-family: lucida typewriter, lucidatypewriter,
51 monospace; }
Fred Drake9eb41552001-03-08 22:17:54 +000052var { font-family: times, serif;
Fred Drakebdcc96c2000-03-29 22:41:52 +000053 font-style: italic;
Fred Drake1ab1f712001-06-23 04:53:43 +000054 font-weight: normal; }
Fred Drake00d98ee1999-02-16 20:27:08 +000055
Fred Drakee1d4ad32001-11-14 22:35:59 +000056.typelabel { font-family: lucida, sans serif; }
57
Fred Drake329796d2000-09-28 20:41:16 +000058.navigation td { background-color: #99ccff;
Fred Drake3eb7c122000-08-31 07:15:57 +000059 font-weight: bold;
60 font-family: avantgarde, sans-serif;
Fred Drake1ab1f712001-06-23 04:53:43 +000061 font-size: 110%; }
Fred Drake699f98c2000-08-29 21:57:34 +000062
Fred Drake6a119602000-10-25 16:10:46 +000063.release-info { font-style: italic; }
64
Fred Drake329796d2000-09-28 20:41:16 +000065.titlegraphic { vertical-align: top; }
Fred Drake00d98ee1999-02-16 20:27:08 +000066
Fred Drakee1d4ad32001-11-14 22:35:59 +000067.verbatim { color: #00008b;
68 font-family: lucida typewriter, lucidatypewriter,
69 monospace; }
Fred Drake00d98ee1999-02-16 20:27:08 +000070
Fred Drakebde8d1c2001-07-06 22:37:36 +000071.grammar { background-color: #99ccff;
72 margin-right: 0.5in;
73 padding: 0.05in; }
74.productions { background-color: #bbeeff; }
75.productions table { vertical-align: baseline; }
76.grammar-footer { padding: 0.05in;
77 font-size: 85%; }
78
Fred Drake1ab1f712001-06-23 04:53:43 +000079.email { font-family: avantgarde, sans-serif; }
Fred Drake479384e2001-09-26 18:46:36 +000080.mailheader { font-family: avantgarde, sans-serif; }
Fred Drake1ab1f712001-06-23 04:53:43 +000081.mimetype { font-family: avantgarde, sans-serif; }
82.newsgroup { font-family: avantgarde, sans-serif; }
83.url { font-family: avantgarde, sans-serif; }
84.file { font-family: avantgarde, sans-serif; }
Fred Drakebdcc96c2000-03-29 22:41:52 +000085
Fred Drake6c7fc772000-10-26 20:01:09 +000086.tableheader { background-color: #99ccff;
Fred Drake5df72f02000-10-02 17:36:27 +000087 font-family: avantgarde, sans-serif; }
Fred Drakeeacc4fc2000-08-30 15:02:13 +000088
Fred Drake1ab1f712001-06-23 04:53:43 +000089.refcount-info { font-style: italic; }
Fred Drakebdcc96c2000-03-29 22:41:52 +000090.refcount-info .value { font-weight: bold;
Fred Drake1ab1f712001-06-23 04:53:43 +000091 color: #006600; }
Fred Drake01bc01c1999-03-02 15:58:20 +000092
93/*
Fred Drake7c6a90d1999-03-25 22:22:45 +000094 * Some decoration for the "See also:" blocks, in part inspired by some of
95 * the styling on Lars Marius Garshol's XSA pages.
96 * (The blue in the navigation bars is #99CCFF.)
97 */
Fred Drake329796d2000-09-28 20:41:16 +000098.seealso { background-color: #fffaf0;
Fred Drake7c6a90d1999-03-25 22:22:45 +000099 border: thin solid black;
Fred Drake1ab1f712001-06-23 04:53:43 +0000100 padding: 4pt; }
Fred Drake7c6a90d1999-03-25 22:22:45 +0000101
Fred Drake1ab1f712001-06-23 04:53:43 +0000102.seealso .heading { font-size: 110%; }
Fred Drake7c6a90d1999-03-25 22:22:45 +0000103
104/*
Fred Drake01bc01c1999-03-02 15:58:20 +0000105 * Class 'availability' is used for module availability statements at
Fred Drake329796d2000-09-28 20:41:16 +0000106 * the top of modules.
Fred Drake01bc01c1999-03-02 15:58:20 +0000107 */
Fred Drake1ab1f712001-06-23 04:53:43 +0000108.availability .platform { font-weight: bold; }