-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
126 lines (115 loc) · 2.04 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
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
115
116
117
118
119
120
121
122
123
124
125
126
.donut {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 960px;
height: 400px;
position: relative;
margin-left: 40px;
padding: 20px;
}
.gauge {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 960px;
height: 400px;
position: relative;
margin-left: 20px;
padding: 20px;
}
svg {
width: 100%;
height: 100%;
}
path.slice{
stroke-width:2px;
}
polyline{
opacity: .3;
stroke: #000000;
stroke-width: 2px;
fill: none;
}
.labelValue
{
font-size: 60%;
opacity: .5;
}
.toolTip {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
position: absolute;
display: none;
width: auto;
height: auto;
background: none repeat scroll 0 0 white;
border: 0 none;
border-radius: 8px 8px 8px 8px;
box-shadow: -3px 3px 15px #888888;
color: black;
font: 12px sans-serif;
padding: 5px;
text-align: center;
}
/* text {
font: 12px sans-serif;
} */
.glyphicon{
}
.donutcompare{
position: absolute;
top: 190px;
left: 184px;
font-size: 18px;
}
.donutcomparetext{
font-weight: 400;
}
.red{
color: #8A0000;
}
.green{
color: #108A00;
}
.greenPoint{
font-size: 40px;
font-family: 'Roboto';
font-weight: 100;
text-anchor : end;
fill: rgb(84, 84, 84);
}
.greenPercent{
font-family: 'Roboto';
fill: rgb(84, 84, 84);
font-size: 20px;
}
.gauge g.arc {
fill: steelblue;
}
.gauge g.pointer {
fill: black;
stroke: black;
}
.label_grey text,.label_lightgreen text,.label_green text {
text-anchor: middle;
font-size: 14px;
font-weight: bold;
fill: rgb(84, 84, 84);
}
.totalpoint{
font-size: 40px;
font-family: 'Roboto';
font-weight: 100;
text-anchor : end;
fill: rgb(84, 84, 84);
}
.totalpercent{
font-family: 'Roboto';
fill: rgb(84, 84, 84);
font-size: 20px !important;
}
.gaugecompare{
position: absolute;
top: 664px;
left: 206px;
}
.gaugecomparetext{
font-size: 18px;
font-weight: 400;
}