mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
iOS 6 Theme for FHEM - icon menu more iOS like, Logo Color: Forum #23406, Entry #166953 from Blackcat
git-svn-id: https://svn.fhem.de/fhem/trunk@5849 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
43ec4d5e0c
commit
43ccee130a
@ -2,6 +2,8 @@
|
||||
/* by Sandra Ohmayer */
|
||||
/* http://www.animeschatten.net */
|
||||
|
||||
@import url("ios6touchpadstyle.css");
|
||||
|
||||
#menu {
|
||||
height: 100vh;
|
||||
}
|
||||
@ -43,14 +45,7 @@ height: 1004px !important;
|
||||
}
|
||||
}
|
||||
body {
|
||||
background-color: #F7F7F7;
|
||||
background-repeat:no-repeat;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font: normal 9px Helvetica, Sans-serif;
|
||||
text-decoration:none;
|
||||
color: #385487;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
body[id~=Media] { background-color: #A5A5A5;
|
||||
@ -59,33 +54,6 @@ body[id~=Media] { background-color: #A5A5A5;
|
||||
background-image:url(../icons/Media.bak);
|
||||
background-repeat:no-repeat; }
|
||||
|
||||
#logo {
|
||||
position:absolute; top:5px; left:5px;
|
||||
width:29px; height:29px;
|
||||
z-index:99;
|
||||
background-image: url(../images/fhemSVG/system_fhem.svg),-webkit-gradient(
|
||||
linear,
|
||||
right top,
|
||||
right bottom,
|
||||
color-stop(0, #E7EBF5),
|
||||
color-stop(0.02, #C8D4E9),
|
||||
color-stop(0.76, #5274B3),
|
||||
color-stop(0.98, #204994)
|
||||
);
|
||||
background-image: url(../images/fhemSVG/system_fhem.svg),-o-linear-gradient(bottom, #E7EBF5 0%, #C8D4E9 2%, #5274B3 76%, #204994 98%);
|
||||
background-image: url(../images/fhemSVG/system_fhem.svg),-moz-linear-gradient(bottom, #E7EBF5 0%, #C8D4E9 2%, #5274B3 76%, #204994 98%);
|
||||
background-image: url(../images/fhemSVG/system_fhem.svg),-webkit-linear-gradient(top, #E7EBF5 0%, #C8D4E9 2%, #5274B3 76%, #204994 98%);
|
||||
background-image: url(../images/fhemSVG/system_fhem.svg),-ms-linear-gradient(bottom, #E7EBF5 0%, #C8D4E9 2%, #5274B3 76%, #204994 98%);
|
||||
background-image: url(../images/fhemSVG/system_fhem.svg),linear-gradient(to bottom, #E7EBF5 0%, #C8D4E9 2%, #5274B3 76%, #204994 98%);
|
||||
|
||||
background-size: 25px 25px, contain;
|
||||
background-position: 2px 2px, 0px 0px;
|
||||
background-repeat:no-repeat;
|
||||
border-radius:5px;
|
||||
border: 2px solid #000000;
|
||||
background-color:#4b6dab;
|
||||
}
|
||||
|
||||
#backimg {
|
||||
position:absolute; top:0px; left:201px;
|
||||
}
|
||||
@ -101,7 +69,7 @@ padding:0px;
|
||||
border-right: 1px solid #000000;
|
||||
}
|
||||
#menu.floorplan a {
|
||||
padding-left: 12px;
|
||||
padding-left: 7px;
|
||||
display:block;
|
||||
vertical-align: middle;
|
||||
color:#000000;
|
||||
@ -167,7 +135,7 @@ text-shadow: 0px -1px #000000;
|
||||
|
||||
#menu.floorplan tr:first-child td {
|
||||
text-align:center;
|
||||
padding-right: 12px;
|
||||
padding-right: 7px;
|
||||
}
|
||||
|
||||
|
||||
|
@ -148,30 +148,53 @@ svg.on,svg.FS20_on { fill:orange; }
|
||||
|
||||
#logo {
|
||||
position:absolute; top:5px; left:5px;
|
||||
width:29px; height:29px;
|
||||
width:28px; height:28px;
|
||||
z-index:99;
|
||||
background-image: url(../images/fhemSVG/system_fhem.svg),-webkit-gradient(
|
||||
linear,
|
||||
right top,
|
||||
right bottom,
|
||||
color-stop(0, #E7EBF5),
|
||||
color-stop(0.02, #C8D4E9),
|
||||
color-stop(0.76, #5274B3),
|
||||
color-stop(0.98, #204994)
|
||||
);
|
||||
background-image: url(../images/fhemSVG/system_fhem.svg),-o-linear-gradient(bottom, #E7EBF5 0%, #C8D4E9 2%, #5274B3 76%, #204994 98%);
|
||||
background-image: url(../images/fhemSVG/system_fhem.svg),-moz-linear-gradient(bottom, #E7EBF5 0%, #C8D4E9 2%, #5274B3 76%, #204994 98%);
|
||||
background-image: url(../images/fhemSVG/system_fhem.svg),-webkit-linear-gradient(top, #E7EBF5 0%, #C8D4E9 2%, #5274B3 76%, #204994 98%);
|
||||
background-image: url(../images/fhemSVG/system_fhem.svg),-ms-linear-gradient(bottom, #E7EBF5 0%, #C8D4E9 2%, #5274B3 76%, #204994 98%);
|
||||
background-image: url(../images/fhemSVG/system_fhem.svg),linear-gradient(to bottom, #E7EBF5 0%, #C8D4E9 2%, #5274B3 76%, #204994 98%);
|
||||
background-image: url(../images/fhemSVG/system_fhem.svg);
|
||||
|
||||
background-size: 25px 25px, contain;
|
||||
background: url(../images/fhemSVG/system_fhem.svg),-moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.2) 100%); /* FF3.6+ */
|
||||
background: url(../images/fhemSVG/system_fhem.svg),-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0.2))); /* Chrome,Safari4+ */
|
||||
background: url(../images/fhemSVG/system_fhem.svg),-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: url(../images/fhemSVG/system_fhem.svg),-o-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); /* Opera 11.10+ */
|
||||
background: url(../images/fhemSVG/system_fhem.svg),-ms-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); /* IE10+ */
|
||||
background: url(../images/fhemSVG/system_fhem.svg),linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#33ffffff',GradientType=0 ); /* IE6-9 */
|
||||
|
||||
|
||||
background-size: 24px 24px, 28px 8px;
|
||||
background-position: 2px 2px, 0px 0px;
|
||||
background-repeat:no-repeat;
|
||||
border-radius:5px;
|
||||
border: 2px solid #000000;
|
||||
background-color:#bbbbbb;
|
||||
}
|
||||
|
||||
table.room svg {
|
||||
fill:#FFFFFF;
|
||||
padding:5px;
|
||||
width:18px;
|
||||
height:18px;
|
||||
|
||||
box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.7);
|
||||
|
||||
background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.2) 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0.2))); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); /* IE10+ */
|
||||
background: linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#33ffffff',GradientType=0 ); /* IE6-9 */
|
||||
|
||||
background-size: 28px 12px;
|
||||
background-repeat:no-repeat;
|
||||
border-radius:5px;
|
||||
border: 1px solid #666666;
|
||||
background-color:#4b6dab;
|
||||
}
|
||||
table.room tr.sel a svg {
|
||||
border-color:#333333;
|
||||
background-color:#111111;
|
||||
}
|
||||
|
||||
#hdr {
|
||||
float:right;
|
||||
@ -374,12 +397,10 @@ vertical-align: middle;
|
||||
text-shadow: 0px 1px #FFFFFF;
|
||||
}
|
||||
table.room a {
|
||||
padding-left: 10px;
|
||||
padding-left: 5px;
|
||||
display:block;
|
||||
}
|
||||
table.room tr.sel a svg {
|
||||
fill:#FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
table.block tr.sel, table.room tr.sel {
|
||||
color:#FFFFFF;
|
||||
|
Loading…
Reference in New Issue
Block a user