mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
![blackcatsandy](/assets/img/avatar_default.png)
Supports Desktop, iPad, iPhone - imports standard svg_style.css http://forum.fhem.de/index.php/topic,23406.msg166953.html#msg166953 git-svn-id: https://svn.fhem.de/fhem/trunk@7671 2b470e98-0d58-463d-a4d8-8e2adae1ed80
21 lines
544 B
CSS
21 lines
544 B
CSS
/* iOS 6 Theme for FHEM */
|
|
/* by Sandra Ohmayer */
|
|
/* http://www.animeschatten.net */
|
|
@import url("svg_style.css");
|
|
|
|
.background { fill:#f7f7f7;
|
|
}
|
|
|
|
text {
|
|
font: normal 10px Helvetica, Sans-serif;
|
|
fill:#000000;}
|
|
text.title {
|
|
font: normal 14px Helvetica, Sans-serif;
|
|
font-weight:bold;
|
|
fill:#4c566c;
|
|
text-shadow: 0px 1px #FFFFFF;
|
|
}
|
|
text.legend{ cursor:pointer; }
|
|
text.copy { text-decoration:underline; stroke:none; fill:blue; cursor:pointer;}
|
|
text.paste { text-decoration:underline; stroke:none; fill:blue; cursor:pointer;}
|