diff --git a/html/almanac.html b/html/almanac.html index 30598ef..8c6bce6 100644 --- a/html/almanac.html +++ b/html/almanac.html @@ -3,23 +3,7 @@ galmon.eu almanac - + Last update:
diff --git a/html/index.html b/html/index.html index c1dcb2e..3d3f9a0 100644 --- a/html/index.html +++ b/html/index.html @@ -3,62 +3,7 @@ galmon.eu - + Last update: . More information about this Galileo/GPS/BeiDou/Glonass open source monitor can be found here and here. Live observer map here, status (coverage, DOP) map here. Contact me if you want access to the Grafana dashboard.
diff --git a/html/observers.html b/html/observers.html index 003297d..a455a9d 100644 --- a/html/observers.html +++ b/html/observers.html @@ -3,46 +3,7 @@ galmon.eu observers - + Last update: . More information about this Galileo/GPS/BeiDou/Glonass open source monitor can be found here. Live map here!. Contact me if you want access to the Grafana dashboard.
diff --git a/html/overview.html b/html/overview.html index dbbdb0a..54ed8e0 100644 --- a/html/overview.html +++ b/html/overview.html @@ -3,46 +3,7 @@ galmon.eu overview - + Last update: . More information about this Galileo/GPS/BeiDou/Glonass open source monitor can be found here. Live map here!. Contact me if you want access to the Grafana dashboard.
diff --git a/html/style.css b/html/style.css new file mode 100644 index 0000000..ce95249 --- /dev/null +++ b/html/style.css @@ -0,0 +1,120 @@ +text { + font: 12px sans-serif; +} + +th, td { + padding-left: 8px; + padding-right: 8px; + padding-top: 1px; + padding-bottom: 1px; + font-family: monospace; +} + +tr:nth-child(even) { + background: #BFBFBF +} + +tr:nth-child(odd) { + background: #E6E6E6 +} + +label { + cursor: pointer; +} + +input[type="checkbox"] { + cursor: pointer; +} + +.CellWithComment { + position:relative; +} + +.CellComment { + display:none; + position:absolute; + z-index:100; + border:1px; + background-color:white; + border-style:solid; + border-width:1px; + border-color:red; + padding:3px; + color:red; + top:20px; + left:20px; +} + +.CellWithComment:hover span.CellComment { + display:block; +} + +.centered { + margin: auto 0px; + text-align: center; +} + +#fields tr { + vertical-align:top; +} + +.Orbits { + margin-top:3em; + margin-bottom:1em; +} + +.Orbits .Variables { + display:inline-block; + vertical-align:top; + width:28em; + height:44em; + overflow:auto; + position:relative; +} + +.Orbits .Variables table { + font-family:'Roboto Mono',monospace; + color:#000; + border-spacing:.5em; + display:block; + position:absolute; + left:50%; + transform:translateX(-50%); +} + +.Orbits .Variables table tr { + text-align:center; +} + +.Orbits .Variables table td { + font-size:.85em; +} + +.Orbits .Drawing { + display:inline-block; + vertical-align:top; + margin-top:.5em; + width:44em; + height:44em; +} + +.Orbits .Drawing .sats-label { + font-size:12px; + fill:#454545; + font-weight:bold; + stroke:transparent; +} + +.Orbits .Drawing .satellite circle { + stroke-width:2px; +} + +.Orbits .Drawing svg { + font-family:sans-serif; + font-size:10px; + text-anchor:middle; + fill:none; + stroke:#000; + width:100%; + height:100%; +} diff --git a/html/sv.html b/html/sv.html index b567a72..dc57d9c 100644 --- a/html/sv.html +++ b/html/sv.html @@ -1,45 +1,10 @@ - - + + + galmon.eu sv + + + Last update: . More information about this Galileo/GPS/BeiDou/Glonass open source monitor can be found here. Live map here!. Contact me if you want access to the Grafana dashboard.