1
0
Fork 0
fgdata/Phi/widgets/map.html

78 lines
1.3 KiB
HTML

<style>
.aircraft-marker-icon {
background-color: rgba(255, 255, 255, 0);
}
.you-aircraft-marker-icon {
width: 60px;
height: 60px;
margin-left: -30px;
margin-top: -30px;
cursor: move;
}
.you-aircraft-marker-icon path {
fill: rgba(0, 255, 0, 0.4);
}
.ai-aircraft-marker-icon {
width: 20px;
height: 20px;
margin-left: -10px;
margin-top: -10px;
cursor: move;
}
.ai-aircraft-marker-icon path {
fill: rgba(255, 255, 0, 0.4);
}
.mp-aircraft-marker-icon {
width: 30px;
height: 30px;
margin-left: -15px;
margin-top: -15px;
}
.mp-aircraft-marker-icon path {
fill: rgba(255, 0, 0, 0.4);
}
.aircraft-marker {
float: left;
color: #00ff00;
text-shadow: 1px 1px #404040;
}
.aircraft-marker-label {
white-space: nowrap;
border-radius: 3px;
font-size: 10px;
text-shadow: 0px 1px 0px black;
line-height: 110%;
background: rgba(0,0,0,0.2);
border: 1px solid rgba(0,0,0,0.3);
padding: 2px 3px;
display: inline-block;
color: rgb(255,255,255);
}
.aircraft-marker span {
padding-left: 0.5em;
}
.mapOption {
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;
}
.mapOptionEnabled {
outline: 3px solid green;
border-radius: 5px;
}
</style>