8b5c74ded8
Selecting planes now works, Started work on settings window, Created extension.js, an area for new ideas to be tested or loaded out of.
20 lines
880 B
CSS
20 lines
880 B
CSS
html, body { margin: 0; padding: 0; background-color: #ffffff; font-family: Tahoma, Sans-Serif; font-size: 10pt; overflow: auto; }
|
|
div#map_container { float: left; width: 100%; height: 100%; }
|
|
div#map_canvas { height: 100%; margin-right: 420px; }
|
|
|
|
div#sidebar_container { float: left; width: 410px; margin-left: -410px; height: 100%; overflow: auto; }
|
|
|
|
#tableinfo { font-size: x-small; font-family: monospace; }
|
|
|
|
.vPosition { font-weight: bold; background-color: #f5fff5; }
|
|
.squawk7500 { font-weight: bold; background-color: #ff5555; }
|
|
.squawk7600 { font-weight: bold; background-color: #00ffff; }
|
|
.squawk7700 { font-weight: bold; background-color: #ffff00; }
|
|
.selected { font-weight: bold; background-color: #dddddd; }
|
|
.plane_table_row { cursor: pointer; }
|
|
|
|
#selectedinfotitle { font-size: larger; }
|
|
#selectedinfo { font-size: small; }
|
|
|
|
.notvisable { visable: none; }
|