From 1b7440a9da4fce6bc18a36e9f68a6fecfeb780e8 Mon Sep 17 00:00:00 2001 From: blackcatsandy Date: Wed, 14 May 2014 12:56:00 +0000 Subject: [PATCH] iOS 6 Theme for FHEM - for smaller Desktops: Forum #23406, Entry #166953 from Blackcat git-svn-id: https://svn.fhem.de/fhem/trunk@5856 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/ios6style.css | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 fhem/www/pgm2/ios6style.css diff --git a/fhem/www/pgm2/ios6style.css b/fhem/www/pgm2/ios6style.css new file mode 100644 index 000000000..336399e2d --- /dev/null +++ b/fhem/www/pgm2/ios6style.css @@ -0,0 +1,36 @@ +/* iOS 6 Theme for FHEM */ +/* by Sandra Ohmayer */ +/* http://www.animeschatten.net */ + +@import url("ios6dashboard.css"); +@import url("ios6Common.css"); +@import url("ios6touchpadstyle.css"); + +/*For smaller Desktop-Screens*/ + +#content, #right { +width: 763px; +/* Firefox */ +width: -moz-calc(100% - 261px); +/* WebKit */ +width: -webkit-calc(100% - 261px); +/* Opera */ +width: -o-calc(100% - 261px); +/* Standard */ +width: calc(100% - 261px); +} +#content, #menu, #right { +/*old*/ +height: 704px; +/* Firefox */ +height: -moz-calc(100vh - 44px); +/* WebKit */ +height: -webkit-calc(100vh - 44px); +/* Opera */ +height: -o-calc(100vh - 44px); +/* Standard */ +height: calc(100vh - 44px); +} +#hdr input { +width: 80%; +} \ No newline at end of file