ios6svg_style.css 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /* iOS 6 Theme for FHEM */
  2. /* by Sandra Ohmayer */
  3. /* http://www.animeschatten.net */
  4. .background { fill:#f7f7f7;
  5. }
  6. text {
  7. font: normal 10px Helvetica, Sans-serif;
  8. fill:#000000;}
  9. text.title {
  10. font: normal 14px Helvetica, Sans-serif;
  11. font-weight:bold;
  12. fill:#4c566c;
  13. text-shadow: 0px 1px #FFFFFF;
  14. }
  15. text.legend{ cursor:pointer; }
  16. text.copy { text-decoration:underline; stroke:none; fill:blue; cursor:pointer;}
  17. text.paste { text-decoration:underline; stroke:none; fill:blue; cursor:pointer;}
  18. path.SVGplot { stroke:black; fill:none; }
  19. polyline.SVGplot { stroke:black; fill:none; }
  20. .border { stroke:black; fill:url(#gr_bg);}
  21. .vgrid { stroke:gray; stroke-dasharray:2,6;}
  22. .hgrid { stroke:gray; stroke-dasharray:2,6;}
  23. .pasted { stroke:black; stroke-dasharray:1,1;}
  24. .SVGplot.l0 { stroke:red; }
  25. .SVGplot.l1 { stroke:green; }
  26. .SVGplot.l2 { stroke:blue; }
  27. .SVGplot.l3 { stroke:magenta; }
  28. .SVGplot.l4 { stroke:brown; }
  29. .SVGplot.l5 { stroke:black; }
  30. .SVGplot.l6 { stroke:olive; }
  31. .SVGplot.l7 { stroke:gray; }
  32. .SVGplot.l8 { stroke:yellow; }
  33. .SVGplot.l0fill { stroke:#f00; fill:url(#gr_0); }
  34. .SVGplot.l1fill { stroke:#291; fill:url(#gr_1); }
  35. .SVGplot.l2fill { stroke:#00f; fill:url(#gr_2); }
  36. .SVGplot.l3fill { stroke:#f0f; fill:url(#gr_3); }
  37. .SVGplot.l4fill { stroke:#ff0; fill:url(#gr_4); }
  38. .SVGplot.l5fill { stroke:#0ff; fill:url(#gr_5); }
  39. .SVGplot.l6fill { stroke:#000; fill:url(#gr_6); }
  40. .SVGplot.l0dot { stroke:red; stroke-dasharray:2,4; }
  41. .SVGplot.l1dot { stroke:green; stroke-dasharray:2,4; }
  42. .SVGplot.l0fill_stripe { stroke:red; fill:url(#gr0_stripe);}
  43. .SVGplot.l1fill_stripe { stroke:green; fill:url(#gr1_stripe);}
  44. .SVGplot.l0fill_gyr { stroke:red; fill:url(#gr0_gyr);}
  45. text.SVGplot.l0 { stroke:none; fill:red; }
  46. text.SVGplot.l0 { stroke:none; fill:red; }
  47. text.SVGplot.l1 { stroke:none; fill:green; }
  48. text.SVGplot.l2 { stroke:none; fill:blue; }
  49. text.SVGplot.l3 { stroke:none; fill:magenta; }
  50. text.SVGplot.l4 { stroke:none; fill:brown; }
  51. text.SVGplot.l5 { stroke:none; fill:black; }
  52. text.SVGplot.l6 { stroke:none; fill:olive; }
  53. text.SVGplot.l7 { stroke:none; fill:gray; }
  54. text.SVGplot.l8 { stroke:none; fill:yellow; }
  55. text.SVGplot.l0fill { stroke:none; fill:#f00; }
  56. text.SVGplot.l1fill { stroke:none; fill:#291; }
  57. text.SVGplot.l2fill { stroke:none; fill:#00f; }
  58. text.SVGplot.l3fill { stroke:none; fill:#f0f; }
  59. text.SVGplot.l4fill { stroke:none; fill:#ff0; }
  60. text.SVGplot.l5fill { stroke:none; fill:#0ff; }
  61. text.SVGplot.l6fill { stroke:none; fill:#000; }
  62. text.SVGplot.l0dot { stroke:none; fill:red; }
  63. text.SVGplot.l1dot { stroke:none; fill:green; }
  64. text.SVGplot.l0fill_stripe {stroke:none; fill:red; }
  65. text.SVGplot.l1fill_stripe {stroke:none; fill:green;}
  66. text.SVGplot.l0fill_gyr {stroke:none; fill:red; }