summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/gauges/_Gauge.css
blob: 46dd7fba91a284d3ada077c1e62c10993a82a0e5 (plain)
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
@CHARSET "ISO-8859-1";

.dojoxGaugeContent {
	font-family: Verdana;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.dojoxGaugeRange1 {
	fill: #606060 ;
	stroke: #606060 ;
}

.dojoxGaugeRange2 {
	fill: #707070 ;
	stroke: #707070 ;
}

.dojoxGaugeRange3 {
	fill: #808080 ;
	stroke: #808080 ;
}

.dojoxGaugeRange4 {
	fill: #909090 ;
	stroke: #909090 ;
}

.dojoxGaugeRange5 {
	fill: #A0A0A0;
	stroke: #A0A0A0;
}

.dojoxGaugeRange6 {
	fill: #B0B0B0;
	stroke: #B0B0B0;
}

.dojoxGaugeRange7 {
	fill: #C0C0C0;
	stroke: #C0C0C0;
}

.dojoxGaugeRange8 {
	fill: #D0D0D0;
	stroke: #D0D0D0;
}

.dojoxGaugeRange9 {
	fill: #E0E0E0;
	stroke: #E0E0E0;
}

.dojoxGaugeRange10 {
	fill: #F0F0F0;
	stroke: #F0F0F0;
}

.testing {
	fill: blue;
	stroke: blue;
}