-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
71 lines (71 loc) · 1.27 KB
/
style.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
body {
background: #333;
color: #fff;
font: 300 100.1% "Helvetica Neue", Helvetica, "Arial Unicode MS", Arial, sans-serif;
}
#holder {
height: 480px;
left: 50%;
margin: -240px 0 0 -320px;
position: absolute;
top: 50%;
width: 640px;
}
#copy {
bottom: 0;
font: 300 .7em "Helvetica Neue", Helvetica, "Arial Unicode MS", Arial, sans-serif;
position: absolute;
right: 1em;
text-align: right;
}
#copy a {
color: #fff;
}
#chart {
width: 100%;
_width: 500px;
overflow: auto;
clear: left;
}
.invisible {
visibility: hidden;
}
.hidden {
display: none;
}
#legend,
#legend2 {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
width: 1em;
height: 1em;
border: solid 1px #000;
margin-right: .3em;
line-height: 1;
}
#name,
#name2 {
float: left;
clear: left;
}
#name div,
#name2 div {
float: left;
}
#placeholder {
clear: left;
color: #999;
}
em {
color: #666;
font-style: normal;
}
form {
margin: 0;
padding: 0;
}
fieldset {
margin: 0;
padding: 0;
border: none;
}