cesium/packages/widgets/Source/Animation/Animation.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

177 lines
3.5 KiB
CSS
Raw Permalink Normal View History

.cesium-animation-theme {
visibility: hidden;
display: block;
position: absolute;
z-index: -100;
}
.cesium-animation-themeNormal {
color: #222;
}
.cesium-animation-themeHover {
color: #4488b0;
}
.cesium-animation-themeSelect {
color: #242;
}
.cesium-animation-themeDisabled {
color: #333;
}
.cesium-animation-themeKnob {
color: #222;
}
.cesium-animation-themePointer {
color: #2e2;
}
.cesium-animation-themeSwoosh {
color: #8ac;
}
.cesium-animation-themeSwooshHover {
color: #aef;
}
.cesium-animation-svgText {
fill: #edffff;
2012-11-20 02:25:26 +08:00
font-family: Sans-Serif;
font-size: 15px;
text-anchor: middle;
}
.cesium-animation-blank {
2012-12-05 03:14:12 +08:00
fill: #000;
2013-03-22 03:44:00 +08:00
fill-opacity: 0.01; /* This must be clickable, so it can't be 'fill: none'. */
stroke: none;
}
.cesium-animation-rectButton {
2012-11-20 02:25:26 +08:00
cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
2012-11-20 02:25:26 +08:00
user-select: none;
}
.cesium-animation-rectButton .cesium-animation-buttonGlow {
2012-11-20 02:25:26 +08:00
fill: #fff;
stroke: none;
2013-01-18 02:58:17 +08:00
/* Widget will add: filter: url(#animation_blurred); */
2012-11-20 02:25:26 +08:00
display: none;
}
.cesium-animation-rectButton:hover .cesium-animation-buttonGlow {
2012-11-20 02:25:26 +08:00
display: block;
}
.cesium-animation-rectButton .cesium-animation-buttonPath {
fill: #edffff;
2012-11-20 02:25:26 +08:00
}
.cesium-animation-rectButton .cesium-animation-buttonMain {
/* Widget will add: fill: url(#animation_buttonNormal); */
stroke: #444;
stroke-width: 1.2;
2012-11-20 02:25:26 +08:00
}
.cesium-animation-rectButton:hover .cesium-animation-buttonMain {
2013-01-18 02:58:17 +08:00
/* Widget will add: fill: url(#animation_buttonHovered); */
stroke: #aef;
2012-11-20 02:25:26 +08:00
}
.cesium-animation-rectButton:active .cesium-animation-buttonMain {
2012-11-20 02:25:26 +08:00
fill: #abd6ff;
}
.cesium-animation-buttonDisabled {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.cesium-animation-buttonDisabled .cesium-animation-buttonMain {
2013-01-18 02:58:17 +08:00
/* Widget will add: fill: url(#animation_buttonDisabled); */
stroke: #555;
}
.cesium-animation-buttonDisabled .cesium-animation-buttonPath {
fill: #818181;
}
.cesium-animation-buttonDisabled .cesium-animation-buttonGlow {
display: none;
}
.cesium-animation-buttonToggled .cesium-animation-buttonGlow {
display: block;
fill: #2e2;
}
.cesium-animation-buttonToggled .cesium-animation-buttonMain {
stroke: #2e2;
}
.cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow {
fill: #fff;
2012-11-20 02:25:26 +08:00
}
.cesium-animation-buttonToggled:hover .cesium-animation-buttonMain {
stroke: #2e2;
}
.cesium-animation-shuttleRingG {
cursor: pointer;
}
2013-01-18 02:58:17 +08:00
/* Widget will add:
.cesium-animation-shuttleRingG .cesium-animation-shuttleRingSwoosh {
2013-01-18 02:58:17 +08:00
fill: url(#animation_shuttleRingSwooshGradient);
}
.cesium-animation-shuttleRingG:hover .cesium-animation-shuttleRingSwoosh {
fill: url(#animation_shuttleRingSwooshHovered);
2012-12-05 03:14:12 +08:00
}
2013-01-18 02:58:17 +08:00
*/
.cesium-animation-shuttleRingPointer {
2013-01-18 02:58:17 +08:00
/* Widget will add: fill: url(#animation_shuttleRingPointerGradient); */
2012-11-20 02:25:26 +08:00
cursor: pointer;
}
.cesium-animation-shuttleRingPausePointer {
2013-01-18 02:58:17 +08:00
/* Widget will add: fill: url(#animation_shuttleRingPointerPaused); */
cursor: pointer;
}
.cesium-animation-shuttleRingBack {
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;
}
.cesium-animation-knobOuter {
2013-01-18 02:58:17 +08:00
/* Widget will add: fill: url(#animation_knobOuter); */
2012-12-05 02:40:53 +08:00
cursor: pointer;
stroke: #444;
stroke-width: 1.2;
2012-12-05 02:40:53 +08:00
}
.cesium-animation-knobInner {
2013-01-18 02:58:17 +08:00
/* Widget will add: fill: url(#animation_knobInner); */
2012-12-05 02:40:53 +08:00
cursor: pointer;
}