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

ios6Common.css: Patches from Blackcat (Forum #23406)

git-svn-id: https://svn.fhem.de/fhem/trunk@18852 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2019-03-10 17:07:33 +00:00
parent fce7f4fc6f
commit c917e61bcb
3 changed files with 1501 additions and 1861 deletions

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -17,7 +17,6 @@
text-shadow: 0px 1px #FFFFFF !important;
}
.ui-widget-content {
background:none !important;
color:inherit !important;
}
.ui-dialog table {
@ -28,7 +27,7 @@ text-shadow: 0px 1px #FFFFFF !important;
}
.ui-dialog .ui-dialog-titlebar { display:none; }
.ui-button {
.ui-dialog-buttonset .ui-button {
color:#FFFFFF !important;
text-shadow: 0px -1px #000000 !important;
background:none !important;
@ -81,147 +80,17 @@ background-image: -ms-linear-gradient(bottom, #F8F9FA 0%, #EBEDEF 2%, #E4E6EA 4%
background-image: linear-gradient(to bottom, #F8F9FA 0%, #EBEDEF 2%, #E4E6EA 4%, #E2E5E8 96%, #D4D7D9 98%, #B7B9BB 100%) !important;
}
.checkbox {
margin:0 auto;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
position:relative;
display: block;
width:76px;
height:26px;
.uzsuSelect.ui-buttonset {
display: block !important;
margin: 6px 0px !important;
}
.checkbox input[type=checkbox] {
position:absolute;
left:0;
top:0;
z-index:99;
}
.checkbox input[type=checkbox]:active{
right:0px;
}
.checkbox input[type=checkbox] + label {
position:absolute;
left:0;
top:0;
display: block;
cursor:pointer;
width: 76px;
overflow: hidden;
background:#fff;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
background:-webkit-linear-gradient(left, #2d5ba8 50%, #999 50%) no-repeat -20px 0;
background:-moz-linear-gradient(left, #2d5ba8 50%, #999 50%) no-repeat -20px 0;
-webkit-transition: background-position 0.3s ease-in-out;
-moz-transition: background-position 0.3s ease-in-out;
.uzsuTimerEntry div:nth-child(2) {
display: inline-grid !important;
margin: 0px 10px 5px 0px !important;
}
.checkbox input[type=checkbox] + label span,
.checkbox input[type=checkbox] + label span:before,
.checkbox input[type=checkbox] + label span:after{
text-align:center;
display:block;
width:50px;
height:26px;
line-height:26px;
position:absolute;
top:-1px;
font-weight:bold;
text-indent: 0;
-webkit-box-shadow:inset 1px 2px 2px 0 rgba(0,0,0,.2);
-moz-box-shadow:inset 1px 2px 2px 0 rgba(0,0,0,.2);
box-shadow:inset 1px 2px 2px 0 rgba(0,0,0,.2);
}
.checkbox input[type=checkbox] + label span{
text-indent: -9999px;
top:0;
position:relative;
left:0;
width:26px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
background:-webkit-linear-gradient(#efefef 1px, #cecece 1px, #fbfbfb);
background:-moz-linear-gradient(#efefef 1px, #cecece 1px, #fbfbfb);
-webkit-transition: left 0.3s ease-in-out;
-moz-transition: left 0.3s ease-in-out;
border:solid 1px;
border-color: #919191 #9f9f9f #999999 #90aacf;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
.checkbox input[type=checkbox] + label span:before{
color:#eee;
text-shadow:0 1px rgba(255,255,255,.1), 0 -1px rgba(0,0,0,.3);
content:"I";
background-image: -webkit-gradient(
linear,
right top,
right bottom,
color-stop(0, #C0E2FC),
color-stop(0.02, #44AAF8),
color-stop(0.04, #0589F5),
color-stop(0.96, #015DE6),
color-stop(0.98, #0157D8),
color-stop(1, #014BBB),
color-stop(1, #1B72FF)
) !important;
background-image: -o-linear-gradient(bottom, #C0E2FC 0%, #44AAF8 2%, #0589F5 4%, #015DE6 96%, #0157D8 98%, #014BBB 100%, #1B72FF 100%) !important;
background-image: -moz-linear-gradient(bottom, #C0E2FC 0%, #44AAF8 2%, #0589F5 4%, #015DE6 96%, #0157D8 98%, #014BBB 100%, #1B72FF 100%) !important;
background-image: -webkit-linear-gradient(top, #C0E2FC 0%, #44AAF8 2%, #0589F5 4%, #015DE6 96%, #0157D8 98%, #014BBB 100%, #1B72FF 100%) !important;
background-image: -ms-linear-gradient(bottom, #C0E2FC 0%, #44AAF8 2%, #0589F5 4%, #015DE6 96%, #0157D8 98%, #014BBB 100%, #1B72FF 100%) !important;
background-image: linear-gradient(to bottom, #C0E2FC 0%, #44AAF8 2%, #0589F5 4%, #015DE6 96%, #0157D8 98%, #014BBB 100%, #1B72FF 100%) !important;
border-top:solid 1px #133676;
border-bottom:solid 1px #6587b7;
border-radius:1px 0 0 1px;
left:-50px;
}
.checkbox input[type=checkbox] + label span:after{
color:#888;
content:"O";
left:auto;
right:-50px;
background:-webkit-linear-gradient(#ddd, #eee);
background:-moz-linear-gradient(#ddd, #eee);
border-top:solid 1px #7d7d7d;
border-bottom:solid 1px #c0c0c0;
}
.checkbox input[type=checkbox] + label:active span{
left:0px;
}
.checkbox input[type=checkbox]:checked + label:active span{
left:40px;
}
.checkbox input[type=checkbox]:checked + label span{
left:50px;
}
.checkbox input[type=checkbox]:checked + label{
background-position:20px;
}
.checkbox:before,
.checkbox:after{
content: " ";
display:block;
position:absolute;
top:0;
left:75px;
width:1px;
height:27px;
border:solid #fff;
border-width:1px 0;
z-index:20;
background:#999;
}
.checkbox:before{
left:0;
}
.colorpicker_ct .slider { background: url(../jscolor/ct_background.svg); }
.colorpicker_ct_mired .slider { background: url(../jscolor/ct_mired_background.svg); }
@ -232,7 +101,6 @@ select.svgColumn { width:50px; }
select.svgRegexp { width:120px; }
/* jQuery-UI mods */
div.ui-dialog { border:3px solid #278727; padding: 0.2em; }
div.ui-dialog div.ui-dialog-titlebar { display:none; }
div.ui-widget-content { background:#FFFFE7; }
#fwmenu {

View File

@ -72,7 +72,13 @@ and (orientation : portrait) {
body {
width:320px
}
.colorpicker_widget {
display: none !important;
}
.SVGplot {
width: 265px;
overflow: scroll;
}
#content,#right {
padding:0 10px!important
}
@ -96,7 +102,13 @@ and (orientation : portrait) {
body {
width:320px
}
.colorpicker_widget {
display: none !important;
}
.SVGplot {
width: 265px;
overflow: scroll;
}
#content,#right {
padding:0 10px!important
}
@ -119,7 +131,13 @@ and (orientation : portrait) {
body {
width:375px
}
.colorpicker_widget {
display: none !important;
}
.SVGplot {
width: 320px;
overflow: scroll;
}
#content,#right {
padding:0 10px!important
}
@ -141,6 +159,13 @@ and (orientation : portrait) {
body {
width:414px
}
.SVGplot {
width: 359px;
overflow: scroll;
}
.colorpicker_widget {
display: none;
}
}
/* iPhone 6+(landscape) ----------- */
@ -153,20 +178,11 @@ body {
}
/*iPad Skalierung*/
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
body {
width:1024px
}
}
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (max-device-width : 768px)
and (orientation : portrait) {
body {
width:768px
@ -177,7 +193,10 @@ body {
@media only screen
and (orientation : portrait) {
.isAndroidPhone {
width:360px
width:360px;
}
.colorpicker_widget {
display: none;
}
.isAndroidTablet {
}
@ -600,7 +619,8 @@ table.block tr:last-child td {
.block td:first-child {
padding-left:10px;
font-weight:700
font-weight:700;
word-break: break-word;
}
.block > tbody > tr > td:last-child {
@ -724,13 +744,13 @@ table.room tr.sel a:hover svg {
}
.slider {
margin-top:10px;
margin-top:0px;
display:inline-block;
-webkit-box-sizing:border-box;
-moz-box-sizing:padding-box;
box-sizing:padding-box;
height:9px;
width:120px;
height:28px;
width:250px;
padding:1px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
@ -753,10 +773,10 @@ table.room tr.sel a:hover svg {
box-shadow:inset 0 1px #e8e8e8;
border:1px solid #9d9d9d;
color:#666;
height:15px;
width:18px;
height:26px;
width:20px;
left:0;
top:-6px;
top:-2px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;