2013-05-26 14:19:38 +02:00
|
|
|
html, body {
|
|
|
|
margin: 0; padding: 0; background-color: #ffffff; font-family: Tahoma, Sans-Serif;
|
2014-10-29 18:39:34 +01:00
|
|
|
font-size: 10pt; overflow: auto; height: 100%;
|
2013-05-26 14:19:38 +02:00
|
|
|
}
|
2014-09-30 17:35:15 +02:00
|
|
|
div#map_container { float: left; width: 100%; height: 100%; }
|
|
|
|
div#map_canvas { height: 100%; margin-right: 420px; }
|
2013-05-21 14:19:36 +02:00
|
|
|
|
2014-09-30 17:35:15 +02:00
|
|
|
div#sidebar_container { float: left; width: 410px; margin-left: -410px; height: 100%; overflow: auto; }
|
2013-05-21 14:19:36 +02:00
|
|
|
|
2014-09-30 17:35:15 +02:00
|
|
|
div#SpecialSquawkWarning { position: absolute; bottom: 25px; right: 430px; border: 2px solid red;
|
2013-06-02 15:51:38 +02:00
|
|
|
background-color: #FFFFA3; opacity: 0.75; filter:alpha(opacity=75); padding: 5px;
|
2015-01-06 21:15:25 +01:00
|
|
|
text-align: center; }
|
2013-06-02 15:51:38 +02:00
|
|
|
|
2015-01-07 19:43:08 +01:00
|
|
|
div#update_error { position: absolute; bottom: 25px; left: 25px; border: 2px solid red;
|
|
|
|
background-color: #FFFFA3; opacity: 0.75; filter:alpha(opacity=75); padding: 5px;
|
|
|
|
text-align: center; }
|
2013-05-30 19:45:10 +02:00
|
|
|
|
2015-01-15 22:01:14 +01:00
|
|
|
div#loader { z-index: 99; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: #000; opacity: 0.8; filter: alpha(opacity=80); }
|
|
|
|
#spinny { width: 128px; height: 128px; position: absolute; top: 50%; left: 50%; margin: -64px 0 0 -64px; }
|
2015-01-15 23:23:15 +01:00
|
|
|
#loader_progress { width: 250px; height: 20px; position: absolute; top: 50%; left: 50%; margin: 128px 0 0 -125px; }
|
2015-01-15 22:01:14 +01:00
|
|
|
|
2014-09-30 17:35:15 +02:00
|
|
|
#tableinfo, #sudo_buttons { font-size: x-small; font-family: monospace; }
|
2013-05-21 14:19:36 +02:00
|
|
|
|
2014-08-04 04:11:09 +02:00
|
|
|
.vPosition { font-weight: bold; background-color: #d5ffd5; }
|
2015-06-29 11:47:29 +02:00
|
|
|
.mlat { font-weight: bold; background-color: #d5d5ff; }
|
2013-05-21 22:28:16 +02:00
|
|
|
.squawk7500 { font-weight: bold; background-color: #ff5555; }
|
|
|
|
.squawk7600 { font-weight: bold; background-color: #00ffff; }
|
|
|
|
.squawk7700 { font-weight: bold; background-color: #ffff00; }
|
2013-05-26 14:19:38 +02:00
|
|
|
.selected { background-color: #dddddd; }
|
2013-05-21 22:28:16 +02:00
|
|
|
.plane_table_row { cursor: pointer; }
|
2015-01-06 21:15:25 +01:00
|
|
|
.hidden { display: none; }
|
2013-05-21 14:19:36 +02:00
|
|
|
|
2015-01-06 21:15:25 +01:00
|
|
|
.infoblock_heading { font-size: larger; }
|
|
|
|
.infoblock_heading a { text-decoration: none; color: blue; font-size: x-small;}
|
|
|
|
.infoblock_body { font-size: small; }
|
|
|
|
|
2015-01-22 16:31:35 +01:00
|
|
|
#selected_icao { font-size: x-small; }
|
2015-02-24 22:51:30 +01:00
|
|
|
#selected_registration { font-size: x-small; }
|
|
|
|
#selected_icaotype { font-size: x-small; }
|
2015-01-22 16:31:35 +01:00
|
|
|
|
2015-01-06 21:15:25 +01:00
|
|
|
.dim { opacity: 0.3; filter:alpha(opacity=30); /* For IE8 and earlier */ }
|
2013-05-31 09:04:11 +02:00
|
|
|
|
|
|
|
.pointer { cursor: pointer; }
|
|
|
|
|