-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchartstyle.css
60 lines (60 loc) · 891 Bytes
/
chartstyle.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
text{
font-family:Arial;
text-anchor:middle;
fill:white;
}
tspan.isotope{
font-size:8pt;
}
tspan.element{
font-size:12pt;
}
text.details{
font-size:5pt;
}
line.magicNumber{
fill:none;
stroke:black;
stroke-opacity:0.5;
stroke-width:4;
}
.box.stable{
fill:#000;
background-color:#000;
}
.box.a{
fill:#dd0;
background-color:#dd0;
}
.box.bminus{
fill:#0af;
background-color:#0af;
}
.box.doublebminus{
fill:#05c;
background-color:#05c;
}
.box.n{
fill:#aaf;
background-color:#aaf;
}
.box.bplus{
fill:#f77;
background-color:#f77;
}
.box.doublebplus{
fill:#c55;
background-color:#c55;
}
.box.ec{
fill:#f3a;
background-color:#f3a;
}
.box.p{
fill:#f41;
background-color:#f41;
}
.box.sf{
fill:#0a0;
background-color:#0a0;
}