2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 07:19:24 +00:00
fhem-mirror/fhem/webfrontend/pgm2/svg_style.css

33 lines
1.4 KiB
CSS
Raw Normal View History

.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 { test-decoration:underline; stroke:none; fill:red; }
text.l1 { test-decoration:underline; stroke:none; fill:green; }
text.l2 { test-decoration:underline; stroke:none; fill:blue; }
text.l3 { test-decoration:underline; stroke:none; fill:magenta; }
text.l4 { test-decoration:underline; stroke:none; fill:brown; }
text.l5 { test-decoration:underline; stroke:none; fill:black; }
text.l6 { test-decoration:underline; stroke:none; fill:olive; }
text.l7 { test-decoration:underline; stroke:none; fill:gray; }
text.l8 { test-decoration:underline; stroke:none; fill:yellow; }
polyline { stroke:black; fill:none; }
;.border { 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; }