CesiumViewer.css 815 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. @import url(../Cesium/Widgets/widgets.css);
  2. @import url(../Cesium/Widgets/lighter.css);
  3. html {
  4. height: 100%;
  5. }
  6. .cesium-viewer-toolbar {
  7. z-index: 50;
  8. }
  9. body {
  10. height: 100%;
  11. width: 100%;
  12. margin: 0;
  13. overflow: hidden;
  14. padding: 0;
  15. background: #000;
  16. }
  17. .fullWindow {
  18. position: absolute;
  19. top: 0;
  20. left: 0;
  21. height: 100%;
  22. width: 100%;
  23. margin: 0;
  24. overflow: hidden;
  25. padding: 0;
  26. font-family: sans-serif;
  27. }
  28. .loadingIndicator {
  29. display: block;
  30. position: absolute;
  31. top: 50%;
  32. left: 50%;
  33. margin-top: -33px;
  34. margin-left: -33px;
  35. width: 66px;
  36. height: 66px;
  37. background-position: center;
  38. background-repeat: no-repeat;
  39. background-image: url(Images/ajax-loader.gif);
  40. }
  41. .cesium-viewer-bottom{
  42. display: none !important;
  43. }