Sha256: f8883a163ca8d92f45920f89d4be6c8437ff17172323622c088f154d50cec16b

Contents?: true

Size: 640 Bytes

Versions: 11

Compression:

Stored size: 640 Bytes

Contents

.plot {
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  margin: -1px;
  overflow: none;
}
#plot-mouseover {
  position: absolute;
  background-color: rgba(71,76,81,0.5);
  color: #ccc;
  pointer-events: none;
  font-family: Monospace;
  padding: 0.25em;
  box-shadow: 2px 2px 4px 2px #17191a;
}
#plot-zoom-element {
  position: absolute;
  background-color: rgba(0,3,10,0.75);
  pointer-events: none;
  border: 1px solid #012;
}
#plot-style {
  color: #ccc;
  background-color: #1d1f21;
}
#plot-style .tickmarks {
  color: #8f8f8f;
}
#plot-style .markers {
  color: #8f8f8f;
}
#plot-style .zero {
  color: rgba(71,76,81,0.75);
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
flammarion-1.0.1 lib/html/build/stylesheets/plot.css
flammarion-1.0.0 lib/html/build/stylesheets/plot.css
flammarion-0.3.0 lib/html/build/stylesheets/plot.css
flammarion-0.2.1 lib/html/build/stylesheets/plot.css
flammarion-0.2.0 lib/html/build/stylesheets/plot.css
flammarion-0.1.14 lib/html/build/stylesheets/plot.css
flammarion-0.1.13 lib/html/build/stylesheets/plot.css
flammarion-0.1.12 lib/html/build/stylesheets/plot.css
flammarion-0.1.11 lib/html/build/stylesheets/plot.css
flammarion-0.1.10pre2 lib/html/build/stylesheets/plot.css
flammarion-0.1.10pre1 lib/html/build/stylesheets/plot.css