2008-07-12 08:16:51 +00:00
|
|
|
text { font-family:Times; font-size:12px; }
|
|
|
|
text.title { font-size:16px; }
|
|
|
|
|
|
|
|
rect.border { stroke:black; stroke-width:1px; fill:none; }
|
|
|
|
|
2010-05-14 12:27:18 +00:00
|
|
|
polyline { stroke:black; fill:none; }
|
2008-07-12 08:16:51 +00:00
|
|
|
|
|
|
|
.vgrid { stroke-dasharray:2,6; stroke:gray; }
|
|
|
|
.hgrid { stroke-dasharray:2,6; stroke:gray; }
|
|
|
|
|
|
|
|
.l0 { stroke:red; } text.l0 { stroke:none; fill:red; }
|
|
|
|
.l1 { stroke:green; } text.l1 { stroke:none; fill:green; }
|
|
|
|
.l2 { stroke:blue; } text.l2 { stroke:none; fill:blue; }
|
|
|
|
.l3 { stroke:magenta; } text.l3 { stroke:none; fill:magenta; }
|
2008-08-08 10:46:25 +00:00
|
|
|
.l4 { stroke:brown; } text.l4 { stroke:none; fill:brown; }
|
2008-07-12 08:16:51 +00:00
|
|
|
.l5 { stroke:black; } text.l5 { stroke:none; fill:black; }
|
|
|
|
.l6 { stroke:olive; } text.l6 { stroke:none; fill:olive; }
|
|
|
|
.l7 { stroke:gray; } text.l7 { stroke:none; fill:gray; }
|
|
|
|
.l8 { stroke:yellow; } text.l8 { stroke:none; fill:yellow; }
|