redo paper background so that it tiles better (#1790)
redo paper background so that it tiles better10.7.0-preview
commit
9bf2595cdc
|
@ -8,7 +8,6 @@
|
||||||
--boxBackground: #3a3a3a;
|
--boxBackground: #3a3a3a;
|
||||||
--alternativeBackground: #4e4e4e;
|
--alternativeBackground: #4e4e4e;
|
||||||
--sideBackground: #404040;
|
--sideBackground: #404040;
|
||||||
--paper: url(../../images/paper-dark.jpg);
|
|
||||||
--ledAccent: #6e6e6e;
|
--ledAccent: #6e6e6e;
|
||||||
--ledBackground: #424242;
|
--ledBackground: #424242;
|
||||||
--gimbalBackground: var(--subtleAccent);
|
--gimbalBackground: var(--subtleAccent);
|
||||||
|
@ -16,6 +15,10 @@
|
||||||
--switcherysecond: #858585;
|
--switcherysecond: #858585;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.background_paper {
|
||||||
|
background-image: url(../images/paper-dark.png);
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
--boxBackground: #ffffff;
|
--boxBackground: #ffffff;
|
||||||
--alternativeBackground: #f9f9f9;
|
--alternativeBackground: #f9f9f9;
|
||||||
--sideBackground: #ffffff;
|
--sideBackground: #ffffff;
|
||||||
--paper: url(../../images/paper.jpg);
|
|
||||||
--ledAccent: #adadad;
|
--ledAccent: #adadad;
|
||||||
--ledBackground: #e9e9e9;
|
--ledBackground: #e9e9e9;
|
||||||
--gimbalBackground: #eee;
|
--gimbalBackground: #eee;
|
||||||
|
@ -56,6 +55,12 @@ a.disabled {
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.background_paper {
|
||||||
|
background-size: 100%;
|
||||||
|
background-image: url(../images/paper.png);
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
|
||||||
/* Help-Icon */
|
/* Help-Icon */
|
||||||
.helpicon {
|
.helpicon {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
|
@ -47,9 +47,7 @@
|
||||||
.tab-pid_tuning .throttle_curve {
|
.tab-pid_tuning .throttle_curve {
|
||||||
float: right;
|
float: right;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-image: var(--paper);
|
|
||||||
background-size: 200%;
|
background-size: 200%;
|
||||||
background-position: center;
|
|
||||||
height: 164px;
|
height: 164px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -62,9 +60,7 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 234px;
|
min-height: 234px;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
background-image: var(--paper);
|
|
||||||
background-size: 200%;
|
background-size: 200%;
|
||||||
background-position: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-pid_tuning input[type="number"]::-webkit-inner-spin-button {
|
.tab-pid_tuning input[type="number"]::-webkit-inner-spin-button {
|
||||||
|
@ -625,9 +621,7 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background-image: var(--paper);
|
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
background-position: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-pid_tuning .pidTuning td {
|
.tab-pid_tuning .pidTuning td {
|
||||||
|
|
|
@ -474,9 +474,6 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background-image: var(--paper);
|
|
||||||
background-size: 100%;
|
|
||||||
background-position: center;
|
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
|
|
|
@ -61,15 +61,12 @@
|
||||||
background-color: #dedcdc;
|
background-color: #dedcdc;
|
||||||
}
|
}
|
||||||
|
|
||||||
#canvas_wrapper {
|
.tab-setup #canvas_wrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-image: var(--paper);
|
|
||||||
background-size: 100%;
|
|
||||||
background-position: center;
|
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 433 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 287 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
|
@ -687,7 +687,7 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<div class="rate_curve" style="position:relative;" >
|
<div class="rate_curve background_paper" style="position:relative;" >
|
||||||
<canvas id="rate_curve_layer0" height="120px" style="position:absolute; top: 0; left: 0; z-index: 0; height:100%; width:100%;"></canvas>
|
<canvas id="rate_curve_layer0" height="120px" style="position:absolute; top: 0; left: 0; z-index: 0; height:100%; width:100%;"></canvas>
|
||||||
<canvas id="rate_curve_layer1" height="120px" style="position:absolute; top: 0; left: 0; z-index: 1; height:100%; width:100%;"></canvas>
|
<canvas id="rate_curve_layer1" height="120px" style="position:absolute; top: 0; left: 0; z-index: 1; height:100%; width:100%;"></canvas>
|
||||||
</div>
|
</div>
|
||||||
|
@ -778,7 +778,7 @@
|
||||||
</thead>
|
</thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" class="throttleCurvePreview">
|
<td colspan="2" class="throttleCurvePreview">
|
||||||
<div class="throttle_curve">
|
<div class="throttle_curve background_paper">
|
||||||
<canvas height="164px" style="width: 100%; height: 100%"></canvas>
|
<canvas height="164px" style="width: 100%; height: 100%"></canvas>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
@ -798,7 +798,7 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="rates_preview_cell">
|
<td class="rates_preview_cell">
|
||||||
<div class="rates_preview">
|
<div class="rates_preview background_paper">
|
||||||
<canvas id="canvas"></canvas>
|
<canvas id="canvas"></canvas>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
@ -277,7 +277,7 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="model_preview_cell">
|
<td class="model_preview_cell">
|
||||||
<div class="model_preview">
|
<div class="model_preview background_paper">
|
||||||
<canvas id="canvas"></canvas>
|
<canvas id="canvas"></canvas>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
<div class="spacer_right">
|
<div class="spacer_right">
|
||||||
<div class="model-and-info">
|
<div class="model-and-info">
|
||||||
<div id="interactive_block">
|
<div id="interactive_block">
|
||||||
<div id="canvas_wrapper">
|
<div id="canvas_wrapper" class="background_paper">
|
||||||
<canvas id="canvas"></canvas>
|
<canvas id="canvas"></canvas>
|
||||||
<div class="attitude_info">
|
<div class="attitude_info">
|
||||||
<dl>
|
<dl>
|
||||||
|
|
Loading…
Reference in New Issue