mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
*svg_style.css: font-opacity: 0; for Boris
git-svn-id: https://svn.fhem.de/fhem/trunk@4152 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4a59d0207c
commit
ebd73f06e1
@ -1,5 +1,5 @@
|
||||
/* Author: Volker */
|
||||
.background { fill:#444444; }
|
||||
.background { fill:#444444; font-opacity: 0; }
|
||||
|
||||
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;}
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Author: Volker */
|
||||
.background { fill:#444444; }
|
||||
.background { fill:#444444; font-opacity: 0; }
|
||||
|
||||
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;}
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Author: Volker */
|
||||
.background { fill:#444444; }
|
||||
.background { fill:#444444; font-opacity: 0; }
|
||||
|
||||
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;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
Edit: fhainz
|
||||
*/
|
||||
|
||||
.background { fill:#e5e5e5; }
|
||||
.background { fill:#e5e5e5; font-opacity: 0; }
|
||||
|
||||
text { font-family: Helvetica; font-weight:300; font-size:12px; fill:#343434;}
|
||||
text.title {font-family: Helvetica; font-weight:300; font-size:16px; fill:#343434;}
|
||||
@ -31,4 +31,4 @@ polyline { stroke:black; fill:none; }
|
||||
.l3fill{ stroke:#c34ceb; fill:url(#gr_3); } text.l3fill{ stroke:none; fill:#c34ceb; }
|
||||
.l4fill{ stroke:#ff0; fill:url(#gr_4); } text.l4fill{ stroke:none; fill:#ff0; }
|
||||
.l5fill{ stroke:#0ff; fill:url(#gr_5); } text.l5fill{ stroke:none; fill:#0ff; }
|
||||
.l6fill{ stroke:#000; fill:url(#gr_6); } text.l6fill{ stroke:none; fill:#000; }
|
||||
.l6fill{ stroke:#000; fill:url(#gr_6); } text.l6fill{ stroke:none; fill:#000; }
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* Author: Volker
|
||||
Edit: fhainz
|
||||
*/
|
||||
.background { fill:#e5e5e5; }
|
||||
.background { fill:#e5e5e5; font-opacity: 0; }
|
||||
|
||||
text { font-family: Helvetica; font-weight:300; font-size:12px; fill:#343434;}
|
||||
text.title {font-family: Helvetica; font-weight:300; font-size:16px; fill:#343434;}
|
||||
@ -30,4 +30,4 @@ polyline { stroke:black; fill:none; }
|
||||
.l3fill{ stroke:#c34ceb; fill:url(#gr_3); } text.l3fill{ stroke:none; fill:#c34ceb; }
|
||||
.l4fill{ stroke:#ff0; fill:url(#gr_4); } text.l4fill{ stroke:none; fill:#ff0; }
|
||||
.l5fill{ stroke:#0ff; fill:url(#gr_5); } text.l5fill{ stroke:none; fill:#0ff; }
|
||||
.l6fill{ stroke:#000; fill:url(#gr_6); } text.l6fill{ stroke:none; fill:#000; }
|
||||
.l6fill{ stroke:#000; fill:url(#gr_6); } text.l6fill{ stroke:none; fill:#000; }
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* Author: Volker
|
||||
Edit: fhainz
|
||||
*/
|
||||
.background { fill:#e5e5e5; }
|
||||
.background { fill:#e5e5e5; font-opacity: 0; }
|
||||
|
||||
text { font-family: Helvetica; font-weight:300; font-size:12px; fill:#343434;}
|
||||
text.title {font-family: Helvetica; font-weight:300; font-size:16px; fill:#343434;}
|
||||
@ -30,4 +30,4 @@ polyline { stroke:black; fill:none; }
|
||||
.l3fill{ stroke:#c34ceb; fill:url(#gr_3); } text.l3fill{ stroke:none; fill:#c34ceb; }
|
||||
.l4fill{ stroke:#ff0; fill:url(#gr_4); } text.l4fill{ stroke:none; fill:#ff0; }
|
||||
.l5fill{ stroke:#0ff; fill:url(#gr_5); } text.l5fill{ stroke:none; fill:#0ff; }
|
||||
.l6fill{ stroke:#000; fill:url(#gr_6); } text.l6fill{ stroke:none; fill:#000; }
|
||||
.l6fill{ stroke:#000; fill:url(#gr_6); } text.l6fill{ stroke:none; fill:#000; }
|
||||
|
@ -1,4 +1,4 @@
|
||||
.background { fill:#FFFFE7; }
|
||||
.background { fill:#FFFFE7; font-opacity: 0; }
|
||||
|
||||
text { font-family:Times; font-size:12px; }
|
||||
text.title { font-size:16px; }
|
||||
|
Loading…
Reference in New Issue
Block a user