-
Notifications
You must be signed in to change notification settings - Fork 0
/
Normal.css
68 lines (68 loc) · 1021 Bytes
/
Normal.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
a {
color: blue;
font-weight: normal;
text-decoration: none;
}
a:hover {
color: orange;
}
body {
margin-left: 2.5%;
margin-top: 2%;
width: 50%;
}
/* Not currently in use.
h1 {
font-family: sans-serif;
font-weight: normal;
font-size: 1.5em;
margin-bottom: 2%;
}
*/
#blurb {
font-size: 1.3em;
font-family: serif;
font-weight: 100;
margin-left: 5%;
margin-right: 5%;
}
#boxInner {
fill: none;
stroke: black;
stroke-width: 1px;
}
#boxOuter {
fill: none;
stroke: red;
stroke-opacity: 0; /* Make inivisble. */
stroke-width: 1px;
}
.axis {
fill: none;
font-size: 1.1em;
font-weight: normal;
}
.axis-label {
font-family: sans-serif;
font-size: 1.75em;
text-anchor: middle;
}
.legend-text {
dominant-baseline: middle;
font-family: sans-serif;
font-size: 0.9em;
}
.line {
fill: none;
stroke: black;
stroke-width: 2px;
}
.cdf { /* The CDF gets additional styling. */
stroke: rgb(0, 0, 128);
stroke-dasharray: 5,3;
}
.title {
font-family: sans-serif;
font-size: 1.6em;
text-anchor: middle;
}