2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00
fhem-mirror/fhem/www/pgm2/ios6svg_style.css
blackcatsandy 5a647107d5 Responsive iOS 6 Theme - ios6.js needs to be added in the config.
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
2015-01-23 13:02:22 +00:00

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;}