-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
114 lines (97 loc) · 2.07 KB
/
stylesheet.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
body {
background-color: white;
color: black;
margin: 0 0.1in;
font-family: "Open Sans", Tahoma, sans-serif;
/* font-family: Georgia, "Bitstream Charter", serif; */
line-height: 1.25em; /* gives leading of 0.25em between lines: 1.25em - 1.0em font size */
}
img {
border: none;
margin: 0;
}
div { margin: 0; }
p { margin: 0.5em 0.5em; }
h1, h2, h3 {
font-family: sans-serif;
clear: both;
}
h1 {
font-size: 130%;
margin-top: 0.2in;
margin-bottom: 0.2in;
border-top-style: none;
color: #328DAE;
}
h1 a { text-decoration: none; }
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active { color: #328DAE; }
h2 {
font-size: 115%;
margin-top: 0.1in;
margin-bottom: 0.1in;
color: #328DAE;
}
h3 {
margin-top: 0.1in;
margin-bottom: 0in;
font-size: 100%;
color: #000000;
}
table { border-spacing: 0; }
th.main, td.main {
vertical-align: top;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
padding-top: 10px;
width:47%;
}
table.in_frac {
display:inline;
margin-top:0;
margin-bottom:0;
text-align: center;
font-size: 80%;
vertical-align: 1ex;
}
table.frac {
display:inline;
margin-top:0;
margin-bottom:0;
text-align: center;
vertical-align: .8ex;
}
/* sup and sub for sum-like operators */
span.sum { margin-right: .5ex; }
.sum { line-height: 1.5; }
.sum sub { margin-left: .1ex; }
.sum sup { margin-left: -2.9ex; }
span.in_sum { margin-right: 2ex; }
.in_sum sub { margin-left: .1ex; }
.in_sum sup { margin-left: -2.9ex; }
/* sup style needed for Opera (why?) */
sup {
vertical-align: 1ex;
font-size:80%;
}
sub {
vertical-align: -0.6ex;
font-size:80%;
}
span.bigg { font-size:120%; } /* for big math symbols */
td.den {
border-top:solid 1px black;
line-height: .9;
padding: 0px;
padding-top: 2px;
} /* for horiz line in fractions */
td.num {
line-height: .7;
margin-bottom:0;
padding: 0px;
padding-bottom: 2px;
}
.num sub {
line-height: .7;
margin-bottom:0;
}