add flight paths example
This commit is contained in:
parent
27113d2462
commit
42f0700a00
4 changed files with 198 additions and 0 deletions
16
examples/flight_paths/css/example.css
Normal file
16
examples/flight_paths/css/example.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
body {
|
||||
margin: 0;
|
||||
}
|
||||
.label {
|
||||
position: absolute;
|
||||
width: 126px;
|
||||
height: 14px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.75);
|
||||
border-radius: 4px;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
font-family: Lucida Grande; sans-serif;
|
||||
font-size: 11px;
|
||||
text-align: center;
|
||||
color: rgb(255, 255, 255);
|
||||
box-shadow: 0 0 1px rgb(0, 0, 0);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue