Files
Web-Infra-Reports-IT/css/Gauge.css
2024-04-18 12:48:25 +02:00

6 lines
647 B
CSS

/* 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; }