You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
inav-configurator/tabs/osd.css

455 lines
7.6 KiB
CSS

8 years ago
.tab-osd .info {
8 years ago
margin: 10px 0 0 0;
position: relative;
8 years ago
}
.tab-osd .info .progressLabel {
8 years ago
position: absolute;
width: 100%;
height: 26px;
top: 0;
left: 0;
text-align: center;
line-height: 24px;
color: white;
font-weight: bold;
8 years ago
8 years ago
/* text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.9);*/
8 years ago
}
.darkgrey {
8 years ago
background-color: #575757;
8 years ago
}
.tab-osd .spacer_box_title {
8 years ago
float: none;
8 years ago
}
.tab-osd .info {
8 years ago
float: left;
width: 100%;
8 years ago
}
.info .progressLabel a {
8 years ago
color: white;
8 years ago
}
.info .progressLabel a:hover {
8 years ago
text-decoration: underline;
8 years ago
}
.info .progress {
8 years ago
width: 100%;
height: 26px;
border-radius: 5px;
border: 1px solid silver;
8 years ago
}
.info .progress {
8 years ago
-webkit-appearance: none;
8 years ago
}
8 years ago
/*noinspection CssInvalidPseudoSelector*/
8 years ago
.info .progress::-webkit-progress-bar {
8 years ago
background-color: #4f4f4f;
border-radius: 4px;
box-shadow: inset 0 0 5px #2f2f2f;
8 years ago
}
8 years ago
/*noinspection CssInvalidPseudoSelector*/
8 years ago
.info .progress::-webkit-progress-value {
8 years ago
background-color: #F86008;
border-radius: 4px;
8 years ago
}
8 years ago
/*noinspection CssInvalidPseudoSelector*/
8 years ago
.info .progress.valid::-webkit-progress-bar {
8 years ago
background-color: #56ac1d;
border-radius: 4px;
8 years ago
}
8 years ago
/*noinspection CssInvalidPseudoSelector*/
8 years ago
.info .progress.valid::-webkit-progress-value {
8 years ago
background-color: #56ac1d;
border-radius: 4px;
8 years ago
}
8 years ago
/*noinspection CssInvalidPseudoSelector*/
8 years ago
.info .progress.invalid::-webkit-progress-bar {
8 years ago
background-color: #A62E32;
border-radius: 4px;
8 years ago
}
8 years ago
/*noinspection CssInvalidPseudoSelector*/
8 years ago
.info .progress.invalid::-webkit-progress-value {
8 years ago
background-color: #A62E32;
border-radius: 4px;
8 years ago
}
.tab-osd ul li {
8 years ago
list-style: circle;
margin-left: 30px;
8 years ago
}
.tab-osd .options {
8 years ago
position: relative;
margin-bottom: 10px;
line-height: 18px;
text-align: left;
8 years ago
}
.tab-osd td {
8 years ago
text-align: left;
8 years ago
}
.tab-osd .options label input {
8 years ago
float: left;
margin-top: 2px;
8 years ago
}
.tab-osd .options label span {
8 years ago
font-weight: bold;
margin-left: 6px;
8 years ago
}
.tab-osd .options select {
8 years ago
width: 300px;
height: 20px;
border: 1px solid silver;
8 years ago
}
.tab-osd .options .releases select {
8 years ago
width: 280px;
8 years ago
}
.tab-osd .option.releases {
8 years ago
margin: 0 0 2px 0;
line-height: 20px;
8 years ago
}
.tab-osd .options .description {
8 years ago
position: relative;
left: 0;
font-style: italic;
color: #818181;
8 years ago
}
.tab-osd .cf_table td:last-child {
8 years ago
text-align: left;
8 years ago
}
.tab-osd .options .flash_on_connect_wrapper {
8 years ago
display: none;
8 years ago
}
.tab-osd .options .manual_baud_rate select {
8 years ago
width: 75px;
margin-left: 19px;
8 years ago
}
.tab-osd .release_info {
8 years ago
display: none;
8 years ago
}
.tab-osd .release_info .title {
8 years ago
line-height: 20px;
text-align: center;
font-weight: bold;
color: white;
border-bottom: 1px solid silver;
background-color: #3f4241;
8 years ago
}
.tab-osd .release_info .target {
8 years ago
color: blue;
8 years ago
}
.tab-osd .release_info p {
8 years ago
padding: 5px;
8 years ago
}
.tab-osd .release_info p a {
8 years ago
font-weight: bold;
8 years ago
}
.tab-osd .release_info p a:hover {
8 years ago
text-decoration: underline;
8 years ago
}
.tab-osd .release_info .notes {
8 years ago
padding: 5px;
8 years ago
}
.tab-osd .git_info {
8 years ago
display: none;
margin-bottom: 10px;
border: 1px solid silver;
8 years ago
}
.tab-osd .git_info .title {
8 years ago
line-height: 20px;
text-align: center;
font-weight: bold;
color: white;
border-bottom: 1px solid silver;
background-color: #3f4241;
8 years ago
}
.tab-osd .git_info p {
8 years ago
padding: 5px;
8 years ago
}
.tab-osd .git_info p a {
8 years ago
font-weight: bold;
8 years ago
}
.tab-osd .git_info p a:hover {
8 years ago
text-decoration: underline;
8 years ago
}
.tab-osd .buttons {
8 years ago
width: calc(100% - 20px);
margin-top: 10px;
bottom: 10px;
8 years ago
}
.tab-osd .buttons a {
8 years ago
display: block;
float: left;
margin: 0 10px 0 0;
padding: 0 15px 0 15px;
height: 28px;
line-height: 28px;
text-align: center;
font-weight: bold;
border: 1px solid silver;
background-color: #ececec;
8 years ago
}
.tab-osd .buttons a:hover {
8 years ago
background-color: #dedcdc;
8 years ago
}
.tab-osd .buttons a.flash_font.locked {
8 years ago
background-color: #b8b8b8;
8 years ago
}
.tab-osd .buttons a.flash_font.locked:hover {
8 years ago
cursor: default;
background-color: #b8b8b8;
8 years ago
}
.tab-osd .buttons a.load_remote_file.locked {
8 years ago
background-color: #b8b8b8;
8 years ago
}
.tab-osd .buttons a.load_remote_file.locked:hover {
8 years ago
cursor: default;
background-color: #b8b8b8;
8 years ago
}
.tab-osd .buttons .back {
8 years ago
float: right;
margin: 0;
8 years ago
}
.tab-osd .btn .disabled {
8 years ago
cursor: default;
color: #fff;
background-color: #AFAFAF;
border: none;
pointer-events: none;
text-shadow: none;
opacity: 0.5;
8 years ago
}
.tab-osd .display-layout label {
8 years ago
margin: .25em .1em;
display: inline-block;
8 years ago
}
.tab-osd .display-layout input {
8 years ago
margin: .1em 1em;
8 years ago
}
8 years ago
.tab-osd .display-layout input.position {
width: 5em;
border-bottom: 1px solid #ccc
8 years ago
}
.tab-osd .hide {
8 years ago
display: none;
8 years ago
}
.tab-osd .note {
8 years ago
padding: 1em;
8 years ago
}
.tab-osd .col {
8 years ago
display: inline-block;
8 years ago
}
.tab-osd .left {
8 years ago
float: left;
8 years ago
}
.tab-osd .right {
8 years ago
float: right;
margin-top: -7px;
8 years ago
}
.tab-osd .preview .gui_box_titlebar {
8 years ago
position: relative;
8 years ago
}
.tab-osd .preview .char {
8 years ago
display: inline-block;
padding: 0;
margin: 0;
8 years ago
}
.tab-osd .char.mouseover {
8 years ago
background: rgba(255, 255, 255, 0.4);
8 years ago
}
.tab-osd .char.dragging {
8 years ago
background: rgba(255, 255, 255, 0.4);
8 years ago
}
.tab-osd .char-label.mouseover {
8 years ago
background: rgba(255, 255, 255, 0.4);
8 years ago
}
.tab-osd .preview .char[draggable="true"] {
8 years ago
cursor: move;
8 years ago
}
.tab-osd .preview .row {
8 years ago
height: 18px;
8 years ago
}
.tab-osd .content_wrapper {
8 years ago
height: calc(100% - 41px);
8 years ago
}
.tab-osd .content_toolbar {
8 years ago
text-align: right;
8 years ago
}
.tab-osd .content_toolbar button {
8 years ago
margin-right: 1em;
8 years ago
}
button {
8 years ago
padding: 4px 10px !important;
font-family: 'open_sanssemibold', Arial, serif;
font-size: 9pt !important;
cursor: pointer;
8 years ago
}
.fontbuttons {
8 years ago
display: inline-block;
position: absolute;
right: 1.2em;
top: .8em;
8 years ago
}
.tab-osd .display-field {
8 years ago
padding: 4px;
border-bottom: 1px solid #ddd;
8 years ago
}
.tab-osd .display-field.mouseover {
8 years ago
background: #fff;
border: 1px solid #ccc;
font-weight: 800;
8 years ago
}
.tab-osd .display-field input {
8 years ago
float: right;
width: 50px;
border-radius: 3px;
border: 1px solid #ddd;
padding: 2px;
margin-top: -2px;
display: none;
8 years ago
}
.tab-osd .display-field label {
8 years ago
margin-left: 5px;
8 years ago
}
.tab-osd .display-fields {
8 years ago
float: left;
margin-top: 5px;
margin-bottom: 8px;
width: 100%;
8 years ago
}
.spacer_box_title span {
8 years ago
font-size: 11px;
font-weight: normal;
font-family: 'open_sansregular', 'Segoe UI', Tahoma, sans-serif;
8 years ago
}
.spacer_box div input {
8 years ago
margin-right: 5px;
8 years ago
}
.spacer_box div label {
8 years ago
margin-right: 10px;
8 years ago
}
.tab-osd .display-field:last-child {
8 years ago
border-bottom: 0;
8 years ago
}
.tab-osd .preview {
8 years ago
width: 360px;
8 years ago
}
.tab-osd .preview {
8 years ago
/* please don't copy the generic background image from another project
* and replace the one that @nathantsoi took :)
*/
background: url(/images/osd-bg-1.jpg);
background-size: cover;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
8 years ago
}
.tab-osd .alarms label {
display: block;
8 years ago
width: 100%;
8 years ago
border-bottom: 1px solid #ddd;
8 years ago
margin-top: 5px;
8 years ago
padding-bottom: 5px
8 years ago
}
8 years ago
.tab-osd .alarms label:last-child {
border-bottom: none;
8 years ago
padding-bottom: 0;
}
8 years ago
.tab-osd .alarms input {
width: 55px;
padding-left: 3px;
height: 18px;
line-height: 20px;
text-align: left;
border: 1px solid silver;
border-radius: 3px;
margin-right: 11px;
font-size: 11px;
8 years ago
font-weight: normal;
}
8 years ago
@media only screen and (max-width: 1055px) , only screen and (max-device-width: 1055px) {
8 years ago
.tab-osd .content_wrapper {
height: calc(100% - 30px);
}
8 years ago
}