[HTML Cleanup] Update observers.html (standards compliance fixes)

pull/47/head
Joseph Foulds 2019-11-18 15:17:47 +00:00
parent 9c3f48a198
commit c4575433ee
1 changed files with 38 additions and 35 deletions

View File

@ -1,45 +1,48 @@
<!DOCTYPE html> <!DOCTYPE html>
<meta charset="utf-8"> <head>
<style> <title>galmon.eu observers</title>
<meta charset="utf-8">
<style>
text { text {
font: 12px sans-serif; font: 12px sans-serif;
} }
th, td { th, td {
padding-left: 8px; padding-left: 8px;
padding-right: 8px; padding-right: 8px;
padding-top: 1px; padding-top: 1px;
padding-bottom: 1px; padding-bottom: 1px;
font-family: monospace; font-family: monospace;
} }
tr:nth-child(even) {background: #CCC} tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF} tr:nth-child(odd) {background: #FFF}
.CellWithComment{ .CellWithComment{
position:relative; position:relative;
} }
.CellComment{ .CellComment{
display:none; display:none;
position:absolute; position:absolute;
z-index:100; z-index:100;
border:1px; border:1px;
background-color:white; background-color:white;
border-style:solid; border-style:solid;
border-width:1px; border-width:1px;
border-color:red; border-color:red;
padding:3px; padding:3px;
color:red; color:red;
top:20px; top:20px;
left:20px; left:20px;
} }
.CellWithComment:hover span.CellComment{ .CellWithComment:hover span.CellComment{
display:block; display:block;
} }
</style> </style>
</head>
<body> <body>
Last update: <span id="freshness"></span>. More information about this Galileo/GPS/BeiDou/Glonass open source monitor can be found <a href="https://github.com/ahupowerdns/galmon/blob/master/README.md#galmon">here</a>. Live map <a href="geo">here!</a>. Contact <a href="https://ds9a.nl/">me</a> if you want access to the Grafana dashboard.<br/> Last update: <span id="freshness"></span>. More information about this Galileo/GPS/BeiDou/Glonass open source monitor can be found <a href="https://github.com/ahupowerdns/galmon/blob/master/README.md#galmon">here</a>. Live map <a href="geo">here!</a>. Contact <a href="https://ds9a.nl/">me</a> if you want access to the Grafana dashboard.<br/>
<table id="galileo"></table> <table id="galileo"></table>