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.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/tools/mmd/mmd.css b/tools/mmd/mmd.css
index 43c17c6..609ea5e 100644
--- a/tools/mmd/mmd.css
+++ b/tools/mmd/mmd.css
@@ -129,3 +129,42 @@ em
float: left;
width: 1em;
}
+
+.telemetry
+{
+ font: 10pt courier, monospace;
+ color: white;
+}
+
+.groundstation
+{
+ font: 10pt courier, monospace;
+ color: yellow;
+}
+
+select.telemetry,
+input.telemetry
+{
+ border: 1px solid #ffffff;
+ background: #003366;
+}
+
+td.telemetry,
+th.telemetry,
+th.telemetry
+{
+ font: 10pt courier, monospace;
+ color: white;
+ border: 1px solid white;
+}
+
+th.telemetry
+{
+ font-weight: bold;
+}
+
+table.current
+{
+ border: 1px solid white;
+}
+