]> git.sesse.net Git - pkanalytics/blobdiff - ultimate.css
Add per-point CIs.
[pkanalytics] / ultimate.css
index c62f18bc281adaf9f8456a35984cff138b70eb81..40f5d0f4d26d69ef3520a1462f85dc1165f5e15b 100644 (file)
@@ -60,3 +60,18 @@ td:not(.pad) {
 td.name {
        padding-right: 20px;
 }
+
+.ci, .invertedci {
+       vertical-align: middle;
+       margin-left: 8px;
+}
+
+.ci .marker { stroke: #000; stroke-width: 2px; }
+.ci .range.s0 { fill: #fdd; }
+.ci .range.s1 { fill: #dfd; }
+
+.invertedci .marker { stroke: #000; stroke-width: 2px; }
+.invertedci .range.s0 { fill: #dfd; }
+.invertedci .range.s1 { fill: #fdd; }
+
+.bar { fill: steelblue; }