lighter.css 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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 .cesium-animation-rectButton:hover .cesium-animation-buttonMain {
  42. stroke: #759DC0;
  43. }
  44. .cesium-lighter .cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow {
  45. fill: #fff;
  46. }
  47. .cesium-lighter .cesium-animation-buttonToggled:hover .cesium-animation-buttonMain {
  48. stroke: #EA0;
  49. }
  50. .cesium-lighter .cesium-animation-rectButton:active .cesium-animation-buttonMain {
  51. fill: #ABD6FF;
  52. }
  53. .cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonMain {
  54. stroke: #D3D3D3;
  55. }
  56. .cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonPath {
  57. fill: #818181;
  58. }
  59. .cesium-lighter .cesium-animation-shuttleRingBack {
  60. fill: #FAFAFA;
  61. fill-opacity: 1;
  62. stroke: #AEAEAE;
  63. stroke-width: 1.2;
  64. }
  65. .cesium-lighter .cesium-animation-shuttleRingSwoosh line {
  66. stroke: #8AC;
  67. }
  68. .cesium-lighter .cesium-animation-knobOuter {
  69. stroke: #A5A5A5;
  70. }