2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

iOS 6 Theme for FHEM - Floorplan background: Forum #23406, Entry #166953 from Blackcat

git-svn-id: https://svn.fhem.de/fhem/trunk@5859 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
blackcatsandy 2014-05-14 15:18:55 +00:00
parent 720c67b029
commit afe6077552

View File

@ -4,11 +4,20 @@
@import url("ios6touchpadstyle.css");
#menu {
height: 100vh;
#backimg {
width: 823px !important;
/* Firefox */
width: -moz-calc(100% - 201px) !important;
/* WebKit */
width: -webkit-calc(100% - 201px) !important;
/* Opera */
width: -o-calc(100% - 201px) !important;
/* Standard */
width: calc(100% - 201px) !important;
}
#fpmenu.fp_arrange {
position:fixed; bottom:10px; left:0px;
position:fixed; bottom:10px; left:7px;
}
/*iPad Skalierung*/
/* iPads (landscape) ----------- */
@ -46,7 +55,21 @@ height: 1004px !important;
}
body {
font: normal 9px Helvetica, Sans-serif;
background-color: #d7dadf;
background-image: -webkit-gradient(
linear,
left top,
right top,
color-stop(0.2, #D7DADF),
color-stop(0.2, #000000)
);
background-image: -o-linear-gradient(right, #D7DADF 20%, #000000 20%);
background-image: -moz-linear-gradient(right, #D7DADF 20%, #000000 20%);
background-image: -webkit-linear-gradient(to right, #D7DADF 20%, #000000 20%);
background-image: -ms-linear-gradient(right, #D7DADF 20%, #000000 20%);
background-image: linear-gradient(to right, #D7DADF 20%, #000000 20%);
background-position: 0 0;
background-size: 1000px 2500px;
background-repeat:no-repeat;
}
body[id~=Media] { background-color: #A5A5A5;