This commit is contained in:
2023-04-23 09:41:12 +08:00
parent 0339a49d2b
commit d20a1e0ca1
1552 changed files with 98219 additions and 190234 deletions

171
public/Cesium/Widgets/Animation/Animation.css Normal file → Executable file
View File

@ -1,176 +1,127 @@
/* packages/widgets/Source/Animation/Animation.css */
.cesium-animation-theme {
visibility: hidden;
display: block;
position: absolute;
z-index: -100;
visibility: hidden;
display: block;
position: absolute;
z-index: -100;
}
.cesium-animation-themeNormal {
color: #222;
color: #222;
}
.cesium-animation-themeHover {
color: #4488B0;
color: #4488b0;
}
.cesium-animation-themeSelect {
color: #242;
color: #242;
}
.cesium-animation-themeDisabled {
color: #333;
color: #333;
}
.cesium-animation-themeKnob {
color: #222;
color: #222;
}
.cesium-animation-themePointer {
color: #2E2;
color: #2e2;
}
.cesium-animation-themeSwoosh {
color: #8AC;
color: #8ac;
}
.cesium-animation-themeSwooshHover {
color: #AEF;
color: #aef;
}
.cesium-animation-svgText {
fill: #edffff;
font-family: Sans-Serif;
font-size: 15px;
text-anchor: middle;
fill: #edffff;
font-family: Sans-Serif;
font-size: 15px;
text-anchor: middle;
}
.cesium-animation-blank {
fill: #000;
fill-opacity: 0.01; /* This must be clickable, so it can't be 'fill: none'. */
stroke: none;
fill: #000;
fill-opacity: 0.01;
stroke: none;
}
.cesium-animation-rectButton {
cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.cesium-animation-rectButton .cesium-animation-buttonGlow {
fill: #fff;
stroke: none;
/* Widget will add: filter: url(#animation_blurred); */
display: none;
fill: #fff;
stroke: none;
display: none;
}
.cesium-animation-rectButton:hover .cesium-animation-buttonGlow {
display: block;
display: block;
}
.cesium-animation-rectButton .cesium-animation-buttonPath {
fill: #edffff;
fill: #edffff;
}
.cesium-animation-rectButton .cesium-animation-buttonMain {
/* Widget will add: fill: url(#animation_buttonNormal); */
stroke: #444;
stroke-width: 1.2;
stroke: #444;
stroke-width: 1.2;
}
.cesium-animation-rectButton:hover .cesium-animation-buttonMain {
/* Widget will add: fill: url(#animation_buttonHovered); */
stroke: #AEF;
stroke: #aef;
}
.cesium-animation-rectButton:active .cesium-animation-buttonMain {
fill: #ABD6FF;
fill: #abd6ff;
}
.cesium-animation-buttonDisabled {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.cesium-animation-buttonDisabled .cesium-animation-buttonMain {
/* Widget will add: fill: url(#animation_buttonDisabled); */
stroke: #555;
stroke: #555;
}
.cesium-animation-buttonDisabled .cesium-animation-buttonPath {
fill: #818181;
fill: #818181;
}
.cesium-animation-buttonDisabled .cesium-animation-buttonGlow {
display: none;
display: none;
}
.cesium-animation-buttonToggled .cesium-animation-buttonGlow {
display: block;
fill: #2E2;
display: block;
fill: #2e2;
}
.cesium-animation-buttonToggled .cesium-animation-buttonMain {
stroke: #2E2;
stroke: #2e2;
}
.cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow {
fill: #fff;
fill: #fff;
}
.cesium-animation-buttonToggled:hover .cesium-animation-buttonMain {
stroke: #2E2;
stroke: #2e2;
}
.cesium-animation-shuttleRingG {
cursor: pointer;
cursor: pointer;
}
/* Widget will add:
.cesium-animation-shuttleRingG .cesium-animation-shuttleRingSwoosh {
fill: url(#animation_shuttleRingSwooshGradient);
}
.cesium-animation-shuttleRingG:hover .cesium-animation-shuttleRingSwoosh {
fill: url(#animation_shuttleRingSwooshHovered);
}
*/
.cesium-animation-shuttleRingPointer {
/* Widget will add: fill: url(#animation_shuttleRingPointerGradient); */
cursor: pointer;
cursor: pointer;
}
.cesium-animation-shuttleRingPausePointer {
/* Widget will add: fill: url(#animation_shuttleRingPointerPaused); */
cursor: pointer;
cursor: pointer;
}
.cesium-animation-shuttleRingBack {
fill: #181818;
fill-opacity: 0.8;
stroke: #333;
stroke-width: 1.2;
fill: #181818;
fill-opacity: 0.8;
stroke: #333;
stroke-width: 1.2;
}
.cesium-animation-shuttleRingSwoosh line {
stroke: #8AC;
stroke-width: 3;
stroke-opacity: 0.2;
stroke-linecap: round;
stroke: #8ac;
stroke-width: 3;
stroke-opacity: 0.2;
stroke-linecap: round;
}
.cesium-animation-knobOuter {
/* Widget will add: fill: url(#animation_knobOuter); */
cursor: pointer;
stroke: #444;
stroke-width: 1.2;
cursor: pointer;
stroke: #444;
stroke-width: 1.2;
}
.cesium-animation-knobInner {
/* Widget will add: fill: url(#animation_knobInner); */
cursor: pointer;
cursor: pointer;
}

73
public/Cesium/Widgets/Animation/lighter.css Normal file → Executable file
View File

@ -1,91 +1,70 @@
/* packages/widgets/Source/Animation/lighter.css */
.cesium-lighter .cesium-animation-themeNormal {
color: #E5F2FE;
color: #e5f2fe;
}
.cesium-lighter .cesium-animation-themeHover {
color: #ABD6FF;
color: #abd6ff;
}
.cesium-lighter .cesium-animation-themeSelect {
color: #E5F2FE;
color: #e5f2fe;
}
.cesium-lighter .cesium-animation-themeDisabled {
color: #EFEFEF;
color: #efefef;
}
.cesium-lighter .cesium-animation-themeKnob {
color: #E1E2E3;
color: #e1e2e3;
}
.cesium-lighter .cesium-animation-themePointer {
color: #FA5;
color: #fa5;
}
.cesium-lighter .cesium-animation-themeSwoosh {
color: #ACE;
color: #ace;
}
.cesium-lighter .cesium-animation-themeSwooshHover {
color: #BDF;
color: #bdf;
}
.cesium-lighter .cesium-animation-svgText {
fill: #111;
fill: #111;
}
.cesium-lighter .cesium-animation-rectButton .cesium-animation-buttonPath {
fill: #111;
fill: #111;
}
.cesium-lighter .cesium-animation-rectButton .cesium-animation-buttonMain {
stroke: #759DC0;
stroke: #759dc0;
}
.cesium-lighter .cesium-animation-buttonToggled .cesium-animation-buttonGlow {
fill: #FFAA2A;
fill: #ffaa2a;
}
.cesium-lighter .cesium-animation-buttonToggled .cesium-animation-buttonMain {
/* Widget will add: fill: url(#animation_buttonToggled); */
stroke: #EA0;
stroke: #ea0;
}
.cesium-lighter .cesium-animation-rectButton:hover .cesium-animation-buttonMain {
stroke: #759DC0;
stroke: #759dc0;
}
.cesium-lighter .cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow {
fill: #fff;
fill: #fff;
}
.cesium-lighter .cesium-animation-buttonToggled:hover .cesium-animation-buttonMain {
stroke: #EA0;
stroke: #ea0;
}
.cesium-lighter .cesium-animation-rectButton:active .cesium-animation-buttonMain {
fill: #ABD6FF;
fill: #abd6ff;
}
.cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonMain {
stroke: #D3D3D3;
stroke: #d3d3d3;
}
.cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonPath {
fill: #818181;
fill: #818181;
}
.cesium-lighter .cesium-animation-shuttleRingBack {
fill: #FAFAFA;
fill-opacity: 1;
stroke: #AEAEAE;
stroke-width: 1.2;
fill: #fafafa;
fill-opacity: 1;
stroke: #aeaeae;
stroke-width: 1.2;
}
.cesium-lighter .cesium-animation-shuttleRingSwoosh line {
stroke: #8AC;
stroke: #8ac;
}
.cesium-lighter .cesium-animation-knobOuter {
stroke: #A5A5A5;
stroke: #a5a5a5;
}