lighter.css 808 B

123456789101112131415161718192021222324
  1. .cesium-lighter .cesium-timeline-bar {
  2. background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 50%, #fafafa 100%); /* FF3.6+ */
  3. background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 50%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
  4. background: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%,#fafafa 100%); /* Opera 11.10+ */
  5. background: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%,#fafafa 100%); /* IE10+ */
  6. background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 50%,#fafafa 100%); /* W3C */
  7. }
  8. .cesium-lighter .cesium-timeline-ticLabel {
  9. color: #000;
  10. }
  11. .cesium-lighter .cesium-timeline-ticMain {
  12. position: absolute;
  13. bottom: 0;
  14. left: 0;
  15. width: 1px;
  16. height: 50%;
  17. background: #000;
  18. }
  19. .cesium-lighter .cesium-timeline-ticSub {
  20. background: #444;
  21. }