mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
7f0b72c6b8
git-svn-id: https://svn.fhem.de/fhem/trunk@230 2b470e98-0d58-463d-a4d8-8e2adae1ed80
20 lines
855 B
CSS
20 lines
855 B
CSS
text { font-family:Times; font-size:12px; }
|
|
text.title { font-size:16px; }
|
|
|
|
rect.border { stroke:black; stroke-width:1px; fill:none; }
|
|
|
|
polyline { stroke:black; stroke-width:1px; fill:none; }
|
|
|
|
.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; }
|
|
.l4 { stroke:brown; } text.l4 { stroke:none; fill:brown; }
|
|
.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; }
|