2014-09-20 11:51:23 +00:00
|
|
|
|
2015-10-23 05:03:02 +00:00
|
|
|
|
2015-10-27 15:41:44 +00:00
|
|
|
.model-and-info {
|
|
|
|
float: left;
|
|
|
|
}
|
2015-10-25 21:04:33 +00:00
|
|
|
|
|
|
|
|
2015-10-28 10:30:24 +00:00
|
|
|
|
|
|
|
.tab_setup {
|
2015-10-25 21:04:33 +00:00
|
|
|
}
|
2015-10-28 10:30:24 +00:00
|
|
|
|
|
|
|
|
|
|
|
/*
|
2015-10-27 15:41:44 +00:00
|
|
|
*/
|
2015-10-25 21:04:33 +00:00
|
|
|
|
2015-10-27 15:41:44 +00:00
|
|
|
#interactive_block {
|
|
|
|
position: absolute;
|
|
|
|
width: calc(75% - 35px);
|
2015-10-28 10:30:24 +00:00
|
|
|
height: calc(100% - 245px);
|
2015-10-27 15:41:44 +00:00
|
|
|
background-color:#f5f5f5;
|
|
|
|
border-radius: 5px;
|
|
|
|
border:1px solid #e4e4e4;
|
|
|
|
margin-bottom:20px;
|
2015-10-28 10:30:24 +00:00
|
|
|
min-height:404px;
|
2015-10-27 15:41:44 +00:00
|
|
|
|
2015-10-25 21:04:33 +00:00
|
|
|
|
2015-10-27 15:41:44 +00:00
|
|
|
}
|
2015-10-27 15:56:54 +00:00
|
|
|
.attitude_info {
|
2015-10-27 15:41:44 +00:00
|
|
|
position: absolute;
|
2015-10-27 15:56:54 +00:00
|
|
|
top:10px;
|
|
|
|
left:10px;
|
2015-10-27 15:41:44 +00:00
|
|
|
width:120px;
|
2015-10-27 15:56:54 +00:00
|
|
|
margin: 0px 0px 0px 0px;
|
2015-10-27 15:41:44 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2015-10-25 21:04:33 +00:00
|
|
|
|
2015-10-27 15:56:54 +00:00
|
|
|
|
|
|
|
|
|
|
|
.attitude_info dl {
|
2015-10-27 15:41:44 +00:00
|
|
|
width:100%;
|
2014-09-20 11:51:23 +00:00
|
|
|
}
|
2015-10-25 21:04:33 +00:00
|
|
|
|
|
|
|
|
2015-10-27 15:56:54 +00:00
|
|
|
.attitude_info dt {
|
2015-10-27 15:41:44 +00:00
|
|
|
width:50%;
|
|
|
|
float:left;
|
2015-10-25 21:04:33 +00:00
|
|
|
}
|
|
|
|
|
2015-10-27 15:56:54 +00:00
|
|
|
.attitude_info dd {
|
2015-10-27 15:41:44 +00:00
|
|
|
width:50%;
|
|
|
|
float:left;
|
2015-10-25 21:04:33 +00:00
|
|
|
}
|
|
|
|
|
2015-10-27 15:41:44 +00:00
|
|
|
|
|
|
|
#interactive_block a.reset {
|
2014-09-20 11:51:23 +00:00
|
|
|
position: absolute;
|
|
|
|
display: block;
|
2015-10-27 15:41:44 +00:00
|
|
|
top: 10px;
|
|
|
|
right:10px;
|
|
|
|
z-index:10;
|
|
|
|
border-radius:3px;
|
2014-09-20 11:51:23 +00:00
|
|
|
|
|
|
|
bottom: 10px;
|
|
|
|
right: 10px;
|
|
|
|
|
|
|
|
height: 28px;
|
|
|
|
line-height: 28px;
|
|
|
|
|
|
|
|
padding: 0 15px 0 15px;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
border: 1px solid silver;
|
|
|
|
background-color: #ececec;
|
2015-10-27 15:41:44 +00:00
|
|
|
border-radius: 3px:
|
2014-09-20 11:51:23 +00:00
|
|
|
|
|
|
|
z-index: 100;
|
|
|
|
}
|
2015-10-27 15:41:44 +00:00
|
|
|
#interactive_block a.reset:hover {
|
2014-09-20 11:51:23 +00:00
|
|
|
background-color: #dedcdc;
|
|
|
|
}
|
2015-10-27 15:41:44 +00:00
|
|
|
#canvas_wrapper {
|
2014-09-20 11:51:23 +00:00
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
2015-10-27 15:41:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.block_wrapper {
|
2014-09-20 11:51:23 +00:00
|
|
|
font-size: 0;
|
|
|
|
}
|
2015-10-27 15:41:44 +00:00
|
|
|
.block {
|
2014-09-20 11:51:23 +00:00
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
|
|
|
border: 1px solid silver;
|
|
|
|
}
|
2015-10-27 15:41:44 +00:00
|
|
|
.block .head {
|
2014-09-20 11:51:23 +00:00
|
|
|
display: block;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
line-height: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
border-bottom: 1px solid silver;
|
|
|
|
background-color: #ececec;
|
|
|
|
}
|
2015-10-27 15:41:44 +00:00
|
|
|
.block.info {
|
2014-09-20 11:51:23 +00:00
|
|
|
display: inline-block;
|
2014-10-12 16:54:11 +00:00
|
|
|
margin-bottom: 10px;
|
2014-09-20 11:51:23 +00:00
|
|
|
|
2014-10-12 16:54:11 +00:00
|
|
|
vertical-align: top;
|
2014-09-20 11:51:23 +00:00
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
border: 1px solid silver;
|
|
|
|
}
|
2014-10-12 16:54:11 +00:00
|
|
|
.tab-setup .block.info .fields {
|
2014-09-20 11:51:23 +00:00
|
|
|
padding: 5px 5px 3px 5px;
|
|
|
|
}
|
2014-10-12 16:54:11 +00:00
|
|
|
.tab-setup .block.info dt {
|
2014-09-20 11:51:23 +00:00
|
|
|
float: left;
|
|
|
|
|
|
|
|
width: 99px;
|
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
2014-10-12 16:54:11 +00:00
|
|
|
.tab-setup .block.info dd {
|
2014-09-20 11:51:23 +00:00
|
|
|
width: 76px;
|
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
|
|
|
|
margin-left: 99px;
|
|
|
|
}
|
2014-10-12 16:54:11 +00:00
|
|
|
.tab-setup .block.gps {
|
|
|
|
width: 185px;
|
2015-02-19 20:39:57 +00:00
|
|
|
margin-bottom: 10px;
|
2014-10-12 16:54:11 +00:00
|
|
|
}
|
|
|
|
.tab-setup .block.gps .fields {
|
|
|
|
padding: 5px 5px 3px 5px;
|
|
|
|
}
|
|
|
|
.tab-setup .block.gps dt {
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
width: 85px;
|
|
|
|
height: 20px;
|
|
|
|
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
|
2015-10-27 15:41:44 +00:00
|
|
|
.block.instruments {
|
|
|
|
width: 285px;
|
|
|
|
align-content:center;
|
|
|
|
text-align:center;
|
|
|
|
ma
|
2015-02-19 20:39:57 +00:00
|
|
|
}
|
2015-10-27 15:41:44 +00:00
|
|
|
.buttons {
|
2014-09-20 11:51:23 +00:00
|
|
|
width: calc(100% - 20px);
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
bottom: 10px;
|
|
|
|
}
|
2015-10-27 15:41:44 +00:00
|
|
|
.update {
|
2014-09-20 11:51:23 +00:00
|
|
|
display: block;
|
|
|
|
float: right;
|
|
|
|
|
|
|
|
height: 28px;
|
|
|
|
line-height: 28px;
|
|
|
|
|
|
|
|
padding: 0 15px 0 15px;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
border: 1px solid silver;
|
|
|
|
background-color: #ececec;
|
|
|
|
}
|
|
|
|
.tab-setup .update:hover {
|
|
|
|
background-color: #dedcdc;
|
2015-02-19 20:39:57 +00:00
|
|
|
}
|
2015-10-27 15:41:44 +00:00
|
|
|
|
|
|
|
.cell_setup {
|
|
|
|
border-bottom: solid 1px #ddd;
|
|
|
|
padding-bottom:8px;
|
|
|
|
padding-top:7px;
|
|
|
|
}
|
|
|
|
|
2015-10-28 10:30:24 +00:00
|
|
|
|
2015-10-27 15:41:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|