2023-02-16 12:09:52 +01:00
|
|
|
/* Fixes layout bug. The OT_root is created with the entire layout width and it has a weird UX behaviour */
|
|
|
|
.no-size {
|
2022-02-24 13:02:00 +01:00
|
|
|
height: 0px !important;
|
|
|
|
width: 0px !important;
|
2023-02-16 12:09:52 +01:00
|
|
|
}
|
2022-02-24 13:02:00 +01:00
|
|
|
|
2022-01-19 17:24:11 +01:00
|
|
|
.nickname {
|
|
|
|
padding: 0px;
|
|
|
|
position: absolute;
|
2024-05-22 17:02:51 +02:00
|
|
|
z-index: 9999;
|
2022-03-28 10:48:52 +02:00
|
|
|
border-radius: var(--ov-video-radius);
|
|
|
|
color: var(--ov-text-color);
|
2023-02-16 12:09:52 +01:00
|
|
|
font-family: 'Roboto', 'RobotoDraft', Helvetica, Arial, sans-serif;
|
|
|
|
}
|
|
|
|
.nicknameContainer {
|
2022-01-19 17:24:11 +01:00
|
|
|
background-color: var(--ov-secondary-color);
|
|
|
|
padding: 5px;
|
2022-03-28 10:48:52 +02:00
|
|
|
color: var(--ov-text-color);
|
2022-01-19 17:24:11 +01:00
|
|
|
font-weight: bold;
|
2022-03-28 10:48:52 +02:00
|
|
|
border-radius: var(--ov-video-radius);
|
2023-02-16 12:09:52 +01:00
|
|
|
}
|
2022-01-19 17:24:11 +01:00
|
|
|
|
2023-02-16 12:09:52 +01:00
|
|
|
#nickname-input-container {
|
|
|
|
background-color: var(--ov-secondary-color);
|
2022-03-28 10:48:52 +02:00
|
|
|
border-radius: var(--ov-video-radius);
|
2023-02-16 12:09:52 +01:00
|
|
|
}
|
2022-02-28 14:37:35 +01:00
|
|
|
|
2023-02-16 12:09:52 +01:00
|
|
|
#closeButton {
|
2022-01-19 17:24:11 +01:00
|
|
|
position: absolute;
|
|
|
|
top: -3px;
|
|
|
|
right: 0;
|
|
|
|
z-index: 999;
|
2023-02-16 12:09:52 +01:00
|
|
|
}
|
2022-01-19 17:24:11 +01:00
|
|
|
|
2023-02-16 12:09:52 +01:00
|
|
|
#nicknameForm {
|
2022-01-19 17:24:11 +01:00
|
|
|
padding: 10px;
|
2023-02-16 12:09:52 +01:00
|
|
|
}
|
2022-01-19 17:24:11 +01:00
|
|
|
|
2023-02-16 12:09:52 +01:00
|
|
|
#audio-wave-container {
|
2022-02-11 16:26:46 +01:00
|
|
|
position: absolute;
|
2023-02-16 12:09:52 +01:00
|
|
|
right: 0;
|
2024-05-22 17:02:51 +02:00
|
|
|
z-index: 9999;
|
2023-02-16 12:09:52 +01:00
|
|
|
padding: 5px;
|
|
|
|
}
|
2022-02-11 16:26:46 +01:00
|
|
|
|
2023-02-16 12:09:52 +01:00
|
|
|
.fullscreen {
|
2022-01-19 17:24:11 +01:00
|
|
|
top: 40px;
|
2023-02-16 12:09:52 +01:00
|
|
|
}
|
2022-01-19 17:24:11 +01:00
|
|
|
|
2023-02-16 12:09:52 +01:00
|
|
|
video {
|
2022-01-19 17:24:11 +01:00
|
|
|
-o-object-fit: cover;
|
|
|
|
object-fit: cover;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
color: #ffffff;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
font-size: 100%;
|
2023-02-16 12:09:52 +01:00
|
|
|
}
|
2022-01-19 17:24:11 +01:00
|
|
|
|
2023-02-16 12:09:52 +01:00
|
|
|
.status-icons,
|
|
|
|
#settings-container {
|
2022-01-19 17:24:11 +01:00
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
2023-06-21 11:16:43 +02:00
|
|
|
z-index: 999;
|
2022-01-19 17:24:11 +01:00
|
|
|
text-align: center;
|
2023-02-16 12:09:52 +01:00
|
|
|
}
|
2022-01-19 17:24:11 +01:00
|
|
|
|
2023-02-16 12:09:52 +01:00
|
|
|
.status-icons {
|
2022-01-19 17:24:11 +01:00
|
|
|
left: 0;
|
2023-02-16 12:09:52 +01:00
|
|
|
}
|
2022-01-19 17:24:11 +01:00
|
|
|
|
2023-02-16 12:09:52 +01:00
|
|
|
.status-icons button,
|
|
|
|
#settings-container button {
|
2022-03-28 10:48:52 +02:00
|
|
|
color: var(--ov-text-color);
|
2022-01-19 17:24:11 +01:00
|
|
|
width: 26px;
|
|
|
|
height: 26px;
|
|
|
|
margin: 5px;
|
2022-02-28 12:12:16 +01:00
|
|
|
border-radius: var(--ov-buttons-radius);
|
2023-02-16 12:09:52 +01:00
|
|
|
}
|
2022-01-19 17:24:11 +01:00
|
|
|
|
2023-02-16 12:09:52 +01:00
|
|
|
.status-icons button {
|
2022-01-19 17:24:11 +01:00
|
|
|
background-color: var(--ov-warn-color);
|
2023-02-16 12:09:52 +01:00
|
|
|
}
|
2022-01-19 17:24:11 +01:00
|
|
|
|
2023-02-16 12:09:52 +01:00
|
|
|
.status-icons .mat-icon-button,
|
|
|
|
#settings-container .mat-icon-button {
|
2022-01-19 17:24:11 +01:00
|
|
|
line-height: 0px;
|
2023-02-16 12:09:52 +01:00
|
|
|
}
|
2022-01-19 17:24:11 +01:00
|
|
|
|
2023-02-16 12:09:52 +01:00
|
|
|
.status-icons mat-icon,
|
|
|
|
#settings-container mat-icon {
|
2022-01-19 17:24:11 +01:00
|
|
|
font-size: 18px;
|
2023-02-16 12:09:52 +01:00
|
|
|
}
|
2022-01-19 17:24:11 +01:00
|
|
|
|
2023-02-16 12:09:52 +01:00
|
|
|
#settings-container {
|
2022-01-19 17:24:11 +01:00
|
|
|
right: 0;
|
2023-02-16 12:09:52 +01:00
|
|
|
}
|
2022-01-19 17:24:11 +01:00
|
|
|
|
2023-02-16 12:09:52 +01:00
|
|
|
#settings-container button {
|
2022-03-28 10:48:52 +02:00
|
|
|
background-color: var(--ov-secondary-color);
|
2023-02-16 12:09:52 +01:00
|
|
|
}
|
2022-01-19 17:24:11 +01:00
|
|
|
|
2023-02-16 12:09:52 +01:00
|
|
|
/* Contains the video element, used to fix video letter-boxing */
|
|
|
|
.OV_stream {
|
2022-01-19 17:24:11 +01:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2022-04-05 15:41:38 +02:00
|
|
|
position: relative;
|
2022-01-19 17:24:11 +01:00
|
|
|
overflow: hidden;
|
2022-07-05 17:48:25 +02:00
|
|
|
background-color: transparent;
|
2022-02-28 12:12:16 +01:00
|
|
|
border-radius: var(--ov-video-radius);
|
2023-02-16 12:09:52 +01:00
|
|
|
}
|
2022-01-19 17:24:11 +01:00
|
|
|
|
2023-02-16 12:09:52 +01:00
|
|
|
input {
|
2022-01-19 17:24:11 +01:00
|
|
|
caret-color: #ffffff !important;
|
2023-02-16 12:09:52 +01:00
|
|
|
}
|