238 lines
4.3 KiB
CSS
238 lines
4.3 KiB
CSS
.tab-pid_tuning {
|
|
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.tab-pid_tuning input[type="number"]::-webkit-inner-spin-button {
|
|
border: 0;
|
|
}
|
|
|
|
.tab-pid_tuning table {
|
|
float: left;
|
|
margin:0px;
|
|
border-collapse: collapse;
|
|
width: calc(100% - -1px);
|
|
}
|
|
|
|
.tab-pid_tuning .gui_box {
|
|
margin-bottom:0px !important;
|
|
}
|
|
|
|
.tab-pid_tuning table,
|
|
.tab-pid_tuning table td {
|
|
padding: 1px;
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.tab-pid_tuning table tr td:first-child {
|
|
text-align: left;
|
|
padding-left:5px;
|
|
}
|
|
|
|
.tab-pid_tuning table tr td:last-child {
|
|
border-right: 0px solid #ccc;
|
|
|
|
}
|
|
|
|
|
|
.tab-pid_tuning table td {
|
|
padding: 1px;
|
|
width:25%;
|
|
border-right: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
.tab-pid_tuning table tr td {
|
|
text-align: left;
|
|
padding-left: 0px;
|
|
}
|
|
|
|
.tab-pid_tuning table tr:nth-child(odd) {
|
|
}
|
|
|
|
.tab-pid_tuning table input {
|
|
display: block;
|
|
width: calc(100% - 0px);
|
|
height: 20px;
|
|
line-height: 20px;
|
|
text-align: right;
|
|
border:0px solid #ccc;
|
|
border-radius:0px;
|
|
}
|
|
.tab-pid_tuning .controller {
|
|
float: left;
|
|
width: calc(50% - 12px);
|
|
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;
|
|
}
|
|
.tab-pid_tuning .profile {
|
|
float: left;
|
|
width: calc(25% - 2px); /* - border*/
|
|
border: 1px solid #ccc;
|
|
border-radius: 3px;
|
|
}
|
|
.tab-pid_tuning .profile .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 .profile select {
|
|
width: 100%;
|
|
padding-left: calc(100% - 35px);
|
|
height: 20px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.tab-pid_tuning .pid_tuning .name {
|
|
width: 30%;
|
|
}
|
|
.tab-pid_tuning .rate-tpa {
|
|
float: right;
|
|
width: calc(100% - 0px); /* - ( "virtual" margin) */
|
|
}
|
|
.tab-pid_tuning .top-buttons {
|
|
float:right;
|
|
}
|
|
|
|
.tab-pid_tuning .fixed_band {
|
|
position: absolute;
|
|
width: 100%;
|
|
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);
|
|
|
|
}
|
|
|
|
.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;
|
|
opacity: 0.15;
|
|
}
|