Sha256: 79c5bf91889f724b649c9699c44efd5c2bdaab0c9c038b3e1a2429855a764738

Contents?: true

Size: 640 Bytes

Versions: 4

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: #eee;
  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: #eee;
  background-color: #323539;
}
#plot-style .tickmarks {
  color: #a7a7a7;
}
#plot-style .markers {
  color: #a7a7a7;
}
#plot-style .zero {
  color: rgba(71,76,81,0.75);
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
flammarion-0.1.7pre lib/html/build/stylesheets/plot.css
flammarion-0.1.6 lib/html/build/stylesheets/plot.css
flammarion-0.1.5 lib/html/build/stylesheets/plot.css
flammarion-0.1.4 lib/html/build/stylesheets/plot.css