Sha256: 7eefe6ec02d7c8600ffc76d98820d75706c5b2bd701d155c5286e9ea6c73c1d2
Contents?: true
Size: 1.79 KB
Versions: 3
Compression:
Stored size: 1.79 KB
Contents
.cesium-widget { position: relative; } .cesium-widget,.cesium-widget canvas { width: 100%; height: 100%; } .cesium-widget-credits { display: block; position: absolute; bottom: 0; left: 0; color: #ffffff; font-size: 10pt; text-shadow: 0px 0px 2px #000000; padding-right: 5px; } .cesium-widget-button { display: inline-block; background: #303336; border: 1px solid #444; border-radius: 5px; padding: 4px 12px; margin: 0 3px; cursor: pointer; -moz-user-select: none; -webkit-user-select: none; user-select: none; } .cesium-widget-button:focus { color: #fff; border-color: #ea4; } .cesium-widget-button:hover { color: #fff; background: #48b; border-color: #aef; box-shadow: 0 0 8px #fff; } .cesium-widget-button:active { color: #000; background: #adf; border-color: #fff; box-shadow: 0 0 8px #fff; } .cesium-widget-errorPanel { position: absolute; top: 0; right: 0; bottom: 0; left: 0; text-align: center; background: rgba(0, 0, 0, 0.7); z-index: 99999; } .cesium-widget-errorPanel:before { display: inline-block; vertical-align: middle; height: 100%; content: ""; } .cesium-widget-errorPanel-content { width: 75%; display: inline-block; text-align: left; vertical-align: middle; border: 1px solid #526F82; border-radius: 7px; background-color: black; color: white; font-size: 10pt; padding: 1em; } .cesium-widget-errorPanel-header { font-size: 120%; color: #fe4; } .cesium-widget-errorPanel-message { overflow: auto; font-family: monospace; white-space: pre-wrap; resize: vertical; padding: 0; margin: 10px 0; } .cesium-widget-errorPanel-buttonPanel { text-align: center; }
Version data entries
3 entries across 3 versions & 1 rubygems