stats.css
361 Bytes
.axis text,
.cue text {
font: 12px sans-serif;
}
.axis line,
.axis path {
fill: none;
stroke: #111;
}
.bitrates {
fill: none;
stroke: steelblue;
stroke-width: 3px;
}
.cue {
width: 20px;
height: 20px;
}
.cue text {
display: none;
}
.cue:hover text {
display: block;
}
.intersect {
fill: none;
stroke: #111;
stroke-dasharray: 2,2;
}