1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 00:05:19 +03:00
This commit is contained in:
Andi Kanzler 2024-02-10 18:08:17 -03:00
parent 939f5af04b
commit f24ccfc637
96 changed files with 16438 additions and 8058 deletions

View file

@ -4585,8 +4585,8 @@
font-style: normal;
font-weight: 400;
font-display: block;
src: url("../src/css/font-awesome/webfonts/fa-brands-400.eot");
src: url("../src/css/font-awesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../src/css/font-awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../src/css/font-awesome/webfonts/fa-brands-400.woff") format("woff"), url("../src/css/font-awesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../src/css/font-awesome/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
src: url("./../webfonts/fa-brands-400.eot");
src: url("./../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("./../../font-awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("./../../font-awesome/webfonts/fa-brands-400.woff") format("woff"), url("./../../font-awesome/webfonts/fa-brands-400.ttf") format("truetype"), url("./../../font-awesome/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
@ -4596,8 +4596,8 @@
font-style: normal;
font-weight: 400;
font-display: block;
src: url("../src/css/font-awesome/webfonts/fa-regular-400.eot");
src: url("../src/css/font-awesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../src/css/font-awesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../src/css/font-awesome/webfonts/fa-regular-400.woff") format("woff"), url("../src/css/font-awesome/webfonts/fa-regular-400.ttf") format("truetype"), url("../src/css/font-awesome/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
src: url("./../../font-awesome/webfonts/fa-regular-400.eot");
src: url("./../../font-awesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("./../../font-awesome/webfonts/fa-regular-400.woff2") format("woff2"), url("./../../font-awesome/webfonts/fa-regular-400.woff") format("woff"), url("./../../font-awesome/webfonts/fa-regular-400.ttf") format("truetype"), url("./../../font-awesome/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
font-family: 'Font Awesome 5 Free';
@ -4607,8 +4607,8 @@
font-style: normal;
font-weight: 900;
font-display: block;
src: url("../src/css/font-awesome/webfonts/fa-solid-900.eot");
src: url("../src/css/font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../src/css/font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../src/css/font-awesome/webfonts/fa-solid-900.woff") format("woff"), url("../src/css/font-awesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../src/css/font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
src: url("./../../font-awesome/webfonts/fa-solid-900.eot");
src: url("./../../font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("./../../font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("./../../font-awesome/webfonts/fa-solid-900.woff") format("woff"), url("./../../font-awesome/webfonts/fa-solid-900.ttf") format("truetype"), url("./../../font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas {

2294
src/css/main.css Normal file

File diff suppressed because it is too large Load diff

View file

@ -3,12 +3,12 @@
/*noinspection CssUnknownTarget*/
@font-face {
font-family: 'open_sanssemibold';
src: url('../src/css/opensans_webfontkit/opensans-semibold-webfont.eot');
src: url('../src/css/opensans_webfontkit/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('../src/css/opensans_webfontkit/opensans-semibold-webfont.woff2') format('woff2'),
url('../src/css/opensans_webfontkit/opensans-semibold-webfont.woff') format('woff'),
url('../src/css/opensans_webfontkit/opensans-semibold-webfont.ttf') format('truetype'),
url('../src/css/opensans_webfontkit/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
src: url('opensans-semibold-webfont.eot');
src: url('opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('opensans-semibold-webfont.woff2') format('woff2'),
url('opensans-semibold-webfont.woff') format('woff'),
url('opensans-semibold-webfont.ttf') format('truetype'),
url('opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
font-weight: normal;
font-style: normal;
}
@ -16,12 +16,12 @@
/*noinspection CssUnknownTarget*/
@font-face {
font-family: 'open_sansregular';
src: url('../src/css/opensans_webfontkit/opensans-regular-webfont.eot');
src: url('../src/css/opensans_webfontkit/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../src/css/opensans_webfontkit/opensans-regular-webfont.woff2') format('woff2'),
url('../src/css/opensans_webfontkit/opensans-regular-webfont.woff') format('woff'),
url('../src/css/opensans_webfontkit/opensans-regular-webfont.ttf') format('truetype'),
url('../src/css/opensans_webfontkit/opensans-regular-webfont.svg#open_sansregular') format('svg');
src: url('opensans-regular-webfont.eot');
src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('opensans-regular-webfont.woff2') format('woff2'),
url('opensans-regular-webfont.woff') format('woff'),
url('opensans-regular-webfont.ttf') format('truetype'),
url('opensans-regular-webfont.svg#open_sansregular') format('svg');
font-weight: normal;
font-style: normal;
}
@ -29,12 +29,12 @@
/*noinspection CssUnknownTarget*/
@font-face {
font-family: 'open_sanslight';
src: url('../src/css/opensans_webfontkit/opensans-light-webfont.eot');
src: url('../src/css/opensans_webfontkit/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
url('../src/css/opensans_webfontkit/opensans-light-webfont.woff2') format('woff2'),
url('../src/css/opensans_webfontkit/opensans-light-webfont.woff') format('woff'),
url('../src/css/opensans_webfontkit/opensans-light-webfont.ttf') format('truetype'),
url('../src/css/opensans_webfontkit/opensans-light-webfont.svg#open_sanslight') format('svg');
src: url('opensans-light-webfont.eot');
src: url('opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
url('opensans-light-webfont.woff2') format('woff2'),
url('opensans-light-webfont.woff') format('woff'),
url('opensans-light-webfont.ttf') format('truetype'),
url('opensans-light-webfont.svg#open_sanslight') format('svg');
font-weight: normal;
font-style: normal;
}
@ -42,12 +42,12 @@
/*noinspection CssUnknownTarget*/
@font-face {
font-family: 'open_sansitalic';
src: url('../src/css/opensans_webfontkit/opensans-italic-webfont.eot');
src: url('../src/css/opensans_webfontkit/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('../src/css/opensans_webfontkit/opensans-italic-webfont.woff2') format('woff2'),
url('../src/css/opensans_webfontkit/opensans-italic-webfont.woff') format('woff'),
url('../src/css/opensans_webfontkit/opensans-italic-webfont.ttf') format('truetype'),
url('../src/css/opensans_webfontkit/opensans-italic-webfont.svg#open_sansitalic') format('svg');
src: url('opensans-italic-webfont.eot');
src: url('opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('opensans-italic-webfont.woff2') format('woff2'),
url('opensans-italic-webfont.woff') format('woff'),
url('opensans-italic-webfont.ttf') format('truetype'),
url('opensans-italic-webfont.svg#open_sansitalic') format('svg');
font-weight: normal;
font-style: normal;
}
@ -55,12 +55,12 @@
/*noinspection CssUnknownTarget*/
@font-face {
font-family: 'open_sansbold_italic';
src: url('../src/css/opensans_webfontkit/opensans-bolditalic-webfont.eot');
src: url('../src/css/opensans_webfontkit/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
url('../src/css/opensans_webfontkit/opensans-bolditalic-webfont.woff2') format('woff2'),
url('../src/css/opensans_webfontkit/opensans-bolditalic-webfont.woff') format('woff'),
url('../src/css/opensans_webfontkit/opensans-bolditalic-webfont.ttf') format('truetype'),
url('../src/css/opensans_webfontkit/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
src: url('opensans-bolditalic-webfont.eot');
src: url('opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
url('opensans-bolditalic-webfont.woff2') format('woff2'),
url('opensans-bolditalic-webfont.woff') format('woff'),
url('opensans-bolditalic-webfont.ttf') format('truetype'),
url('opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
font-weight: normal;
font-style: normal;
}
@ -68,12 +68,12 @@
/*noinspection CssUnknownTarget*/
@font-face {
font-family: 'open_sansbold';
src: url('../src/css/opensans_webfontkit/opensans-bold-webfont.eot');
src: url('../src/css/opensans_webfontkit/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../src/css/opensans_webfontkit/opensans-bold-webfont.woff2') format('woff2'),
url('../src/css/opensans_webfontkit/opensans-bold-webfont.woff') format('woff'),
url('../src/css/opensans_webfontkit/opensans-bold-webfont.ttf') format('truetype'),
url('../src/css/opensans_webfontkit/opensans-bold-webfont.svg#open_sansbold') format('svg');
src: url('opensans-bold-webfont.eot');
src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('opensans-bold-webfont.woff2') format('woff2'),
url('opensans-bold-webfont.woff') format('woff'),
url('opensans-bold-webfont.ttf') format('truetype'),
url('opensans-bold-webfont.svg#open_sansbold') format('svg');
font-weight: normal;
font-style: normal;
}

4
src/css/receiver-msp.css Normal file
View file

@ -0,0 +1,4 @@
@import 'tabs/receiver_msp.css';
@import './opensans_webfontkit/fonts.css';
@import '/js/libraries/jquery.nouislider.min.css';
@import '/js/libraries/jquery.nouislider.pips.min.css';

40
src/css/styles.css Normal file
View file

@ -0,0 +1,40 @@
@import 'main.css';
@import '../js/libraries/jquery.nouislider.min.css';
@import '../js/libraries/jquery.nouislider.pips.min.css';
@import '../js/libraries/flightindicators.css';
@import 'opensans_webfontkit/fonts.css';
@import 'font-awesome/css/font-awesome.css';
@import 'dropdown-lists/css/style_lists.css';
@import '../js/libraries/switchery/switchery.css';
@import '../js/libraries/jbox/jBox.css';
@import 'logic.css';
@import 'defaults_dialog.css';
@import './../../node_modules/openlayers/dist/ol.css';
@import 'tabs/adjustments.css';
@import 'tabs/advanced_tuning.css';
@import 'tabs/auxiliary.css';
@import 'tabs/calibration.css';
@import 'tabs/cli.css';
@import 'tabs/configuration.css';
@import 'tabs/ez_tune.css';
@import 'tabs/failsafe.css';
@import 'tabs/firmware_flasher.css';
@import 'tabs/gps.css';
@import 'tabs/landing.css';
@import 'tabs/led_strip.css';
@import 'tabs/logging.css';
@import 'tabs/magnetometer.css';
@import 'tabs/mission_planer.css';
@import 'tabs/mixer.css';
@import 'tabs/modes.css';
@import 'tabs/motors.css';
@import 'tabs/onboard_logging.css';
@import 'tabs/osd.css';
@import 'tabs/pid_tuning.css';
@import 'tabs/ports.css';
@import 'tabs/profiles.css';
@import 'tabs/programming.css';
@import 'tabs/receiver.css';
@import 'tabs/sensors.css';
@import 'tabs/setup.css';
@import 'tabs/sitl.css';

View file

@ -203,7 +203,7 @@
float: right;
margin-right: 5px;
margin-top: -9px;
background: url('../../../images/icons/close1.svg') no-repeat center 100%;
background: url('./../../../images/icons/close1.svg') no-repeat center 100%;
display: block;
}

View file

@ -48,7 +48,7 @@
height: 30px;
text-align: center;
display: none;
background-image: url(../../../images/icons/check.svg);
background-image: url(./../../../images/icons/check.svg);
background-size: contain;
}
@ -77,55 +77,55 @@
}
.tab-calibration .step1 {
background-image: url(../../../images/icons/pos1_grey.svg);
background-image: url(./../../../images/icons/pos1_grey.svg);
background-size: 185px;
background-position-y: 10px;
}
.tab-calibration .step1.active, .tab-calibration .step1.finished {
background-image: url(../../../images/icons/pos1.svg);
background-image: url(./../../../images/icons/pos1.svg);
}
.tab-calibration .step2 {
background-image: url(../../../images/icons/pos2_grey.svg);
background-image: url(./../../../images/icons/pos2_grey.svg);
background-size: 185px;
background-position-y: 10px;
}
.tab-calibration .step2.active, .tab-calibration .step2.finished {
background-image: url(../../../images/icons/pos2.svg);
background-image: url(./../../../images/icons/pos2.svg);
}
.tab-calibration .step3 {
background-image: url(../../../images/icons/pos3_grey.svg);
background-image: url(./../../../images/icons/pos3_grey.svg);
}
.tab-calibration .step3.active, .tab-calibration .step3.finished {
background-image: url(../../../images/icons/pos3.svg);
background-image: url(./../../../images/icons/pos3.svg);
}
.tab-calibration .step4 {
background-image: url(../../../images/icons/pos4_grey.svg);
background-image: url(./../../../images/icons/pos4_grey.svg);
}
.tab-calibration .step4.active, .tab-calibration .step4.finished {
background-image: url(../../../images/icons/pos4.svg);
background-image: url(./../../../images/icons/pos4.svg);
}
.tab-calibration .step5 {
background-image: url(../../../images/icons/pos5_grey.svg);
background-image: url(./../../../images/icons/pos5_grey.svg);
}
.tab-calibration .step5.active, .tab-calibration .step5.finished {
background-image: url(../../../images/icons/pos5.svg);
background-image: url(./../../../images/icons/pos5.svg);
}
.tab-calibration .step6 {
background-image: url(../../../images/icons/pos6_grey.svg);
background-image: url(./../../../images/icons/pos6_grey.svg);
}
.tab-calibration .step6.active, .tab-calibration .step6.finished {
background-image: url(../../../images/icons/pos6.svg);
background-image: url(./../../../images/icons/pos6.svg);
}
.tab-calibration .note {

View file

@ -79,24 +79,6 @@
color: white;
}
.cli-textcomplete-dropdown {
border: 1px solid black;
background-color: #4f4f4f;
border-radius: 5px;
max-height: 50%;
overflow: auto;
list-style: none;
padding: 5px;
margin: 0;
}
.cli-textcomplete-dropdown a {
color: white;
cursor: pointer;
}
.cli-textcomplete-dropdown .active {
background-color: #000000;
}
@media only screen and (max-width: 1055px) , only screen and (max-device-width: 1055px) {
.tab-cli .content_wrapper {

View file

@ -166,17 +166,17 @@ hr {
.tab-configuration .pitch {
background-size: 20px;
background: url(../images/icons/cf_icon_pitch.svg) no-repeat center;
background: url(./../../../images/icons/cf_icon_pitch.svg) no-repeat center;
}
.tab-configuration .yaw {
background-size: 20px;
background: url(../images/icons/cf_icon_yaw.svg) no-repeat center;
background: url(./../../../images/icons/cf_icon_yaw.svg) no-repeat center;
}
.tab-configuration .roll {
background-size: 20px;
background: url(../images/icons/cf_icon_roll.svg) no-repeat center;
background: url(./../../../images/icons/cf_icon_roll.svg) no-repeat center;
}
.tab-configuration .board select {

View file

@ -91,22 +91,22 @@
}
.tab-failsafe .pro1 {
background: url(../images/icons/cf_failsafe_procedure1.svg) no-repeat top right 10px;
background: url(./../../../images/icons/cf_failsafe_procedure1.svg) no-repeat top right 10px;
background-size: 200px;
}
.tab-failsafe .pro2 {
background: url(../images/icons/cf_failsafe_procedure2.svg) no-repeat top right 10px;
background: url(./../../../images/icons/cf_failsafe_procedure2.svg) no-repeat top right 10px;
background-size: 200px;
}
.tab-failsafe .pro3 {
background: url(../images/icons/cf_failsafe_procedure3.svg) no-repeat top right 10px;
background: url(./../../../images/icons/cf_failsafe_procedure3.svg) no-repeat top right 10px;
background-size: 200px;
}
.tab-failsafe .pro4 {
background: url(../images/icons/cf_failsafe_procedure4.svg) no-repeat top right 10px;
background: url(./../../../images/icons/cf_failsafe_procedure4.svg) no-repeat top right 10px;
background-size: 200px;
}

View file

@ -14,7 +14,7 @@
.tab-landing .content_top {
height: 140px;
background: white url(/images/map_bg.svg);
background: white url(./../../../images/map_bg.svg);
padding: 20px;
}

View file

@ -34,71 +34,71 @@
}
.tab-mission-control .ic_save2FC {
background-image: url(../images/icons/cf_icon_MP_save2FC_grey.svg);
background-image: url(./../../../images/icons/cf_icon_MP_save2FC_grey.svg);
}
.tab-mission-control .ic_loadFromFC {
background-image: url(../images/icons/cf_icon_MP_loadFromFC_grey.svg);
background-image: url(./../../../images/icons/cf_icon_MP_loadFromFC_grey.svg);
}
.tab-mission-control .ic_save2File {
background-image: url(../images/icons/cf_icon_MP_saveFile_grey.svg);
background-image: url(./../../../images/icons/cf_icon_MP_saveFile_grey.svg);
}
.tab-mission-control .ic_loadFromFile {
background-image: url(../images/icons/cf_icon_MP_loadFile_grey.svg);
background-image: url(./../../../images/icons/cf_icon_MP_loadFile_grey.svg);
}
.tab-mission-control .ic_save2Eprom {
background-image: url(../images/icons/cf_icon_MP_save2Eprom_grey.svg);
background-image: url(./../../../images/icons/cf_icon_MP_save2Eprom_grey.svg);
}
.tab-mission-control .ic_loadFromEprom {
background-image: url(../images/icons/cf_icon_MP_loadFromEprom_grey.svg);
background-image: url(./../../../images/icons/cf_icon_MP_loadFromEprom_grey.svg);
}
.tab-mission-control .ic_removeAll {
background-image: url(../images/icons/cf_icon_MP_removeAll_grey.svg);
background-image: url(./../../../images/icons/cf_icon_MP_removeAll_grey.svg);
}
.tab-mission-control .ic_openMultimission {
background-image: url(../images/icons/cf_icon_multimission_white.svg);
background-image: url(./../../../images/icons/cf_icon_multimission_white.svg);
}
.tab-mission-control .ic_save {
background-image: url(../images/icons/cf_icon_MP_save_grey.svg);
background-image: url(./../../../images/icons/cf_icon_MP_save_grey.svg);
}
.tab-mission-control .ic_cancel {
background-image: url(../images/icons/cf_icon_MP_cancel_grey.svg);
background-image: url(./../../../images/icons/cf_icon_MP_cancel_grey.svg);
}
.tab-mission-control .ic_add {
background-image: url(../images/icons/cf_icon_MP_add_grey.svg);
background-image: url(./../../../images/icons/cf_icon_MP_add_grey.svg);
}
.tab-mission-control .ic_show {
background-image: url(../images/icons/cf_icon_MP_show_grey.svg);
background-image: url(./../../../images/icons/cf_icon_MP_show_grey.svg);
}
.tab-mission-control .ic_hide {
background-image: url(../images/icons/cf_icon_MP_hide_grey.svg);
background-image: url(./../../../images/icons/cf_icon_MP_hide_grey.svg);
}
.tab-mission-control .ic_play {
background-image: url(../images/icons/cf_icon_MP_play_grey.svg);
background-image: url(../..//images/icons/cf_icon_MP_play_grey.svg);
}
.tab-mission-control .ic_stop {
background-image: url(../images/icons/cf_icon_MP_stop_grey.svg);
background-image: url(./../../../images/icons/cf_icon_MP_stop_grey.svg);
}
.tab-mission-control .ic_center {
background-image: url(../images/icons/cf_icon_MP_center_grey.svg);
background-image: url(./../../../images/icons/cf_icon_MP_center_grey.svg);
}
.tab-mission-control .ic_setup {
background-image: url(../images/icons/cf_icon_setup_white.svg);
background-image: url(./../../../images/icons/cf_icon_setup_white.svg);
}
.tab-mission-control .btnicon {

View file

@ -344,7 +344,7 @@
right: 0;
z-index: -1;
overflow: hidden;
background: url("../../../images/light-wide-2.svg") no-repeat 95% 20%;
background: url("./../../../images/light-wide-2.svg") no-repeat 95% 20%;
background-size: 430px;
height: 174px;
opacity: 0.15;

View file

@ -315,7 +315,7 @@
height: 117px;
border: 1px solid silver;
border-radius: 3px;
background-image: url(../../../images/paper.jpg);
background-image: url(./../../../images/paper.jpg);
background-size: 200%;
background-position: center;
}
@ -326,7 +326,7 @@
height: 117px;
border: 1px solid silver;
border-radius: 3px;
background-image: url(../../../images/paper.jpg);
background-image: url(./../../../images/paper.jpg);
background-size: 200%;
background-position: center;
}

View file

@ -82,7 +82,7 @@
height: 100%;
top: 0;
left: 0;
background: url(../../../images/paper.jpg) center;
background: url(./../../../images/paper.jpg) center;
border-radius: 5px;
background-size: contain;
}
@ -293,7 +293,7 @@
float: right;
height: 15px;
width: 15px;
background-image:url(../../../images/icons/pass.svg);
background-image:url(./../../../images/icons/pass.svg);
background-size:contain;
background-position:center;
background-repeat:no-repeat;
@ -304,7 +304,7 @@
margin-top: 3px;
height: 15px;
width: 15px;
background-image:url(../../../images/icons/nopass.svg);
background-image:url(./../../../images/icons/nopass.svg);
background-size:contain;
background-position:center;
background-repeat:no-repeat;