html, body
{
margin: 5px;
background-color: #003366;
}
body.tracker
{
margin: 0;
}
html.tracker
{
margin: 0;
border: 1px solid #ffed00;
width: 512px;
height: auto;
padding: 0;
}
#login a
{
color: green;
}
#logout a
{
color: red;
}
#status img
{
border: 0;
}
#lcol
{
width: auto;
min-width: 520px;
margin: 1px;
padding: 0;
float: left;
}
#rcol
{
margin: 1px;
padding: 0;
float: left;
border: 0px solid black;
}
#osm
{
width: 512px;
height: 256px;
margin: 0;
padding: 0;
border: 0;
}
.info
{
font: 10pt courier, monospace;
color: black;
background-color: white;
}
#menu
{
font: 12pt arial, sans-serif;
background: auto;
color: white;
}
#status
{
font: 22pt arial, sans-serif;
color: white;
width: 100%;
height: 64px;
margin: 1px;
padding: 2px;
border: 0;
float: left;
}
#rightside
{
float: left;
border: 1px solid black;
margin: 1px;
}
form
{
background-color: white;
}
input.formfield
{
font: 12pt courier, monospace;
float: left;
}
label.error
{
color: red;
font: 8pt arial, sans-serif;
float: left;
}
#dev
{
background-color: red;
font: 14pt courier, monospace;
width: 100%;
float: left;
}
pre.debug
{
color: white;
float: left;
font: 10pt courier, monospace;
padding: 1px;
margin: 1px;
}
label
{
width: 10em;
float: left;
}
em
{
padding-right: 1em;
font-weight: bold;
vertical-align: top;
float: left;
width: 1em;
}
.options
{
font: 12pt arial, sans-serif;
color: #ffed00;
}
select.options,
input.options
{
border: 0px;
color: #003366;
background: #ffed00;
}
.telemetry
{
font: 11pt courier, monospace;
color: white;
}
td.telemetry,
th.telemetry,
th.telemetry
{
color: white;
border: 1px solid #ffed00;
}
th.telemetry
{
font-weight: bold;
}
table.current
{
border: 1px solid #ffed00;
border-collapse: collapse;
}
iframe
{
margin: 0;
padding: 0;
}
/* OSM attributes */
div.groundstation
{
width: auto;
font: 10pt arial, sans-serif;
color: #003366;
z-index: 1004;
position: absolute;
left: 40px;
top: 3px;
}
div.olControlAttribution
{
bottom: 15px;
right: 5px;
}
div.olControlMousePosition
{
right: 5px;
}
.olControlAttribution a,
.olControlAttribution a:hover,
.olControlAttribution a:visited,
.olControlAttribution a:active
{
color: #003366;
}