Timeline.css 1.4 KB

1
  1. .cesium-timeline-main{position:relative;left:0;bottom:0;overflow:hidden;border:solid 1px #888}.cesium-timeline-trackContainer{width:100%;overflow:auto;border-top:solid 1px #888;position:relative;top:0;left:0}.cesium-timeline-tracks{position:absolute;top:0;left:0;width:100%}.cesium-timeline-needle{position:absolute;left:0;top:2em;bottom:0;width:2px;background:#ff4500;border-radius:1px}.cesium-timeline-bar{position:relative;left:0;top:0;overflow:hidden;cursor:pointer;width:100%;height:2em;background:linear-gradient(to bottom,rgba(60,100,150,.9) 0,rgba(40,80,120,.9) 50%,rgba(30,60,90,.9) 100%);border-bottom:1px solid #444;box-shadow:0 1px 3px rgba(0,0,0,0.3)}.cesium-timeline-ruler{visibility:hidden;white-space:nowrap;font-size:80%;z-index:-200}.cesium-timeline-highlight{position:absolute;bottom:0;left:0;background:#08f;opacity:0.6}.cesium-timeline-ticLabel{position:absolute;top:0;left:0;white-space:nowrap;font-size:10px;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,0.8);font-weight:bold}.cesium-timeline-ticMain{position:absolute;bottom:0;left:0;width:2px;height:60%;background:#fff}.cesium-timeline-ticSub{position:absolute;bottom:0;left:0;width:1px;height:40%;background:#aaa}.cesium-timeline-ticTiny{position:absolute;bottom:0;left:0;width:1px;height:25%;background:#888}.cesium-timeline-icon16{display:block;position:absolute;width:16px;height:16px;bottom:0;background-image:url(../Images/TimelineIcons.png);background-repeat:no-repeat}