Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00d98ee

Browse files
committed
CSS style sheet for the documentation.
1 parent 63f2177 commit 00d98ee

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

Doc/html/style.css

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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 */
7+
.MATH { font-family: "Century Schoolbook", serif; }
8+
.MATH I { font-family: "Century Schoolbook", serif; font-weight: bold }
9+
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }
10+
11+
/* implement both fixed-size and relative sizes */
12+
SMALL.XTINY { font-size : xx-small }
13+
SMALL.TINY { font-size : x-small }
14+
SMALL.SCRIPTSIZE { font-size : smaller }
15+
SMALL.FOOTNOTESIZE { font-size : small }
16+
BIG.XLARGE { font-size : large }
17+
BIG.XXLARGE { font-size : x-large }
18+
BIG.HUGE { font-size : larger }
19+
BIG.XHUGE { font-size : xx-large }
20+
21+
/*
22+
* Document-specific styles come next;
23+
* these are added for the Python documentation.
24+
*
25+
* Note that the size specifications for the H* elements are because
26+
* Netscape on Solaris otherwise doesn't get it right; they all end up
27+
* the normal text size.
28+
*/
29+
30+
h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif;
31+
font-weight: bold }
32+
h1, h2 { font-size: x-large }
33+
h3, h4 { font-size: large }
34+
code, tt { font-family: courier }
35+
var { font: italic normal serif }
36+
37+
.navigation .title { font-family: avantgarde, sans-serif;
38+
font-size: 110% }
39+
40+
.verbatim { color: darkblue }
41+
42+
.email { font-family: avantgarde, sans-serif }
43+
.mimetype { font-family: avantgarde, sans-serif }
44+
.newsgroup { font-family: avantgarde, sans-serif }
45+
.url { font-family: avantgarde, sans-serif }

0 commit comments

Comments
 (0)