betaflight-configurator/tabs/pid_tuning.css

238 lines
4.3 KiB
CSS
Raw Normal View History

.tab-pid_tuning {
2015-11-05 16:07:53 +00:00
}
.tab-pid_tuning .rate-tpa th {
font-weight: normal;
background-color: #ECECEC;
padding: 4px;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-weight: bold;
}
.tab-pid_tuning .rate-tpa {
border:1px solid #ccc;
margin-bottom:10px;
}
2014-09-20 12:07:00 +00:00
.tab-pid_tuning input[type="number"]::-webkit-inner-spin-button {
border: 0;
}
2014-09-20 12:07:00 +00:00
.tab-pid_tuning table {
float: left;
margin:0px;
2014-09-20 12:07:00 +00:00
border-collapse: collapse;
width: calc(100% - -1px);
}
2014-03-08 05:25:15 +00:00
2015-11-05 16:07:53 +00:00
.tab-pid_tuning .gui_box {
2015-11-06 01:38:28 +00:00
margin-bottom:0px !important;
2015-11-05 16:07:53 +00:00
}
2014-05-05 13:14:27 +00:00
2014-09-20 12:07:00 +00:00
.tab-pid_tuning table,
.tab-pid_tuning table td {
padding: 1px;
border-bottom: 1px solid #ccc;
2014-09-20 12:07:00 +00:00
}
.tab-pid_tuning table th {
padding: 0px;
border: 0px;
height:10px;
font-weight:normal;
}
.tab-pid_tuning .pid_titlebar th {
padding:5px;
text-align:left;
border-right: 1px solid #ccc;
width:calc(100% -1px);
}
.tab-pid_tuning .pid_titlebar th:first-child {
text-align:left;
}
.tab-pid_tuning .pid_titlebar th:last-child {
border-right: none;
}
2014-09-20 12:07:00 +00:00
.tab-pid_tuning table tr td:first-child {
text-align: left;
padding-left:5px;
2014-09-20 12:07:00 +00:00
}
.tab-pid_tuning table tr td:last-child {
border-right: 0px solid #ccc;
2014-09-20 12:07:00 +00:00
}
2014-09-20 12:07:00 +00:00
.tab-pid_tuning table td {
padding: 1px;
width:25%;
border-right: 1px solid #ccc;
2014-09-20 12:07:00 +00:00
}
.tab-pid_tuning table tr td {
text-align: left;
padding-left: 0px;
2014-09-20 12:07:00 +00:00
}
2014-09-20 12:07:00 +00:00
.tab-pid_tuning table tr:nth-child(odd) {
}
2014-09-20 12:07:00 +00:00
.tab-pid_tuning table input {
display: block;
width: calc(100% - 0px);
2014-09-20 12:07:00 +00:00
height: 20px;
line-height: 20px;
text-align: right;
border:0px solid #ccc;
border-radius:0px;
2014-09-20 12:07:00 +00:00
}
.tab-pid_tuning .controller {
float: left;
width: calc(50% - 12px);
2015-11-02 09:10:08 +00:00
margin-left: 10px;
margin-bottom: 10px;
border-radius: 3px;
border: 1px solid #ccc;
}
.tab-pid_tuning .controller .head {
display: block;
text-align: left;
line-height: 20px;
font-weight: bold;
padding-left:5px;
border-bottom: 1px solid #ccc;
background-color: #ececec;
}
.tab-pid_tuning .controller select {
width: 100%;
height: 20px;
line-height: 20px;
}
2014-09-20 12:07:00 +00:00
.tab-pid_tuning .profile {
float: left;
width: calc(25% - 2px); /* - border*/
border: 1px solid #ccc;
border-radius: 3px;
2014-09-20 12:07:00 +00:00
}
.tab-pid_tuning .profile .head {
display: block;
text-align: left;
2014-09-20 12:07:00 +00:00
line-height: 20px;
font-weight: bold;
padding-left:5px;
border-bottom: 1px solid #ccc;
2014-09-20 12:07:00 +00:00
background-color: #ececec;
}
2014-09-23 19:02:07 +00:00
.tab-pid_tuning .profile select {
2014-09-20 12:07:00 +00:00
width: 100%;
2014-09-23 19:02:07 +00:00
padding-left: calc(100% - 35px);
2014-09-20 12:07:00 +00:00
height: 20px;
line-height: 20px;
}
2014-09-20 12:07:00 +00:00
.tab-pid_tuning .pid_tuning .name {
width: 30%;
}
.tab-pid_tuning .rate-tpa {
float: right;
2015-11-02 09:10:08 +00:00
width: calc(100% - 0px); /* - ( "virtual" margin) */
2014-09-20 12:07:00 +00:00
}
2015-11-02 09:10:08 +00:00
.tab-pid_tuning .top-buttons {
float:right;
}
2015-11-03 00:02:41 +00:00
.tab-pid_tuning .fixed_band {
position: absolute;
width: 100%;
2015-11-03 00:02:41 +00:00
bottom: 0px;
}
.pid_mode {
width: calc(100% - 5px);
height: 20px;
background-color: #D6D6D6;
float: left;
margin: 0px;
padding: 0px;
text-align: center;
padding-left:5px;
line-height: 13px;
padding-top: 6px;
font-size: 12px;
border-bottom: 1px solid #ccc;
color: #828282;
font-family: 'open_sans', Arial;
background-image: linear-gradient(
-45deg,
rgba(255, 255, 255, .2) 10%,
transparent 10%,
transparent 20%,
rgba(255, 255, 255, .2) 20%,
rgba(255, 255, 255, .2) 30%,
transparent 30%,
transparent 40%,
rgba(255, 255, 255, .2) 40%,
rgba(255, 255, 255, .2) 50%,
transparent 50%,
transparent 60%,
rgba(255, 255, 255, .2) 60%,
rgba(255, 255, 255, .2) 70%,
transparent 70%,
transparent 80%,
rgba(255, 255, 255, .2) 80%,
rgba(255, 255, 255, .2) 90%,
transparent 90%,
transparent 100%,
rgba(255, 255, 255, .2) 100%,
transparent );
}
.pid_titlebar {
color: #fff;
background-color: #828885;
border-top-left-radius:3px;
border-top-right-radius:3px;
height:20px;
}
.pid_titlebar td:first-child {
text-align:left;
}
.show a {
margin-left: 10px;
width: calc(100% - 10px);
}
2015-11-03 00:02:41 +00:00
.tab-pid_tuning .helpicon {
margin-top:0px;
}
#content-watermark {
position: absolute;
bottom: 40px;
left: 0;
right: 0;
z-index: -1;
overflow: hidden;
background-image: url("../images/light-wide-2.svg");
background-repeat: no-repeat;
background-position: 95% 20%;
background-size: 430px;
height: 174px;
2015-11-05 15:39:30 +00:00
opacity: 0.15;
}