Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
757 bytes
|
Line | |
---|
1 | @CHARSET "ISO-8859-1"; |
---|
2 | |
---|
3 | .dojoxGaugeContent { |
---|
4 | font-family: Verdana; |
---|
5 | border-width: 1px; |
---|
6 | border-style: solid; |
---|
7 | border-color: #CCCCCC; |
---|
8 | } |
---|
9 | |
---|
10 | .dojoxGaugeRange1 { |
---|
11 | fill: #606060 ; |
---|
12 | stroke: #606060 ; |
---|
13 | } |
---|
14 | |
---|
15 | .dojoxGaugeRange2 { |
---|
16 | fill: #707070 ; |
---|
17 | stroke: #707070 ; |
---|
18 | } |
---|
19 | |
---|
20 | .dojoxGaugeRange3 { |
---|
21 | fill: #808080 ; |
---|
22 | stroke: #808080 ; |
---|
23 | } |
---|
24 | |
---|
25 | .dojoxGaugeRange4 { |
---|
26 | fill: #909090 ; |
---|
27 | stroke: #909090 ; |
---|
28 | } |
---|
29 | |
---|
30 | .dojoxGaugeRange5 { |
---|
31 | fill: #A0A0A0; |
---|
32 | stroke: #A0A0A0; |
---|
33 | } |
---|
34 | |
---|
35 | .dojoxGaugeRange6 { |
---|
36 | fill: #B0B0B0; |
---|
37 | stroke: #B0B0B0; |
---|
38 | } |
---|
39 | |
---|
40 | .dojoxGaugeRange7 { |
---|
41 | fill: #C0C0C0; |
---|
42 | stroke: #C0C0C0; |
---|
43 | } |
---|
44 | |
---|
45 | .dojoxGaugeRange8 { |
---|
46 | fill: #D0D0D0; |
---|
47 | stroke: #D0D0D0; |
---|
48 | } |
---|
49 | |
---|
50 | .dojoxGaugeRange9 { |
---|
51 | fill: #E0E0E0; |
---|
52 | stroke: #E0E0E0; |
---|
53 | } |
---|
54 | |
---|
55 | .dojoxGaugeRange10 { |
---|
56 | fill: #F0F0F0; |
---|
57 | stroke: #F0F0F0; |
---|
58 | } |
---|
59 | |
---|
60 | .testing { |
---|
61 | fill: blue; |
---|
62 | stroke: blue; |
---|
63 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.