darksvg_style.css 2.7 KB

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