2020-12-07 10:03:25 +00:00
|
|
|
@media (min-width: 992px) {
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
.modal-lg,
|
|
|
|
|
.modal-xl {
|
|
|
|
|
max-width: 900px;
|
|
|
|
|
}
|
2020-12-07 10:03:25 +00:00
|
|
|
}
|
|
|
|
|
|
2023-11-17 16:29:02 +01:00
|
|
|
[hidden] {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2023-11-25 22:43:23 +01:00
|
|
|
a {
|
|
|
|
|
text-decoration: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-29 22:02:57 +01:00
|
|
|
.main-nav .container {
|
2023-11-15 11:57:22 +01:00
|
|
|
margin-top: 0px !important;
|
2019-08-29 22:02:57 +01:00
|
|
|
}
|
2019-08-29 20:45:15 +01:00
|
|
|
|
|
|
|
|
#nav-container {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
position: sticky;
|
|
|
|
|
top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2023-12-10 00:54:11 +01:00
|
|
|
thead>tr>td {
|
2019-08-29 20:45:15 +01:00
|
|
|
position: sticky;
|
|
|
|
|
top: 45px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-05-13 14:04:16 +01:00
|
|
|
.dashboard {
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2019-05-13 14:04:16 +01:00
|
|
|
.row.logdata {
|
|
|
|
|
padding-top: 15px;
|
2019-05-13 17:37:01 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.statistics {
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.statistics_custom {
|
|
|
|
|
padding-top: 15px;
|
2019-05-13 18:28:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.notes {
|
|
|
|
|
padding-top: 15px;
|
2019-05-14 11:52:11 +01:00
|
|
|
}
|
|
|
|
|
|
2019-05-22 17:06:47 +01:00
|
|
|
.eqsl {
|
2023-11-15 11:57:22 +01:00
|
|
|
padding-top: 15px;
|
2019-05-22 17:06:47 +01:00
|
|
|
}
|
|
|
|
|
|
2023-07-10 19:14:08 +02:00
|
|
|
.publicsearch {
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
max-width: 540px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-05-14 11:52:11 +01:00
|
|
|
.search {
|
|
|
|
|
padding-top: 15px;
|
2019-05-14 16:46:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logbook {
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-05-21 17:02:26 +01:00
|
|
|
.adif {
|
2023-11-15 11:57:22 +01:00
|
|
|
padding-top: 15px;
|
2019-05-21 17:02:26 +01:00
|
|
|
}
|
|
|
|
|
|
2019-05-16 16:03:52 +01:00
|
|
|
.adif .alert p {
|
2023-11-15 11:57:22 +01:00
|
|
|
margin-bottom: 0rem;
|
2019-05-16 16:03:52 +01:00
|
|
|
}
|
|
|
|
|
|
Revamp ADIF import/export UI and enhance styling
Improves the ADIF import/export page with a more structured layout, icons, grouped options, and clearer forms for import, export, LoTW, and DCL actions. Adds extensive CSS for better visual hierarchy, card and tab styling, form controls, and alert presentation to provide a modern, user-friendly experience.
2025-08-09 21:55:20 +01:00
|
|
|
.adif .card {
|
|
|
|
|
border: none;
|
|
|
|
|
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adif .card-body {
|
|
|
|
|
padding: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adif .form-check {
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adif .form-check-input {
|
|
|
|
|
margin-right: 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adif .form-check-label {
|
|
|
|
|
font-size: 0.9rem;
|
|
|
|
|
line-height: 1.4;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adif .badge {
|
|
|
|
|
font-size: 0.7rem;
|
|
|
|
|
padding: 0.25rem 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adif .btn {
|
|
|
|
|
border-radius: 0.375rem;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
padding: 0.5rem 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adif .btn-lg {
|
|
|
|
|
padding: 0.75rem 1.5rem;
|
|
|
|
|
font-size: 1.1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adif .form-control,
|
|
|
|
|
.adif .form-select {
|
|
|
|
|
border-radius: 0.375rem;
|
|
|
|
|
border-color: #ced4da;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adif .form-control:focus,
|
|
|
|
|
.adif .form-select:focus {
|
|
|
|
|
border-color: #86b7fe;
|
|
|
|
|
box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adif .card .card-header h6 {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
color: #495057;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adif .alert {
|
|
|
|
|
border-radius: 0.5rem;
|
|
|
|
|
border: none;
|
|
|
|
|
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
|
|
|
|
|
}
|
|
|
|
|
|
2025-08-09 22:38:11 +01:00
|
|
|
/* Station Management Page Styling */
|
|
|
|
|
.station-management {
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.station-management .table-success {
|
|
|
|
|
background-color: rgba(25, 135, 84, 0.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.station-management .card {
|
|
|
|
|
border: none;
|
|
|
|
|
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.station-management .card-header {
|
|
|
|
|
background-color: #f8f9fa;
|
|
|
|
|
border-bottom: 1px solid #dee2e6;
|
|
|
|
|
padding: 1rem 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.station-management .badge {
|
|
|
|
|
font-size: 0.7rem;
|
|
|
|
|
padding: 0.25rem 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.station-management .btn-sm {
|
|
|
|
|
padding: 0.375rem 0.75rem;
|
|
|
|
|
font-size: 0.875rem;
|
|
|
|
|
border-radius: 0.375rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* DataTable styling within cards */
|
|
|
|
|
.station-management .dataTables_wrapper {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.station-management .dataTables_length,
|
|
|
|
|
.station-management .dataTables_filter {
|
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.station-management .dataTables_info,
|
|
|
|
|
.station-management .dataTables_paginate {
|
|
|
|
|
margin-top: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.station-management .dataTables_length label,
|
|
|
|
|
.station-management .dataTables_filter label {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.station-management .dataTables_filter input {
|
|
|
|
|
margin-left: 0.5rem;
|
|
|
|
|
border-radius: 0.375rem;
|
|
|
|
|
border: 1px solid #ced4da;
|
|
|
|
|
padding: 0.375rem 0.75rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.station-management .dataTables_length select {
|
|
|
|
|
margin: 0 0.5rem;
|
|
|
|
|
border-radius: 0.375rem;
|
|
|
|
|
border: 1px solid #ced4da;
|
|
|
|
|
padding: 0.375rem 0.75rem;
|
|
|
|
|
}
|
|
|
|
|
|
2025-08-09 22:41:14 +01:00
|
|
|
/* Logbooks Management Page Styling */
|
|
|
|
|
.logbooks-management {
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logbooks-management .table-success {
|
|
|
|
|
background-color: rgba(25, 135, 84, 0.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logbooks-management .card {
|
|
|
|
|
border: none;
|
|
|
|
|
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logbooks-management .card-header {
|
|
|
|
|
background-color: #f8f9fa;
|
|
|
|
|
border-bottom: 1px solid #dee2e6;
|
|
|
|
|
padding: 1rem 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logbooks-management .badge {
|
|
|
|
|
font-size: 0.7rem;
|
|
|
|
|
padding: 0.25rem 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logbooks-management .btn-sm {
|
|
|
|
|
padding: 0.375rem 0.75rem;
|
|
|
|
|
font-size: 0.875rem;
|
|
|
|
|
border-radius: 0.375rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* DataTable styling within cards */
|
|
|
|
|
.logbooks-management .dataTables_wrapper {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logbooks-management .dataTables_length,
|
|
|
|
|
.logbooks-management .dataTables_filter {
|
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logbooks-management .dataTables_info,
|
|
|
|
|
.logbooks-management .dataTables_paginate {
|
|
|
|
|
margin-top: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logbooks-management .dataTables_length label,
|
|
|
|
|
.logbooks-management .dataTables_filter label {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logbooks-management .dataTables_filter input {
|
|
|
|
|
margin-left: 0.5rem;
|
|
|
|
|
border-radius: 0.375rem;
|
|
|
|
|
border: 1px solid #ced4da;
|
|
|
|
|
padding: 0.375rem 0.75rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logbooks-management .dataTables_length select {
|
|
|
|
|
margin: 0 0.5rem;
|
|
|
|
|
border-radius: 0.375rem;
|
|
|
|
|
border: 1px solid #ced4da;
|
|
|
|
|
padding: 0.375rem 0.75rem;
|
|
|
|
|
}
|
|
|
|
|
|
2019-07-09 17:18:19 +01:00
|
|
|
.api .alert p {
|
2023-11-15 11:57:22 +01:00
|
|
|
margin-bottom: 0rem;
|
2019-07-09 17:18:19 +01:00
|
|
|
}
|
|
|
|
|
|
2019-05-21 13:44:22 +01:00
|
|
|
.qso_panel {
|
2023-11-15 11:57:22 +01:00
|
|
|
padding-top: 25px;
|
2019-05-21 13:44:22 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.qso_panel #callsign {
|
2023-11-15 11:57:22 +01:00
|
|
|
text-transform: uppercase;
|
2019-05-21 13:44:22 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.qso_panel #locator {
|
2023-11-15 11:57:22 +01:00
|
|
|
text-transform: uppercase;
|
2019-05-21 13:44:22 +01:00
|
|
|
}
|
|
|
|
|
|
2019-06-13 18:35:14 +01:00
|
|
|
.qso_panel .iota_ref {
|
2023-11-15 11:57:22 +01:00
|
|
|
text-transform: uppercase;
|
2019-06-13 18:35:14 +01:00
|
|
|
}
|
|
|
|
|
|
2022-05-27 23:53:17 +02:00
|
|
|
.qso_panel #sota_ref-selectized {
|
2023-11-15 11:57:22 +01:00
|
|
|
text-transform: uppercase;
|
2022-05-27 23:53:17 +02:00
|
|
|
}
|
|
|
|
|
|
2022-08-15 16:04:33 +02:00
|
|
|
.qso_panel #wwff_ref-selectized {
|
2023-11-15 11:57:22 +01:00
|
|
|
text-transform: uppercase;
|
2022-08-15 16:04:33 +02:00
|
|
|
}
|
|
|
|
|
|
2022-10-05 17:05:53 +02:00
|
|
|
.qso_panel #pota_ref-selectized {
|
2023-11-15 11:57:22 +01:00
|
|
|
text-transform: uppercase;
|
2022-10-05 17:05:53 +02:00
|
|
|
}
|
|
|
|
|
|
2022-05-27 23:53:17 +02:00
|
|
|
.qso_panel #darc_dok-selectized {
|
2023-11-15 11:57:22 +01:00
|
|
|
text-transform: uppercase;
|
2022-05-27 23:53:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-body #callsign {
|
2023-11-15 11:57:22 +01:00
|
|
|
text-transform: uppercase;
|
2022-05-27 23:53:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-body #locator {
|
2023-11-15 11:57:22 +01:00
|
|
|
text-transform: uppercase;
|
2022-05-27 23:53:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-body #vucc_grids {
|
2023-11-15 11:57:22 +01:00
|
|
|
text-transform: uppercase;
|
2022-05-27 23:53:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-body #sota_ref_edit-selectized {
|
2023-11-15 11:57:22 +01:00
|
|
|
text-transform: uppercase;
|
2022-05-27 23:53:17 +02:00
|
|
|
}
|
|
|
|
|
|
2022-08-15 16:04:33 +02:00
|
|
|
.card-body #wwff_ref_edit-selectized {
|
2023-11-15 11:57:22 +01:00
|
|
|
text-transform: uppercase;
|
2022-08-15 16:04:33 +02:00
|
|
|
}
|
|
|
|
|
|
2022-10-05 17:05:53 +02:00
|
|
|
.card-body #pota_ref_edit-selectized {
|
2023-11-15 11:57:22 +01:00
|
|
|
text-transform: uppercase;
|
2022-10-05 17:05:53 +02:00
|
|
|
}
|
|
|
|
|
|
2022-05-27 23:53:17 +02:00
|
|
|
.card-body #darc_dok_edit-selectized {
|
2023-11-15 11:57:22 +01:00
|
|
|
text-transform: uppercase;
|
2019-06-13 18:35:14 +01:00
|
|
|
}
|
|
|
|
|
|
2022-11-08 23:57:39 +01:00
|
|
|
.card-body #exch_rcvd {
|
2023-11-15 11:57:22 +01:00
|
|
|
text-transform: uppercase;
|
2022-10-16 12:05:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-body #exch_sent {
|
2023-11-15 11:57:22 +01:00
|
|
|
text-transform: uppercase;
|
2022-10-16 12:05:56 +02:00
|
|
|
}
|
|
|
|
|
|
2022-05-30 13:55:56 +02:00
|
|
|
.card-body #exch_gridsquare_r {
|
2023-11-15 11:57:22 +01:00
|
|
|
text-transform: uppercase;
|
2022-05-30 13:55:56 +02:00
|
|
|
}
|
|
|
|
|
|
2023-06-13 15:04:35 +02:00
|
|
|
#oqrssearch:valid {
|
2023-11-15 11:57:22 +01:00
|
|
|
text-transform: uppercase;
|
2022-12-28 22:58:21 +01:00
|
|
|
}
|
|
|
|
|
|
2023-09-12 05:38:07 +00:00
|
|
|
.confirmedGrid {
|
2023-11-15 11:57:22 +01:00
|
|
|
border-color: green;
|
2019-05-21 13:44:22 +01:00
|
|
|
}
|
|
|
|
|
|
2023-09-12 05:38:07 +00:00
|
|
|
.workedGrid {
|
2023-11-15 11:57:22 +01:00
|
|
|
border-color: yellow;
|
2023-09-12 05:38:07 +00:00
|
|
|
}
|
|
|
|
|
|
2019-05-21 13:44:22 +01:00
|
|
|
.newGrid {
|
2023-11-15 11:57:22 +01:00
|
|
|
border-color: red;
|
|
|
|
|
border-width: 2px;
|
2019-05-21 13:44:22 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#country {
|
2023-11-15 11:57:22 +01:00
|
|
|
border: none;
|
2019-05-21 13:44:22 +01:00
|
|
|
}
|
|
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
TD.eqsl {
|
|
|
|
|
width: 33px;
|
2019-05-14 16:46:16 +01:00
|
|
|
}
|
2019-06-16 15:29:31 +01:00
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
.eqsl-green {
|
|
|
|
|
color: #00a000 !important;
|
|
|
|
|
font-size: 1.1em;
|
2019-05-14 16:46:16 +01:00
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
.eqsl-red {
|
|
|
|
|
color: #f00 !important;
|
|
|
|
|
font-size: 1.1em;
|
2019-05-14 16:46:16 +01:00
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
.qsl-green {
|
|
|
|
|
color: #00a000 !important;
|
|
|
|
|
font-size: 1.1em;
|
2019-05-22 22:24:16 +01:00
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
.qsl-red {
|
|
|
|
|
color: #f00 !important;
|
|
|
|
|
font-size: 1.1em;
|
2019-05-22 22:24:16 +01:00
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
.qsl-yellow {
|
|
|
|
|
color: #d39e00 !important;
|
|
|
|
|
font-size: 1.1em;
|
2019-10-02 22:18:44 +02:00
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
.qsl-grey {
|
|
|
|
|
color: #dddddd !important;
|
|
|
|
|
font-size: 1.1em;
|
2020-05-02 22:15:25 +02:00
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2023-12-08 05:21:47 +00:00
|
|
|
TD.qrz {
|
|
|
|
|
width: 33px;
|
|
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2023-12-08 05:21:47 +00:00
|
|
|
.qrz-green {
|
|
|
|
|
color: #00a000 !important;
|
|
|
|
|
font-size: 1.1em;
|
|
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2023-12-08 05:21:47 +00:00
|
|
|
.qrz-red {
|
|
|
|
|
color: #f00 !important;
|
|
|
|
|
font-size: 1.1em;
|
|
|
|
|
}
|
|
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
TD.lotw {
|
|
|
|
|
width: 33px;
|
2019-05-14 16:46:16 +01:00
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
.lotw-green {
|
|
|
|
|
color: #00a000 !important;
|
|
|
|
|
font-size: 1.1em;
|
2019-05-14 16:46:16 +01:00
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
.lotw-red {
|
|
|
|
|
color: #f00 !important;
|
|
|
|
|
font-size: 1.1em;
|
2019-06-13 14:34:31 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.qso-edit-box {
|
2023-11-15 11:57:22 +01:00
|
|
|
padding: 10px;
|
2019-06-13 14:39:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.previous-qsos .card-title {
|
2023-11-15 11:57:22 +01:00
|
|
|
margin-bottom: 0px;
|
2019-06-13 18:35:14 +01:00
|
|
|
}
|
|
|
|
|
|
2019-06-14 00:14:39 +01:00
|
|
|
.qso-map .card-title {
|
2023-11-15 11:57:22 +01:00
|
|
|
margin-bottom: 0px;
|
2019-06-14 00:14:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.qso-map {
|
2023-11-15 11:57:22 +01:00
|
|
|
margin-bottom: 10px;
|
2019-06-14 00:14:39 +01:00
|
|
|
}
|
|
|
|
|
|
2019-08-13 22:02:36 +01:00
|
|
|
.callsign-suggest {
|
2023-11-15 11:57:22 +01:00
|
|
|
margin-bottom: 10px;
|
2019-08-13 22:02:36 +01:00
|
|
|
}
|
|
|
|
|
|
2019-08-15 12:05:05 +01:00
|
|
|
.callsign-suggest .card-title {
|
2023-11-15 11:57:22 +01:00
|
|
|
margin-bottom: 0px;
|
2019-08-15 12:05:05 +01:00
|
|
|
}
|
|
|
|
|
|
2019-09-04 22:11:55 +01:00
|
|
|
#search_box #callsign {
|
2023-11-15 11:57:22 +01:00
|
|
|
text-transform: uppercase;
|
2019-09-04 22:16:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#nav-bar-search-input:focus {
|
2023-11-15 11:57:22 +01:00
|
|
|
text-transform: uppercase;
|
2019-10-02 22:18:44 +02:00
|
|
|
}
|
2019-10-05 18:58:18 +01:00
|
|
|
|
|
|
|
|
.settings {
|
2023-11-15 11:57:22 +01:00
|
|
|
padding-top: 15px;
|
2019-10-05 18:58:18 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settings-nav {
|
2023-11-15 11:57:22 +01:00
|
|
|
margin-bottom: 15px;
|
|
|
|
|
list-style: none;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border: 1px solid #d1d5da;
|
|
|
|
|
border-radius: 3px;
|
2019-10-05 18:58:18 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settings-nav .nav-link {
|
2023-11-15 11:57:22 +01:00
|
|
|
list-style: none;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border: 1px solid #d1d5da;
|
2019-10-05 18:58:18 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settings-nav .nav-link:hover {
|
2023-11-15 11:57:22 +01:00
|
|
|
background-color: #e1e4e8;
|
2019-10-08 21:38:34 +01:00
|
|
|
}
|
|
|
|
|
|
2025-12-09 16:23:21 +00:00
|
|
|
/* Options page styling */
|
|
|
|
|
.settings .list-group-item {
|
|
|
|
|
border-left: 3px solid transparent;
|
|
|
|
|
transition: all 0.2s ease;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settings .list-group-item:hover {
|
|
|
|
|
border-left-color: #0d6efd;
|
|
|
|
|
background-color: #f8f9fa;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settings .list-group-item.active {
|
|
|
|
|
background-color: #e7f1ff;
|
|
|
|
|
border-left-color: #0d6efd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settings .list-group-item.active .nav-link {
|
|
|
|
|
color: #0d6efd;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settings .list-group-item .nav-link {
|
|
|
|
|
padding: 0;
|
|
|
|
|
color: #212529;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settings .list-group-item .nav-link i {
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
width: 20px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2019-10-08 21:38:34 +01:00
|
|
|
/* QSL Card Management CSS */
|
|
|
|
|
|
|
|
|
|
.qsl_management {
|
2023-11-15 11:57:22 +01:00
|
|
|
padding-top: 15px;
|
2020-03-05 16:17:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
.qso-map-new .card-header {
|
2023-12-10 00:54:11 +01:00
|
|
|
background: #0f2027;
|
|
|
|
|
/* fallback for old browsers */
|
|
|
|
|
background: -webkit-linear-gradient(to right,
|
|
|
|
|
#2c5364,
|
|
|
|
|
#203a43,
|
|
|
|
|
#0f2027);
|
|
|
|
|
/* Chrome 10-25, Safari 5.1-6 */
|
|
|
|
|
background: linear-gradient(to right,
|
|
|
|
|
#2c5364,
|
|
|
|
|
#203a43,
|
|
|
|
|
#0f2027);
|
|
|
|
|
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
|
2023-11-15 11:57:22 +01:00
|
|
|
color: #ffffff;
|
2020-09-03 22:02:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#myTab .nav-link {
|
2023-11-15 11:57:22 +01:00
|
|
|
padding: 8px !important;
|
2020-09-03 22:02:06 +02:00
|
|
|
}
|
2021-03-14 14:58:38 +00:00
|
|
|
|
|
|
|
|
#map {
|
2023-11-15 11:57:22 +01:00
|
|
|
z-index: 1;
|
2021-03-14 14:58:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#qsomap {
|
2023-11-15 11:57:22 +01:00
|
|
|
z-index: 1;
|
2021-03-24 17:58:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#create_station_profile .row {
|
2023-11-15 11:57:22 +01:00
|
|
|
margin-bottom: 10px;
|
2021-04-05 11:31:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Debug CSS
|
|
|
|
|
*/
|
|
|
|
|
|
2023-12-17 21:22:28 +01:00
|
|
|
.card {
|
2023-11-15 11:57:22 +01:00
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
2021-04-29 23:50:45 +01:00
|
|
|
|
2023-12-10 00:54:11 +01:00
|
|
|
.modal-backdrop {
|
2023-11-18 10:04:43 +01:00
|
|
|
z-index: 1000 !important;
|
|
|
|
|
}
|
|
|
|
|
|
2023-11-19 23:51:55 +01:00
|
|
|
.dropdown-menu {
|
|
|
|
|
z-index: 2000 !important;
|
2023-12-10 00:54:11 +01:00
|
|
|
position: absolute !important;
|
2023-11-19 23:51:55 +01:00
|
|
|
}
|
|
|
|
|
|
2024-07-03 18:09:12 +02:00
|
|
|
.dropdown-menu.menuOnResultTab {
|
|
|
|
|
left: -200px;
|
|
|
|
|
}
|
|
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
.was-map-dialog .modal-dialog {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2021-04-29 23:50:45 +01:00
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
@media (min-width: 576px) {
|
|
|
|
|
.was-map-dialog .modal-dialog {
|
|
|
|
|
max-width: 73% !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-08-30 18:28:20 +02:00
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Timepicker alignment
|
|
|
|
|
*/
|
2023-10-23 22:04:33 +02:00
|
|
|
.exportdatepicker {
|
2021-08-30 18:28:20 +02:00
|
|
|
padding-right: 0;
|
|
|
|
|
padding-left: 0;
|
2021-09-15 17:08:00 +02:00
|
|
|
}
|
2021-09-15 17:08:23 +02:00
|
|
|
|
2021-09-15 17:08:00 +02:00
|
|
|
.modal-body {
|
|
|
|
|
max-height: calc(100vh - 200px);
|
|
|
|
|
overflow-y: auto;
|
2022-04-03 10:28:36 +02:00
|
|
|
}
|
2022-04-04 11:15:07 +01:00
|
|
|
|
|
|
|
|
/* Station Logbooks Styles */
|
|
|
|
|
|
|
|
|
|
div#station_logbooks_table_length {
|
2023-11-15 11:57:22 +01:00
|
|
|
padding-top: 12px;
|
|
|
|
|
padding-left: 12px;
|
|
|
|
|
padding-bottom: 0px;
|
2022-04-04 11:15:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#station_logbooks_table_filter {
|
2023-11-15 11:57:22 +01:00
|
|
|
padding-top: 12px;
|
|
|
|
|
padding-right: 12px;
|
|
|
|
|
padding-bottom: 0px;
|
2022-04-04 11:15:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#station_logbooks_table_info {
|
2023-11-15 11:57:22 +01:00
|
|
|
padding-left: 12px;
|
2022-04-04 11:15:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#station_logbooks_table_paginate {
|
2023-11-15 11:57:22 +01:00
|
|
|
padding-right: 12px;
|
|
|
|
|
padding-bottom: 12px;
|
2022-04-04 11:15:07 +01:00
|
|
|
}
|
|
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
div#station_logbooks_linked_table_length {
|
|
|
|
|
padding-top: 12px;
|
|
|
|
|
padding-left: 12px;
|
|
|
|
|
padding-bottom: 0px;
|
2022-04-04 11:15:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#station_logbooks_linked_table_filter {
|
2023-11-15 11:57:22 +01:00
|
|
|
padding-top: 12px;
|
|
|
|
|
padding-left: 12px;
|
|
|
|
|
padding-bottom: 0px;
|
2022-04-04 11:15:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#station_logbooks_linked_table_info {
|
2023-11-15 11:57:22 +01:00
|
|
|
padding-left: 12px;
|
2022-04-04 11:15:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#station_logbooks_linked_table_paginate {
|
2023-11-15 11:57:22 +01:00
|
|
|
padding-right: 12px;
|
|
|
|
|
padding-bottom: 12px;
|
2022-04-04 13:34:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* qrz.com profile picture Styles */
|
|
|
|
|
|
2022-04-04 20:30:01 +02:00
|
|
|
.card-title {
|
2023-11-15 11:57:22 +01:00
|
|
|
margin-bottom: 0px;
|
|
|
|
|
}
|
2022-04-04 20:30:01 +02:00
|
|
|
|
|
|
|
|
.callsign-image {
|
2023-11-15 11:57:22 +01:00
|
|
|
margin-bottom: 10px;
|
2022-04-04 13:34:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.callsign-image-content {
|
2023-11-15 11:57:22 +01:00
|
|
|
display: block;
|
|
|
|
|
max-height: 300px;
|
|
|
|
|
text-align: center;
|
2022-04-04 13:34:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.callsign-image-pic {
|
2023-11-15 11:57:22 +01:00
|
|
|
max-height: 250px;
|
|
|
|
|
max-width: 100%;
|
2022-04-04 13:34:48 +02:00
|
|
|
}
|
2022-07-02 19:24:03 +02:00
|
|
|
|
|
|
|
|
#mapactivators {
|
2023-11-15 11:57:22 +01:00
|
|
|
height: calc(100vh - 380px) !important;
|
|
|
|
|
max-height: 900px !important;
|
2022-07-02 19:24:03 +02:00
|
|
|
}
|
2022-09-28 15:41:08 +02:00
|
|
|
|
|
|
|
|
.copy-icon {
|
2023-11-15 11:57:22 +01:00
|
|
|
display: block;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
padding-left: 0.5em;
|
2022-09-28 15:41:08 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flash-copy {
|
2023-11-15 11:57:22 +01:00
|
|
|
animation-name: flash;
|
|
|
|
|
animation-timing-function: ease-out;
|
|
|
|
|
animation-duration: 1s;
|
2022-09-28 15:41:08 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes flash {
|
2023-11-15 11:57:22 +01:00
|
|
|
0% {
|
|
|
|
|
background: #28a745;
|
|
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
100% {
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
2022-09-28 15:41:08 +02:00
|
|
|
}
|
|
|
|
|
|
2023-03-09 22:57:28 +01:00
|
|
|
.api-url {
|
2023-11-15 11:57:22 +01:00
|
|
|
font-family: Monospace;
|
2023-03-09 22:57:28 +01:00
|
|
|
}
|
|
|
|
|
|
2022-09-28 15:41:08 +02:00
|
|
|
.api-key {
|
2023-11-15 11:57:22 +01:00
|
|
|
font-family: Monospace;
|
2022-09-28 15:41:08 +02:00
|
|
|
}
|
2022-11-28 16:43:40 +00:00
|
|
|
|
2023-02-04 13:50:58 +00:00
|
|
|
.qso_panel .dxccsummary {
|
2023-11-15 11:57:22 +01:00
|
|
|
margin-bottom: 10px;
|
2026-03-26 22:26:47 +00:00
|
|
|
display: none; /* Hidden as DXCC Summary is now in a tab */
|
2023-03-04 21:36:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.qso_panel .dxccsummaryheader {
|
2023-11-15 11:57:22 +01:00
|
|
|
cursor: pointer;
|
2026-03-26 22:26:47 +00:00
|
|
|
display: none; /* Hidden as DXCC Summary is now in a tab */
|
2023-03-04 21:36:41 +01:00
|
|
|
}
|
2023-04-30 12:22:20 +02:00
|
|
|
|
2023-12-10 00:54:11 +01:00
|
|
|
.table-striped tbody>tr.activeRow {
|
|
|
|
|
background-color: #5cb85c !important;
|
2023-11-17 18:21:24 +01:00
|
|
|
--bs-table-bg: none;
|
2023-04-30 12:22:20 +02:00
|
|
|
}
|
|
|
|
|
|
2023-11-25 22:43:23 +01:00
|
|
|
.border-top {
|
|
|
|
|
--bs-border-color: #dee2e6;
|
|
|
|
|
}
|
|
|
|
|
|
2023-04-30 12:22:20 +02:00
|
|
|
.activeRow a {
|
2023-11-15 11:57:22 +01:00
|
|
|
color: #fff !important;
|
2023-05-12 12:25:23 +02:00
|
|
|
}
|
|
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
.w-qsl {
|
|
|
|
|
max-height: calc(100vh - 270px);
|
2023-05-12 12:25:23 +02:00
|
|
|
overflow-y: auto;
|
2023-05-27 22:09:44 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#lotw_manual_results {
|
2023-11-15 11:57:22 +01:00
|
|
|
padding-top: 10px;
|
2023-06-13 15:04:35 +02:00
|
|
|
}
|
2023-06-20 15:03:30 +02:00
|
|
|
|
|
|
|
|
.lotw_info_yellow {
|
2023-11-15 11:57:22 +01:00
|
|
|
background-image: linear-gradient(to bottom, #3fb618, yellow);
|
2023-06-20 15:03:30 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lotw_info_orange {
|
2023-11-15 11:57:22 +01:00
|
|
|
background-image: linear-gradient(to bottom, #3fb618, orange);
|
2023-06-20 15:03:30 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lotw_info_red {
|
2023-11-15 11:57:22 +01:00
|
|
|
background-image: linear-gradient(to bottom, #3fb618, red);
|
2023-06-20 15:03:30 +02:00
|
|
|
}
|
2023-07-20 21:42:45 +02:00
|
|
|
|
|
|
|
|
.highcharts-strong {
|
2023-11-15 11:57:22 +01:00
|
|
|
font-weight: bold;
|
2023-07-20 21:42:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.highcharts-figure,
|
|
|
|
|
.highcharts-data-table table {
|
2023-11-15 11:57:22 +01:00
|
|
|
min-width: 320px;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
margin: 1em auto;
|
2023-07-20 21:42:45 +02:00
|
|
|
max-height: calc(100vh - 200px) !important;
|
2023-11-15 11:57:22 +01:00
|
|
|
overflow-y: auto;
|
2023-07-20 21:42:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.highcharts-data-table table {
|
2023-11-15 11:57:22 +01:00
|
|
|
font-family: Verdana, sans-serif;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
border: 1px solid #ebebeb;
|
|
|
|
|
margin: 10px auto;
|
|
|
|
|
text-align: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 500px;
|
2023-07-20 21:42:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.highcharts-data-table caption {
|
2023-11-15 11:57:22 +01:00
|
|
|
padding: 1em 0;
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
color: #555;
|
2023-07-20 21:42:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.highcharts-data-table th {
|
2023-11-15 11:57:22 +01:00
|
|
|
font-weight: 600;
|
|
|
|
|
padding: 0.5em;
|
2023-07-20 21:42:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.highcharts-data-table td,
|
|
|
|
|
.highcharts-data-table th,
|
|
|
|
|
.highcharts-data-table caption {
|
2023-11-15 11:57:22 +01:00
|
|
|
padding: 0.5em;
|
2023-07-20 21:42:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.highcharts-data-table thead tr,
|
|
|
|
|
.highcharts-data-table tr:nth-child(even) {
|
2023-11-15 11:57:22 +01:00
|
|
|
background: #f8f8f8;
|
2023-07-20 21:42:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.highcharts-data-table tr:hover {
|
2023-11-15 11:57:22 +01:00
|
|
|
background: #f1f7ff;
|
2023-08-15 13:29:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#radio_cat_state {
|
2023-11-15 11:57:22 +01:00
|
|
|
margin-bottom: 10px;
|
2023-08-15 13:40:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.previous-qsos table {
|
2023-11-15 11:57:22 +01:00
|
|
|
margin-bottom: 0px;
|
2023-08-18 20:02:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#advancedmap {
|
|
|
|
|
height: calc(100vh - 280px) !important;
|
|
|
|
|
max-height: 1000px !important;
|
2023-08-19 19:42:51 +02:00
|
|
|
}
|
2023-08-19 19:41:56 +02:00
|
|
|
|
2023-08-18 21:38:34 +01:00
|
|
|
.lotw-cert-list table {
|
2023-11-15 11:57:22 +01:00
|
|
|
margin-bottom: 0px;
|
2023-08-19 18:18:47 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.qso_panel a i.fa.fa-star:hover {
|
2023-11-15 11:57:22 +01:00
|
|
|
color: #ffd700 !important;
|
2023-09-05 12:41:35 +02:00
|
|
|
}
|
|
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
#dx,
|
|
|
|
|
#state,
|
|
|
|
|
#gridsquare,
|
|
|
|
|
#sota,
|
|
|
|
|
#wwff,
|
|
|
|
|
#pota {
|
|
|
|
|
text-transform: uppercase;
|
2023-09-05 12:41:35 +02:00
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2023-10-20 15:44:34 +02:00
|
|
|
#awardInfoButton {
|
2023-11-15 11:57:22 +01:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2023-10-20 15:44:34 +02:00
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2023-10-20 15:44:34 +02:00
|
|
|
#awardInfoButton h2 {
|
2023-11-15 11:57:22 +01:00
|
|
|
margin-right: 30px;
|
2023-10-25 09:30:40 +02:00
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2023-10-25 09:29:16 +02:00
|
|
|
#simpleFleInfo {
|
2023-11-15 11:57:22 +01:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2023-10-25 09:29:16 +02:00
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2023-10-25 09:29:16 +02:00
|
|
|
#simpleFleInfo h2 {
|
2023-11-15 11:57:22 +01:00
|
|
|
margin-right: 30px;
|
2023-10-25 16:52:46 +02:00
|
|
|
}
|
2023-10-25 09:30:40 +02:00
|
|
|
|
2023-12-10 00:54:11 +01:00
|
|
|
.sfletable {
|
|
|
|
|
height: 470px;
|
|
|
|
|
}
|
2023-11-01 21:56:33 +01:00
|
|
|
|
2023-11-17 23:07:08 +01:00
|
|
|
.sfletable.table {
|
2023-11-01 21:56:33 +01:00
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2023-11-17 23:07:08 +01:00
|
|
|
.sfletable.table thead, .sfletable.table tbody tr {
|
2023-11-01 21:56:33 +01:00
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
table-layout: fixed;
|
|
|
|
|
display: inline-table;
|
|
|
|
|
}
|
|
|
|
|
|
2023-11-17 23:07:08 +01:00
|
|
|
.sfletable.table tbody {
|
2023-12-10 00:54:11 +01:00
|
|
|
width: 95%;
|
2023-11-01 21:56:33 +01:00
|
|
|
overflow-y: scroll;
|
2023-11-04 12:56:03 +01:00
|
|
|
max-height: 440px;
|
2023-11-01 21:56:33 +01:00
|
|
|
position: absolute;
|
|
|
|
|
}
|
2023-11-06 14:00:06 +01:00
|
|
|
|
2023-12-07 21:28:10 +01:00
|
|
|
.simplefle {
|
|
|
|
|
--bs-card-bg: none;
|
|
|
|
|
}
|
|
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
.red {
|
|
|
|
|
color: var(--red);
|
|
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
.green {
|
|
|
|
|
color: var(--green);
|
|
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2025-11-24 16:30:34 +00:00
|
|
|
/* QSO LIVE/POST badge hover effect for visibility */
|
|
|
|
|
.badge.text-bg-success[style*="cursor: pointer;"]:hover {
|
|
|
|
|
background-color: #ff9800 !important; /* orange for hover */
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
transition: background 0.2s;
|
|
|
|
|
}
|
|
|
|
|
.badge.text-bg-danger[style*="cursor: pointer;"]:hover {
|
|
|
|
|
background-color: #2196f3 !important; /* blue for hover */
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
transition: background 0.2s;
|
|
|
|
|
}
|
|
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
.blue {
|
|
|
|
|
color: var(--indigo);
|
|
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
.gray {
|
|
|
|
|
color: var(--gray);
|
|
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
2023-11-15 11:57:22 +01:00
|
|
|
.orange {
|
|
|
|
|
color: var(--orange);
|
|
|
|
|
}
|
2023-11-29 14:26:23 +01:00
|
|
|
|
|
|
|
|
.qso_eqsl_qslmsg_update {
|
2023-12-10 00:54:11 +01:00
|
|
|
cursor: pointer;
|
|
|
|
|
margin-left: 10px;
|
2023-11-30 18:11:22 +01:00
|
|
|
}
|
|
|
|
|
|
2023-12-10 00:54:11 +01:00
|
|
|
.icon_selectBox {
|
|
|
|
|
position: relative;
|
2023-11-30 18:11:22 +01:00
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
|
|
|
|
.icon_selectBox_data {
|
|
|
|
|
display: none;
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 50;
|
|
|
|
|
left: initial;
|
|
|
|
|
border: 1px solid var(--bs-border-color);
|
|
|
|
|
padding: 5px;
|
|
|
|
|
top: initial;
|
|
|
|
|
background-color: var(--bs-card-bg);
|
|
|
|
|
color: var(--bs-body-color);
|
2023-11-30 18:11:22 +01:00
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
|
|
|
|
.icon_selectBox_data label {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
|
text-align: center;
|
|
|
|
|
cursor: pointer;
|
2023-11-30 18:11:22 +01:00
|
|
|
}
|
2023-12-10 00:54:11 +01:00
|
|
|
|
|
|
|
|
.icon_selectBox_data label:hover {
|
|
|
|
|
background-color: var(--bs-primary);
|
2023-12-04 21:06:00 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.inputError {
|
2023-12-06 08:32:00 +01:00
|
|
|
border: 2px solid rgb(217, 83, 79);
|
2023-12-04 21:06:00 +01:00
|
|
|
}
|
2023-12-08 12:56:16 +01:00
|
|
|
|
2023-12-11 09:28:36 +01:00
|
|
|
|
2023-12-08 12:56:16 +01:00
|
|
|
table.dataTable thead th,
|
|
|
|
|
table.dataTable thead td,
|
|
|
|
|
table.dataTable tfoot th,
|
|
|
|
|
table.dataTable tfoot td {
|
|
|
|
|
text-align: center !important;
|
2023-12-11 09:28:36 +01:00
|
|
|
}
|
|
|
|
|
|
2023-12-10 00:54:11 +01:00
|
|
|
.dropend .dropdown-toggle {
|
|
|
|
|
margin-left: 1em;
|
|
|
|
|
}
|
2023-12-22 11:12:08 +01:00
|
|
|
/*.dropdown .dropdown-menu {
|
2023-12-10 00:54:11 +01:00
|
|
|
display: none;
|
2023-12-22 11:12:08 +01:00
|
|
|
}*/
|
2023-12-10 00:54:11 +01:00
|
|
|
.dropdown:hover>.dropdown-menu, .dropend:hover>.dropdown-menu {
|
|
|
|
|
display: block;
|
|
|
|
|
/* margin-top: .125em; */
|
|
|
|
|
margin-left: .125em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width:769px) {
|
|
|
|
|
.dropend:hover>.dropdown-menu {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 100%;
|
|
|
|
|
}
|
|
|
|
|
.dropend .dropdown-toggle {
|
|
|
|
|
margin-left: .5em;
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-12-22 11:12:08 +01:00
|
|
|
/*.navbar-nav li:hover > ul.dropdown-menu {
|
2023-12-10 00:54:11 +01:00
|
|
|
display: block;
|
2023-12-22 11:12:08 +01:00
|
|
|
}*/
|
2023-12-10 00:54:11 +01:00
|
|
|
|
|
|
|
|
.dropdown-submenu {
|
2026-02-17 22:58:21 +00:00
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dropdown-submenu > .dropdown-menu {
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 100%;
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-left: 0.125rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dropdown-submenu-left > .dropdown-menu {
|
|
|
|
|
left: auto;
|
|
|
|
|
right: 100%;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
margin-right: 0.125rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar .dropdown-menu {
|
|
|
|
|
padding: 0.35rem 0;
|
|
|
|
|
border-radius: 0.5rem;
|
|
|
|
|
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
|
2023-12-10 00:54:11 +01:00
|
|
|
}
|
2026-02-17 22:58:21 +00:00
|
|
|
|
|
|
|
|
.navbar .dropdown-item {
|
|
|
|
|
padding: 0.45rem 1rem;
|
|
|
|
|
margin: 0.1rem 0.35rem;
|
|
|
|
|
border-radius: 0.35rem;
|
|
|
|
|
transition: background-color 120ms ease, color 120ms ease, transform 120ms ease;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar .dropdown-item:hover,
|
|
|
|
|
.navbar .dropdown-item:focus {
|
|
|
|
|
background-color: rgba(var(--bs-primary-rgb), 0.12);
|
|
|
|
|
color: var(--bs-primary);
|
|
|
|
|
transform: translateX(2px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dropdown-submenu > .dropdown-toggle {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dropdown-submenu > .dropdown-toggle::after {
|
|
|
|
|
content: "";
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
border: solid currentColor;
|
|
|
|
|
border-width: 0 0.12rem 0.12rem 0;
|
|
|
|
|
padding: 0.2rem;
|
|
|
|
|
transform: rotate(-45deg);
|
|
|
|
|
opacity: 0.65;
|
2023-12-10 00:54:11 +01:00
|
|
|
}
|
|
|
|
|
.dropdown-menu > li > a:hover:after {
|
|
|
|
|
transform: rotate(-90deg);
|
2023-12-12 11:41:52 +00:00
|
|
|
}
|
|
|
|
|
|
2023-12-22 11:12:08 +01:00
|
|
|
.table-responsive .dropdown-menu.notdisplay {
|
|
|
|
|
padding:0px!important;
|
|
|
|
|
border:0px!important;
|
|
|
|
|
}
|
|
|
|
|
|
2023-12-12 11:41:52 +00:00
|
|
|
#partial_view .table-responsive {
|
|
|
|
|
overflow-x: unset;
|
2023-12-15 20:22:58 +01:00
|
|
|
}
|
|
|
|
|
|
2023-12-17 21:14:47 +01:00
|
|
|
label {
|
|
|
|
|
margin-bottom: 0.25rem;
|
|
|
|
|
}
|
|
|
|
|
|
2023-12-17 17:39:12 +01:00
|
|
|
.btn-pwd-showhide, .btn-pwd-showhide:hover {
|
|
|
|
|
border: 1px solid var(--cl-border-btn-pwd);
|
2024-01-01 10:03:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dxccsummaryheader:after {
|
|
|
|
|
content: '\02795'; /* Unicode character for "plus" sign (+) */
|
|
|
|
|
float: right;
|
|
|
|
|
margin-left: 5px;
|
2024-01-01 11:20:32 +01:00
|
|
|
color: #000000;
|
|
|
|
|
background-image: linear-gradient(to right, white 0, white 12ch, black 12ch, black 100%);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
background-clip: text;
|
|
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
|
|
-webkit-text-fill-color: transparent;
|
2024-01-01 10:03:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dxccsummaryheaderopened:after {
|
|
|
|
|
content: "\2796"; /* Unicode character for "minus" sign (-) */
|
2024-02-14 13:44:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hamsatBgLin {
|
|
|
|
|
background-color: rgb(224 242 254) !important;
|
|
|
|
|
--bs-badge-color: rgb(2 132 199) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hamsatBgData {
|
|
|
|
|
background-color: rgb(250 232 255) !important;
|
|
|
|
|
--bs-badge-color: rgb(192 38 211) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hamsatBgFm {
|
|
|
|
|
background-color: rgb(254 243 199) !important;
|
|
|
|
|
--bs-badge-color: rgb(217 119 6) !important;
|
|
|
|
|
}
|
2024-02-23 15:29:37 +00:00
|
|
|
|
|
|
|
|
/* CSS for Upcoming DXCC Component */
|
|
|
|
|
#upcoming_dxccs_component #worked_before {
|
|
|
|
|
background-color: #ddffdd;
|
|
|
|
|
width: 33%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#upcoming_dxccs_component #not_worked_before {
|
|
|
|
|
background-color: #ffdddd;
|
|
|
|
|
width: 33%;
|
2024-03-22 10:58:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table-responsive>table .dropdown{position:static;}
|
2024-06-27 12:34:13 +02:00
|
|
|
.table-responsive>table .dropdown>.dropdown-menu{left: 75%;top:auto !important;}
|
2024-04-10 15:15:54 +01:00
|
|
|
|
|
|
|
|
tr.htmx-swapping td {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
transition: opacity 1s ease-out;
|
2024-04-10 17:39:33 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.error-red-border {
|
|
|
|
|
border-color: red;
|
2024-07-03 18:09:12 +02:00
|
|
|
}
|