shuishen
2022-11-02 764cb58899b8ca0e9632a5e83c6950569442c41c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
.cesium-lighter .cesium-animation-themeNormal {
    color: #E5F2FE;
}
 
.cesium-lighter .cesium-animation-themeHover {
    color: #ABD6FF;
}
 
.cesium-lighter .cesium-animation-themeSelect {
    color: #E5F2FE;
}
 
.cesium-lighter .cesium-animation-themeDisabled {
    color: #EFEFEF;
}
 
.cesium-lighter .cesium-animation-themeKnob {
    color: #E1E2E3;
}
 
.cesium-lighter .cesium-animation-themePointer {
    color: #FA5;
}
 
.cesium-lighter .cesium-animation-themeSwoosh {
    color: #ACE;
}
 
.cesium-lighter .cesium-animation-themeSwooshHover {
    color: #BDF;
}
 
.cesium-lighter .cesium-animation-svgText {
    fill: #111;
}
 
.cesium-lighter .cesium-animation-rectButton .cesium-animation-buttonPath {
    fill: #111;
}
 
.cesium-lighter .cesium-animation-rectButton .cesium-animation-buttonMain {
    stroke: #759DC0;
}
 
.cesium-lighter .cesium-animation-buttonToggled .cesium-animation-buttonGlow {
    fill: #FFAA2A;
}
 
.cesium-lighter .cesium-animation-buttonToggled .cesium-animation-buttonMain {
    /* Widget will add: fill: url(#animation_buttonToggled); */
    stroke: #EA0;
}
 
.cesium-lighter .cesium-animation-rectButton:hover .cesium-animation-buttonMain {
    stroke: #759DC0;
}
 
.cesium-lighter .cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow {
    fill: #fff;
}
 
.cesium-lighter .cesium-animation-buttonToggled:hover .cesium-animation-buttonMain {
    stroke: #EA0;
}
 
.cesium-lighter .cesium-animation-rectButton:active .cesium-animation-buttonMain {
    fill: #ABD6FF;
}
 
.cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonMain {
    stroke: #D3D3D3;
}
 
.cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonPath {
    fill: #818181;
}
 
.cesium-lighter .cesium-animation-shuttleRingBack {
    fill: #FAFAFA;
    fill-opacity: 1;
    stroke: #AEAEAE;
    stroke-width: 1.2;
}
 
.cesium-lighter .cesium-animation-shuttleRingSwoosh line {
    stroke: #8AC;
}
 
.cesium-lighter .cesium-animation-knobOuter {
    stroke: #A5A5A5;
}