2015-02-13 15:24:41 +00:00
|
|
|
<style>
|
|
|
|
.aircraft-marker-icon {
|
|
|
|
background-color: rgba(255, 255, 255, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.aircraft-marker-icon path {
|
2015-02-13 15:57:21 +00:00
|
|
|
fill: rgba(0, 255, 0, 0.4);
|
2015-02-13 15:24:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.aircraft-marker-popup .leaflet-popup-tip {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aircraft-marker-popup .leaflet-popup-content-wrapper {
|
|
|
|
background-color: rgba(255, 255, 255, 0.50);
|
|
|
|
}
|
|
|
|
|
|
|
|
.aircraft-marker-popup .leaflet-popup-content {
|
|
|
|
margin: 5px 5px;
|
|
|
|
}
|
|
|
|
|
2015-02-13 20:52:38 +00:00
|
|
|
.aircraft-marker-altitude {
|
|
|
|
width: 33%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aircraft-marker-heading {
|
|
|
|
text-align: center;
|
|
|
|
width: 33%;
|
|
|
|
}
|
|
|
|
|
2015-02-13 15:24:41 +00:00
|
|
|
.aircraft-marker {
|
|
|
|
float: left;
|
|
|
|
color: #00ff00;
|
|
|
|
text-shadow: 1px 1px #404040;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aircraft-marker span {
|
|
|
|
padding-left: 0.5em;
|
|
|
|
}
|
2015-02-25 20:42:46 +00:00
|
|
|
|
|
|
|
.followAircraft {
|
|
|
|
background: white;
|
|
|
|
background: rgba(255, 255, 255, 0.8);
|
|
|
|
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
|
|
|
|
border-radius: 5px;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
2015-02-13 20:52:38 +00:00
|
|
|
</style>
|