_Gauge.css 757 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. @CHARSET "ISO-8859-1";
  2. .dojoxGaugeContent {
  3. font-family: Verdana;
  4. border-width: 1px;
  5. border-style: solid;
  6. border-color: #CCCCCC;
  7. }
  8. .dojoxGaugeRange1 {
  9. fill: #606060 ;
  10. stroke: #606060 ;
  11. }
  12. .dojoxGaugeRange2 {
  13. fill: #707070 ;
  14. stroke: #707070 ;
  15. }
  16. .dojoxGaugeRange3 {
  17. fill: #808080 ;
  18. stroke: #808080 ;
  19. }
  20. .dojoxGaugeRange4 {
  21. fill: #909090 ;
  22. stroke: #909090 ;
  23. }
  24. .dojoxGaugeRange5 {
  25. fill: #A0A0A0;
  26. stroke: #A0A0A0;
  27. }
  28. .dojoxGaugeRange6 {
  29. fill: #B0B0B0;
  30. stroke: #B0B0B0;
  31. }
  32. .dojoxGaugeRange7 {
  33. fill: #C0C0C0;
  34. stroke: #C0C0C0;
  35. }
  36. .dojoxGaugeRange8 {
  37. fill: #D0D0D0;
  38. stroke: #D0D0D0;
  39. }
  40. .dojoxGaugeRange9 {
  41. fill: #E0E0E0;
  42. stroke: #E0E0E0;
  43. }
  44. .dojoxGaugeRange10 {
  45. fill: #F0F0F0;
  46. stroke: #F0F0F0;
  47. }
  48. .testing {
  49. fill: blue;
  50. stroke: blue;
  51. }