summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/gauges/_Gauge.css
diff options
context:
space:
mode:
authorTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
committerTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
commitb62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch)
tree86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo-1.7.2/dojox/gauges/_Gauge.css
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo-1.7.2/dojox/gauges/_Gauge.css')
-rw-r--r--js/dojo-1.7.2/dojox/gauges/_Gauge.css63
1 files changed, 63 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/gauges/_Gauge.css b/js/dojo-1.7.2/dojox/gauges/_Gauge.css
new file mode 100644
index 0000000..46dd7fb
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/gauges/_Gauge.css
@@ -0,0 +1,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;
+}