356 lines
9.5 KiB
CSS
356 lines
9.5 KiB
CSS
.tab-initial_setup {
|
|
}
|
|
.tab-initial_setup .section {
|
|
clear: both;
|
|
padding-bottom: 8px;
|
|
}
|
|
.tab-initial_setup .section a {
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: 170px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
|
|
text-align: center;
|
|
font-weight: bold;
|
|
|
|
border: 1px solid silver;
|
|
background-color: #ececec;
|
|
}
|
|
.tab-initial_setup .section a:hover {
|
|
background-color: #dedcdc;
|
|
}
|
|
.tab-initial_setup .section a.calibrating {
|
|
background-color: #c1c1c1;
|
|
}
|
|
.tab-initial_setup .section a.calibrating:hover {
|
|
cursor: default;
|
|
background-color: #c1c1c1;
|
|
}
|
|
.tab-initial_setup .section a.backup {
|
|
width: 80px;
|
|
margin-right: 10px;
|
|
}
|
|
.tab-initial_setup .section a.restore {
|
|
width: 80px;
|
|
}
|
|
.tab-initial_setup .section p {
|
|
margin-left: 180px;
|
|
|
|
padding: 5px;
|
|
|
|
border: 1px dotted silver;
|
|
}
|
|
#interactive_block {
|
|
float: left;
|
|
|
|
height: 300px;
|
|
width: 400px;
|
|
|
|
border: 1px solid silver;
|
|
background-color: white;
|
|
}
|
|
#interactive_block .model {
|
|
display: block;
|
|
margin: 10px 0 0 10px;
|
|
|
|
font-weight: bold;
|
|
}
|
|
#interactive_block a.reset {
|
|
position: absolute;
|
|
display: block;
|
|
|
|
margin-left: 10px;
|
|
margin-top: 235px;
|
|
|
|
height: 28px;
|
|
line-height: 28px;
|
|
|
|
padding: 0 15px 0 15px;
|
|
|
|
text-align: center;
|
|
font-weight: bold;
|
|
|
|
border: 1px solid silver;
|
|
background-color: #ececec;
|
|
|
|
z-index: 100;
|
|
}
|
|
#interactive_block a.reset:hover {
|
|
background-color: #dedcdc;
|
|
}
|
|
#perspective {
|
|
-webkit-perspective: 800;
|
|
-webkit-perspective-origin: 50% 150px; /* 150px = (350px / 2) - 25px */
|
|
}
|
|
#cube {
|
|
position: relative;
|
|
top: 110px;
|
|
left: 150px; /* (916px / 2) - 50px */
|
|
|
|
height: 100px;
|
|
width: 100px;
|
|
|
|
-webkit-transform-style: preserve-3d;
|
|
}
|
|
#cubePITCH {
|
|
-webkit-transform-style: preserve-3d;
|
|
}
|
|
#cubeROLL {
|
|
-webkit-transform-style: preserve-3d;
|
|
}
|
|
#cube .face {
|
|
position: absolute;
|
|
|
|
color: white;
|
|
font-size: 25px;
|
|
text-align: center;
|
|
}
|
|
#cube .face.one {
|
|
width: 100px;
|
|
height: 200px;
|
|
line-height: 200px;
|
|
|
|
-webkit-transform: rotateX(-90deg) translateZ(-50px);
|
|
background-color: purple;
|
|
}
|
|
#cube .face.two {
|
|
width: 100px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
|
|
-webkit-transform: translateZ(100px);
|
|
background-color: blue;
|
|
}
|
|
#cube .face.three {
|
|
width: 200px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
|
|
-webkit-transform: rotateY(90deg);
|
|
background-color: green;
|
|
}
|
|
#cube .face.four {
|
|
width: 100px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
|
|
-webkit-transform: rotateY(180deg) translateZ(100px);
|
|
background-color: black;
|
|
}
|
|
#cube .face.five {
|
|
width: 200px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
|
|
-webkit-transform: rotateY(-90deg) translateZ(100px);
|
|
background-color: red;
|
|
}
|
|
#cube .face.six {
|
|
width: 100px;
|
|
height: 200px;
|
|
line-height: 200px;
|
|
|
|
-webkit-transform: rotateX(90deg) translateZ(100px);
|
|
background-color: silver;
|
|
}
|
|
.tab-initial_setup .battery,
|
|
.tab-initial_setup .throttle,
|
|
.tab-initial_setup .acc-trim {
|
|
float: left;
|
|
display: block;
|
|
|
|
margin-left: 10px;
|
|
|
|
border: 1px solid silver;
|
|
}
|
|
.tab-initial_setup .battery .head,
|
|
.tab-initial_setup .throttle .head,
|
|
.tab-initial_setup .acc-trim .head {
|
|
display: block;
|
|
|
|
text-align: center;
|
|
line-height: 20px;
|
|
font-weight: bold;
|
|
|
|
border-bottom: 1px solid silver;
|
|
background-color: #ececec;
|
|
}
|
|
.tab-initial_setup .battery .fields,
|
|
.tab-initial_setup .throttle .fields,
|
|
.tab-initial_setup .acc-trim .fields {
|
|
padding: 5px 5px 1px 5px;
|
|
}
|
|
.tab-initial_setup .battery .bat-voltage {
|
|
padding-left: 20px;
|
|
}
|
|
.tab-initial_setup .battery dt {
|
|
float: left;
|
|
width: 100px;
|
|
line-height: 22px;
|
|
|
|
margin-bottom: 4px;
|
|
}
|
|
.tab-initial_setup .battery dd {
|
|
line-height: 22px;
|
|
|
|
margin-left: 100px;
|
|
margin-bottom: 4px;
|
|
}
|
|
.tab-initial_setup .battery input {
|
|
width: 70px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
|
|
border: 1px solid silver;
|
|
text-align: center;
|
|
}
|
|
.tab-initial_setup .throttle dt {
|
|
float: left;
|
|
width: 70px;
|
|
line-height: 22px;
|
|
|
|
margin-bottom: 3px;
|
|
}
|
|
.tab-initial_setup .throttle dd {
|
|
line-height: 22px;
|
|
|
|
margin-left: 70px;
|
|
margin-bottom: 4px;
|
|
}
|
|
.tab-initial_setup .throttle input {
|
|
width: 70px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
|
|
border: 1px solid silver;
|
|
text-align: center;
|
|
}
|
|
.tab-initial_setup .acc-trim dt {
|
|
float: left;
|
|
width: 50px;
|
|
line-height: 22px;
|
|
|
|
margin-bottom: 4px;
|
|
}
|
|
.tab-initial_setup .acc-trim dd {
|
|
margin-left: 50px;
|
|
margin-bottom: 4px;
|
|
}
|
|
.tab-initial_setup .acc-trim input {
|
|
width: 70px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
|
|
border: 1px solid silver;
|
|
text-align: center;
|
|
}
|
|
.tab-initial_setup .save_settings {
|
|
display: block;
|
|
float: left;
|
|
|
|
margin: 10px 0 0 10px;
|
|
|
|
width: 80px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
|
|
text-align: center;
|
|
font-weight: bold;
|
|
|
|
border: 1px solid silver;
|
|
background-color: #ececec;
|
|
}
|
|
.tab-initial_setup .save_settings:hover {
|
|
background-color: #dedcdc;
|
|
}
|
|
.tab-initial_setup .compass-wrapper {
|
|
position: absolute;
|
|
|
|
bottom: 30px;
|
|
right: 100px;
|
|
|
|
border: 1px solid silver;
|
|
border-radius: 50%;
|
|
}
|
|
.tab-initial_setup #compass {
|
|
position: relative;
|
|
|
|
width: 150px;
|
|
height: 150px;
|
|
|
|
border: 6px dashed silver;
|
|
border-radius: 50%;
|
|
}
|
|
.tab-initial_setup #compass span {
|
|
position: absolute;
|
|
font-weight: bold;
|
|
}
|
|
.tab-initial_setup #compass span:nth-child(1) {
|
|
left: 70px;
|
|
top: 5px;
|
|
}
|
|
.tab-initial_setup #compass span:nth-child(2) {
|
|
right: 5px;
|
|
top: 70px;
|
|
}
|
|
.tab-initial_setup #compass span:nth-child(3) {
|
|
left: 70px;
|
|
bottom: 5px;
|
|
}
|
|
.tab-initial_setup #compass span:nth-child(4) {
|
|
left: 5px;
|
|
top: 70px;
|
|
}
|
|
.tab-initial_setup #compass .pointer {
|
|
position: absolute;
|
|
|
|
height: 150px;
|
|
width: 150px;
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
}
|
|
.tab-initial_setup #compass .pointer .tip {
|
|
position: absolute;
|
|
|
|
margin-top: 14px;
|
|
margin-left: -6px;
|
|
|
|
width: 0;
|
|
height: 0;
|
|
|
|
border-left: 10px solid transparent;
|
|
border-right: 10px solid transparent;
|
|
|
|
border-bottom: 30px solid red;
|
|
}
|
|
.tab-initial_setup #compass .pointer .stick {
|
|
position: absolute;
|
|
display: block;
|
|
|
|
margin-top: -22px;
|
|
margin-right: 69px;
|
|
|
|
width: 4px;
|
|
height: 30px;
|
|
|
|
background-color: black;
|
|
}
|
|
.tab-initial_setup #compass .value {
|
|
position: relative;
|
|
|
|
top: 75px;
|
|
left: 53px;
|
|
|
|
width: 40px;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
border: 1px solid silver;
|
|
} |