Animation.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. /* packages/widgets/Source/Animation/Animation.css */
  2. .cesium-animation-theme {
  3. visibility: hidden;
  4. display: block;
  5. position: absolute;
  6. z-index: -100;
  7. }
  8. .cesium-animation-themeNormal {
  9. color: #222;
  10. }
  11. .cesium-animation-themeHover {
  12. color: #4488b0;
  13. }
  14. .cesium-animation-themeSelect {
  15. color: #242;
  16. }
  17. .cesium-animation-themeDisabled {
  18. color: #333;
  19. }
  20. .cesium-animation-themeKnob {
  21. color: #222;
  22. }
  23. .cesium-animation-themePointer {
  24. color: #2e2;
  25. }
  26. .cesium-animation-themeSwoosh {
  27. color: #8ac;
  28. }
  29. .cesium-animation-themeSwooshHover {
  30. color: #aef;
  31. }
  32. .cesium-animation-svgText {
  33. fill: #edffff;
  34. font-family: Sans-Serif;
  35. font-size: 15px;
  36. text-anchor: middle;
  37. }
  38. .cesium-animation-blank {
  39. fill: #000;
  40. fill-opacity: 0.01;
  41. stroke: none;
  42. }
  43. .cesium-animation-rectButton {
  44. cursor: pointer;
  45. -moz-user-select: none;
  46. -webkit-user-select: none;
  47. -ms-user-select: none;
  48. user-select: none;
  49. }
  50. .cesium-animation-rectButton .cesium-animation-buttonGlow {
  51. fill: #fff;
  52. stroke: none;
  53. display: none;
  54. }
  55. .cesium-animation-rectButton:hover .cesium-animation-buttonGlow {
  56. display: block;
  57. }
  58. .cesium-animation-rectButton .cesium-animation-buttonPath {
  59. fill: #edffff;
  60. }
  61. .cesium-animation-rectButton .cesium-animation-buttonMain {
  62. stroke: #444;
  63. stroke-width: 1.2;
  64. }
  65. .cesium-animation-rectButton:hover .cesium-animation-buttonMain {
  66. stroke: #aef;
  67. }
  68. .cesium-animation-rectButton:active .cesium-animation-buttonMain {
  69. fill: #abd6ff;
  70. }
  71. .cesium-animation-buttonDisabled {
  72. -moz-user-select: none;
  73. -webkit-user-select: none;
  74. -ms-user-select: none;
  75. user-select: none;
  76. }
  77. .cesium-animation-buttonDisabled .cesium-animation-buttonMain {
  78. stroke: #555;
  79. }
  80. .cesium-animation-buttonDisabled .cesium-animation-buttonPath {
  81. fill: #818181;
  82. }
  83. .cesium-animation-buttonDisabled .cesium-animation-buttonGlow {
  84. display: none;
  85. }
  86. .cesium-animation-buttonToggled .cesium-animation-buttonGlow {
  87. display: block;
  88. fill: #2e2;
  89. }
  90. .cesium-animation-buttonToggled .cesium-animation-buttonMain {
  91. stroke: #2e2;
  92. }
  93. .cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow {
  94. fill: #fff;
  95. }
  96. .cesium-animation-buttonToggled:hover .cesium-animation-buttonMain {
  97. stroke: #2e2;
  98. }
  99. .cesium-animation-shuttleRingG {
  100. cursor: pointer;
  101. }
  102. .cesium-animation-shuttleRingPointer {
  103. cursor: pointer;
  104. }
  105. .cesium-animation-shuttleRingPausePointer {
  106. cursor: pointer;
  107. }
  108. .cesium-animation-shuttleRingBack {
  109. fill: #181818;
  110. fill-opacity: 0.8;
  111. stroke: #333;
  112. stroke-width: 1.2;
  113. }
  114. .cesium-animation-shuttleRingSwoosh line {
  115. stroke: #8ac;
  116. stroke-width: 3;
  117. stroke-opacity: 0.2;
  118. stroke-linecap: round;
  119. }
  120. .cesium-animation-knobOuter {
  121. cursor: pointer;
  122. stroke: #444;
  123. stroke-width: 1.2;
  124. }
  125. .cesium-animation-knobInner {
  126. cursor: pointer;
  127. }