mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
e0de1d35d6
git-svn-id: https://svn.fhem.de/fhem/trunk@1120 2b470e98-0d58-463d-a4d8-8e2adae1ed80
33 lines
1.3 KiB
CSS
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;}
|