2019-07-11 11:40:12 +00:00
|
|
|
#webrx-top-container
|
|
|
|
{
|
|
|
|
position: relative;
|
|
|
|
z-index:1000;
|
2020-05-10 14:07:14 +00:00
|
|
|
background-color: #575757;
|
2019-07-11 11:40:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#webrx-top-photo
|
|
|
|
{
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#webrx-top-photo-clip
|
|
|
|
{
|
|
|
|
min-height: 67px;
|
2020-05-10 14:07:14 +00:00
|
|
|
max-height: 67px;
|
|
|
|
height: 350px;
|
2019-07-11 11:40:12 +00:00
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.webrx-top-bar-parts
|
|
|
|
{
|
|
|
|
height:67px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#webrx-top-bar
|
|
|
|
{
|
|
|
|
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;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
2020-05-14 20:31:54 +00:00
|
|
|
#webrx-tob-container, #webrx-top-container * {
|
|
|
|
line-height: initial;
|
|
|
|
box-sizing: initial;
|
|
|
|
}
|
|
|
|
|
|
|
|
#webrx-top-container img {
|
|
|
|
vertical-align: initial;
|
|
|
|
}
|
|
|
|
|
2019-07-11 11:40:12 +00:00
|
|
|
#webrx-top-logo
|
|
|
|
{
|
|
|
|
padding: 12px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2019-10-03 21:55:04 +00:00
|
|
|
#webrx-rx-avatar
|
2019-07-11 11:40:12 +00:00
|
|
|
{
|
2019-10-03 21:55:04 +00:00
|
|
|
background-color: rgba(154, 154, 154, .5);
|
2019-07-11 11:40:12 +00:00
|
|
|
float: left;
|
2019-10-03 21:55:04 +00:00
|
|
|
margin: 7px;
|
2019-07-11 11:40:12 +00:00
|
|
|
|
|
|
|
cursor:pointer;
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
#webrx-rx-texts {
|
|
|
|
float: left;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#webrx-rx-texts div {
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#webrx-rx-title
|
|
|
|
{
|
|
|
|
white-space:nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
cursor:pointer;
|
|
|
|
font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
|
|
|
|
color: #909090;
|
|
|
|
font-size: 11pt;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#webrx-rx-desc
|
|
|
|
{
|
|
|
|
white-space:nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
cursor:pointer;
|
|
|
|
font-size: 10pt;
|
|
|
|
color: #909090;
|
|
|
|
}
|
|
|
|
|
|
|
|
#webrx-rx-desc a
|
|
|
|
{
|
|
|
|
color: #909090;
|
|
|
|
}
|
|
|
|
|
|
|
|
#openwebrx-rx-details-arrow
|
|
|
|
{
|
|
|
|
cursor:pointer;
|
|
|
|
position: absolute;
|
|
|
|
left: 470px;
|
2020-05-10 14:07:14 +00:00
|
|
|
top: 55px;
|
2019-07-11 11:40:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#openwebrx-rx-details-arrow a
|
|
|
|
{
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2020-05-10 14:07:14 +00:00
|
|
|
line-height: 0;
|
|
|
|
display: block;
|
2019-07-11 11:40:12 +00:00
|
|
|
}
|
|
|
|
|
2020-03-16 21:48:42 +00:00
|
|
|
#openwebrx-main-buttons .button {
|
|
|
|
display: block;
|
2020-03-08 21:33:41 +00:00
|
|
|
width: 55px;
|
2019-07-11 11:40:12 +00:00
|
|
|
cursor:pointer;
|
|
|
|
}
|
|
|
|
|
2020-03-16 21:48:42 +00:00
|
|
|
#openwebrx-main-buttons .button img {
|
|
|
|
height: 38px;
|
|
|
|
}
|
|
|
|
|
2019-07-11 11:40:12 +00:00
|
|
|
#openwebrx-main-buttons a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: inherit;
|
|
|
|
}
|
|
|
|
|
2020-03-16 21:48:42 +00:00
|
|
|
#openwebrx-main-buttons .button:hover
|
2019-07-11 11:40:12 +00:00
|
|
|
{
|
|
|
|
background-color: rgba(255, 255, 255, 0.3);
|
|
|
|
}
|
|
|
|
|
2020-03-16 21:48:42 +00:00
|
|
|
#openwebrx-main-buttons .button:active
|
2019-07-11 11:40:12 +00:00
|
|
|
{
|
|
|
|
background-color: rgba(255, 255, 255, 0.55);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#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
|
|
|
float: right;
|
|
|
|
margin:0;
|
|
|
|
color: white;
|
|
|
|
text-shadow: 0px 0px 4px #000000;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 9pt;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#webrx-rx-photo-title
|
|
|
|
{
|
|
|
|
position: absolute;
|
|
|
|
left: 15px;
|
|
|
|
top: 78px;
|
|
|
|
color: White;
|
|
|
|
font-size: 16pt;
|
|
|
|
text-shadow: 1px 1px 4px #444;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#webrx-rx-photo-desc
|
|
|
|
{
|
|
|
|
position: absolute;
|
|
|
|
left: 15px;
|
|
|
|
top: 109px;
|
|
|
|
color: White;
|
|
|
|
font-size: 10pt;
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: 0px 0px 6px #444;
|
|
|
|
opacity: 1;
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#webrx-rx-photo-desc a
|
|
|
|
{
|
|
|
|
color: #5ca8ff;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|