Sha256: d58d1c5acbbfd51b21afcb5641c4876d85b31c75823ffaed20b5911b5860889e

Contents?: true

Size: 915 Bytes

Versions: 4

Compression:

Stored size: 915 Bytes

Contents

svg
  { font: 10px sans-serif; }

.axis
  { font: 10px sans-serif; }

.axis.top
  { border-bottom: solid 1px #333; }

.axis path, .axis line
  { fill: none;
    stroke: #000;
    shape-rendering: crispEdges; }

.axis text
  { -webkit-transition: fill-opacity 250ms linear; }

.axis path
  { display: none; }

.axis line
  { stroke: #000;
    shape-rendering: crispEdges; }

.horizon
  { border-bottom: solid 1px #000;
    overflow: hidden;
    position: relative; }

.horizon
  { border-bottom: solid 1px #000; }

.horizon + .horizon
  { border-top: none; }

.horizon canvas
  { display: block; }

.horizon .title,
.horizon .value
  { bottom: 0;
    line-height: 30px;
    margin: 0 6px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    white-space: nowrap; }

.horizon .title
  { left: 0; }

.horizon .value
  { right: 0; }

.line
  { background: #000;
    opacity: .2;
    z-index: 2; }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
elasticsearch-paramedic-rack-0.2.1 public/elasticsearch-paramedic/css/libs/cubism.css
elasticsearch-paramedic-rack-0.2.0 public/elasticsearch-paramedic/css/libs/cubism.css
elasticsearch-paramedic-rack-0.1.1 public/elasticsearch-paramedic/css/libs/cubism.css
elasticsearch-paramedic-rack-0.1.0 public/elasticsearch-paramedic/css/libs/cubism.css