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/darksvg_style.css
rudolfkoenig e0de1d35d6 Styling is now configurable
git-svn-id: https://svn.fhem.de/fhem/trunk@1120 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2011-11-26 11:19:39 +00:00

33 lines
1.3 KiB
CSS

/* Author: Volker */
.background { fill:#444444; }
text { font-family:Arial, Helvetica, sans-serif; font-size:12px; fill:#CCCCCC;}
text.title {font-family:Arial, Helvetica, sans-serif; font-size:16px; fill:#CCCCCC;}
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;}