2013-12-07 22:13:29 +00:00
|
|
|
.tab-receiver {
|
|
|
|
}
|
2014-01-23 22:47:14 +00:00
|
|
|
.tab-receiver input[type="number"]::-webkit-inner-spin-button {
|
|
|
|
border: 0;
|
2014-01-22 15:03:14 +00:00
|
|
|
}
|
2013-12-07 22:13:29 +00:00
|
|
|
.tab-receiver .bars {
|
|
|
|
float: left;
|
2014-05-05 10:44:29 +00:00
|
|
|
width: 45%;
|
2014-03-29 18:21:13 +00:00
|
|
|
|
|
|
|
font-weight: bold;
|
2013-12-07 22:13:29 +00:00
|
|
|
}
|
|
|
|
.tab-receiver .bars ul {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
2014-05-19 21:36:04 +00:00
|
|
|
.tab-receiver .bars ul:nth-of-type(1) {
|
|
|
|
color: #00A8F0;
|
|
|
|
}
|
|
|
|
.tab-receiver .bars ul:nth-of-type(2) {
|
|
|
|
color: #C0D800;
|
|
|
|
}
|
|
|
|
.tab-receiver .bars ul:nth-of-type(3) {
|
|
|
|
color: #f8921a;
|
|
|
|
}
|
|
|
|
.tab-receiver .bars ul:nth-of-type(4) {
|
|
|
|
color: #f02525;
|
|
|
|
}
|
|
|
|
.tab-receiver .bars ul:nth-of-type(5) {
|
|
|
|
color: #9440ED;
|
|
|
|
}
|
|
|
|
.tab-receiver .bars ul:nth-of-type(6) {
|
|
|
|
color: #45147a;
|
|
|
|
}
|
|
|
|
.tab-receiver .bars ul:nth-of-type(7) {
|
|
|
|
color: #cf7a26;
|
|
|
|
}
|
|
|
|
.tab-receiver .bars ul:nth-of-type(8) {
|
|
|
|
color: #147a66;
|
|
|
|
}
|
|
|
|
.tab-receiver .bars ul:nth-of-type(9) {
|
|
|
|
color: #0609a9;
|
|
|
|
}
|
|
|
|
.tab-receiver .bars ul:nth-of-type(10) {
|
|
|
|
color: #7a1445;
|
|
|
|
}
|
|
|
|
.tab-receiver .bars ul:nth-of-type(11) {
|
|
|
|
color: #267acf;
|
|
|
|
}
|
|
|
|
.tab-receiver .bars ul:nth-of-type(12) {
|
|
|
|
color: #7a6614;
|
|
|
|
}
|
2013-12-07 22:13:29 +00:00
|
|
|
.tab-receiver .bars li {
|
|
|
|
float: left;
|
2014-03-29 18:21:13 +00:00
|
|
|
|
|
|
|
height: 22px;
|
|
|
|
line-height: 20px;
|
2013-12-07 22:13:29 +00:00
|
|
|
}
|
|
|
|
.tab-receiver .bars .name {
|
2014-03-29 18:21:13 +00:00
|
|
|
width: 60px;
|
2014-05-05 10:44:29 +00:00
|
|
|
}
|
|
|
|
.tab-receiver .bars .meter {
|
|
|
|
width: 70%;
|
2013-12-07 22:13:29 +00:00
|
|
|
}
|
|
|
|
.tab-receiver .bars .meter meter {
|
2014-03-29 18:21:13 +00:00
|
|
|
margin-top: 4px;
|
|
|
|
|
2014-05-05 10:44:29 +00:00
|
|
|
width: 100%;
|
2014-03-29 18:21:13 +00:00
|
|
|
height: 14px;
|
2014-03-08 05:25:15 +00:00
|
|
|
|
2013-12-07 22:13:29 +00:00
|
|
|
border: 1px solid silver;
|
|
|
|
}
|
|
|
|
.tab-receiver .bars .value {
|
2013-12-18 13:57:27 +00:00
|
|
|
width: 50px;
|
2014-03-29 18:21:13 +00:00
|
|
|
margin-left: 10px;
|
2013-12-07 22:13:29 +00:00
|
|
|
}
|
|
|
|
.tab-receiver .tunings {
|
2013-12-18 13:57:27 +00:00
|
|
|
float: right;
|
2013-12-07 22:13:29 +00:00
|
|
|
}
|
|
|
|
.tab-receiver .tunings table {
|
|
|
|
border-collapse: collapse;
|
2014-01-04 10:13:59 +00:00
|
|
|
}
|
|
|
|
.tab-receiver .tunings .throttle {
|
|
|
|
margin-bottom: 22px;
|
2013-12-07 22:13:29 +00:00
|
|
|
}
|
|
|
|
.tab-receiver .tunings table, .tab-receiver .tunings table th, .tab-receiver .tunings table td {
|
2014-01-04 10:13:59 +00:00
|
|
|
padding: 4px;
|
2013-12-07 22:13:29 +00:00
|
|
|
border: 1px solid #8b8b8b;
|
|
|
|
}
|
2014-01-04 10:13:59 +00:00
|
|
|
.tab-receiver .tunings table th {
|
|
|
|
width: 118px;
|
|
|
|
}
|
|
|
|
.tab-receiver .tunings table td {
|
|
|
|
padding: 1px;
|
|
|
|
}
|
2013-12-07 22:13:29 +00:00
|
|
|
.tab-receiver .tunings table tr:nth-child(odd) {
|
|
|
|
background-color: #ececec;
|
2014-03-08 05:25:15 +00:00
|
|
|
}
|
2013-12-07 22:13:29 +00:00
|
|
|
.tab-receiver .tunings table input {
|
2014-01-04 10:13:59 +00:00
|
|
|
width: 116px;
|
2013-12-07 22:13:29 +00:00
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
2014-03-08 05:25:15 +00:00
|
|
|
|
2013-12-07 22:13:29 +00:00
|
|
|
padding: 0 5px 0 5px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2013-12-18 13:57:27 +00:00
|
|
|
.tab-receiver .curves {
|
2013-12-07 22:13:29 +00:00
|
|
|
float: right;
|
2013-12-18 13:57:27 +00:00
|
|
|
}
|
|
|
|
.tab-receiver .throttle_curve {
|
2014-01-03 09:22:22 +00:00
|
|
|
margin: 0 10px 10px 0;
|
2014-03-08 05:25:15 +00:00
|
|
|
|
2013-12-07 22:13:29 +00:00
|
|
|
width: 220px;
|
|
|
|
height: 58px;
|
2014-03-08 05:25:15 +00:00
|
|
|
|
2013-12-07 22:13:29 +00:00
|
|
|
border: 1px solid silver;
|
|
|
|
}
|
|
|
|
.tab-receiver .pitch_roll_curve {
|
2014-01-03 09:22:22 +00:00
|
|
|
margin: 0 10px 0 0;
|
2013-12-18 13:57:27 +00:00
|
|
|
|
2013-12-07 22:13:29 +00:00
|
|
|
width: 220px;
|
|
|
|
height: 58px;
|
2014-03-08 05:25:15 +00:00
|
|
|
|
2013-12-07 22:13:29 +00:00
|
|
|
border: 1px solid silver;
|
2014-01-04 10:13:59 +00:00
|
|
|
}
|
2014-03-06 18:50:01 +00:00
|
|
|
.tab-receiver select[name="rx_refresh_rate"] {
|
|
|
|
float: right;
|
2014-03-29 18:21:13 +00:00
|
|
|
|
2014-03-06 18:50:01 +00:00
|
|
|
border: 1px solid silver;
|
2014-03-29 18:21:13 +00:00
|
|
|
}
|
2014-05-16 08:13:30 +00:00
|
|
|
.tab-receiver #RX_plot {
|
2014-06-24 13:25:32 +00:00
|
|
|
width: 100%;
|
2014-05-16 08:13:30 +00:00
|
|
|
height: 200px;
|
|
|
|
}
|
|
|
|
.tab-receiver #RX_plot .line:nth-child(1) {
|
|
|
|
stroke: #00A8F0;
|
|
|
|
}
|
|
|
|
.tab-receiver #RX_plot .line:nth-child(2) {
|
|
|
|
stroke: #C0D800;
|
|
|
|
}
|
|
|
|
.tab-receiver #RX_plot .line:nth-child(3) {
|
2014-05-19 21:36:04 +00:00
|
|
|
stroke: #f8921a;
|
2014-05-16 08:13:30 +00:00
|
|
|
}
|
|
|
|
.tab-receiver #RX_plot .line:nth-child(4) {
|
2014-05-19 21:36:04 +00:00
|
|
|
stroke: #f02525;
|
2014-05-16 08:13:30 +00:00
|
|
|
}
|
|
|
|
.tab-receiver #RX_plot .line:nth-child(5) {
|
|
|
|
stroke: #9440ED;
|
|
|
|
}
|
|
|
|
.tab-receiver #RX_plot .line:nth-child(6) {
|
|
|
|
stroke: #45147A;
|
|
|
|
}
|
|
|
|
.tab-receiver #RX_plot .line:nth-child(7) {
|
|
|
|
stroke: #CF7A26;
|
|
|
|
}
|
|
|
|
.tab-receiver #RX_plot .line:nth-child(8) {
|
|
|
|
stroke: #147A66;
|
|
|
|
}
|
2014-05-19 21:36:04 +00:00
|
|
|
.tab-receiver #RX_plot .line:nth-child(9) {
|
|
|
|
stroke: #0609a9;
|
|
|
|
}
|
|
|
|
.tab-receiver #RX_plot .line:nth-child(10) {
|
|
|
|
stroke: #7a1445;
|
|
|
|
}
|
|
|
|
.tab-receiver #RX_plot .line:nth-child(11) {
|
|
|
|
stroke: #267acf;
|
|
|
|
}
|
|
|
|
.tab-receiver #RX_plot .line:nth-child(12) {
|
|
|
|
stroke: #7a6614;
|
|
|
|
}
|
2014-07-04 18:55:46 +00:00
|
|
|
.tab-receiver .buttons {
|
|
|
|
width: calc(100% - 20px);
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
bottom: 10px;
|
|
|
|
}
|
|
|
|
.tab-receiver .update,
|
|
|
|
.tab-receiver .refresh {
|
|
|
|
display: block;
|
|
|
|
float: right;
|
|
|
|
|
|
|
|
margin-top: 22px;
|
|
|
|
|
|
|
|
height: 28px;
|
|
|
|
line-height: 28px;
|
|
|
|
|
|
|
|
padding: 0 15px 0 15px;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
border: 1px solid silver;
|
|
|
|
background-color: #ececec;
|
|
|
|
}
|
|
|
|
.tab-receiver .refresh {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
.tab-receiver .update:hover,
|
|
|
|
.tab-receiver .refresh:hover {
|
|
|
|
background-color: #dedcdc;
|
|
|
|
}
|
2014-03-29 18:21:13 +00:00
|
|
|
|
|
|
|
/* SVG classes*/
|
|
|
|
.tab-receiver .grid .tick {
|
|
|
|
stroke: silver;
|
|
|
|
shape-rendering: crispEdges;
|
|
|
|
}
|
|
|
|
.tab-receiver .line {
|
|
|
|
stroke-width: 2px;
|
|
|
|
fill: none;
|
|
|
|
}
|
|
|
|
.tab-receiver .grid path {
|
|
|
|
stroke-width: 0;
|
|
|
|
}
|
|
|
|
.tab-receiver .axis path, .axis line {
|
|
|
|
fill: none;
|
|
|
|
stroke: #000;
|
|
|
|
shape-rendering: crispEdges;
|
2014-05-16 08:13:30 +00:00
|
|
|
}
|