1
0
mirror of https://github.com/Ylianst/MeshCommander synced 2025-12-06 06:03:20 +00:00

Firmware edition fixes, including power actions.

This commit is contained in:
Ylian Saint-Hilaire
2020-11-19 17:49:54 -08:00
parent 58d82f77bc
commit 1bd5fc3cb6
14 changed files with 679 additions and 362 deletions

View File

@@ -296,228 +296,3 @@ th {
-ms-user-select: text;
user-select: text;
}
/* Styles below are only used in NodeJS, WebSite compiler should remove these in the future */
.topCell {
background-image:url('images-commander/logoback.png');
background-repeat:no-repeat;
}
.i1 {
background: url(images-commander/icons50.png) 0px 0px;
height: 50px;
width: 50px;
cursor: pointer;
border: none;
}
.i2 {
background: url(images-commander/icons50.png) -50px 0px;
height: 50px;
width: 50px;
cursor: pointer;
border: none;
}
.i3 {
background: url(images-commander/icons50.png) -100px 0px;
height: 50px;
width: 50px;
cursor: pointer;
border: none;
}
.i4 {
background: url(images-commander/icons50.png) -150px 0px;
height: 50px;
width: 50px;
cursor: pointer;
border: none;
}
.i5 {
background: url(images-commander/icons50.png) -200px 0px;
height: 50px;
width: 50px;
cursor: pointer;
border: none;
}
.i6 {
background: url(images-commander/icons50.png) -250px 0px;
height: 50px;
width: 50px;
cursor: pointer;
border: none;
}
.j1 {
background: url(images-commander/icons26.png) 0px 0px;
height: 26px;
width: 26px;
cursor: pointer;
border: none;
}
.j2 {
background: url(images-commander/icons26.png) -26px 0px;
height: 26px;
width: 26px;
cursor: pointer;
border: none;
}
.j3 {
background: url(images-commander/icons26.png) -52px 0px;
height: 26px;
width: 26px;
cursor: pointer;
border: none;
}
.j4 {
background: url(images-commander/icons26.png) -78px 0px;
height: 26px;
width: 26px;
cursor: pointer;
border: none;
}
.j5 {
background: url(images-commander/icons26.png) -104px 0px;
height: 26px;
width: 26px;
cursor: pointer;
border: none;
}
.j6 {
background: url(images-commander/icons26.png) -130px 0px;
height: 26px;
width: 26px;
cursor: pointer;
border: none;
}
.gray {
/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/ /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%) opacity(60%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.g1 {
background-position: 0% 0%;
width: 14px;
height: 100%;
float: left;
/* fallback (Opera) */
/* Mozilla: */
/* Chrome, Safari:*/
background-image: linear-gradient(to right, #ffffff 0%, #c9c9c9 100%);
background-color: #c9c9c9;
background-repeat: repeat;
background-attachment: scroll;
}
.g2 {
background-position: 0% 0%;
width: 14px;
height: 100%;
float: right;
/* fallback (Opera) */
/* Mozilla: */
/* Chrome, Safari:*/
background-image: linear-gradient(to right, #c9c9c9 0%, #ffffff 100%);
background-color: #c9c9c9;
background-repeat: repeat;
background-attachment: scroll;
}
.g1s {
background-position: 0% 0%;
width: 14px;
height: 100%;
float: left;
/* fallback (Opera) */
/* Mozilla: */
/* Chrome, Safari:*/
background-image: linear-gradient(to right, #ffffff 0%, #a0a0a0 100%);
background-color: #a0a0a0;
background-repeat: repeat;
background-attachment: scroll;
}
.g2s {
background-position: 0% 0%;
width: 14px;
height: 100%;
float: right;
/* fallback (Opera) */
/* Mozilla: */
/* Chrome, Safari:*/
background-image: linear-gradient(to right, #a0a0a0 0%, #ffffff 100%);
background-color: #a0a0a0;
background-repeat: repeat;
background-attachment: scroll;
}
.lbbutton {
width:44px;
height:44px;
border-radius:5px;
background-color:white;
margin-left:4px;
margin-top:4px;
position:relative;
cursor:pointer;
opacity:0.5;
}
.lbbutton:hover {
opacity:1;
}
.lbbuttonsel {
opacity:0.9;
}
.lbbuttonsel2 {
width:82px;
border-radius:5px 0px 0px 5px;
opacity:1;
}
.lb1 {
background: url(images-commander/leftbar-32.png) -0px 0px;
height: 32px;
width: 32px;
cursor: pointer;
border: none;
}
.lb2 {
background: url(images-commander/leftbar-32.png) -32px 0px;
height: 32px;
width: 32px;
cursor: pointer;
border: none;
}
.lb3 {
background: url(images-commander/leftbar-32.png) -64px 0px;
height: 32px;
width: 32px;
cursor: pointer;
border: none;
}
.lb4 {
background: url(images-commander/leftbar-32.png) -96px 0px;
height: 32px;
width: 32px;
cursor: pointer;
border: none;
}