You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
17 KiB

.widget.compass{position:absolute;top:20px;right:20px;pointer-events:auto;user-select:none;width:64px;height:64px}.widget.compass .out-ring{width:64px;height:64px}.widget.compass .out-ring svg{width:64px;height:64px}.widget.compass .gyro{position:absolute;top:0;left:0;height:64px;width:64px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;cursor:pointer}.widget.compass .gyro .inner-ring{height:17.56px}.widget.compass .rotation_left{position:absolute;left:8.4px;top:12.3px;width:8.19px;height:38.68px;cursor:pointer;fill:#fff}.widget.compass .rotation_right{cursor:pointer;position:absolute;right:7.4px;top:13.3px;width:8.19px;height:38.68px;fill:#fff}.widget.compass .rotation_left:hover,.widget.compass .rotation_right:hover{fill:#68adfe}.widget.context-menu{position:absolute;left:0;top:0;min-width:120px;min-height:10px;background:rgba(43,44,47,.8);border:1px solid #2b2c2f;border-radius:4px;visibility:hidden;z-index:-1;cursor:pointer}.widget.context-menu .menu-list{width:auto;color:#fff;margin-block-start:10px;margin-block-end:10px;margin-inline-start:0;margin-inline-end:0px;padding-inline-start:10px;padding-inline-end:10px}.widget.context-menu .menu-list .menu-item{font-size:14px;list-style:none;width:100%}.widget.context-menu .menu-list .menu-item:nth-child(n+2):before{content:"";display:block;height:1px;width:100%;background:-webkit-linear-gradient(270deg,transparent,hsla(0,0%,100%,.2),transparent);background:linear-gradient(270deg,transparent,hsla(0,0%,100%,.2),transparent)}.widget.context-menu .menu-list .menu-item a{color:#fff;display:block;padding:6px 10px;clear:both;text-decoration:none}.widget.context-menu .menu-list .menu-item a:hover{background-color:#444d59}.widget.distance-legend{position:absolute;left:120px;bottom:2px;width:125px;height:25px;user-select:none}.widget.distance-legend .label{font-size:14px;color:#fff;text-align:center;width:100%;font-weight:lighter}.widget.distance-legend .scale-bar{position:absolute;height:10px;top:10px;border-left:1px solid rgb(255,255,255);border-right:1px solid rgb(255,255,255);border-bottom:1px solid rgb(255,255,255)}.widget.hawkeye-map{position:absolute;right:25px;bottom:30px;user-select:none;border-radius:8px;width:150px;height:150px;overflow:hidden;border:2px solid orange;box-shadow:2px 2px 3px #2b2b2b}.widget.hawkeye-map .close-button{position:absolute;top:2px;right:2px;width:16px;height:16px;color:red;text-align:center;line-height:20px;cursor:pointer;z-index:100;border-radius:50%;border:1px solid #000;box-sizing:content-box}.widget.hawkeye-map .close-button:before{font-size:16px;content:"x";display:flex;justify-content:center;align-items:center;margin-top:-3.5px}.widget.hawkeye-map .resize-handle{z-index:100;position:absolute;left:0px;top:0px;width:20px;height:20px}.widget.hawkeye-map .resize-handle:hover{cursor:nwse-resize}.widget.hawkeye-map .resize-handle:before{content:"";display:block;width:10px;height:10px;background:#000;clip-path:polygon(40% 12%,40% 40%,100% 40%,100% 60%,40% 60%,40% 88%,5% 50%);transform:rotate(45deg)}.widget.hawkeye-map .resize-handle:after{content:"";display:block;width:10px;height:10px;background:#000;clip-path:polygon(40% 12%,40% 40%,100% 40%,100% 60%,40% 60%,40% 88%,5% 50%);transform:rotate(-135deg) translate(-5px,7px)}.widget.loading-mask{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.6)}.widget.loading-mask .loading{width:150px;height:15px;margin:0 auto}.widget.loading-mask .loading span{display:inline-block;width:15px;height:100%;margin-right:5px;border-radius:50%;background:#b8e9ff;-webkit-animation:load 1.04s ease infinite}.widget.loading-mask .loading span:last-child{margin-right:0}@-webkit-keyframes load{0%{opacity:1;transform:scale(1.3)}to{opacity:.2;transform:scale(.3)}}.widget.loading-mask .loading span:nth-child(1){-webkit-animation-delay:.13s}.widget.loading-mask .loading span:nth-child(2){-webkit-animation-delay:.26s}.widget.loading-mask .loading span:nth-child(3){-webkit-animation-delay:.39s}.widget.loading-mask .loa