Added : HyperV_clusters

This commit is contained in:
e025532
2024-04-18 12:48:25 +02:00
parent 75a916cb3a
commit 4aa584caeb
5 changed files with 207 additions and 0 deletions

6
css/Gauge.css Normal file
View File

@@ -0,0 +1,6 @@
/* Gauge */
.GaugeMeter { position: Relative; text-align: Center; overflow: Hidden; cursor: Default; display: inline-block; }
.GaugeMeter SPAN, .GaugeMeter B { width: 54%; position: Absolute; text-align: Center; display: Inline-Block; color: RGBa(129,129,129,1); font-weight: 100; font-family: "Open Sans", Arial; white-space: NoWrap; text-overflow: Ellipsis; margin: 0 23%; }
.GaugeMeter[data-style="Semi"] B { width: 100%; margin: 0 10%; }
.GaugeMeter S, .GaugeMeter U { text-decoration: None; font-size: .50em; font-weight: 100; opacity: .6;color:RGBa(129,129,129,1) }
.GaugeMeter B { color:RGBa(129,129,129,1); font-weight: 200; opacity: .8; }