lighter.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .cesium-lighter .cesium-animation-themeNormal {
  2. color: #e5f2fe;
  3. }
  4. .cesium-lighter .cesium-animation-themeHover {
  5. color: #abd6ff;
  6. }
  7. .cesium-lighter .cesium-animation-themeSelect {
  8. color: #e5f2fe;
  9. }
  10. .cesium-lighter .cesium-animation-themeDisabled {
  11. color: #efefef;
  12. }
  13. .cesium-lighter .cesium-animation-themeKnob {
  14. color: #e1e2e3;
  15. }
  16. .cesium-lighter .cesium-animation-themePointer {
  17. color: #fa5;
  18. }
  19. .cesium-lighter .cesium-animation-themeSwoosh {
  20. color: #ace;
  21. }
  22. .cesium-lighter .cesium-animation-themeSwooshHover {
  23. color: #bdf;
  24. }
  25. .cesium-lighter .cesium-animation-svgText {
  26. fill: #111;
  27. }
  28. .cesium-lighter .cesium-animation-rectButton .cesium-animation-buttonPath {
  29. fill: #111;
  30. }
  31. .cesium-lighter .cesium-animation-rectButton .cesium-animation-buttonMain {
  32. stroke: #759dc0;
  33. }
  34. .cesium-lighter .cesium-animation-buttonToggled .cesium-animation-buttonGlow {
  35. fill: #ffaa2a;
  36. }
  37. .cesium-lighter .cesium-animation-buttonToggled .cesium-animation-buttonMain {
  38. /* Widget will add: fill: url(#animation_buttonToggled); */
  39. stroke: #ea0;
  40. }
  41. .cesium-lighter
  42. .cesium-animation-rectButton:hover
  43. .cesium-animation-buttonMain {
  44. stroke: #759dc0;
  45. }
  46. .cesium-lighter
  47. .cesium-animation-buttonToggled:hover
  48. .cesium-animation-buttonGlow {
  49. fill: #fff;
  50. }
  51. .cesium-lighter
  52. .cesium-animation-buttonToggled:hover
  53. .cesium-animation-buttonMain {
  54. stroke: #ea0;
  55. }
  56. .cesium-lighter
  57. .cesium-animation-rectButton:active
  58. .cesium-animation-buttonMain {
  59. fill: #abd6ff;
  60. }
  61. .cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonMain {
  62. stroke: #d3d3d3;
  63. }
  64. .cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonPath {
  65. fill: #818181;
  66. }
  67. .cesium-lighter .cesium-animation-shuttleRingBack {
  68. fill: #fafafa;
  69. fill-opacity: 1;
  70. stroke: #aeaeae;
  71. stroke-width: 1.2;
  72. }
  73. .cesium-lighter .cesium-animation-shuttleRingSwoosh line {
  74. stroke: #8ac;
  75. }
  76. .cesium-lighter .cesium-animation-knobOuter {
  77. stroke: #a5a5a5;
  78. }