svg_style.css 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .background { fill:#FFFFE7; }
  2. text { font-family:Times; font-size:12px; }
  3. text.title { font-size:16px; }
  4. text.legend { cursor:pointer; }
  5. circle#svgmarker { color:#278727; opacity:0.5; }
  6. path.SVGplot { stroke:black; fill:none; }
  7. rect.SVGplot { stroke:black; fill:none; }
  8. polyline.SVGplot { stroke:black; fill:none; }
  9. .border { stroke:black; fill:url(#gr_bg); }
  10. .vgrid { stroke:gray; stroke-dasharray:2,6; }
  11. .hgrid { stroke:gray; stroke-dasharray:2,6; }
  12. .pasted { stroke:black; stroke-dasharray:1,1; }
  13. .SVGplot.l0 { stroke:red; }
  14. .SVGplot.l1 { stroke:green; }
  15. .SVGplot.l2 { stroke:blue; }
  16. .SVGplot.l3 { stroke:magenta; }
  17. .SVGplot.l4 { stroke:brown; }
  18. .SVGplot.l5 { stroke:black; }
  19. .SVGplot.l6 { stroke:olive; }
  20. .SVGplot.l7 { stroke:gray; }
  21. .SVGplot.l8 { stroke:yellow; }
  22. .SVGplot.l0fill { stroke:#f00; fill:url(#gr_0); }
  23. .SVGplot.l1fill { stroke:#291; fill:url(#gr_1); }
  24. .SVGplot.l2fill { stroke:#00f; fill:url(#gr_2); }
  25. .SVGplot.l3fill { stroke:#f0f; fill:url(#gr_3); }
  26. .SVGplot.l4fill { stroke:#ff0; fill:url(#gr_4); }
  27. .SVGplot.l5fill { stroke:#0ff; fill:url(#gr_5); }
  28. .SVGplot.l6fill { stroke:#000; fill:url(#gr_6); }
  29. .SVGplot.l0dot { stroke:red; stroke-dasharray:2,4; }
  30. .SVGplot.l1dot { stroke:green; stroke-dasharray:2,4; }
  31. .SVGplot.l0fill_stripe { stroke:red; fill:url(#gr0_stripe);}
  32. .SVGplot.l1fill_stripe { stroke:green; fill:url(#gr1_stripe);}
  33. .SVGplot.l0fill_gyr { stroke:red; fill:url(#gr0_gyr);}
  34. text.SVGplot.l0 { stroke:none; fill:red; }
  35. text.SVGplot.l1 { stroke:none; fill:green; }
  36. text.SVGplot.l2 { stroke:none; fill:blue; }
  37. text.SVGplot.l3 { stroke:none; fill:magenta; }
  38. text.SVGplot.l4 { stroke:none; fill:brown; }
  39. text.SVGplot.l5 { stroke:none; fill:black; }
  40. text.SVGplot.l6 { stroke:none; fill:olive; }
  41. text.SVGplot.l7 { stroke:none; fill:gray; }
  42. text.SVGplot.l8 { stroke:none; fill:yellow; }
  43. text.SVGplot.l0fill { stroke:none; fill:#f00; }
  44. text.SVGplot.l1fill { stroke:none; fill:#291; }
  45. text.SVGplot.l2fill { stroke:none; fill:#00f; }
  46. text.SVGplot.l3fill { stroke:none; fill:#f0f; }
  47. text.SVGplot.l4fill { stroke:none; fill:#ff0; }
  48. text.SVGplot.l5fill { stroke:none; fill:#0ff; }
  49. text.SVGplot.l6fill { stroke:none; fill:#000; }
  50. text.SVGplot.l0dot { stroke:none; fill:red; }
  51. text.SVGplot.l1dot { stroke:none; fill:green; }
  52. text.SVGplot.l0fill_stripe {stroke:none; fill:red; }
  53. text.SVGplot.l1fill_stripe {stroke:none; fill:green;}
  54. text.SVGplot.l0fill_gyr {stroke:none; fill:red; }