source:
Dev/trunk/d3/examples/bullet/bullet.css
@
76
Last change on this file since 76 was 76, checked in by fpvanagthoven, 14 years ago | |
---|---|
File size: 423 bytes |
Line | |
---|---|
1 | .bullet { font: 10px sans-serif; } |
2 | .bullet .marker { stroke: #000; stroke-width: 2px; } |
3 | .bullet .tick line { stroke: #666; stroke-width: .5px; } |
4 | .bullet .range.s0 { fill: #eee; } |
5 | .bullet .range.s1 { fill: #ddd; } |
6 | .bullet .range.s2 { fill: #ccc; } |
7 | .bullet .measure.s0 { fill: lightsteelblue; } |
8 | .bullet .measure.s1 { fill: steelblue; } |
9 | .bullet .title { font-size: 14px; font-weight: bold; } |
10 | .bullet .subtitle { fill: #999; } |
Note: See TracBrowser
for help on using the repository browser.