<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: rgba(0,0,0,0.8);
  color: #999;
  font-family: Hevletica, sans-serif;
}

.info {
  clear: both;
  padding: 10px;
  font-size: 0.9em;
}
a.link {
  color: rgb(47, 227, 255);
  text-decoration: none;
}

.warn {
  font-size: 0.8em;
  background-color: darken(orange, 15%);
  color: #fff;
  padding: 10px;
}

/* ------ Default Style ---------- */
.gauge-container {
  width: 150px;
  height: 150px;
  display: block;
  float: left;
  padding: 10px;
  background-color: #222;
  margin: 7px;
  border-radius: 3px;
  position: relative;
}
.gauge-container &gt; .label {
  position: relative;
  center: 0;
  bottom: 0;
  display: inline-block;
  background: rgba(0,0,0,0.5);
  font-family: monospace;
  color: rgb(47, 227, 255);
  font-size: 1.25em;
  padding: 5px 10px;
}
.gauge-container &gt; .gauge .dial {
  stroke: #334455;
  stroke-width: 2;
  fill: rgba(0,0,0,0);
}
.gauge-container &gt; .gauge .value {
  stroke: rgb(47, 227, 255);
  stroke-width: 2;
  fill: rgba(0,0,0,0);
}
.gauge-container &gt; .gauge .value-text {
  fill: rgb(47, 227, 255);
  font-family: sans-serif;
  font-weight: bold;
  font-size: 0.8em;
}




/* ------- Alternate Style ------- */
.wrapper {
  height: 100px;
  float: left;
  margin: 7px;
  overflow: hidden;
}
.wrapper &gt; .gauge-container {
  margin: 0;
}
.gauge-container.two {
}
.gauge-container.two &gt; .gauge .dial {
  stroke: #334455;
  stroke-width: 10;
}
.gauge-container.two &gt; .gauge .value {
  stroke: orange;
  stroke-dasharray: none;
  stroke-width: 13;
}
.gauge-container.two &gt; .gauge .value-text {
  fill: #ccc;
  font-weight: 100;
  font-size: 1em;
}



/* ------- Alternate Style ------- */
.gauge-container.three {
}
.gauge-container.three &gt; .gauge .dial {
  stroke: #334455;
  stroke-width: 2;
}
.gauge-container.three &gt; .gauge .value {
  stroke: #C9DE3C;
  stroke-width: 5;
}
.gauge-container.three &gt; .gauge .value-text {
  fill: #C9DE3C;
}



/* ----- Alternate Style ----- */
.gauge-container.four &gt; .gauge .dial {
  stroke: #334455;
  stroke-width: 10;
}
.gauge-container.four &gt; .gauge .value {
  stroke: #F32450;
  stroke-dasharray: none;
  stroke-width: 10;
}
.gauge-container.four &gt; .gauge .value-text {
  fill: #F32450;
  transform: translate3d(26%, 20%, 0);
  display: inline-block;
}
.gauge-container.four .value-text {
  color: #F32450;
  font-weight: 100;
  position: absolute;
  bottom: 18%;
  right: 10%;
  display: inline-block;
}



/* ----- Alternate Style ----- */
.gauge-container.five &gt; .gauge .dial {
  stroke: #334455;
  stroke-width: 5;
}
.gauge-container.five &gt; .gauge .value {
  stroke: #F8774B;
  stroke-dasharray: 25 1;
  stroke-width: 5;
}
.gauge-container.five &gt; .gauge .value-text {
  fill: #F8774B;
  font-size: 0.7em;
}



/* ----- Alternate Style ----- */
  .gauge-container.six &gt; .gauge .dial {
    stroke: #334455;
    fill: "#334455";
    stroke-width: 20;
  }
  .gauge-container.six &gt; .gauge .value {
    stroke: #FF6DAF;
    stroke-width: 20;
  }
  .gauge-container.six &gt; .gauge .value-text {
    fill: #FF6DAF;
    font-size: 0.7em;
  }


.gauge-container.seven &gt; .gauge .dial {
  stroke: transparent;
  stroke-width: 5;
  transform: scale(0.9,0.9) translate3d(5.5px, 5.5px, 0);
  fill: rgba(148, 112, 57, 0.42);
}
.gauge-container.seven &gt; .gauge .value {
  stroke: #F8774B;
  stroke-dasharray: none;
  stroke-width: 5;
}
</pre></body></html>