summaryrefslogtreecommitdiff
path: root/tools/mmd/mmd.css
diff options
context:
space:
mode:
authorJogi Hofmüller <jogi@mur.at>2011-08-24 12:13:10 +0000
committerJogi Hofmüller <jogi@mur.at>2011-08-24 12:13:10 +0000
commitf2cf39ae96d32bf8dcc823a57e1e71fb37988296 (patch)
treedd620791e7f8b297249161f0a1467128229b8330 /tools/mmd/mmd.css
parent- tracker.html (diff)
- fiddling with styles and css
git-svn-id: https://svn.spreadspace.org/mur.sat@153 7de4ea59-55d0-425e-a1af-a3118ea81d4c
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;
+}