Cloudlog/assets/css/general.css

804 wiersze
11 KiB
CSS
Czysty Zwykły widok Historia

2020-12-07 10:03:25 +00:00
@media (min-width: 992px) {
2023-12-09 23:54:11 +00:00
2023-11-15 10:57:22 +00:00
.modal-lg,
.modal-xl {
max-width: 900px;
}
2020-12-07 10:03:25 +00:00
}
2023-11-17 15:29:02 +00:00
[hidden] {
display: none !important;
}
2023-11-25 21:43:23 +00:00
a {
text-decoration: none !important;
}
.main-nav .container {
2023-11-15 10:57:22 +00:00
margin-top: 0px !important;
}
#nav-container {
margin-top: 0;
position: sticky;
top: 0;
}
2023-12-09 23:54:11 +00:00
thead>tr>td {
position: sticky;
top: 45px;
}
.dashboard {
padding-top: 15px;
}
2023-12-09 23:54:11 +00:00
.row.logdata {
padding-top: 15px;
}
.statistics {
padding-top: 15px;
}
.statistics_custom {
padding-top: 15px;
2019-05-13 17:28:16 +00:00
}
.notes {
padding-top: 15px;
2019-05-14 10:52:11 +00:00
}
2019-05-22 16:06:47 +00:00
.eqsl {
2023-11-15 10:57:22 +00:00
padding-top: 15px;
2019-05-22 16:06:47 +00:00
}
.publicsearch {
padding-top: 15px;
max-width: 540px;
}
2019-05-14 10:52:11 +00:00
.search {
padding-top: 15px;
2019-05-14 15:46:16 +00:00
}
.logbook {
padding-top: 15px;
}
2019-05-21 16:02:26 +00:00
.adif {
2023-11-15 10:57:22 +00:00
padding-top: 15px;
2019-05-21 16:02:26 +00:00
}
.adif .alert p {
2023-11-15 10:57:22 +00:00
margin-bottom: 0rem;
}
.api .alert p {
2023-11-15 10:57:22 +00:00
margin-bottom: 0rem;
}
.qso_panel {
2023-11-15 10:57:22 +00:00
padding-top: 25px;
}
.qso_panel #callsign {
2023-11-15 10:57:22 +00:00
text-transform: uppercase;
}
.qso_panel #locator {
2023-11-15 10:57:22 +00:00
text-transform: uppercase;
}
.qso_panel .iota_ref {
2023-11-15 10:57:22 +00:00
text-transform: uppercase;
}
.qso_panel #sota_ref-selectized {
2023-11-15 10:57:22 +00:00
text-transform: uppercase;
}
2022-08-15 14:04:33 +00:00
.qso_panel #wwff_ref-selectized {
2023-11-15 10:57:22 +00:00
text-transform: uppercase;
2022-08-15 14:04:33 +00:00
}
2022-10-05 15:05:53 +00:00
.qso_panel #pota_ref-selectized {
2023-11-15 10:57:22 +00:00
text-transform: uppercase;
2022-10-05 15:05:53 +00:00
}
.qso_panel #darc_dok-selectized {
2023-11-15 10:57:22 +00:00
text-transform: uppercase;
}
.card-body #callsign {
2023-11-15 10:57:22 +00:00
text-transform: uppercase;
}
.card-body #locator {
2023-11-15 10:57:22 +00:00
text-transform: uppercase;
}
.card-body #vucc_grids {
2023-11-15 10:57:22 +00:00
text-transform: uppercase;
}
.card-body #sota_ref_edit-selectized {
2023-11-15 10:57:22 +00:00
text-transform: uppercase;
}
2022-08-15 14:04:33 +00:00
.card-body #wwff_ref_edit-selectized {
2023-11-15 10:57:22 +00:00
text-transform: uppercase;
2022-08-15 14:04:33 +00:00
}
2022-10-05 15:05:53 +00:00
.card-body #pota_ref_edit-selectized {
2023-11-15 10:57:22 +00:00
text-transform: uppercase;
2022-10-05 15:05:53 +00:00
}
.card-body #darc_dok_edit-selectized {
2023-11-15 10:57:22 +00:00
text-transform: uppercase;
}
.card-body #exch_rcvd {
2023-11-15 10:57:22 +00:00
text-transform: uppercase;
2022-10-16 10:05:56 +00:00
}
.card-body #exch_sent {
2023-11-15 10:57:22 +00:00
text-transform: uppercase;
2022-10-16 10:05:56 +00:00
}
.card-body #exch_gridsquare_r {
2023-11-15 10:57:22 +00:00
text-transform: uppercase;
}
#oqrssearch:valid {
2023-11-15 10:57:22 +00:00
text-transform: uppercase;
}
.confirmedGrid {
2023-11-15 10:57:22 +00:00
border-color: green;
}
.workedGrid {
2023-11-15 10:57:22 +00:00
border-color: yellow;
}
.newGrid {
2023-11-15 10:57:22 +00:00
border-color: red;
border-width: 2px;
}
#country {
2023-11-15 10:57:22 +00:00
border: none;
}
2023-11-15 10:57:22 +00:00
TD.eqsl {
width: 33px;
2019-05-14 15:46:16 +00:00
}
2023-11-15 10:57:22 +00:00
.eqsl-green {
color: #00a000 !important;
font-size: 1.1em;
2019-05-14 15:46:16 +00:00
}
2023-12-09 23:54:11 +00:00
2023-11-15 10:57:22 +00:00
.eqsl-red {
color: #f00 !important;
font-size: 1.1em;
2019-05-14 15:46:16 +00:00
}
2023-12-09 23:54:11 +00:00
2023-11-15 10:57:22 +00:00
.qsl-green {
color: #00a000 !important;
font-size: 1.1em;
2019-05-22 21:24:16 +00:00
}
2023-12-09 23:54:11 +00:00
2023-11-15 10:57:22 +00:00
.qsl-red {
color: #f00 !important;
font-size: 1.1em;
2019-05-22 21:24:16 +00:00
}
2023-12-09 23:54:11 +00:00
2023-11-15 10:57:22 +00:00
.qsl-yellow {
color: #d39e00 !important;
font-size: 1.1em;
}
2023-12-09 23:54:11 +00:00
2023-11-15 10:57:22 +00:00
.qsl-grey {
color: #dddddd !important;
font-size: 1.1em;
2020-05-02 20:15:25 +00:00
}
2023-12-09 23:54:11 +00:00
2023-12-08 05:21:47 +00:00
TD.qrz {
width: 33px;
}
2023-12-09 23:54:11 +00:00
2023-12-08 05:21:47 +00:00
.qrz-green {
color: #00a000 !important;
font-size: 1.1em;
}
2023-12-09 23:54:11 +00:00
2023-12-08 05:21:47 +00:00
.qrz-red {
color: #f00 !important;
font-size: 1.1em;
}
2023-11-15 10:57:22 +00:00
TD.lotw {
width: 33px;
2019-05-14 15:46:16 +00:00
}
2023-12-09 23:54:11 +00:00
2023-11-15 10:57:22 +00:00
.lotw-green {
color: #00a000 !important;
font-size: 1.1em;
2019-05-14 15:46:16 +00:00
}
2023-12-09 23:54:11 +00:00
2023-11-15 10:57:22 +00:00
.lotw-red {
color: #f00 !important;
font-size: 1.1em;
}
.qso-edit-box {
2023-11-15 10:57:22 +00:00
padding: 10px;
}
.previous-qsos .card-title {
2023-11-15 10:57:22 +00:00
margin-bottom: 0px;
}
2019-06-13 23:14:39 +00:00
.qso-map .card-title {
2023-11-15 10:57:22 +00:00
margin-bottom: 0px;
2019-06-13 23:14:39 +00:00
}
.qso-map {
2023-11-15 10:57:22 +00:00
margin-bottom: 10px;
2019-06-13 23:14:39 +00:00
}
.callsign-suggest {
2023-11-15 10:57:22 +00:00
margin-bottom: 10px;
}
.callsign-suggest .card-title {
2023-11-15 10:57:22 +00:00
margin-bottom: 0px;
}
2019-09-04 21:11:55 +00:00
#search_box #callsign {
2023-11-15 10:57:22 +00:00
text-transform: uppercase;
}
#nav-bar-search-input:focus {
2023-11-15 10:57:22 +00:00
text-transform: uppercase;
}
2019-10-05 17:58:18 +00:00
.settings {
2023-11-15 10:57:22 +00:00
padding-top: 15px;
2019-10-05 17:58:18 +00:00
}
.settings-nav {
2023-11-15 10:57:22 +00:00
margin-bottom: 15px;
list-style: none;
background-color: #fff;
border: 1px solid #d1d5da;
border-radius: 3px;
2019-10-05 17:58:18 +00:00
}
.settings-nav .nav-link {
2023-11-15 10:57:22 +00:00
list-style: none;
background-color: #fff;
border: 1px solid #d1d5da;
2019-10-05 17:58:18 +00:00
}
.settings-nav .nav-link:hover {
2023-11-15 10:57:22 +00:00
background-color: #e1e4e8;
2019-10-08 20:38:34 +00:00
}
/* QSL Card Management CSS */
.qsl_management {
2023-11-15 10:57:22 +00:00
padding-top: 15px;
2020-03-05 16:17:25 +00:00
}
/*
*
*
*/
.qso-map-new .card-header {
2023-12-09 23:54:11 +00: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 10:57:22 +00:00
color: #ffffff;
}
#myTab .nav-link {
2023-11-15 10:57:22 +00:00
padding: 8px !important;
}
#map {
2023-11-15 10:57:22 +00:00
z-index: 1;
}
#qsomap {
2023-11-15 10:57:22 +00:00
z-index: 1;
}
#create_station_profile .row {
2023-11-15 10:57:22 +00:00
margin-bottom: 10px;
}
/*
* Debug CSS
*/
.card {
2023-11-15 10:57:22 +00:00
margin-bottom: 10px;
}
2023-12-09 23:54:11 +00:00
.modal-backdrop {
2023-11-18 09:04:43 +00:00
z-index: 1000 !important;
}
2023-11-19 22:51:55 +00:00
.dropdown-menu {
z-index: 2000 !important;
2023-12-09 23:54:11 +00:00
position: absolute !important;
2023-11-19 22:51:55 +00:00
}
2023-11-15 10:57:22 +00:00
.was-map-dialog .modal-dialog {
width: 100%;
}
2023-11-15 10:57:22 +00:00
@media (min-width: 576px) {
.was-map-dialog .modal-dialog {
max-width: 73% !important;
}
}
/*
* Timepicker alignment
*/
2023-10-23 20:04:33 +00:00
.exportdatepicker {
padding-right: 0;
padding-left: 0;
}
.modal-body {
max-height: calc(100vh - 200px);
overflow-y: auto;
}
/* Station Logbooks Styles */
div#station_logbooks_table_length {
2023-11-15 10:57:22 +00:00
padding-top: 12px;
padding-left: 12px;
padding-bottom: 0px;
}
div#station_logbooks_table_filter {
2023-11-15 10:57:22 +00:00
padding-top: 12px;
padding-right: 12px;
padding-bottom: 0px;
}
div#station_logbooks_table_info {
2023-11-15 10:57:22 +00:00
padding-left: 12px;
}
div#station_logbooks_table_paginate {
2023-11-15 10:57:22 +00:00
padding-right: 12px;
padding-bottom: 12px;
}
2023-11-15 10:57:22 +00:00
div#station_logbooks_linked_table_length {
padding-top: 12px;
padding-left: 12px;
padding-bottom: 0px;
}
div#station_logbooks_linked_table_filter {
2023-11-15 10:57:22 +00:00
padding-top: 12px;
padding-left: 12px;
padding-bottom: 0px;
}
div#station_logbooks_linked_table_info {
2023-11-15 10:57:22 +00:00
padding-left: 12px;
}
div#station_logbooks_linked_table_paginate {
2023-11-15 10:57:22 +00:00
padding-right: 12px;
padding-bottom: 12px;
}
/* qrz.com profile picture Styles */
2022-04-04 18:30:01 +00:00
.card-title {
2023-11-15 10:57:22 +00:00
margin-bottom: 0px;
}
2022-04-04 18:30:01 +00:00
.callsign-image {
2023-11-15 10:57:22 +00:00
margin-bottom: 10px;
}
.callsign-image-content {
2023-11-15 10:57:22 +00:00
display: block;
max-height: 300px;
text-align: center;
}
.callsign-image-pic {
2023-11-15 10:57:22 +00:00
max-height: 250px;
max-width: 100%;
}
2022-07-02 17:24:03 +00:00
#mapactivators {
2023-11-15 10:57:22 +00:00
height: calc(100vh - 380px) !important;
max-height: 900px !important;
2022-07-02 17:24:03 +00:00
}
2022-09-28 13:41:08 +00:00
.copy-icon {
2023-11-15 10:57:22 +00:00
display: block;
cursor: pointer;
padding-left: 0.5em;
2022-09-28 13:41:08 +00:00
}
.flash-copy {
2023-11-15 10:57:22 +00:00
animation-name: flash;
animation-timing-function: ease-out;
animation-duration: 1s;
2022-09-28 13:41:08 +00:00
}
@keyframes flash {
2023-11-15 10:57:22 +00:00
0% {
background: #28a745;
}
2023-12-09 23:54:11 +00:00
2023-11-15 10:57:22 +00:00
100% {
background: transparent;
}
2022-09-28 13:41:08 +00:00
}
2023-03-09 21:57:28 +00:00
.api-url {
2023-11-15 10:57:22 +00:00
font-family: Monospace;
2023-03-09 21:57:28 +00:00
}
2022-09-28 13:41:08 +00:00
.api-key {
2023-11-15 10:57:22 +00:00
font-family: Monospace;
2022-09-28 13:41:08 +00:00
}
.qso_panel .dxccsummary {
2023-11-15 10:57:22 +00:00
margin-bottom: 10px;
}
.qso_panel .dxccsummaryheader {
2023-11-15 10:57:22 +00:00
cursor: pointer;
}
2023-12-09 23:54:11 +00:00
.table-striped tbody>tr.activeRow {
background-color: #5cb85c !important;
2023-11-17 17:21:24 +00:00
--bs-table-bg: none;
}
2023-11-25 21:43:23 +00:00
.border-top {
--bs-border-color: #dee2e6;
}
.activeRow a {
2023-11-15 10:57:22 +00:00
color: #fff !important;
}
2023-11-15 10:57:22 +00:00
.w-qsl {
max-height: calc(100vh - 270px);
overflow-y: auto;
}
#lotw_manual_results {
2023-11-15 10:57:22 +00:00
padding-top: 10px;
}
2023-06-20 13:03:30 +00:00
.lotw_info_yellow {
2023-11-15 10:57:22 +00:00
background-image: linear-gradient(to bottom, #3fb618, yellow);
2023-06-20 13:03:30 +00:00
}
.lotw_info_orange {
2023-11-15 10:57:22 +00:00
background-image: linear-gradient(to bottom, #3fb618, orange);
2023-06-20 13:03:30 +00:00
}
.lotw_info_red {
2023-11-15 10:57:22 +00:00
background-image: linear-gradient(to bottom, #3fb618, red);
2023-06-20 13:03:30 +00:00
}
.highcharts-strong {
2023-11-15 10:57:22 +00:00
font-weight: bold;
}
.highcharts-figure,
.highcharts-data-table table {
2023-11-15 10:57:22 +00:00
min-width: 320px;
max-width: 100%;
margin: 1em auto;
max-height: calc(100vh - 200px) !important;
2023-11-15 10:57:22 +00:00
overflow-y: auto;
}
.highcharts-data-table table {
2023-11-15 10:57:22 +00:00
font-family: Verdana, sans-serif;
border-collapse: collapse;
border: 1px solid #ebebeb;
margin: 10px auto;
text-align: center;
width: 100%;
max-width: 500px;
}
.highcharts-data-table caption {
2023-11-15 10:57:22 +00:00
padding: 1em 0;
font-size: 1.2em;
color: #555;
}
.highcharts-data-table th {
2023-11-15 10:57:22 +00:00
font-weight: 600;
padding: 0.5em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
2023-11-15 10:57:22 +00:00
padding: 0.5em;
}
.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
2023-11-15 10:57:22 +00:00
background: #f8f8f8;
}
.highcharts-data-table tr:hover {
2023-11-15 10:57:22 +00:00
background: #f1f7ff;
}
#radio_cat_state {
2023-11-15 10:57:22 +00:00
margin-bottom: 10px;
}
.previous-qsos table {
2023-11-15 10:57:22 +00:00
margin-bottom: 0px;
}
#advancedmap {
height: calc(100vh - 280px) !important;
max-height: 1000px !important;
}
2023-08-19 17:41:56 +00:00
.lotw-cert-list table {
2023-11-15 10:57:22 +00:00
margin-bottom: 0px;
}
.qso_panel a i.fa.fa-star:hover {
2023-11-15 10:57:22 +00:00
color: #ffd700 !important;
}
2023-11-15 10:57:22 +00:00
#dx,
#state,
#gridsquare,
#sota,
#wwff,
#pota {
text-transform: uppercase;
}
2023-12-09 23:54:11 +00:00
2023-10-20 13:44:34 +00:00
#awardInfoButton {
2023-11-15 10:57:22 +00:00
display: flex;
align-items: center;
2023-10-20 13:44:34 +00:00
}
2023-12-09 23:54:11 +00:00
2023-10-20 13:44:34 +00:00
#awardInfoButton h2 {
2023-11-15 10:57:22 +00:00
margin-right: 30px;
}
2023-12-09 23:54:11 +00:00
2023-10-25 07:29:16 +00:00
#simpleFleInfo {
2023-11-15 10:57:22 +00:00
display: flex;
align-items: center;
2023-10-25 07:29:16 +00:00
}
2023-12-09 23:54:11 +00:00
2023-10-25 07:29:16 +00:00
#simpleFleInfo h2 {
2023-11-15 10:57:22 +00:00
margin-right: 30px;
2023-10-25 14:52:46 +00:00
}
2023-12-09 23:54:11 +00:00
.sfletable {
height: 470px;
}
2023-11-01 20:56:33 +00:00
2023-11-17 22:07:08 +00:00
.sfletable.table {
2023-11-01 20:56:33 +00:00
width: 100%;
}
2023-11-17 22:07:08 +00:00
.sfletable.table thead, .sfletable.table tbody tr {
2023-11-01 20:56:33 +00:00
display: block;
width: 100%;
table-layout: fixed;
display: inline-table;
}
2023-11-17 22:07:08 +00:00
.sfletable.table tbody {
2023-12-09 23:54:11 +00:00
width: 95%;
2023-11-01 20:56:33 +00:00
overflow-y: scroll;
max-height: 440px;
2023-11-01 20:56:33 +00:00
position: absolute;
}
2023-11-06 13:00:06 +00:00
.simplefle {
--bs-card-bg: none;
}
2023-11-15 10:57:22 +00:00
.red {
color: var(--red);
}
2023-12-09 23:54:11 +00:00
2023-11-15 10:57:22 +00:00
.green {
color: var(--green);
}
2023-12-09 23:54:11 +00:00
2023-11-15 10:57:22 +00:00
.blue {
color: var(--indigo);
}
2023-12-09 23:54:11 +00:00
2023-11-15 10:57:22 +00:00
.gray {
color: var(--gray);
}
2023-12-09 23:54:11 +00:00
2023-11-15 10:57:22 +00:00
.orange {
color: var(--orange);
}
2023-11-29 13:26:23 +00:00
.qso_eqsl_qslmsg_update {
2023-12-09 23:54:11 +00:00
cursor: pointer;
margin-left: 10px;
2023-11-30 17:11:22 +00:00
}
2023-12-09 23:54:11 +00:00
.icon_selectBox {
position: relative;
2023-11-30 17:11:22 +00:00
}
2023-12-09 23:54:11 +00: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 17:11:22 +00:00
}
2023-12-09 23:54:11 +00:00
.icon_selectBox_data label {
display: block;
margin-bottom: 0px !important;
text-align: center;
cursor: pointer;
2023-11-30 17:11:22 +00:00
}
2023-12-09 23:54:11 +00:00
.icon_selectBox_data label:hover {
background-color: var(--bs-primary);
2023-12-04 20:06:00 +00:00
}
.inputError {
2023-12-06 07:32:00 +00:00
border: 2px solid rgb(217, 83, 79);
2023-12-04 20:06:00 +00:00
}
2023-12-08 11:56:16 +00:00
2023-12-11 08:28:36 +00:00
2023-12-08 11:56:16 +00:00
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
text-align: center !important;
2023-12-11 08:28:36 +00:00
}
2023-12-09 23:54:11 +00:00
.dropend .dropdown-toggle {
margin-left: 1em;
}
2023-12-22 10:12:08 +00:00
/*.dropdown .dropdown-menu {
2023-12-09 23:54:11 +00:00
display: none;
2023-12-22 10:12:08 +00:00
}*/
2023-12-09 23:54:11 +00: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 10:12:08 +00:00
/*.navbar-nav li:hover > ul.dropdown-menu {
2023-12-09 23:54:11 +00:00
display: block;
2023-12-22 10:12:08 +00:00
}*/
2023-12-09 23:54:11 +00:00
.dropdown-submenu {
position:relative;
}
.dropdown-submenu>.dropdown-menu {
top:0;
left:100%;
margin-top:-9px;
}
.dropdown-menu > li > a:hover:after {
transform: rotate(-90deg);
2023-12-12 11:41:52 +00:00
}
2023-12-22 10:12:08 +00: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 19:22:58 +00:00
}
label {
margin-bottom: 0.25rem;
}
2023-12-17 16:39:12 +00:00
.btn-pwd-showhide, .btn-pwd-showhide:hover {
border: 1px solid var(--cl-border-btn-pwd);
}
.dxccsummaryheader:after {
content: '\02795'; /* Unicode character for "plus" sign (+) */
float: right;
margin-left: 5px;
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;
}
.dxccsummaryheaderopened:after {
content: "\2796"; /* Unicode character for "minus" sign (-) */
2024-02-14 12:44:11 +00: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;
}
/* 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;}
.table-responsive>table .dropdown>.dropdown-menu{left:auto !important;top:auto !important;}
tr.htmx-swapping td {
opacity: 0;
transition: opacity 1s ease-out;
}