wenet/rx/static/css/wenet.css

111 wiersze
1.4 KiB
CSS

/*
* Globals
*/
/* Links */
a,
a:focus,
a:hover {
color: #fff;
}
/*
* Base structure
*/
html,
body {
height: 100%;
background-color: #333;
}
body {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
color: #fff;
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}
.cover-container {
max-width: 42em;
}
/*
* Header
*/
.masthead-brand {
margin-bottom: 1;
}
.wenet-image {
max-width: 100%;
max-height: auto;
}
.snr-display {
padding: .25rem 0;
font-weight: 700;
color: rgba(255, 255, 255, .8);
background-color: transparent;
float: right;
}
.gps-display {
padding: .25rem 0;
font-weight: 400;
color: rgba(255, 255, 255, .8);
background-color: transparent;
float: right;
}
.orientation-display {
padding: .25rem 0;
font-weight: 400;
color: rgba(255, 255, 255, .8);
background-color: transparent;
float: left;
}
@media (min-width: 48em) {
.masthead-brand {
float: left;
}
.nav-masthead {
float: right;
}
}
/*
* Footer
*/
.mastfoot {
color: rgba(255, 255, 255, .5);
}
/*
* FFT plot
*/
#fft_plot .c3-circles-Spectra {
display: none;
}
#fft_plot .c3-target-Peaks {
fill: #ff7f0e;
stroke: #ff7f0e;
}
#fft_plot .c3-tooltip-container {
width: 200px;
color: black;
}