-
Notifications
You must be signed in to change notification settings - Fork 3
/
IPG.css
89 lines (82 loc) · 2.37 KB
/
IPG.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH { font-family: "Century Schoolbook", serif; }
.MATH I { font-family: "Century Schoolbook", serif; font-style: italic }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }
DIV.equation { text-align-last:justify; white-space: nowrap; } /* place eq nos */
SPAN.MATH { display:inline-block; } /* don't stretch spaces inside eqn */
.LEFT { text-align:left; }
.CENTER { text-align:center; }
.CENTER > * { margin:auto; }
.RIGHT { text-align:right; }
.TOP { vertical-align:top; }
.MIDDLE { vertical-align:middle; }
.BOTTOM { vertical-align:bottom; }
IMG.LEFT { float:left; }
IMG.RIGHT { float:right; }
IMG.TOP { vertical-align:top; }
IMG.BOTTOM { vertical-align:baseline; }
DL.COMPACT > dt { float:left; padding-right: 1em; }
BODY { width:90%; max-width:50em; margin:auto; text-align:justify; }
/* implement both fixed-size and relative sizes */
SMALL.XTINY { font-size : xx-small }
SMALL.TINY { font-size : x-small }
SMALL.SCRIPTSIZE { font-size : smaller }
SMALL.FOOTNOTESIZE { font-size : small }
SMALL.SMALL { }
BIG.LARGE { }
BIG.XLARGE { font-size : large }
BIG.XXLARGE { font-size : x-large }
BIG.HUGE { font-size : larger }
BIG.XHUGE { font-size : xx-large }
/* heading styles */
H1 { }
H2 { }
H3 { }
H4 { }
H5 { }
/* mathematics styles */
DIV.displaymath { } /* math displays */
TD.eqno { width:0; } /* equation-number cells */
TABLE.PAD TD { padding:3px; }
TABLE.BORDER TD { border:1px solid black; }
TABLE.equation { width:100%; } /* place eq nos at right/left edge */
TABLE.equation > * { vertical-align:baseline; }
TABLE.equation TD { white-space:nowrap; }
TABLE { border-collapse: collapse; }
/* document-specific styles come next */
DIV.center { }
DIV.centerline { }
TABLE.equation { }
DIV.navigation { }
SPAN.arabic { }
SPAN.textit { font-style: italic }
#par1322 { }
#par1327 { }
#par1336 { }
#par1344 { }
#par1350 { }
#par1378 { }
#par1399 { }
#par1449 { }
#par1456 { }
#par1465 { }
#par1483 { }
#par1497 { }
#par1507 { }
#par1521 { }
#par1555 { }
#par1559 { }
#par1583 { }
#par1588 { }
#par1607 { }
#par1626 { }
#par1632 { }
#par1647 { }
#par1652 { }
#par1657 { }
#par1673 { }
#par1693 { }
#par1743 { }
#par1779 { }
#par1783 { }
#par1787 { }