-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
69 lines (46 loc) · 661 Bytes
/
style.css
File metadata and controls
69 lines (46 loc) · 661 Bytes
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
body {
background-color: #001145;
}
rect.bordered {
stroke: #E6E6E6;
stroke-width:2px;
}
text.mono {
font-size: 9pt;
font-family: Consolas, courier;
fill: white;
}
text.axis-workgate {
fill: white;
}
text.axis-worktime {
fill: white;
}
#rtChart2 .axis {
stroke-width: 1;
}
#rtChart2 .axis .tick line {
stroke: white;
}
#rtChart2 .axis .tick text {
fill: white;
font-size: 0.7em;
}
#rtChart2 .group {
fill: none;
stroke: black;
stroke-width: 1.5;
}
#graph {
fill: white;
width: 960px;
height: 480px;
}
.line {
fill: white;
stroke: black;
}
text {
fill: white;
font-size: 0.5rem;
}