X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ultimate.css;h=65ce16375d9a57cc8751a70fc21404e61307422c;hb=133a9596bbe356ecda211eb95b8f9416bbe9a47e;hp=cecfafd3ca951f562366bbeb844b926d07321161;hpb=1da3a9fdcf37765feb36f878de69a72174ff9009;p=pkanalytics diff --git a/ultimate.css b/ultimate.css index cecfafd..65ce163 100644 --- a/ultimate.css +++ b/ultimate.css @@ -29,7 +29,7 @@ table { border-collapse: collapse; } -tr:has(th) { +th { background-color: rgba(0, 0, 0, 0.05); } tr { @@ -60,3 +60,18 @@ td:not(.pad) { td.name { padding-right: 20px; } + +.ci, .invertedci, .fillerci { + 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; }