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
|
|
|
}
|
2013-05-21 14:19:36 +02:00
|
|
|
|
2016-08-18 22:48:57 +02:00
|
|
|
#layout_container {
|
|
|
|
display: flex;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2016-08-30 22:07:54 +02:00
|
|
|
#selected_infoblock {
|
|
|
|
position: absolute;
|
|
|
|
left: 20px;
|
|
|
|
top: 20px;
|
2016-08-31 00:20:29 +02:00
|
|
|
min-width: 360px;
|
|
|
|
padding: 20px;
|
|
|
|
background: #ffffff;
|
|
|
|
box-shadow: 4px 4px 10px #444444;
|
2016-08-31 22:45:29 +02:00
|
|
|
cursor: pointer;
|
2016-09-13 00:36:08 +02:00
|
|
|
z-index: 9999;
|
2016-08-30 22:07:54 +02:00
|
|
|
}
|
|
|
|
|
2016-08-18 22:48:57 +02:00
|
|
|
#map_container {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
position: relative;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#map_canvas {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#toggle_sidebar_button {
|
2016-08-20 00:57:20 +02:00
|
|
|
display: block;
|
2016-08-18 22:48:57 +02:00
|
|
|
width: 48px;
|
|
|
|
height: 40px;
|
|
|
|
position: absolute;
|
2016-08-31 00:20:29 +02:00
|
|
|
top: 10px;
|
|
|
|
right: 10px;
|
2016-08-18 22:48:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#toggle_sidebar_button.show_sidebar {
|
2016-08-19 17:58:48 +02:00
|
|
|
background-image: url("images/show_sidebar_inactive_48x40.png");
|
2016-08-18 22:48:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#toggle_sidebar_button.show_sidebar:hover {
|
2016-08-19 17:58:48 +02:00
|
|
|
background-image: url("images/show_sidebar_active_48x40.png");
|
2016-08-18 22:48:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#toggle_sidebar_button.hide_sidebar {
|
2016-08-19 17:58:48 +02:00
|
|
|
background-image: url("images/hide_sidebar_inactive_48x40.png");
|
2016-08-18 22:48:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#toggle_sidebar_button.hide_sidebar:hover {
|
2016-08-19 17:58:48 +02:00
|
|
|
background-image: url("images/hide_sidebar_active_48x40.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
#expand_sidebar_button {
|
2016-08-20 00:57:20 +02:00
|
|
|
display: block;
|
2016-08-19 17:58:48 +02:00
|
|
|
width: 48px;
|
|
|
|
height: 40px;
|
|
|
|
position: absolute;
|
2016-08-31 00:20:29 +02:00
|
|
|
top: 56px;
|
|
|
|
right: 10px;
|
2016-08-19 17:58:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#expand_sidebar_button {
|
|
|
|
background-image: url("images/show_sidebar_inactive_48x40.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
#expand_sidebar_button:hover {
|
|
|
|
background-image: url("images/show_sidebar_active_48x40.png");
|
2016-08-18 22:48:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar_container {
|
|
|
|
display: flex;
|
2016-09-13 00:20:42 +02:00
|
|
|
width: 470px;
|
2016-08-18 22:48:57 +02:00
|
|
|
left: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#splitter {
|
|
|
|
flex: 0 0 6px;
|
|
|
|
cursor: col-resize;
|
|
|
|
background-color: #bbbbbb;
|
|
|
|
left: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar_canvas {
|
|
|
|
flex: 1 1 auto;
|
2016-08-19 17:58:48 +02:00
|
|
|
padding: 10px;
|
2016-09-09 19:07:34 +02:00
|
|
|
overflow: scroll;
|
2016-08-18 22:48:57 +02:00
|
|
|
}
|
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
|
|
|
|
2016-09-01 22:50:21 +02:00
|
|
|
#tableinfo { font-size: small; }
|
2016-08-30 22:07:54 +02:00
|
|
|
|
|
|
|
#sudo_buttons {
|
|
|
|
display: flex;
|
2016-09-13 01:23:38 +02:00
|
|
|
padding: 15px 40px 15px 40px;
|
2016-08-30 22:07:54 +02:00
|
|
|
justify-content: space-between;
|
|
|
|
}
|
2013-05-21 14:19:36 +02:00
|
|
|
|
2016-08-24 22:28:13 +02:00
|
|
|
#units_container,
|
|
|
|
#altitude_filter_form {
|
|
|
|
font-size: small;
|
2016-08-22 23:48:17 +02:00
|
|
|
margin: 10px 0 10px 0;
|
|
|
|
}
|
|
|
|
|
2016-09-09 19:49:48 +02:00
|
|
|
.aircraft_table_header {
|
|
|
|
background-color: #409EDF;
|
|
|
|
color: #FFFFFF;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.aircraft_table_header td {
|
|
|
|
font-size: smaller;
|
|
|
|
padding: 5px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2016-09-13 00:08:22 +02:00
|
|
|
.verticalRateTriangle {
|
2016-09-13 23:30:56 +02:00
|
|
|
font-family: "Courier New",monospace;
|
2016-09-13 00:08:22 +02:00
|
|
|
}
|
|
|
|
|
2016-09-09 19:49:48 +02:00
|
|
|
.vPosition { background-color: #C3FFDF; }
|
|
|
|
.mlat { background-color: #C7EAFC; }
|
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; }
|
|
|
|
|
2016-08-31 00:39:55 +02:00
|
|
|
.sidebarButton {
|
2016-09-09 19:49:48 +02:00
|
|
|
background-color: #409EDF;
|
2016-08-31 00:39:55 +02:00
|
|
|
padding: 4px 15px 4px 15px;
|
|
|
|
color: #FFFFFF;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: small;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebarButton:hover {
|
2016-09-09 19:49:48 +02:00
|
|
|
background-color: #3c6ea3;
|
2016-08-31 00:39:55 +02:00
|
|
|
}
|
|
|
|
|
2016-08-24 22:28:13 +02:00
|
|
|
.altitudeFilterInput {
|
|
|
|
width: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
select.error, textarea.error, input.error {
|
|
|
|
color: #FF0000;
|
|
|
|
}
|
|
|
|
|
2016-08-30 18:03:42 +02:00
|
|
|
.ol-zoom {
|
2016-09-02 18:45:48 +02:00
|
|
|
left: auto !important;
|
2016-08-31 00:20:29 +02:00
|
|
|
right: 20px !important;
|
|
|
|
top: 120px !important;
|
2016-08-30 18:03:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.layer-switcher {
|
2016-08-31 00:20:29 +02:00
|
|
|
top: 190px !important;
|
|
|
|
right: 10px !important;
|
2016-08-30 18:03:42 +02:00
|
|
|
}
|