You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
445 lines
7.8 KiB
CSS
445 lines
7.8 KiB
CSS
h1 {
|
|
color: var(--color-4);
|
|
font-size: 32px;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.modal-panel-content h1 {
|
|
text-transform: initial;
|
|
font-weight: 300;
|
|
font-size: 42px;
|
|
}
|
|
|
|
h1#tuner-name {
|
|
font-size: 32px;
|
|
font-weight: 300;
|
|
text-transform: initial;
|
|
}
|
|
|
|
h2 {
|
|
color: var(--color-4);
|
|
margin-bottom: 0;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 22px;
|
|
color: var(--color-4);
|
|
}
|
|
|
|
h4 {
|
|
margin: 0;
|
|
font-weight: 400;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.tooltip {
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tooltiptext {
|
|
position: absolute;
|
|
background-color: var(--color-3);
|
|
color: var(--color-text);
|
|
text-align: center;
|
|
font-size: 14px;
|
|
border-radius: 30px;
|
|
padding: 5px 25px;
|
|
z-index: 1000;
|
|
opacity: 0;
|
|
transition: opacity 0.3s ease-in-out;
|
|
}
|
|
|
|
p#tuner-desc {
|
|
margin: 0;
|
|
}
|
|
|
|
label {
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
display: block;
|
|
text-align: left;
|
|
color: var(--color-4);
|
|
}
|
|
|
|
.canvas-container {
|
|
width: 100%;
|
|
height: 175px;
|
|
}
|
|
|
|
#data-ant {
|
|
margin-right: 15px !important;
|
|
}
|
|
|
|
#data-ps, #data-rt0, #data-rt1 {
|
|
font-family: "Roboto Mono", monospace;
|
|
}
|
|
|
|
#data-rt0, #data-rt1 {
|
|
font-size: 14px;
|
|
}
|
|
|
|
#data-ps {
|
|
font-weight: 500;
|
|
}
|
|
|
|
#data-station-container {
|
|
display: none;
|
|
}
|
|
|
|
#data-station-container h2 {
|
|
display: block !important;
|
|
padding: 0;
|
|
}
|
|
|
|
#data-station-name {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.highest-signal-container {
|
|
margin-bottom: -20px !important;
|
|
}
|
|
|
|
.form-group {
|
|
float: left;
|
|
margin-bottom: 10px;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#settings, #back-btn, #users-online-container {
|
|
background: transparent;
|
|
border: 0;
|
|
color: var(--color-text);
|
|
position: absolute;
|
|
top: 15px;
|
|
right: 15px;
|
|
font-size: 16px;
|
|
width: 64px;
|
|
height: 64px;
|
|
line-height: 64px;
|
|
text-align: center;
|
|
border-radius: 50%;
|
|
transition: 500ms ease-in-out background;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.chatbutton.hide-desktop {
|
|
background: transparent;
|
|
border: 0;
|
|
color: var(--color-text);
|
|
position: absolute;
|
|
top: 15px;
|
|
left: 15px;
|
|
font-size: 16px;
|
|
width: 64px;
|
|
height: 64px;
|
|
line-height: 64px;
|
|
text-align: center;
|
|
border-radius: 50%;
|
|
transition: 500ms ease-in-out background;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#settings:hover, #back-btn:hover, #users-online-container:hover {
|
|
background: var(--color-3);
|
|
}
|
|
|
|
#users-online-container {
|
|
top: 80px;
|
|
}
|
|
|
|
#back-btn {
|
|
left: 15px;
|
|
right: auto;
|
|
}
|
|
|
|
#af-list ul {
|
|
display:list-item;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
margin-bottom: 0;
|
|
font-size: 14px;
|
|
max-height: 380px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
#af-list a {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#flags-container-phone {
|
|
display: none;
|
|
}
|
|
|
|
#login-form {
|
|
padding: 5px;
|
|
}
|
|
|
|
.checkbox input[type="checkbox"] {
|
|
padding: 0;
|
|
height: initial;
|
|
width: initial;
|
|
margin-bottom: 0;
|
|
display: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.checkbox label {
|
|
position: relative;
|
|
cursor: pointer;
|
|
display: flex;
|
|
align-items: center;
|
|
user-select: none;
|
|
}
|
|
|
|
.checkbox label:before {
|
|
content:'';
|
|
appearance: none;
|
|
-webkit-appearance: none;
|
|
background-color: transparent;
|
|
border: 2px solid var(--color-4);
|
|
padding: 10px;
|
|
display: inline-block;
|
|
position: relative;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.form-group input:checked + label:before {
|
|
background-color: var(--color-4);
|
|
}
|
|
|
|
.form-group input:checked + label:after {
|
|
content: '✓';
|
|
display: block;
|
|
position: absolute;
|
|
font-size: 18px;
|
|
top: -1px;
|
|
left: 5px;
|
|
width: 18px;
|
|
height: 18px;
|
|
color: var(--color-main);
|
|
}
|
|
|
|
.tuner-info {
|
|
margin-top: 0px !important;
|
|
margin-bottom: 0px !important;
|
|
}
|
|
|
|
.settings-heading {
|
|
font-size: 32px;
|
|
padding-top: 20px;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
#tuner-wireless {
|
|
display: none;
|
|
}
|
|
|
|
.overlay {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
pointer-events: auto; /* Ensure that the overlay captures clicks */
|
|
opacity: 0; /* Make the overlay invisible */
|
|
}
|
|
|
|
.admin-quick-dashboard {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: -96px;
|
|
width: 96px;
|
|
height: 286px;
|
|
background-color: var(--color-2);
|
|
margin: auto 0;
|
|
border-radius: 30px;
|
|
padding-top: 15px;
|
|
}
|
|
|
|
.admin-quick-dashboard .icon {
|
|
width: 72px;
|
|
height: 72px;
|
|
margin: 10px auto;
|
|
color: var(--color-1);
|
|
background-color: var(--color-3);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 24px;
|
|
border-radius: 10px;
|
|
transition: 0.3s ease-in-out background-color;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.admin-quick-dashboard .icon.active {
|
|
background-color: var(--color-4);
|
|
}
|
|
|
|
.admin-quick-dashboard .icon:hover {
|
|
background-color: var(--color-5);
|
|
}
|
|
|
|
pre {
|
|
color: white;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
canvas, #flags-container {
|
|
display: none;
|
|
}
|
|
#tuner-desc {
|
|
margin-bottom: 20px !important;
|
|
}
|
|
#ps-container {
|
|
background-color: var(--color-1);
|
|
height: 100px !important;
|
|
margin: auto !important;
|
|
width: 100%;
|
|
}
|
|
h2 {
|
|
display: none;
|
|
}
|
|
.form-group {
|
|
float: none;
|
|
}
|
|
.highest-signal-container {
|
|
margin-top: -20px !important;
|
|
margin-bottom: -15px !important;
|
|
}
|
|
#pi-code-container {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
#data-pi {
|
|
font-size: 24px;
|
|
margin-top: 5px;
|
|
color: var(--color-text-2);
|
|
}
|
|
h2.show-phone {
|
|
display: inline;
|
|
padding: 0 !important;
|
|
}
|
|
#data-ps {
|
|
font-size: 42px;
|
|
}
|
|
#data-frequency {
|
|
font-size: 64px;
|
|
}
|
|
#data-rt0, #data-rt1 {
|
|
font-size: 10px;
|
|
text-align: left;
|
|
width: 100%;
|
|
white-space: nowrap;
|
|
overflow-x:auto;
|
|
padding: 5px 0;
|
|
}
|
|
#rt-container {
|
|
height: max-content !important;
|
|
}
|
|
ul {
|
|
font-size: 16px;
|
|
}
|
|
#af-list ul li {
|
|
display: inline-table;
|
|
margin-right: 5px;
|
|
width: 40px;
|
|
}
|
|
#flags-container-desktop {
|
|
display: none;
|
|
}
|
|
#flags-container-phone {
|
|
display: block;
|
|
}
|
|
#tune-buttons {
|
|
height: 64px;
|
|
order: 1;
|
|
}
|
|
.filter-controls {
|
|
order: 2;
|
|
}
|
|
.button-play-mobile {
|
|
order: 2;
|
|
margin: 0 !important;
|
|
border-radius: 0;
|
|
}
|
|
.button-play-mobile .playbutton {
|
|
border-radius: 0;
|
|
}
|
|
.button-eq {
|
|
order: 1;
|
|
}
|
|
.button-ims {
|
|
order: 3;
|
|
}
|
|
.tuner-info {
|
|
margin-bottom: -60px !important;
|
|
}
|
|
#af-list ul {
|
|
height: auto !important;
|
|
}
|
|
#rt-container {
|
|
order: 2;
|
|
}
|
|
.modal-panel-footer {
|
|
width: auto !important;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 769px) and (max-height: 860px) {
|
|
#rt-container {
|
|
height: 90px !important;
|
|
}
|
|
#ps-container {
|
|
margin-left: 15px;
|
|
}
|
|
.canvas-container {
|
|
height: 120px;
|
|
}
|
|
.tuner-info #tuner-name {
|
|
float: left;
|
|
font-size: 24px;
|
|
text-align: left;
|
|
}
|
|
|
|
.tuner-info #tuner-limit {
|
|
float: left;
|
|
text-align: left;
|
|
}
|
|
|
|
.tuner-info #tuner-desc {
|
|
float: right;
|
|
text-align: right;
|
|
}
|
|
h2 {
|
|
margin-bottom: 10px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
h2.signal-heading {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.highest-signal-container {
|
|
margin-bottom: -10px !important;
|
|
}
|
|
|
|
h2.mb-0 {
|
|
margin-bottom: 0;
|
|
margin-top: 2px !important;
|
|
}
|
|
#af-list ul {
|
|
height: 225px !important;
|
|
}
|
|
.chatbutton {
|
|
height: 88px !important;
|
|
}
|
|
} |