2020-11-13 08:38:06 +01:00
|
|
|
:root {
|
2020-02-29 17:34:46 +01:00
|
|
|
--SCALE: 1;
|
2020-11-22 23:06:29 +01:00
|
|
|
--BGCOLOR1: #F8F8F8;
|
|
|
|
|
--BGCOLOR2: #C8C8C8;
|
2020-11-03 19:39:40 +01:00
|
|
|
--FS1: calc( 10px * var(--SCALE));
|
|
|
|
|
--FS2: calc( 13px * var(--SCALE));
|
|
|
|
|
--FS3: calc( 17px * var(--SCALE));
|
2020-02-07 07:17:01 +01:00
|
|
|
}
|
|
|
|
|
|
2020-01-03 21:16:40 +01:00
|
|
|
html, body {
|
2020-11-03 19:39:40 +01:00
|
|
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
2020-11-22 23:06:29 +01:00
|
|
|
margin: calc( 0px * var(--SCALE)); padding: calc( 0px * var(--SCALE)); background-color: var(--BGCOLOR1); font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
|
2020-02-07 07:17:01 +01:00
|
|
|
font-size: var(--FS2); overflow: hidden; height: 100%;
|
2020-01-03 21:16:40 +01:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-24 09:21:43 -04:00
|
|
|
select {
|
|
|
|
|
font-size: var(--FS2);
|
|
|
|
|
height: calc(22px * var(--SCALE));
|
|
|
|
|
}
|
|
|
|
|
|
2020-11-07 18:15:30 +01:00
|
|
|
#planesTable {
|
2020-11-04 20:15:17 +01:00
|
|
|
font-size: var(--FS2);
|
|
|
|
|
white-space: nowrap;
|
2020-12-13 17:33:52 +01:00
|
|
|
cursor: default;
|
2020-11-04 20:15:17 +01:00
|
|
|
}
|
2020-01-03 21:16:40 +01:00
|
|
|
|
|
|
|
|
#layout_container {
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#selected_infoblock {
|
|
|
|
|
position: absolute;
|
2020-12-05 15:11:58 +01:00
|
|
|
left: 0px;
|
|
|
|
|
bottom: 0px;
|
2020-11-03 19:39:40 +01:00
|
|
|
width: calc(180px * var(--SCALE));
|
|
|
|
|
height: 100%;
|
|
|
|
|
overflow: auto;
|
2020-12-08 20:11:30 +01:00
|
|
|
z-index: 1;
|
2020-11-22 23:06:29 +01:00
|
|
|
background-color: var(--BGCOLOR1);
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
2020-12-08 20:11:30 +01:00
|
|
|
.adsbx-selected-bg:before {
|
|
|
|
|
content: ' ';
|
|
|
|
|
position:absolute;
|
|
|
|
|
display:block;
|
|
|
|
|
left:0;
|
|
|
|
|
top:0;
|
|
|
|
|
width:100%;
|
|
|
|
|
height:100%;
|
|
|
|
|
background-size: calc( 148 * var(--SCALE)) calc( 148 * var(--SCALE));
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: calc( 7px * var(--SCALE)) calc( 108px * var(--SCALE));
|
|
|
|
|
background-image: url("images/cropped-Stealth-1-192x192.png");
|
|
|
|
|
z-index:2;
|
|
|
|
|
opacity: 0.12;
|
|
|
|
|
}
|
|
|
|
|
#infoblock-container {
|
|
|
|
|
position:relative;
|
2020-11-03 19:39:40 +01:00
|
|
|
overflow: auto;
|
|
|
|
|
height: 100%;
|
2020-12-08 20:11:30 +01:00
|
|
|
z-index:3;
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
2021-03-12 08:42:10 -05:00
|
|
|
#sidebar_canvas {
|
2020-02-29 17:34:46 +01:00
|
|
|
padding: calc( 5px * var(--SCALE));
|
2020-11-03 19:39:40 +01:00
|
|
|
overflow: auto;
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
2020-12-31 01:04:19 +01:00
|
|
|
|
2020-01-03 21:16:40 +01:00
|
|
|
#sidebar_container {
|
2020-11-03 19:39:40 +01:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
left: calc( 0px * var(--SCALE)) !important;
|
|
|
|
|
height: 100%;
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#map_container {
|
|
|
|
|
flex: 1 1 auto;
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#map_canvas {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2020-12-31 01:04:19 +01:00
|
|
|
.sidebar_button {
|
|
|
|
|
width: calc( 32px * var(--SCALE));
|
|
|
|
|
height: calc( 38px * var(--SCALE));
|
|
|
|
|
border-radius: calc( 2px * var(--SCALE));
|
|
|
|
|
background-color: rgba(255,255,255,.2);
|
2020-01-03 21:16:40 +01:00
|
|
|
|
|
|
|
|
cursor: pointer;
|
2020-12-31 01:04:19 +01:00
|
|
|
background-size: calc( 26px * var(--SCALE)) calc( 30px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
background-repeat: no-repeat;
|
2020-12-31 01:04:19 +01:00
|
|
|
background-position: center;
|
|
|
|
|
|
2020-01-03 21:16:40 +01:00
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#toggle_sidebar_button.show_sidebar {
|
2020-12-21 19:38:40 +01:00
|
|
|
transform: scaleX(-1);
|
|
|
|
|
background-image: url("images/hide_sidebar.png");
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#toggle_sidebar_button.hide_sidebar {
|
2020-01-18 00:24:14 +01:00
|
|
|
background-image: url("images/hide_sidebar.png");
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
2020-07-23 08:59:31 -04:00
|
|
|
|
2020-07-23 21:09:52 +02:00
|
|
|
#shrink_sidebar_button {
|
2020-07-23 08:59:31 -04:00
|
|
|
background-image: url("images/hide_sidebar.png");
|
|
|
|
|
}
|
|
|
|
|
|
2020-12-31 01:04:19 +01:00
|
|
|
#expand_sidebar_button {
|
|
|
|
|
transform: scaleX(-1);
|
|
|
|
|
background-image: url("images/hide_sidebar.png");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2020-02-07 07:17:01 +01:00
|
|
|
#large_mode_control {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
2020-02-29 17:34:46 +01:00
|
|
|
top: calc( 5px * var(--SCALE));
|
|
|
|
|
left: calc( 5px * var(--SCALE));
|
2020-02-29 21:25:18 +01:00
|
|
|
background-color: transparent;
|
2020-03-04 21:39:56 +01:00
|
|
|
z-index: 99;
|
2020-02-07 07:17:01 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#large_mode_button {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
float: left;
|
2020-02-29 17:34:46 +01:00
|
|
|
width: calc( 30px * var(--SCALE));
|
|
|
|
|
height: calc( 30px * var(--SCALE));
|
|
|
|
|
background-size: calc( 30px * var(--SCALE)) calc( 30px * var(--SCALE));
|
2020-02-07 07:17:01 +01:00
|
|
|
background-repeat: no-repeat;
|
2020-12-08 16:18:37 +01:00
|
|
|
background-position: 0;
|
2020-02-07 07:17:01 +01:00
|
|
|
background-color: transparent;
|
|
|
|
|
border: none;
|
2020-12-21 19:38:40 +01:00
|
|
|
background-image: url("images/zoom-in.png");
|
2020-03-04 21:39:56 +01:00
|
|
|
z-index: 99;
|
2020-02-07 07:17:01 +01:00
|
|
|
}
|
2020-12-08 16:18:37 +01:00
|
|
|
#credits {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
opacity: 0.8;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: calc( 10px * var(--SCALE));
|
|
|
|
|
left: calc(50% - 60px * var(--SCALE));
|
|
|
|
|
}
|
|
|
|
|
.credits-text {
|
|
|
|
|
font-size: var(--FS2);
|
|
|
|
|
}
|
|
|
|
|
.credits-image {
|
|
|
|
|
display: block;
|
|
|
|
|
width: calc( 24px * var(--SCALE));
|
|
|
|
|
height: calc( 24px * var(--SCALE));
|
|
|
|
|
background-size: calc( 24px * var(--SCALE)) calc( 24px * var(--SCALE));
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: 0;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border: none;
|
|
|
|
|
background-image: url("images/cropped-Stealth-1-48x48.png");
|
|
|
|
|
z-index: 99;
|
|
|
|
|
opacity: 0.7;
|
|
|
|
|
margin: 4px;
|
|
|
|
|
}
|
|
|
|
|
.withOverflowingBackground::before {
|
|
|
|
|
z-index: -1;
|
|
|
|
|
background-image: url(https://www.exratione.com/assets/color_background.png);
|
|
|
|
|
}
|
2020-01-03 21:16:40 +01:00
|
|
|
|
|
|
|
|
#splitter {
|
|
|
|
|
cursor: ew-resize;
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
2020-12-31 01:04:19 +01:00
|
|
|
top: calc( 5px * var(--SCALE));
|
|
|
|
|
left: calc( 0px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
float: right;
|
2020-02-29 17:34:46 +01:00
|
|
|
width: calc( 30px * var(--SCALE));
|
|
|
|
|
height: calc( 30px * var(--SCALE));
|
|
|
|
|
background-size: calc( 30px * var(--SCALE)) calc( 30px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border: none;
|
2020-12-21 19:38:40 +01:00
|
|
|
background-image: url("images/toggle-width.png");
|
2020-01-03 21:16:40 +01:00
|
|
|
background-size: cover;
|
2020-12-31 01:04:19 +01:00
|
|
|
transform: scaleX(-1);
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#splitter-infoblock {
|
2020-11-03 19:39:40 +01:00
|
|
|
cursor: ns-resize;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: absolute ;
|
|
|
|
|
top: calc( 0px * var(--SCALE));
|
|
|
|
|
right: 0;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
width: calc( 24px * var(--SCALE));
|
|
|
|
|
height: calc( 4px * var(--SCALE));
|
|
|
|
|
background-size: calc( 24px * var(--SCALE)) calc( 25px * var(--SCALE));
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: calc( 0px * var(--SCALE));
|
|
|
|
|
border: none;
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-bottom: #234c75;
|
|
|
|
|
background-color: #65819e;
|
|
|
|
|
border-bottom-width: calc( 1px * var(--SCALE));
|
|
|
|
|
border-bottom-style: solid;
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
2020-01-23 16:20:27 +01:00
|
|
|
/* remove the blue highlighting around the map buttons */
|
|
|
|
|
.ol-control button {
|
|
|
|
|
outline: none;
|
2020-04-04 21:22:34 +02:00
|
|
|
z-index: 999;
|
2020-01-23 16:20:27 +01:00
|
|
|
}
|
|
|
|
|
|
2020-01-03 21:16:40 +01:00
|
|
|
.ol-zoom-in {
|
2020-12-21 19:38:40 +01:00
|
|
|
background-image: url("images/zoom-in.png");
|
2020-01-03 21:16:40 +01:00
|
|
|
background-size: cover;
|
|
|
|
|
color:transparent !important;
|
2020-02-29 17:34:46 +01:00
|
|
|
width: calc( 25px * var(--SCALE)) !important;
|
|
|
|
|
height: calc( 25px * var(--SCALE)) !important;
|
2020-01-03 21:16:40 +01:00
|
|
|
background-color: transparent !important;
|
2020-02-29 17:34:46 +01:00
|
|
|
margin-bottom: calc( 5px * var(--SCALE)) !important;
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ol-zoom-out {
|
2020-12-21 19:38:40 +01:00
|
|
|
background-image: url("images/zoom-out.png");
|
2020-01-03 21:16:40 +01:00
|
|
|
background-size: cover;
|
|
|
|
|
color:transparent !important;
|
2020-02-29 17:34:46 +01:00
|
|
|
width: calc( 25px * var(--SCALE)) !important;
|
|
|
|
|
height: calc( 25px * var(--SCALE)) !important;
|
2020-01-03 21:16:40 +01:00
|
|
|
background-color: transparent !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ol-zoom {
|
|
|
|
|
background-color: transparent !important;
|
2020-10-24 09:44:16 +02:00
|
|
|
left: calc(100% - calc( 65px * var(--SCALE)));
|
2020-02-29 17:34:46 +01:00
|
|
|
top: calc(100% - calc( 85px * var(--SCALE)));
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
2020-04-04 21:57:43 +02:00
|
|
|
.ol-attribution {
|
2020-11-03 19:39:40 +01:00
|
|
|
font-size: var(--FS1);
|
2020-04-04 21:57:43 +02:00
|
|
|
}
|
2020-01-03 21:16:40 +01:00
|
|
|
|
|
|
|
|
|
2020-11-03 19:39:40 +01:00
|
|
|
.error_box {
|
|
|
|
|
position: absolute; bottom: calc( 25px * var(--SCALE)); left: calc( 25px * var(--SCALE)); border: calc( 2px * var(--SCALE)) solid red;
|
2020-02-29 17:34:46 +01:00
|
|
|
background-color: #FFFFA3; opacity: 0.75; filter:alpha(opacity=75); padding: calc( 5px * var(--SCALE));
|
2020-08-07 15:17:50 +02:00
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: var(--FS3);
|
|
|
|
|
line-height: 150%;
|
2020-11-03 19:39:40 +01:00
|
|
|
text-align: center;
|
|
|
|
|
}
|
2020-01-03 21:16:40 +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); }
|
2020-02-29 17:34:46 +01:00
|
|
|
#loader_progress { width: calc(250px * var(--SCALE)); height: calc( 20px * var(--SCALE)); position: absolute; top: 50%; left: 50%; margin: calc(128px * var(--SCALE)) 0 0 - calc(125px * var(--SCALE)); }
|
2020-01-03 21:16:40 +01:00
|
|
|
|
|
|
|
|
|
2021-03-12 08:42:10 -05:00
|
|
|
.aircraft_table_header {
|
2020-01-03 21:16:40 +01:00
|
|
|
background-color: #00596b;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.aircraft_table_header td {
|
|
|
|
|
font-size: smaller;
|
2020-02-29 17:34:46 +01:00
|
|
|
padding: calc( 5px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.verticalRateTriangle {
|
|
|
|
|
font-family: "Courier New",monospace;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icaoCodeColumn {
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.plane_table_row {
|
2020-11-03 19:39:40 +01:00
|
|
|
cursor: default;
|
2020-11-04 20:15:17 +01:00
|
|
|
height: var(--FS2);
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
2020-02-15 01:36:30 +01:00
|
|
|
|
2020-01-03 21:16:40 +01:00
|
|
|
.hidden { display: none; }
|
|
|
|
|
|
|
|
|
|
.infoblock_heading a { text-decoration: none; color: blue; font-size: x-small;}
|
|
|
|
|
|
|
|
|
|
.dim { opacity: 0.3; filter:alpha(opacity=30); /* For IE8 and earlier */ }
|
|
|
|
|
|
|
|
|
|
.pointer { cursor: pointer; }
|
|
|
|
|
|
|
|
|
|
.sidebarButton {
|
2020-11-03 19:39:40 +01:00
|
|
|
background-color: #409EDF;
|
2020-12-31 01:04:19 +01:00
|
|
|
padding: calc( 4px * var(--SCALE));
|
2020-11-03 19:39:40 +01:00
|
|
|
color: #FFFFFF;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-size: var(--FS2);
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sidebarButton:hover {
|
2020-11-03 19:39:40 +01:00
|
|
|
background-color: #3c6ea3;
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.altitudeFilterInput {
|
2020-02-29 17:34:46 +01:00
|
|
|
width: calc( 50px * var(--SCALE));
|
|
|
|
|
height: calc(15px * var(--SCALE));
|
2020-11-22 23:06:29 +01:00
|
|
|
background-color: var(--BGCOLOR1);
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
.searchInput {
|
2020-02-29 17:34:46 +01:00
|
|
|
width: calc(100px * var(--SCALE));
|
|
|
|
|
height: calc(15px * var(--SCALE));
|
2020-11-22 23:06:29 +01:00
|
|
|
background-color: var(--BGCOLOR1);
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
2020-02-29 17:34:46 +01:00
|
|
|
.formButton {
|
2020-11-03 19:39:40 +01:00
|
|
|
font-size: var(--FS2);
|
2020-02-29 17:34:46 +01:00
|
|
|
}
|
|
|
|
|
|
2020-01-03 21:16:40 +01:00
|
|
|
select.error, textarea.error, input.error {
|
|
|
|
|
color: #FF0000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layer-switcher {
|
2020-02-29 17:34:46 +01:00
|
|
|
top: calc( 3px * var(--SCALE)) !important;
|
2020-12-31 01:04:19 +01:00
|
|
|
right: calc( 44px * var(--SCALE)) !important;
|
2020-01-03 21:16:40 +01:00
|
|
|
z-index: 999;
|
|
|
|
|
}
|
2020-12-07 23:43:28 +01:00
|
|
|
.layer-switcher.shown {
|
|
|
|
|
bottom: 3em;
|
|
|
|
|
}
|
2020-01-03 21:16:40 +01:00
|
|
|
|
|
|
|
|
/* new css */
|
|
|
|
|
.dateTime
|
|
|
|
|
{
|
|
|
|
|
font-weight: bold;
|
2020-02-29 17:34:46 +01:00
|
|
|
font-size: calc( 12px * var(--SCALE));
|
|
|
|
|
line-height: calc( 26px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
color: #FFFFFF;
|
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
|
text-align: right;
|
|
|
|
|
display: inline-block;
|
2020-02-29 17:34:46 +01:00
|
|
|
padding-right: calc( 20px * var(--SCALE));
|
|
|
|
|
padding-left: calc( 20px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
2020-02-29 17:34:46 +01:00
|
|
|
@media screen and (max-width: 1 calc(000px * var(--SCALE))) {
|
2020-11-03 19:39:40 +01:00
|
|
|
.dateTime {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sectionTitle {
|
2020-11-03 19:39:40 +01:00
|
|
|
width: 100%;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
background: #003f4b;
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.section-title-content {
|
2020-11-03 19:39:40 +01:00
|
|
|
padding: calc( 3px * var(--SCALE)) calc( 20px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.legend
|
|
|
|
|
{
|
|
|
|
|
font-size: 110%;
|
|
|
|
|
color: #000000;
|
2020-12-31 03:27:54 +01:00
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
2020-02-29 17:34:46 +01:00
|
|
|
padding-top: calc( 10px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.settingsText
|
|
|
|
|
{
|
2020-02-29 19:04:08 +01:00
|
|
|
font-size: calc( 14px * var(--SCALE));
|
2020-02-29 17:34:46 +01:00
|
|
|
line-height: calc( 20px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
color: rgb(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.link
|
|
|
|
|
{
|
2020-02-07 07:17:01 +01:00
|
|
|
font-size: var(--FS2);
|
2020-02-29 17:34:46 +01:00
|
|
|
line-height: calc( 20px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
color: #0000C8;
|
|
|
|
|
color: rgb(0, 0, 200);
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header_side {
|
2020-11-03 19:39:40 +01:00
|
|
|
position: absolute;
|
|
|
|
|
right: calc( 0px * var(--SCALE));
|
2020-12-31 01:04:19 +01:00
|
|
|
top: calc( 0px * var(--SCALE));
|
2020-02-29 17:34:46 +01:00
|
|
|
width: calc( 38px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
z-index: 9;
|
|
|
|
|
}
|
|
|
|
|
#header_top {
|
2020-11-03 19:39:40 +01:00
|
|
|
text-align: right;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: calc( 94px * var(--SCALE));
|
|
|
|
|
top: calc( 0px * var(--SCALE));
|
2020-02-29 17:34:46 +01:00
|
|
|
height: calc( 38px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
z-index: 9;
|
|
|
|
|
}
|
|
|
|
|
|
2020-12-31 01:04:19 +01:00
|
|
|
.button {
|
|
|
|
|
background-color: #00596b;
|
|
|
|
|
width: calc( 27px * var(--SCALE));
|
|
|
|
|
height: calc( 27px * var(--SCALE));
|
|
|
|
|
border-radius: calc( 2px * var(--SCALE));
|
|
|
|
|
margin: calc( 2px * var(--SCALE));
|
|
|
|
|
display: inline-block;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background-clip: padding-box;
|
|
|
|
|
}
|
|
|
|
|
|
2020-01-03 21:16:40 +01:00
|
|
|
|
|
|
|
|
.buttonContainer {
|
2020-11-03 19:39:40 +01:00
|
|
|
display: block;
|
|
|
|
|
margin: calc( 1px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.buttonSpacer {
|
2020-11-03 19:39:40 +01:00
|
|
|
margin: calc( 9px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.buttonText
|
|
|
|
|
{
|
|
|
|
|
font-weight: bold;
|
2020-02-29 17:34:46 +01:00
|
|
|
font-size: calc( 15px * var(--SCALE));
|
2020-12-31 01:04:19 +01:00
|
|
|
line-height: calc( 27px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
text-align: center;
|
2020-11-03 19:39:40 +01:00
|
|
|
margin: calc( 5px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.activeButton {
|
2020-11-03 19:39:40 +01:00
|
|
|
color: #000000;
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.inActiveButton {
|
2020-11-03 19:39:40 +01:00
|
|
|
color: #FFFFFF;
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
2020-12-05 15:11:58 +01:00
|
|
|
.link, .link a {
|
|
|
|
|
color: #003f4b;
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
2020-11-03 19:39:40 +01:00
|
|
|
|
2020-01-03 21:16:40 +01:00
|
|
|
.settingsContainer {
|
2020-11-03 19:39:40 +01:00
|
|
|
width: calc( 36px * var(--SCALE));
|
|
|
|
|
height: calc( 36px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
cursor: pointer;
|
2020-12-08 20:30:05 +01:00
|
|
|
background-image: url('images/settings-icon01.png');
|
2020-12-31 01:04:19 +01:00
|
|
|
background-size: cover;
|
2020-01-03 21:16:40 +01:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center;
|
2020-12-31 01:04:19 +01:00
|
|
|
margin-top: calc( 6px * var(--SCALE));
|
|
|
|
|
margin-bottom: calc( 6px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#highlighted_infoblock {
|
2020-11-22 23:06:29 +01:00
|
|
|
background-color: var(--BGCOLOR1);
|
2020-01-03 21:16:40 +01:00
|
|
|
position: absolute;
|
2020-02-29 17:34:46 +01:00
|
|
|
left: calc( 40px * var(--SCALE));
|
|
|
|
|
top: calc( 60px * var(--SCALE));
|
2020-12-05 15:11:58 +01:00
|
|
|
min-width: calc(132px * var(--SCALE));
|
2020-02-29 17:34:46 +01:00
|
|
|
padding-right: calc( 5px * var(--SCALE));
|
|
|
|
|
box-shadow: calc( 4px * var(--SCALE)) calc( 4px * var(--SCALE)) calc( 10px * var(--SCALE)) #444444;
|
2020-01-03 21:16:40 +01:00
|
|
|
cursor: pointer;
|
|
|
|
|
z-index: 9999;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.highlightedTitle {
|
2020-02-29 17:34:46 +01:00
|
|
|
border-bottom: calc( 1px * var(--SCALE)) solid #67b6c3;
|
2020-11-03 19:39:40 +01:00
|
|
|
display: inline-block;
|
2020-12-08 16:18:37 +01:00
|
|
|
width: 90%;
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.identLarge {
|
2020-03-30 10:46:26 +02:00
|
|
|
font-size: calc( 22px * var(--SCALE));
|
2020-02-29 17:34:46 +01:00
|
|
|
line-height: calc( 24px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
color: #003f4b;
|
|
|
|
|
font-weight: lighter;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.identMedium {
|
2020-03-30 10:46:26 +02:00
|
|
|
font-size: calc( 17px * var(--SCALE));
|
2020-02-29 17:34:46 +01:00
|
|
|
line-height: calc( 22px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
color: #003f4b;
|
|
|
|
|
font-weight: lighter;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.identSmall {
|
2020-03-30 10:46:26 +02:00
|
|
|
font-size: calc( 14px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
font-weight: bold;
|
|
|
|
|
color: #003f4b;
|
|
|
|
|
}
|
|
|
|
|
|
2020-12-05 15:11:58 +01:00
|
|
|
.infoSectionTable {
|
2020-11-03 19:39:40 +01:00
|
|
|
width: 100%;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
2020-12-05 15:11:58 +01:00
|
|
|
cursor: default;
|
2020-07-20 07:49:18 +02:00
|
|
|
}
|
|
|
|
|
|
2020-12-05 15:11:58 +01:00
|
|
|
table.infoSectionTable tr td {
|
2020-11-03 19:39:40 +01:00
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
2020-07-20 07:49:18 +02:00
|
|
|
}
|
|
|
|
|
|
2020-11-17 01:14:27 +01:00
|
|
|
.rSpacer {
|
2020-11-03 19:39:40 +01:00
|
|
|
padding-top: calc( 3px * var(--SCALE));
|
|
|
|
|
padding-bottom: calc( 3px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.infoHeading {
|
2020-11-03 19:39:40 +01:00
|
|
|
margin-top: calc( 2px * var(--SCALE));
|
|
|
|
|
margin-bottom: calc( 2px * var(--SCALE));
|
2020-11-17 01:14:27 +01:00
|
|
|
display: inline-block;
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.infoHeading sub {
|
2020-11-03 19:39:40 +01:00
|
|
|
font-weight: normal;
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.infoData {
|
2020-11-03 19:39:40 +01:00
|
|
|
margin-top: calc( 2px * var(--SCALE));
|
|
|
|
|
margin-bottom: calc( 2px * var(--SCALE));
|
|
|
|
|
float: right;
|
|
|
|
|
text-align: right;
|
2020-11-17 01:14:27 +01:00
|
|
|
display: inline-block;
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.infoBlockSection {
|
2021-03-12 21:33:41 +01:00
|
|
|
padding-top: calc( 7px * var(--SCALE));
|
|
|
|
|
padding-bottom: calc( 7px * var(--SCALE));
|
|
|
|
|
padding-left: calc( 7px * var(--SCALE));
|
|
|
|
|
padding-right: calc( 7px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
2020-05-07 14:14:28 +02:00
|
|
|
.largeText a {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #003f4b;
|
|
|
|
|
font-size: var(--FS3);
|
|
|
|
|
}
|
|
|
|
|
|
2020-02-15 01:36:30 +01:00
|
|
|
.largeText {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #003f4b;
|
|
|
|
|
font-size: var(--FS3);
|
|
|
|
|
}
|
|
|
|
|
|
2020-01-03 21:16:40 +01:00
|
|
|
.infoBlockTitleText {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #003f4b;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.legendTitle {
|
2020-02-29 17:34:46 +01:00
|
|
|
line-height: calc( 19px * var(--SCALE));
|
2020-12-31 03:27:54 +01:00
|
|
|
padding-right: calc( 3px * var(--SCALE));
|
|
|
|
|
padding-left: calc( 3px * var(--SCALE));
|
|
|
|
|
margin: calc( 2px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings_infoblock {
|
2020-11-03 19:38:03 +01:00
|
|
|
position: absolute;
|
|
|
|
|
top: 1%;
|
2020-12-31 01:04:19 +01:00
|
|
|
right: calc( 45px * var(--SCALE));
|
2020-11-03 19:38:03 +01:00
|
|
|
overflow: auto;
|
|
|
|
|
max-height: 90%;
|
2020-02-29 17:34:46 +01:00
|
|
|
box-shadow: calc( 4px * var(--SCALE)) calc( 4px * var(--SCALE)) calc( 10px * var(--SCALE)) #444444;
|
|
|
|
|
padding: calc( 20px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
z-index: 9999;
|
|
|
|
|
display: none;
|
2020-11-22 23:06:29 +01:00
|
|
|
background-color: var(--BGCOLOR1);
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settingsColumn {
|
|
|
|
|
display: table-cell;
|
2020-02-29 17:34:46 +01:00
|
|
|
width: calc(199px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
.settingsOptionContainer {
|
|
|
|
|
display: table;
|
2020-12-08 19:10:13 +01:00
|
|
|
padding-top: calc( 3.5px * var(--SCALE));
|
|
|
|
|
padding-bottom: calc( 3.5px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settingsCheckbox {
|
2020-12-08 12:59:35 -05:00
|
|
|
width: calc( 12px * var(--SCALE));
|
2020-12-23 15:08:25 +01:00
|
|
|
height: calc( 12px * var(--SCALE));
|
|
|
|
|
background-size: calc( 12px * var(--SCALE)) calc( 12px * var(--SCALE));
|
2020-12-08 12:59:35 -05:00
|
|
|
margin-left: calc( 5px * var(--SCALE));
|
2020-04-05 22:46:46 +02:00
|
|
|
margin-right: calc( 5px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
background-image: url('images/box-empty.png');
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settingsCheckboxChecked {
|
|
|
|
|
background-image: url('images/box-checked.png') !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settingsCloseBox {
|
|
|
|
|
position: absolute;
|
2020-02-29 17:34:46 +01:00
|
|
|
right: calc( 8px * var(--SCALE));
|
|
|
|
|
top: calc( 8px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
background-image: url('images/close-settings.png');
|
|
|
|
|
background-size: cover;
|
2020-02-29 17:34:46 +01:00
|
|
|
width: calc( 20px * var(--SCALE));
|
|
|
|
|
height: calc( 20px * var(--SCALE));
|
2020-07-19 20:36:35 -04:00
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.infoblockCloseBox {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: calc( 20px * var(--SCALE));
|
|
|
|
|
top: calc( 8px * var(--SCALE));
|
|
|
|
|
background-image: url('images/close-settings.png');
|
|
|
|
|
background-size: cover;
|
|
|
|
|
width: calc( 20px * var(--SCALE));
|
2020-12-05 18:29:39 +01:00
|
|
|
height: calc( 20px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
cursor: pointer;
|
2020-12-09 20:38:15 +01:00
|
|
|
z-index: 99;
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settingsText {
|
2020-02-29 17:34:46 +01:00
|
|
|
line-height: calc( 20px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
display: table-cell;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#altitude_chart {
|
|
|
|
|
float: right;
|
2020-02-29 17:34:46 +01:00
|
|
|
width: calc(100% - calc( 5px * var(--SCALE)));
|
|
|
|
|
max-width: calc(800px * var(--SCALE));
|
2020-10-24 09:44:16 +02:00
|
|
|
right: calc( 85px * var(--SCALE));
|
2020-02-29 17:34:46 +01:00
|
|
|
bottom: calc( 35px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
background-color: transparent !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#altitude_chart_button {
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
padding-bottom: calc(100% * 56 / 1815);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#selected_flightaware_link a {
|
2020-11-03 19:39:40 +01:00
|
|
|
background-color: #67b6c3;
|
|
|
|
|
color: white;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
padding: calc( 4px * var(--SCALE));
|
|
|
|
|
line-height: calc( 22px * var(--SCALE));
|
|
|
|
|
border-radius: calc( 4px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
.bottom-info-container {
|
2020-11-03 19:39:40 +01:00
|
|
|
padding-top: calc( 10px * var(--SCALE));
|
|
|
|
|
padding-bottom: calc( 10px * var(--SCALE));
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #003f4b;
|
|
|
|
|
line-height: calc( 18px * var(--SCALE));
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
.bottom-info-container img {
|
2020-11-03 19:39:40 +01:00
|
|
|
vertical-align: middle;
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
.bottom-info-container .bottom-info-text {
|
2020-11-03 19:39:40 +01:00
|
|
|
vertical-align: middle;
|
|
|
|
|
display: inline;
|
2020-01-03 21:16:40 +01:00
|
|
|
}
|
|
|
|
|
|
2020-11-22 23:06:29 +01:00
|
|
|
.ui-tabs {
|
|
|
|
|
background-color: var(--BGCOLOR1);
|
|
|
|
|
}
|
|
|
|
|
.ui-tabs-nav {
|
|
|
|
|
background-color: var(--BGCOLOR2);
|
|
|
|
|
}
|
|
|
|
|
.ui-tabs-panel {
|
|
|
|
|
background-color: var(--BGCOLOR1);
|
|
|
|
|
}
|
2020-01-22 20:49:11 +01:00
|
|
|
.greyButton {
|
2020-11-22 23:06:29 +01:00
|
|
|
background-color: var(--BGCOLOR2);
|
2020-11-03 19:39:40 +01:00
|
|
|
cursor: pointer;
|
|
|
|
|
padding: calc( 4px * var(--SCALE));
|
|
|
|
|
width: 100%;
|
|
|
|
|
border: none;
|
|
|
|
|
text-align: left;
|
|
|
|
|
outline: none;
|
|
|
|
|
font-size: calc( 15px * var(--SCALE));
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #003f4b;
|
2020-01-22 20:49:11 +01:00
|
|
|
}
|
|
|
|
|
.greyButton:after {
|
2020-11-03 19:39:40 +01:00
|
|
|
content: '\02795\FE0E'; /* Unicode character for "plus" sign (+) */
|
|
|
|
|
float: right;
|
|
|
|
|
margin-left: calc( 5px * var(--SCALE));
|
2020-01-22 20:49:11 +01:00
|
|
|
}
|
2020-11-13 12:21:32 -05:00
|
|
|
.greyButton.active:after {
|
2020-11-13 08:38:06 +01:00
|
|
|
content: "\2796\FE0E"; /* Unicode character for "minus" sign (-) */
|
|
|
|
|
}
|
|
|
|
|
|
2020-11-12 20:58:16 -05:00
|
|
|
.ui-tabs-nav li a:focus {
|
2020-11-03 19:39:40 +01:00
|
|
|
outline: none;
|
2020-01-22 20:49:11 +01:00
|
|
|
}
|
|
|
|
|
|
2020-11-12 20:58:16 -05:00
|
|
|
.ui-tabs .ui-tabs-panel {
|
|
|
|
|
padding: 1em 0.5em;
|
2020-11-13 08:38:06 +01:00
|
|
|
}
|
2020-12-03 22:50:51 -05:00
|
|
|
|
2021-03-16 21:44:00 +01:00
|
|
|
.buttonFilter .ui-selected {
|
2020-12-03 22:50:51 -05:00
|
|
|
border-color: orange;
|
|
|
|
|
}
|
|
|
|
|
|
2021-03-16 21:44:00 +01:00
|
|
|
.buttonFilter .ui-selectee {
|
2020-12-03 22:50:51 -05:00
|
|
|
border-width: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
2021-03-16 21:44:00 +01:00
|
|
|
.buttonFilter {
|
2020-12-03 22:50:51 -05:00
|
|
|
list-style-type: none;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: calc( 240px * var(--SCALE));
|
|
|
|
|
}
|
|
|
|
|
|
2021-03-16 21:44:00 +01:00
|
|
|
.buttonFilter li {
|
2020-12-03 22:50:51 -05:00
|
|
|
margin-right: 5px;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
padding: 1px;
|
|
|
|
|
float: left;
|
|
|
|
|
width: calc( 85px * var(--SCALE));
|
|
|
|
|
color: #000000;
|
|
|
|
|
font-size: var(--FS2);
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2020-12-08 12:58:00 -05:00
|
|
|
|
|
|
|
|
#sortableColumns {
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
max-width: calc( 2 * 130px * var(--SCALE));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#sortableColumns li {
|
2020-12-08 19:10:13 +01:00
|
|
|
margin: 3px 3px 3px 3px;
|
|
|
|
|
padding: calc( 0px * var(--SCALE));
|
2020-12-08 12:58:00 -05:00
|
|
|
float: left;
|
|
|
|
|
width: calc( 120px * var(--SCALE));
|
2020-12-31 01:04:19 +01:00
|
|
|
border-color: gainsboro;
|
2020-12-08 12:58:00 -05:00
|
|
|
background-color: ghostwhite;
|
|
|
|
|
}
|
2021-03-12 08:42:10 -05:00
|
|
|
#copyrightInfo {
|
|
|
|
|
position: Relative;
|
2021-03-12 11:05:18 -05:00
|
|
|
font-size: var(--FS1);
|
|
|
|
|
|
2021-03-12 08:42:10 -05:00
|
|
|
}
|
|
|
|
|
#selected_photo{
|
2021-03-12 11:05:18 -05:00
|
|
|
text-align: center;
|
|
|
|
|
display: block;
|
2021-03-12 08:42:10 -05:00
|
|
|
}
|