2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00
fhem-mirror/fhem/webfrontend/pgm2/svg_style.css
rudolfkoenig d652801c91 Label may contain now a single :
git-svn-id: https://svn.fhem.de/fhem/trunk@867 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2011-03-17 18:51:12 +00:00

32 lines
1.3 KiB
CSS

.background { fill:#FFFFE7; }
text { font-family:Times; font-size:12px; }
text.title { font-size:16px; }
text.copy { text-decoration:underline; stroke:none; fill:blue; }
text.paste { text-decoration:underline; stroke:none; fill:blue; }
text.l0 { text-decoration:underline; stroke:none; fill:red; }
text.l1 { text-decoration:underline; stroke:none; fill:green; }
text.l2 { text-decoration:underline; stroke:none; fill:blue; }
text.l3 { text-decoration:underline; stroke:none; fill:magenta; }
text.l4 { text-decoration:underline; stroke:none; fill:brown; }
text.l5 { text-decoration:underline; stroke:none; fill:black; }
text.l6 { text-decoration:underline; stroke:none; fill:olive; }
text.l7 { text-decoration:underline; stroke:none; fill:gray; }
text.l8 { text-decoration:underline; stroke:none; fill:yellow; }
polyline { stroke:black; fill:none; }
.border { stroke:black; fill:url(#grad1); }
.vgrid { stroke:gray; stroke-dasharray:2,6; }
.hgrid { stroke:gray; stroke-dasharray:2,6; }
.pasted { stroke:black; stroke-dasharray:1,1; }
.l0 { stroke:red; }
.l1 { stroke:green; }
.l2 { stroke:blue; }
.l3 { stroke:magenta; }
.l4 { stroke:brown; }
.l5 { stroke:black; }
.l6 { stroke:olive; }
.l7 { stroke:gray; }
.l8 { stroke:yellow; }