806 lines
11 KiB
CSS
806 lines
11 KiB
CSS
html,
|
|
body
|
|
{
|
|
background-color: #000000;
|
|
color: white;
|
|
font-family: Tahoma, Sans-Serif;
|
|
font-size: 10pt;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
#map_container
|
|
{
|
|
color: black;
|
|
}
|
|
#planes_table
|
|
{
|
|
background-color: black;
|
|
cursor: pointer;
|
|
}
|
|
#metar_loading
|
|
{
|
|
top: 4px;
|
|
}
|
|
#liveatc_button
|
|
{
|
|
color: white;
|
|
}
|
|
#metar_button
|
|
{
|
|
color: white;
|
|
}
|
|
#radar_button
|
|
{
|
|
color: white;
|
|
}
|
|
#radar_flight_tab_button
|
|
{
|
|
color: white;
|
|
}
|
|
#radar_aircraft_tab_button
|
|
{
|
|
color: white;
|
|
}
|
|
#radar_radar_tab_button
|
|
{
|
|
color: white;
|
|
}
|
|
#vol_down_button
|
|
{
|
|
background-color: white;
|
|
}
|
|
#power_button
|
|
{
|
|
background-color: white;
|
|
}
|
|
#vol_up_button
|
|
{
|
|
background-color: white;
|
|
}
|
|
#home_button
|
|
{
|
|
background-color: white;
|
|
}
|
|
#internet_mode_button
|
|
{
|
|
background-color: white;
|
|
}
|
|
#power_modal > .modal-content
|
|
{
|
|
background-color: #000;
|
|
font-size: 18px;
|
|
height: 30%;
|
|
left: 25%;
|
|
line-height: 45px;
|
|
position: absolute;
|
|
text-align: center;
|
|
top: 25%;
|
|
width: 50%;
|
|
}
|
|
#power_table
|
|
{
|
|
width: 100%;
|
|
}
|
|
#power_table > tbody > tr:nth-child(1) > td:nth-child(1) > button
|
|
{
|
|
background-color: white;
|
|
}
|
|
#power_table > tbody > tr:nth-child(1) > td:nth-child(2) > button
|
|
{
|
|
background-color: white;
|
|
}
|
|
#power_table > tbody > tr:nth-child(1) > td:nth-child(3) > button
|
|
{
|
|
background-color: white;
|
|
}
|
|
div.atc_state
|
|
{
|
|
background-color: #000;
|
|
border: 1px solid white;
|
|
border-radius: 25px;
|
|
height: 20px;
|
|
margin: 4px;
|
|
padding: 4px;
|
|
padding-left: 10px;
|
|
text-decoration: none;
|
|
}
|
|
#branch_button
|
|
{
|
|
background-color: white;
|
|
}
|
|
div#nav_bar
|
|
{
|
|
background: black;
|
|
border-bottom: 2px solid white;
|
|
color: white;
|
|
height: 40px;
|
|
left: 0px;
|
|
padding: 5px;
|
|
position: fixed;
|
|
top: 0px;
|
|
width: 100%;
|
|
z-index: 1;
|
|
}
|
|
div#itinerary_body
|
|
{
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 50px;
|
|
width: 100%;
|
|
}
|
|
img#aircraft_image
|
|
{
|
|
height: auto;
|
|
max-width: 100%;
|
|
}
|
|
div#map_container
|
|
{
|
|
height: 100%;
|
|
position: fixed;
|
|
top: 50px;
|
|
width: 100%;
|
|
}
|
|
.subtab_button
|
|
{
|
|
width: 25%;
|
|
}
|
|
div#graphs_body
|
|
{
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 50px;
|
|
width: 100%;
|
|
}
|
|
div#graphs_body
|
|
{
|
|
overflow: hidden;
|
|
}
|
|
img.graphs
|
|
{
|
|
height: 70%;
|
|
left: 10%;
|
|
position: relative;
|
|
top: 5%;
|
|
width: 80%;
|
|
}
|
|
img.graphs_s
|
|
{
|
|
height: 40%;
|
|
left: 10%;
|
|
position: relative;
|
|
top: 30%;
|
|
width: 80%;
|
|
}
|
|
#arrow_back_graphs
|
|
{
|
|
left: 10px;
|
|
position: absolute;
|
|
top: 40%;
|
|
}
|
|
#arrow_forward_graphs
|
|
{
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 40%;
|
|
}
|
|
html::-webkit-scrollbar
|
|
{
|
|
display: none;
|
|
}
|
|
img#message_rate img#cpu_usage
|
|
{
|
|
width: 50%;
|
|
}
|
|
div#subtab_buttons>button
|
|
{
|
|
margin-left: 20px;
|
|
width: 100px;
|
|
}
|
|
div#subtab_buttons
|
|
{
|
|
background: black;
|
|
bottom: 0px;
|
|
padding: 5px;
|
|
position: fixed;
|
|
width: 100%;
|
|
z-index: 1;
|
|
}
|
|
div#map_canvas
|
|
{
|
|
height: 100%;
|
|
margin-right: 390px;
|
|
}
|
|
div#sidebar_container
|
|
{
|
|
height: 90%;
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 50px;
|
|
width: 390px;
|
|
}
|
|
#nav_bar.divider
|
|
{
|
|
width: 25px;
|
|
}
|
|
.pointer
|
|
{
|
|
cursor: pointer;
|
|
}
|
|
.noselect
|
|
{
|
|
khtml-user-select: none;
|
|
moz-user-select: none;
|
|
ms-user-select: none;
|
|
user-select: none;
|
|
webkit-touch-callout: none;
|
|
webkit-user-select: none;
|
|
}
|
|
.space
|
|
{
|
|
display: inline-block;
|
|
margin: auto;
|
|
padding-bottom: 0px;
|
|
padding-right: 20px;
|
|
padding-top: 0px;
|
|
width: fit-content;
|
|
}
|
|
#planes_table > tr > td
|
|
{
|
|
border-bottom: solid white .5px;
|
|
text-align: center;
|
|
}
|
|
.space-nopad
|
|
{
|
|
display: inline-block;
|
|
margin: auto;
|
|
width: fit-content;
|
|
}
|
|
.center
|
|
{
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
}
|
|
#radar_aircraft_tab
|
|
{
|
|
line-height: 17px;
|
|
}
|
|
#img_button
|
|
{
|
|
bottom: 50px;
|
|
position: fixed;
|
|
right: 10%;
|
|
}
|
|
#aircraft_button
|
|
{
|
|
bottom: 49px;
|
|
position: fixed;
|
|
right: 14%;
|
|
}
|
|
#info_button
|
|
{
|
|
bottom: 5px;
|
|
position: absolute;
|
|
right: 10px;
|
|
}
|
|
#info_icon
|
|
{
|
|
bottom: 5px;
|
|
position: absolute;
|
|
right: 10px;
|
|
}
|
|
div#SpecialSquawkWarning
|
|
{
|
|
background-color: #FFFFA3;
|
|
border: 2px solid red;
|
|
bottom: 25px;
|
|
filter: alpha(opacity=75);
|
|
opacity: 0.75;
|
|
padding: 5px;
|
|
position: absolute;
|
|
right: 430px;
|
|
text-align: center;
|
|
}
|
|
div#update_error
|
|
{
|
|
background-color: #FFFFA3;
|
|
border: 2px solid red;
|
|
bottom: 25px;
|
|
filter: alpha(opacity=75);
|
|
left: 25px;
|
|
opacity: 0.75;
|
|
padding: 5px;
|
|
position: absolute;
|
|
text-align: center;
|
|
}
|
|
div#loader
|
|
{
|
|
background: #000;
|
|
bottom: 0;
|
|
filter: alpha(opacity=100);
|
|
left: 0;
|
|
opacity: 1;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: 99;
|
|
}
|
|
#spinny
|
|
{
|
|
height: 128px;
|
|
left: 50%;
|
|
margin: -64px 0 0 -64px;
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 128px;
|
|
}
|
|
#loader_progress
|
|
{
|
|
height: 20px;
|
|
left: 50%;
|
|
margin: 128px 0 0 -125px;
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 250px;
|
|
}
|
|
#tableinfo,
|
|
#sudo_buttons
|
|
{
|
|
font-family: monospace;
|
|
font-size: x-small;
|
|
}
|
|
.vPosition
|
|
{
|
|
background-color: #d5ffd5;
|
|
font-weight: bold;
|
|
}
|
|
.mlat
|
|
{
|
|
background-color: #d5d5ff;
|
|
font-weight: bold;
|
|
}
|
|
.squawk7500
|
|
{
|
|
background-color: #ff5555;
|
|
font-weight: bold;
|
|
}
|
|
.squawk7600
|
|
{
|
|
background-color: #00ffff;
|
|
font-weight: bold;
|
|
}
|
|
.squawk7700
|
|
{
|
|
background-color: #ffff00;
|
|
font-weight: bold;
|
|
}
|
|
.selected
|
|
{
|
|
background-color: #dddddd;
|
|
}
|
|
.plane_table_row
|
|
{
|
|
background-color: black;
|
|
border: white;
|
|
cursor: pointer;
|
|
}
|
|
.hidden
|
|
{
|
|
display: none;
|
|
}
|
|
.infoblock_heading
|
|
{
|
|
font-size: larger;
|
|
}
|
|
.infoblock_heading a
|
|
{
|
|
color: blue;
|
|
font-size: x-small;
|
|
text-decoration: none;
|
|
}
|
|
.infoblock_body
|
|
{
|
|
font-size: medium;
|
|
}
|
|
#selected_icao
|
|
{
|
|
font-size: x-small;
|
|
}
|
|
#selected_registration
|
|
{
|
|
font-size: x-small;
|
|
}
|
|
#selected_icaotype
|
|
{
|
|
font-size: x-small;
|
|
}
|
|
.dim
|
|
{
|
|
filter: alpha(opacity=30);
|
|
opacity: 0.3;
|
|
}
|
|
.pointer
|
|
{
|
|
cursor: pointer;
|
|
}
|
|
td#icao
|
|
{
|
|
font-size: medium;
|
|
}
|
|
td#flag
|
|
{
|
|
font-size: medium;
|
|
}
|
|
td#flight
|
|
{
|
|
font-size: medium;
|
|
}
|
|
td#squawk
|
|
{
|
|
font-size: medium;
|
|
}
|
|
td#altitude
|
|
{
|
|
font-size: medium;
|
|
}
|
|
td#speed
|
|
{
|
|
font-size: medium;
|
|
}
|
|
td#distance
|
|
{
|
|
font-size: medium;
|
|
}
|
|
td#track
|
|
{
|
|
font-size: medium;
|
|
}
|
|
td#msgs
|
|
{
|
|
font-size: medium;
|
|
}
|
|
td#seen
|
|
{
|
|
font-size: medium;
|
|
}
|
|
#modal2_title
|
|
{
|
|
font-size: 30px;
|
|
line-height: 40px;
|
|
text-decoration: bold;
|
|
}
|
|
#aircraft_name_css
|
|
{
|
|
font-size: 30px;
|
|
line-height: 25px;
|
|
white-space: nowrap;
|
|
}
|
|
#modal3_title
|
|
{
|
|
font-size: 30px;
|
|
line-height: 40px;
|
|
text-decoration: bold;
|
|
}
|
|
.material-icons.md-18
|
|
{
|
|
font-size: 18px;
|
|
}
|
|
.material-icons.md-24
|
|
{
|
|
font-size: 24px;
|
|
}
|
|
.material-icons.md-36
|
|
{
|
|
font-size: 36px;
|
|
}
|
|
.material-icons.md-48
|
|
{
|
|
font-size: 48px;
|
|
}
|
|
.modal
|
|
{
|
|
background-color: rgb(0, 0, 0);
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
display: none;
|
|
height: 100%;
|
|
left: 0;
|
|
overflow: auto;
|
|
position: fixed;
|
|
top: 0;
|
|
width: 100%;
|
|
z-index: 2;
|
|
}
|
|
.modal-content
|
|
{
|
|
background-color: #fefefe;
|
|
border: 1px solid #888;
|
|
height: 80%;
|
|
margin: 2% auto;
|
|
padding: 20px;
|
|
width: 90%;
|
|
}
|
|
.close
|
|
{
|
|
color: #aaa;
|
|
float: right;
|
|
font-size: 28px;
|
|
font-weight: bold;
|
|
}
|
|
.close:hover,
|
|
.close:focus
|
|
{
|
|
color: black;
|
|
cursor: pointer;
|
|
text-decoration: none;
|
|
}
|
|
.logo
|
|
{
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-top: 10%;
|
|
width: 80%;
|
|
}
|
|
.settingslogo
|
|
{
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-top: 2%;
|
|
width: 40%;
|
|
}
|
|
.settingstext
|
|
{
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
text-align: center;
|
|
}
|
|
.home_table
|
|
{
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 60%;
|
|
}
|
|
#home_page
|
|
{
|
|
overflow: hidden;
|
|
}
|
|
#settings_page
|
|
{
|
|
overflow: hidden;
|
|
}
|
|
#settingstext>table
|
|
{
|
|
margin: auto;
|
|
}
|
|
#external_mode_button
|
|
{
|
|
background-color: white;
|
|
left: 50%;
|
|
position: relative;
|
|
right: 50%;
|
|
}
|
|
#settingstext>table>tbody>tr>td
|
|
{
|
|
padding: 15px;
|
|
}
|
|
#settingstext>table:nth-child(1)>tbody>tr:nth-child(3)>td
|
|
{
|
|
left: -25%;
|
|
position: relative;
|
|
top: 0;
|
|
}
|
|
#settingstext>table:nth-child(1)>tbody>tr:nth-child(3)>td
|
|
{
|
|
left: -25%;
|
|
position: relative;
|
|
top: 0;
|
|
}
|
|
#home_page>table>tbody>tr>td>img
|
|
{
|
|
width: 100%;
|
|
}
|
|
#arrivals
|
|
{
|
|
display: inline-table;
|
|
margin: auto;
|
|
padding: 5px;
|
|
width: fit-content;
|
|
}
|
|
#departures
|
|
{
|
|
display: inline-table;
|
|
margin: auto;
|
|
padding: 5px;
|
|
width: fit-content;
|
|
}
|
|
#sch-arrivals
|
|
{
|
|
display: inline-table;
|
|
margin: auto;
|
|
padding: 5px;
|
|
width: fit-content;
|
|
}
|
|
#sch-departures
|
|
{
|
|
display: inline-table;
|
|
margin: auto;
|
|
padding: 5px;
|
|
width: fit-content;
|
|
}
|
|
.airportBoard
|
|
{
|
|
border: white solid 2px;
|
|
}
|
|
#aircraft_image1
|
|
{
|
|
width: 100%;
|
|
}
|
|
#aircraft_image2
|
|
{
|
|
bottom: 12%;
|
|
left: 5%;
|
|
position: absolute;
|
|
width: 24.5%;
|
|
}
|
|
#aircraft_image3
|
|
{
|
|
bottom: 12%;
|
|
left: 30.5%;
|
|
position: absolute;
|
|
width: 24.5%;
|
|
}
|
|
#aircraft_image4
|
|
{
|
|
bottom: 12%;
|
|
left: 56%;
|
|
position: absolute;
|
|
width: 24.5%;
|
|
}
|
|
#itinerary_loading
|
|
{
|
|
position: fixed;
|
|
width: 100%;
|
|
}
|
|
#flight_progress_circle
|
|
{
|
|
position: absolute;
|
|
right: 25%;
|
|
top: 10%;
|
|
}
|
|
#flight_progress_title
|
|
{
|
|
font-size: 18px;
|
|
position: absolute;
|
|
right: 5%;
|
|
top: 22%;
|
|
}
|
|
#flight_progress_elapsed_title
|
|
{
|
|
font-size: 18px;
|
|
left: 68%;
|
|
position: absolute;
|
|
top: 40%;
|
|
}
|
|
#flight_progress_remaining_title
|
|
{
|
|
font-size: 18px;
|
|
left: 67%;
|
|
position: absolute;
|
|
top: 53%;
|
|
}
|
|
#flight_progress_time_title
|
|
{
|
|
font-size: 18px;
|
|
left: 67%;
|
|
position: absolute;
|
|
top: 66%;
|
|
}
|
|
#flight_progress_elapsed_amount
|
|
{
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
left: 64%;
|
|
position: absolute;
|
|
top: 45%;
|
|
}
|
|
#flight_progress_remaining_amount
|
|
{
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
left: 64%;
|
|
position: absolute;
|
|
top: 58%;
|
|
}
|
|
#flight_progress_time_amount
|
|
{
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
left: 64%;
|
|
position: absolute;
|
|
top: 71%;
|
|
}
|
|
#aircraft_name_title
|
|
{
|
|
font-size: 18px;
|
|
left: 66%;
|
|
position: absolute;
|
|
top: 20%;
|
|
}
|
|
#aircraft_model_title
|
|
{
|
|
font-size: 18px;
|
|
left: 66%;
|
|
position: absolute;
|
|
top: 33%;
|
|
}
|
|
#aircraft_registration_title
|
|
{
|
|
font-size: 18px;
|
|
left: 64%;
|
|
position: absolute;
|
|
top: 46%;
|
|
}
|
|
#aircraft_name_addl
|
|
{
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
left: 67%;
|
|
position: absolute;
|
|
top: 25%;
|
|
}
|
|
#aircraft_model
|
|
{
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
left: 69.5%;
|
|
position: absolute;
|
|
top: 38%;
|
|
}
|
|
#aircraft_registration
|
|
{
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
left: 69%;
|
|
position: absolute;
|
|
top: 51%;
|
|
}
|
|
#external_connected
|
|
{
|
|
background-color: black;
|
|
color: red;
|
|
font-size: xx-large;
|
|
font-weight: bold;
|
|
height: 100%;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
#external_title
|
|
{
|
|
animation: blinkingText 1s infinite;
|
|
left: 22%;
|
|
position: absolute;
|
|
top: 55%;
|
|
}
|
|
#external_image
|
|
{
|
|
animation: blinkingText 1s infinite;
|
|
left: 43%;
|
|
position: absolute;
|
|
top: 30%;
|
|
}
|
|
@keyframes blinkingText
|
|
{
|
|
0%
|
|
{
|
|
opacity: 0;
|
|
}
|
|
50%
|
|
{
|
|
opacity: 1;
|
|
}
|
|
100%
|
|
{
|
|
opacity: 0;
|
|
}
|
|
} |