2021-02-05 16:56:02 +00:00
|
|
|
.webrx-top-container {
|
2019-07-11 11:40:12 +00:00
|
|
|
position: relative;
|
|
|
|
z-index:1000;
|
2020-05-10 14:07:14 +00:00
|
|
|
background-color: #575757;
|
2019-07-11 11:40:12 +00:00
|
|
|
|
2021-01-15 18:06:00 +00:00
|
|
|
background-image: url(../gfx/openwebrx-top-photo.jpg);
|
|
|
|
background-position-x: center;
|
|
|
|
background-position-y: top;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: cover;
|
|
|
|
|
|
|
|
overflow: hidden;
|
2019-07-11 11:40:12 +00:00
|
|
|
}
|
|
|
|
|
2021-02-05 16:56:02 +00:00
|
|
|
.openwebrx-description-container {
|
2021-01-15 18:06:00 +00:00
|
|
|
transition-property: height, opacity;
|
|
|
|
transition-duration: 1s;
|
|
|
|
transition-timing-function: ease-out;
|
|
|
|
opacity: 0;
|
|
|
|
height: 0;
|
|
|
|
/* originally, top-bar + description was 350px */
|
|
|
|
max-height: 283px;
|
2019-07-11 11:40:12 +00:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2021-02-05 16:56:02 +00:00
|
|
|
.openwebrx-description-container.expanded {
|
2021-01-15 18:06:00 +00:00
|
|
|
opacity: 1;
|
|
|
|
height: 283px;
|
2019-07-11 11:40:12 +00:00
|
|
|
}
|
|
|
|
|
2021-02-05 16:58:27 +00:00
|
|
|
.webrx-top-bar {
|
2021-01-15 18:06:00 +00:00
|
|
|
height:67px;
|
|
|
|
|
2019-07-11 11:40:12 +00:00
|
|
|
background: rgba(128, 128, 128, 0.15);
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
user-select: none;
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-khtml-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
overflow: hidden;
|
2021-01-15 18:06:00 +00:00
|
|
|
|
|
|
|
display: flex;
|
2021-01-15 18:55:37 +00:00
|
|
|
flex-direction: row;
|
2019-07-11 11:40:12 +00:00
|
|
|
}
|
|
|
|
|
2021-02-05 16:58:27 +00:00
|
|
|
.webrx-top-bar > * {
|
2021-01-15 18:06:00 +00:00
|
|
|
flex: 0;
|
2020-05-14 20:31:54 +00:00
|
|
|
}
|
|
|
|
|
2021-02-05 16:56:02 +00:00
|
|
|
.webrx-top-container, .webrx-top-container * {
|
2021-01-15 18:06:00 +00:00
|
|
|
line-height: initial;
|
|
|
|
box-sizing: initial;
|
2020-05-14 20:31:54 +00:00
|
|
|
}
|
|
|
|
|
2021-02-05 16:56:02 +00:00
|
|
|
.webrx-top-logo {
|
2021-05-15 19:42:04 +00:00
|
|
|
width: 261px;
|
2019-07-11 11:40:12 +00:00
|
|
|
padding: 12px;
|
2021-05-15 19:42:04 +00:00
|
|
|
filter: drop-shadow(0 0 2.5px rgba(0, 0, 0, .9));
|
2021-01-16 16:34:17 +00:00
|
|
|
/* overwritten by media queries */
|
|
|
|
display: none;
|
2019-07-11 11:40:12 +00:00
|
|
|
}
|
|
|
|
|
2021-02-05 16:56:02 +00:00
|
|
|
.webrx-rx-avatar {
|
2019-10-03 21:55:04 +00:00
|
|
|
background-color: rgba(154, 154, 154, .5);
|
|
|
|
margin: 7px;
|
2019-07-11 11:40:12 +00:00
|
|
|
|
|
|
|
width: 46px;
|
|
|
|
height: 46px;
|
|
|
|
padding: 4px;
|
|
|
|
border-radius: 8px;
|
2019-07-11 14:44:33 +00:00
|
|
|
box-sizing: content-box;
|
2019-07-11 11:40:12 +00:00
|
|
|
}
|
|
|
|
|
2021-02-05 16:56:02 +00:00
|
|
|
.webrx-rx-texts {
|
2021-01-16 16:34:17 +00:00
|
|
|
/* minimum layout width */
|
|
|
|
width: 0;
|
|
|
|
/* will be getting wider with flex */
|
2021-01-15 18:06:00 +00:00
|
|
|
flex: 1;
|
2021-01-16 16:34:17 +00:00
|
|
|
overflow: hidden;
|
2021-02-05 16:22:43 +00:00
|
|
|
margin: auto 0;
|
2019-07-11 11:40:12 +00:00
|
|
|
}
|
|
|
|
|
2021-02-15 16:16:55 +00:00
|
|
|
.webrx-rx-texts div, .webrx-rx-texts h1 {
|
2021-01-16 16:34:17 +00:00
|
|
|
margin: 0 10px;
|
2019-07-11 11:40:12 +00:00
|
|
|
padding: 3px;
|
|
|
|
white-space:nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
color: #909090;
|
2021-02-15 16:16:55 +00:00
|
|
|
text-align: left;
|
2021-01-15 18:06:00 +00:00
|
|
|
}
|
|
|
|
|
2021-02-05 16:56:02 +00:00
|
|
|
.webrx-rx-title {
|
2021-01-15 18:06:00 +00:00
|
|
|
font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
|
2019-07-11 11:40:12 +00:00
|
|
|
font-size: 11pt;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2021-02-05 16:56:02 +00:00
|
|
|
.webrx-rx-desc {
|
2019-07-11 11:40:12 +00:00
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
2021-02-05 16:56:02 +00:00
|
|
|
.openwebrx-main-buttons .button {
|
2020-03-16 21:48:42 +00:00
|
|
|
display: block;
|
2020-03-08 21:33:41 +00:00
|
|
|
width: 55px;
|
2019-07-11 11:40:12 +00:00
|
|
|
cursor:pointer;
|
|
|
|
}
|
|
|
|
|
2021-02-05 16:56:02 +00:00
|
|
|
.openwebrx-main-buttons .button[data-toggle-panel] {
|
2021-01-16 17:06:37 +00:00
|
|
|
/* will be enabled by javascript if the panel is present in the DOM */
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2021-05-11 21:36:30 +00:00
|
|
|
.openwebrx-main-buttons .button img,
|
|
|
|
.openwebrx-main-buttons .button svg {
|
2020-03-16 21:48:42 +00:00
|
|
|
height: 38px;
|
2021-05-11 21:36:30 +00:00
|
|
|
filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
|
2020-03-16 21:48:42 +00:00
|
|
|
}
|
|
|
|
|
2021-02-05 16:56:02 +00:00
|
|
|
.openwebrx-main-buttons a {
|
2019-07-11 11:40:12 +00:00
|
|
|
color: inherit;
|
|
|
|
text-decoration: inherit;
|
|
|
|
}
|
|
|
|
|
2021-02-05 16:56:02 +00:00
|
|
|
.openwebrx-main-buttons .button:hover {
|
2019-07-11 11:40:12 +00:00
|
|
|
background-color: rgba(255, 255, 255, 0.3);
|
|
|
|
}
|
|
|
|
|
2021-02-05 16:56:02 +00:00
|
|
|
.openwebrx-main-buttons .button:active {
|
2019-07-11 11:40:12 +00:00
|
|
|
background-color: rgba(255, 255, 255, 0.55);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2021-02-05 16:56:02 +00:00
|
|
|
.openwebrx-main-buttons {
|
2020-04-25 18:36:08 +00:00
|
|
|
padding: 5px 15px;
|
2020-03-16 21:48:42 +00:00
|
|
|
display: flex;
|
|
|
|
list-style: none;
|
2019-07-11 11:40:12 +00:00
|
|
|
margin:0;
|
|
|
|
color: white;
|
|
|
|
text-shadow: 0px 0px 4px #000000;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 9pt;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2021-02-05 16:56:02 +00:00
|
|
|
.webrx-rx-photo-title {
|
2021-01-15 18:06:00 +00:00
|
|
|
margin: 10px 15px;
|
|
|
|
color: white;
|
2019-07-11 11:40:12 +00:00
|
|
|
font-size: 16pt;
|
|
|
|
text-shadow: 1px 1px 4px #444;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2021-02-05 16:56:02 +00:00
|
|
|
.webrx-rx-photo-desc {
|
2021-01-15 18:06:00 +00:00
|
|
|
margin: 10px 15px;
|
|
|
|
color: white;
|
2019-07-11 11:40:12 +00:00
|
|
|
font-size: 10pt;
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: 0px 0px 6px #444;
|
|
|
|
opacity: 1;
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
2021-02-05 16:56:02 +00:00
|
|
|
.webrx-rx-photo-desc a {
|
2019-07-11 11:40:12 +00:00
|
|
|
color: #5ca8ff;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
2021-02-05 16:56:02 +00:00
|
|
|
.openwebrx-photo-trigger {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2021-01-16 16:34:17 +00:00
|
|
|
/*
|
|
|
|
* Responsive stuff
|
|
|
|
*/
|
|
|
|
|
|
|
|
@media (min-width: 576px) {
|
2021-02-05 16:56:02 +00:00
|
|
|
.webrx-rx-texts {
|
2021-01-16 16:34:17 +00:00
|
|
|
display: initial;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
2021-02-05 16:56:02 +00:00
|
|
|
.webrx-top-logo {
|
2021-01-16 16:34:17 +00:00
|
|
|
display: initial;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
2021-05-16 14:10:00 +00:00
|
|
|
* RX details arrow up/down switching
|
2021-01-16 16:34:17 +00:00
|
|
|
*/
|
|
|
|
|
2021-05-16 13:59:21 +00:00
|
|
|
.openwebrx-rx-details-arrow {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, 0);
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
line-height: 0;
|
|
|
|
display: block;
|
2020-09-10 20:29:01 +00:00
|
|
|
}
|
|
|
|
|
2021-05-16 13:59:21 +00:00
|
|
|
.openwebrx-rx-details-arrow svg {
|
2020-09-10 20:29:01 +00:00
|
|
|
height: 12px;
|
2021-05-16 13:59:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.openwebrx-rx-details-arrow .up {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.openwebrx-rx-details-arrow--up .down {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.openwebrx-rx-details-arrow--up .up {
|
|
|
|
display: initial;
|
2020-09-10 20:29:01 +00:00
|
|
|
}
|