Cloudlog/assets/css/superhero/overrides.css

182 行
3.1 KiB
CSS

2020-12-07 18:03:25 +08:00
/*!
* No overrides for the default theme as it aligns with general.css
*/
2023-11-19 17:52:26 +08:00
body {
background-color: #2b3e50;
}
2023-11-19 19:18:58 +08:00
.table {
--bs-table-color: #fff;
--bs-table-striped-color: #fff;
--bs-table-active-color: #fff;
--bs-table-hover-color: #fff;
2023-11-25 21:30:20 +08:00
--bs-table-bg: #3d4e5e;
--bs-table-accent-bg: #2b3e50;
2023-11-19 19:18:58 +08:00
}
2023-12-08 05:35:03 +08:00
.table-striped tbody > tr.activeRow {
background-color: #5cb85c !important;
--bs-table-accent-bg: none;
}
2023-11-26 05:43:23 +08:00
.border-top {
--bs-border-color: #253544;
}
/*
* Maps
*/
.leaflet-tile {
2021-08-08 20:24:31 +08:00
filter: invert() hue-rotate(180deg) sepia(100%) hue-rotate(180deg) !important;
}
2021-08-08 20:24:31 +08:00
path.grid-rectangle {
stroke: rgba(200, 200, 200, 0.5);
}
2023-11-15 18:57:22 +08:00
span.grid-text > font {
2021-08-08 20:24:31 +08:00
color: rgba(220, 220, 220, 1) !important;
-webkit-text-stroke: 0.6px black !important;
}
path.grid-confirmed {
2021-08-08 20:24:31 +08:00
fill: rgba(144, 238, 144, 0.4) !important;
stroke: rgba(144, 238, 144, 0.4) !important;
}
path.grid-worked {
fill: rgba(220, 50, 50, 0.4) !important;
stroke: rgba(220, 50, 50, 0.4) !important;
}
2023-11-15 18:57:22 +08:00
#map,
#qsomap,
#mapqso,
#gridsquare_map,
#custommap {
background-color: #353c4a;
}
/*
* Dark Navigation
*/
/* Navigation background */
.bg-light {
background-color: #4e5d6c !important;
}
/* Inactive Links */
.navbar-light .navbar-nav .nav-link {
2023-11-15 18:57:22 +08:00
color: rgba(255, 255, 255, 0.6);
}
/* Active Links and Logo */
2023-11-15 18:57:22 +08:00
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: #fff;
}
2020-12-23 17:36:22 +08:00
/* Hamburger Menu */
2020-12-23 17:36:22 +08:00
.navbar-light .navbar-toggler-icon {
2023-11-15 18:57:22 +08:00
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
2020-12-23 17:36:22 +08:00
}
/*
* Dark inputs
*/
2023-11-15 18:57:22 +08:00
.form-control,
.form-control-sm,
.form-control:focus,
.form-control:disabled,
2023-11-19 17:39:12 +08:00
.form-select {
2020-12-23 15:31:53 +08:00
background-color: rgba(20, 41, 62, 0.6);
color: #fff;
}
div.alert-danger {
color: #ffffff;
}
.bootstrap-dialog.type-primary .modal-header {
2023-11-15 18:57:22 +08:00
background-color: #2b3e50;
}
2023-11-15 18:57:22 +08:00
.selectize-dropdown,
.selectize-input,
.selectize-input input {
color: #fff;
}
2023-11-15 18:57:22 +08:00
.selectize-input,
.selectize-control.single .selectize-input.input-active {
background: #2b3d51;
color: #fff;
}
.selectize-input {
border-radius: 0;
}
.selectize-input.full {
2023-11-15 18:57:22 +08:00
background-color: #2b3d51;
}
2023-11-15 18:57:22 +08:00
.selectize-dropdown,
.selectize-dropdown.form-control {
background: #737f8b;
}
.selectize-input.focus {
color: #495057;
background-color: #fff;
border-color: #f1b287;
2023-11-15 18:57:22 +08:00
box-shadow: 0 0 0 0.2rem rgba(223, 105, 26, 0.25);
}
.selectize-input.dropdown-active {
border-radius: 0;
}
2023-11-15 18:57:22 +08:00
.selectize-dropdown,
.selectize-dropdown.form-control {
border-radius: 0;
2023-08-25 20:35:33 +08:00
}
.qso_call {
2023-11-15 18:57:22 +08:00
float: left;
width: 140px;
}
.qso_icons {
2023-11-15 18:57:22 +08:00
float: right;
}
2023-11-15 18:57:22 +08:00
#qsoList_wrapper th {
text-align: left !important;
white-space: nowrap;
}
#qsoList_wrapper td {
text-align: left !important;
white-space: nowrap;
}
2023-08-25 20:35:33 +08:00
#lotw_badge {
2023-11-15 18:57:22 +08:00
float: right;
2023-08-25 20:35:33 +08:00
}
2023-08-25 20:47:27 +08:00
#edit_qso:not(.btn) {
2023-11-15 18:57:22 +08:00
float: left;
2023-08-25 20:35:33 +08:00
}