123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- .distance-legend {
- pointer-events: auto;
- position: relative;
- border-radius: 15px;;
- height: 30px;
- width: 125px;
- /* border: 1px solid rgba(255, 255, 255, .1); */
- box-sizing: content-box;
- margin-top: -10px;
- }
- .distance-legend-label {
- display: inline-block;
- font-family: 'Roboto', sans-serif;
- font-size: 14px;
- font-weight: lighter;
- line-height: 30px;
- color: #fff;
- width: 125px;
- text-align: center
- }
- .distance-legend-scale-bar {
- border-left: 1px solid #fff;
- border-right: 1px solid #fff;
- border-bottom: 1px solid #fff;
- position: absolute;
- height: 10px;
- top: 15px
- }
- @media print {
- .distance-legend {
- display: none
- }
- }
- @media screen and (max-width:700px),
- screen and (max-height:420px) {
- .distance-legend {
- display: none
- }
- }
- .navigation-controls {
- position: absolute;
- right: 38px;
- top: 197px;
- width: 30px;
- border: 1px solid rgba(255, 255, 255, .1);
- font-weight: 300;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .navigation-control {
- cursor: pointer;
- border-bottom: 1px solid #555
- }
- .naviagation-control:active {
- color: #fff
- }
- .navigation-control-last {
- cursor: pointer;
- border-bottom: 0
- }
- .navigation-control-icon-zoom-in {
- padding-bottom: 4px
- }
- .navigation-control-icon-zoom-in,
- .navigation-control-icon-zoom-out {
- position: relative;
- text-align: center;
- font-size: 20px;
- color: #fff
- }
- .navigation-control-icon-reset {
- position: relative;
- left: 10px;
- width: 10px;
- height: 10px;
- fill: rgba(255, 255, 255, .8);
- padding-top: 6px;
- padding-bottom: 6px;
- box-sizing: content-box
- }
- .compass,
- .compass-outer-ring {
- position: absolute;
- width: 95px;
- height: 95px
- }
- .compass {
- pointer-events: auto;
- right: 0;
- overflow: hidden;
- top: 100px
- }
- .compass-outer-ring {
- top: 0;
- fill: rgba(255, 255, 255, .5)
- }
- .compass-outer-ring-background {
- position: absolute;
- top: 14px;
- left: 14px;
- width: 44px;
- height: 44px;
- border-radius: 44px;
- border: 12px solid rgba(47, 53, 60, .8);
- box-sizing: content-box
- }
- .compass-gyro {
- pointer-events: none;
- position: absolute;
- top: 0;
- width: 95px;
- height: 95px;
- fill: #ccc
- }
- .compass-gyro-active,
- .compass-gyro-background:hover+.compass-gyro {
- fill: #68adfe
- }
- .compass-gyro-background {
- position: absolute;
- top: 30px;
- left: 30px;
- width: 33px;
- height: 33px;
- border-radius: 33px;
- background-color: rgba(47, 53, 60, .8);
- border: 1px solid rgba(255, 255, 255, .2);
- box-sizing: content-box
- }
- .compass-rotation-marker {
- position: absolute;
- top: 0;
- width: 95px;
- height: 95px;
- fill: #68adfe
- }
- @media screen and (max-width:700px),
- screen and (max-height:420px) {
- .compass,
- .navigation-controls {
- display: none
- }
- }
- @media print {
- .compass,
- .navigation-controls {
- display: none
- }
- }
- #distanceLegendDiv{
- position: absolute;
- bottom: 381px;
- right: 0px;
- z-index: 1111111111;
- }
- #distanceLegendDiv .compass{
- right: 10px;
- }
- #distanceLegendDiv .navigation-controls{
- width: 35px;
- background: #262a30;
- }
- #distanceLegendDiv .navigation-control{
- width: 35px;
- height: 35px;
- }
- #distanceLegendDiv .navigation-control-icon-zoom-in,
- #distanceLegendDiv .navigation-control-icon-zoom-out{
- font-size: 35px;
- line-height: 35px;
- color: #dae4f6;
- }
- .distance-legend{
- display: block;
- }
|