Agriculture-front-end/dist/Cesium/Widgets/Animation/lighter.css

92 lines
2.0 KiB
CSS
Raw Normal View History

2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-themeNormal {
2023-09-11 21:56:39 +08:00
color: #E5F2FE;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-themeHover {
2023-09-11 21:56:39 +08:00
color: #ABD6FF;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-themeSelect {
2023-09-11 21:56:39 +08:00
color: #E5F2FE;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-themeDisabled {
2023-09-11 21:56:39 +08:00
color: #EFEFEF;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-themeKnob {
2023-09-11 21:56:39 +08:00
color: #E1E2E3;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-themePointer {
2023-09-11 21:56:39 +08:00
color: #FA5;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-themeSwoosh {
2023-09-11 21:56:39 +08:00
color: #ACE;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-themeSwooshHover {
2023-09-11 21:56:39 +08:00
color: #BDF;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-svgText {
2023-09-11 21:56:39 +08:00
fill: #111;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-rectButton .cesium-animation-buttonPath {
2023-09-11 21:56:39 +08:00
fill: #111;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-rectButton .cesium-animation-buttonMain {
2023-09-11 21:56:39 +08:00
stroke: #759DC0;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-buttonToggled .cesium-animation-buttonGlow {
2023-09-11 21:56:39 +08:00
fill: #FFAA2A;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-buttonToggled .cesium-animation-buttonMain {
2023-09-11 21:56:39 +08:00
/* Widget will add: fill: url(#animation_buttonToggled); */
stroke: #EA0;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-rectButton:hover .cesium-animation-buttonMain {
2023-09-11 21:56:39 +08:00
stroke: #759DC0;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow {
2023-09-11 21:56:39 +08:00
fill: #fff;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-buttonToggled:hover .cesium-animation-buttonMain {
2023-09-11 21:56:39 +08:00
stroke: #EA0;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-rectButton:active .cesium-animation-buttonMain {
2023-09-11 21:56:39 +08:00
fill: #ABD6FF;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonMain {
2023-09-11 21:56:39 +08:00
stroke: #D3D3D3;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonPath {
2023-09-11 21:56:39 +08:00
fill: #818181;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-shuttleRingBack {
2023-09-11 21:56:39 +08:00
fill: #FAFAFA;
fill-opacity: 1;
stroke: #AEAEAE;
stroke-width: 1.2;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-shuttleRingSwoosh line {
2023-09-11 21:56:39 +08:00
stroke: #8AC;
2023-04-23 09:41:12 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-23 09:41:12 +08:00
.cesium-lighter .cesium-animation-knobOuter {
2023-09-11 21:56:39 +08:00
stroke: #A5A5A5;
2023-04-23 09:41:12 +08:00
}