Files
wavelog/assets/css/general.css
Andreas Kristiansen e36db1230d Fixed info css
2024-04-09 07:52:06 +02:00

942 lines
14 KiB
CSS

@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 900px;
}
}
/* ============ HEADER MENU ============ */
/* Adapted from https://bootstrap-menu.com/detail-multilevel.html */
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
.navbar-nav-left .dropdown-menu > li > a:hover:after {
transform: rotate(-90deg);
}
.navbar-nav-right .dropdown-menu > li > a:hover:after {
transform: rotate(90deg);
}
.header-dropdown li {
position: relative;
}
.nav-item .submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.nav-item .submenu-left {
right: 100%;
left: auto;
}
.header-dropdown > li:hover > .submenu {
display: block;
}
.dropdown:hover > .header-dropdown {
display: block;
}
.dropdown > .header-dropdown {
display: none;
}
.navbar-nav-left {
flex-grow: 1;
}
.navbar-nav-right {
float: right;
}
.dropdown-menu-right {
right: 0 !important;
left: auto !important;
}
}
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
.header-dropdown {
margin-left: 0.7rem;
margin-right: 0.7rem;
margin-bottom: 0.5rem;
}
.header-dropdown li {
position: relative;
}
.nav-item .submenu {
display: none;
position: absolute;
left: 30%;
top: -7px;
}
}
/* ============ small devices .end// ============ */
.dropdown-menu {
z-index: 2000 !important;
position: absolute !important;
}
[hidden] {
display: none !important;
}
a {
text-decoration: none !important;
}
.main-nav .container {
margin-top: 0px !important;
}
#nav-container {
margin-top: 0;
position: sticky;
top: 0;
}
thead > tr > td {
position: sticky;
top: 45px;
}
.headerLogo {
width: 50px;
height: 50px;
}
.mainLogo {
width: 300px;
height: 300px;
}
.navbar {
--bs-navbar-padding-y: 0.25rem;
}
.dashboard {
padding-top: none;
}
.row.logdata {
padding-top: 15px;
}
.statistics {
padding-top: 15px;
}
.statistics_custom {
padding-top: 15px;
}
.notes {
padding-top: 15px;
}
.eqsl {
padding-top: 15px;
}
.publicsearch {
padding-top: 15px;
max-width: 540px;
}
.search {
padding-top: 15px;
}
.logbook {
padding-top: 15px;
}
.adif {
padding-top: 15px;
}
.adif .alert p {
margin-bottom: 0rem;
}
.api .alert p {
margin-bottom: 0rem;
}
.qso_panel {
padding-top: 25px;
}
.qso_panel #callsign {
text-transform: uppercase;
}
.qso_panel #locator {
text-transform: uppercase;
}
.qso_panel .iota_ref {
text-transform: uppercase;
}
.qso_panel #sota_ref-selectized {
text-transform: uppercase;
}
.qso_panel #wwff_ref-selectized {
text-transform: uppercase;
}
.qso_panel #pota_ref-selectized {
text-transform: uppercase;
}
.qso_panel #darc_dok-selectized {
text-transform: uppercase;
}
.card-body #callsign {
text-transform: uppercase;
}
.card-body #locator {
text-transform: uppercase;
}
.card-body #vucc_grids {
text-transform: uppercase;
}
.card-body #sota_ref_edit-selectized {
text-transform: uppercase;
}
.card-body #wwff_ref_edit-selectized {
text-transform: uppercase;
}
.card-body #pota_ref_edit-selectized {
text-transform: uppercase;
}
.card-body #darc_dok_edit-selectized {
text-transform: uppercase;
}
.card-body #exch_rcvd {
text-transform: uppercase;
}
.card-body #exch_sent {
text-transform: uppercase;
}
.card-body #exch_gridsquare_r {
text-transform: uppercase;
}
#oqrssearch:valid {
text-transform: uppercase;
}
.confirmedGrid {
border-color: green;
}
.workedGrid {
border-color: yellow;
}
.newGrid {
border-color: red;
border-width: 2px;
}
#country {
border: none;
}
TD.eqsl {
width: 33px;
}
.eqsl-green {
color: #00a000 !important;
font-size: 1.1em;
}
.eqsl-red {
color: #f00 !important;
font-size: 1.1em;
}
.qsl-green {
color: #00a000 !important;
font-size: 1.1em;
}
.qsl-red {
color: #f00 !important;
font-size: 1.1em;
}
.qsl-yellow {
color: #d39e00 !important;
font-size: 1.1em;
}
.qsl-grey {
color: #dddddd !important;
font-size: 1.1em;
}
TD.qrz {
width: 33px;
}
.qrz-green {
color: #00a000 !important;
font-size: 1.1em;
}
.qrz-red {
color: #f00 !important;
font-size: 1.1em;
}
TD.lotw {
width: 33px;
}
.lotw-green {
color: #00a000 !important;
font-size: 1.1em;
}
.lotw-red {
color: #f00 !important;
font-size: 1.1em;
}
.qso-edit-box {
padding: 10px;
}
.previous-qsos .card-title {
margin-bottom: 0px;
}
.qso-map .card-title {
margin-bottom: 0px;
}
.qso-map {
margin-bottom: 10px;
}
.callsign-suggest {
margin-bottom: 10px;
}
.callsign-suggest .card-title {
margin-bottom: 0px;
}
#search_box #callsign {
text-transform: uppercase;
}
#nav-bar-search-input:focus {
text-transform: uppercase;
}
.settings {
padding-top: 15px;
}
.settings-nav {
margin-bottom: 15px;
list-style: none;
background-color: #fff;
border: 1px solid #d1d5da;
border-radius: 3px;
}
.settings-nav .nav-link {
list-style: none;
background-color: #fff;
border: 1px solid #d1d5da;
}
.settings-nav .nav-link:hover {
background-color: #e1e4e8;
}
/* QSL Card Management CSS */
.qsl_management {
padding-top: 15px;
}
/*
*
*
*/
.qso-map-new .card-header {
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+ */
color: #ffffff;
}
#myTab .nav-link {
padding: 8px !important;
}
#map {
z-index: 1;
}
#qsomap {
z-index: 1;
}
#create_station_profile .row {
margin-bottom: 10px;
}
/*
* Debug CSS
*/
.card {
margin-bottom: 10px;
}
.modal-backdrop {
z-index: 1000 !important;
}
.was-map-dialog .modal-dialog {
width: 100%;
}
@media (min-width: 576px) {
.was-map-dialog .modal-dialog {
max-width: 73% !important;
}
}
/*
* Timepicker alignment
*/
.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 {
padding-top: 12px;
padding-left: 12px;
padding-bottom: 0px;
}
div#station_logbooks_table_filter {
padding-top: 12px;
padding-right: 12px;
padding-bottom: 0px;
}
div#station_logbooks_table_info {
padding-left: 12px;
}
div#station_logbooks_table_paginate {
padding-right: 12px;
padding-bottom: 12px;
}
div#station_logbooks_linked_table_length {
padding-top: 12px;
padding-left: 12px;
padding-bottom: 0px;
}
div#station_logbooks_linked_table_filter {
padding-top: 12px;
padding-left: 12px;
padding-bottom: 0px;
}
div#station_logbooks_linked_table_info {
padding-left: 12px;
}
div#station_logbooks_linked_table_paginate {
padding-right: 12px;
padding-bottom: 12px;
}
/* qrz.com profile picture Styles */
.card-title {
margin-bottom: 0px;
}
.callsign-image {
margin-bottom: 10px;
}
.callsign-image-content {
display: block;
max-height: 300px;
text-align: center;
}
.callsign-image-pic {
max-height: 250px;
max-width: 100%;
}
#mapactivators {
height: calc(100vh - 380px) !important;
max-height: 900px !important;
}
.copy-icon {
display: block;
cursor: pointer;
padding-left: 0.5em;
}
.flash-copy {
animation-name: flash;
animation-timing-function: ease-out;
animation-duration: 1s;
}
@keyframes flash {
0% {
background: #28a745;
}
100% {
background: transparent;
}
}
.api-url {
font-family: Monospace;
}
.api-key {
font-family: Monospace;
}
.qso_panel .dxccsummary {
margin-bottom: 10px;
}
.qso_panel .dxccsummaryheader {
cursor: pointer;
}
.table-striped tbody > tr.activeRow {
background-color: #5cb85c !important;
--bs-table-bg: none;
}
.border-top {
--bs-border-color: #dee2e6;
}
.activeRow a {
color: #fff !important;
}
.w-qsl {
max-height: calc(100vh - 270px);
overflow-y: auto;
}
#lotw_manual_results {
padding-top: 10px;
}
.lotw_info_yellow {
background-image: linear-gradient(to bottom, #3fb618, yellow);
}
.lotw_info_orange {
background-image: linear-gradient(to bottom, #3fb618, orange);
}
.lotw_info_red {
background-image: linear-gradient(to bottom, #3fb618, red);
}
.highcharts-strong {
font-weight: bold;
}
.highcharts-figure,
.highcharts-data-table table {
min-width: 320px;
max-width: 100%;
margin: 1em auto;
max-height: calc(100vh - 200px) !important;
overflow-y: auto;
}
.highcharts-data-table table {
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 {
padding: 1em 0;
font-size: 1.2em;
color: #555;
}
.highcharts-data-table th {
font-weight: 600;
padding: 0.5em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
padding: 0.5em;
}
.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
background: #f8f8f8;
}
.highcharts-data-table tr:hover {
background: #f1f7ff;
}
#radio_cat_state {
margin-bottom: 10px;
}
.previous-qsos table {
margin-bottom: 0px;
}
#advancedmap {
height: calc(100vh - 280px) !important;
max-height: 1000px !important;
}
.lotw-cert-list table {
margin-bottom: 0px;
}
.qso_panel a i.fa.fa-star:hover {
color: #ffd700 !important;
}
#dx,
#state,
#gridsquare,
#sota,
#wwff,
#pota {
text-transform: uppercase;
}
#awardInfoButton {
display: flex;
align-items: center;
}
#awardInfoButton h2 {
margin-right: 30px;
}
#simpleFleInfo {
display: flex;
align-items: center;
}
#simpleFleInfo h2 {
margin-right: 30px;
}
.sfletable {
height: 470px;
}
.sfletable.table {
width: 100%;
}
.sfletable.table thead,
.sfletable.table tbody tr {
display: block;
width: 100%;
table-layout: fixed;
display: inline-table;
}
.sfletable.table tbody {
width: 95%;
overflow-y: scroll;
max-height: 440px;
position: absolute;
}
.simplefle {
--bs-card-bg: none;
}
.red {
color: var(--red);
}
.green {
color: var(--green);
}
.blue {
color: var(--indigo);
}
.gray {
color: var(--gray);
}
.orange {
color: var(--orange);
}
.qso_eqsl_qslmsg_update {
cursor: pointer;
margin-left: 10px;
}
.icon_selectBox {
position: relative;
}
.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);
}
.icon_selectBox_data label {
display: block;
margin-bottom: 0px !important;
text-align: center;
cursor: pointer;
}
.icon_selectBox_data label:hover {
background-color: var(--bs-primary);
}
.inputError {
border: 2px solid rgb(217, 83, 79);
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
text-align: center !important;
}
.table-responsive .dropdown-menu.notdisplay {
padding: 0px !important;
border: 0px !important;
}
#partial_view .table-responsive {
overflow-x: unset;
}
label {
margin-bottom: 0.25rem;
}
.btn-pwd-showhide,
.btn-pwd-showhide:hover,
.btn-included-on-field,
.btn-included-on-field:hover {
border: 1px solid var(--cl-border-btn-pwd);
cursor: pointer;
}
.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 (-) */
}
.coordinates {
justify-content: center;
align-items: stretch;
}
.cohidden {
display:none;
}
#latDeg, #lngDeg {
width: 170px;
}
#locator, #distance, #bearing {
width: 120px;
}
.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;
}
.spw-buttons {
--bs-btn-padding-x: 0.3rem;
--bs-btn-padding-y: 0.6rem;
display: none;
}
.quickswitcher.disabled {
--bs-dropdown-link-disabled-color: initial !important;
}
#station_logbooks_table tbody td, #station_locations_table tbody td {
text-align: center;
vertical-align: middle;
}
.table .editRow {
--bs-table-bg: none !important;
--bs-table-accent-bg: none !important;
}
/* Used in maps */
.legend {
padding: 6px 8px;
font: 14px Arial, Helvetica, sans-serif;
line-height: 24px;
color: rgb(255, 255, 255) !important;
border-color: #fff;
border-width: 1px;
border-style: solid;
border-radius: 10px;
background-color: rgb(52, 55, 56) !important;
}
.legend h4 {
text-align: center;
font-size: 16px;
margin: 2px 12px 8px;
color: rgb(255, 255, 255) !important;
}
.legend span {
position: relative;
bottom: 3px;
}
.legend i {
width: 18px;
height: 18px;
float: left;
margin: 0 8px 0 0;
}
.info.leaflet-control {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
background-color: rgb(52, 55, 56) !important;
color: rgb(255, 255, 255) !important;
border-color: #fff;
border-width: 1px;
border-style: solid;
}
.info h4 {
margin: 0 0 5px;
color: rgb(255, 255, 255) !important;
}
.leaflet-popup-content-wrapper {
background-color: rgb(52, 55, 56) !important;
color: rgb(255, 255, 255) !important;
border-color: #fff;
border-width: 1px;
border-style: solid;
}
.leaflet-popup-close-button {
color: rgb(255, 255, 255) !important;
}
.leaflet-popup-tip {
background-color: rgb(52, 55, 56) !important;
border-color: #fff;
border-width: 1px;
border-style: solid;
}