summaryrefslogtreecommitdiff
path: root/tools/mmd/mmd.css
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mmd/mmd.css')
-rw-r--r--tools/mmd/mmd.css57
1 files changed, 44 insertions, 13 deletions
diff --git a/tools/mmd/mmd.css b/tools/mmd/mmd.css
index 609ea5e..86461cd 100644
--- a/tools/mmd/mmd.css
+++ b/tools/mmd/mmd.css
@@ -4,6 +4,20 @@ html, body
background-color: #003366;
}
+body.tracker
+{
+ margin: 0;
+}
+
+html.tracker
+{
+ margin: 1px;
+ border: 1px solid #ffed00;
+ width: 512px;
+ height: 340px;
+ padding: 0;
+}
+
#login a
{
color: green;
@@ -130,32 +144,32 @@ em
width: 1em;
}
-.telemetry
+.options
{
- font: 10pt courier, monospace;
- color: white;
+ font: 12pt arial, sans-serif;
+ color: #ffed00;
}
-.groundstation
+select.options,
+input.options
{
- font: 10pt courier, monospace;
- color: yellow;
+ border: 0px;
+ color: #003366;
+ background: #ffed00;
}
-select.telemetry,
-input.telemetry
+.telemetry
{
- border: 1px solid #ffffff;
- background: #003366;
+ font: 11pt courier, monospace;
+ color: white;
}
td.telemetry,
th.telemetry,
th.telemetry
{
- font: 10pt courier, monospace;
color: white;
- border: 1px solid white;
+ border: 1px solid #ffed00;
}
th.telemetry
@@ -165,6 +179,23 @@ th.telemetry
table.current
{
- border: 1px solid white;
+ border: 1px solid #ffed00;
+ border-collapse: collapse;
}
+/* OSM attributes */
+div.groundstation
+{
+ font: 10pt courier, monospace;
+ color: #003366;
+ z-index: 1004;
+ position: absolute;
+ left: 5px;
+ top: 5px;
+}
+
+div.olControlAttribution
+{
+ bottom: 5px;
+ right: 5px;
+}