mapillary-js
Version:
WebGL JavaScript library for displaying street level imagery from mapillary.com
22 lines (20 loc) • 443 B
CSS
.RouteFrame {
background-color: rgba(0, 0, 0, 0.5);
outline: 1px solid rgba(255, 255, 255, 0.5);
width: 80%;
height: 40px;
text-align: center;
color: white;
margin: 0 auto;
position: absolute;
z-index: 20;
bottom: 30%;
left: 10%;
}
.RouteFrame p {
margin: 0;
padding: 10px;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}