2022-02-24 13:02:00 +01:00
|
|
|
/* Fixes layout bug. The OT_root is created with the entire layout width and it has a weird UX behaviour */
|
|
|
|
.no-size {
|
|
|
|
height: 0px !important;
|
|
|
|
width: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2022-01-19 17:24:11 +01:00
|
|
|
.nickname {
|
|
|
|
padding: 0px;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 999;
|
2022-02-28 12:12:16 +01:00
|
|
|
border-radius: var(--ov-panel-radius);
|
2022-01-19 17:24:11 +01:00
|
|
|
color: #ffffff;
|
|
|
|
font-family: 'Roboto','RobotoDraft',Helvetica,Arial,sans-serif;
|
|
|
|
}
|
|
|
|
.nicknameContainer {
|
|
|
|
background-color: var(--ov-secondary-color);
|
|
|
|
padding: 5px;
|
|
|
|
color: #ffffff;
|
|
|
|
font-weight: bold;
|
2022-02-28 12:12:16 +01:00
|
|
|
border-radius: var(--ov-panel-radius);
|
2022-01-19 17:24:11 +01:00
|
|
|
}
|
|
|
|
|
2022-02-28 14:37:35 +01:00
|
|
|
#nickname-input-container {
|
2022-01-19 17:24:11 +01:00
|
|
|
background-color: #0000005e;
|
2022-02-28 12:12:16 +01:00
|
|
|
border-radius: var(--ov-panel-radius);
|
2022-02-28 14:37:35 +01:00
|
|
|
|
2022-01-19 17:24:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#closeButton {
|
|
|
|
position: absolute;
|
|
|
|
top: -3px;
|
|
|
|
right: 0;
|
|
|
|
z-index: 999;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nicknameForm {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2022-02-11 16:26:46 +01:00
|
|
|
#audio-wave-container {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
z-index: 1;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
2022-01-19 17:24:11 +01:00
|
|
|
.fullscreen {
|
|
|
|
top: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
mat-error {
|
|
|
|
text-align: center;
|
|
|
|
color: #353535;
|
|
|
|
}
|
|
|
|
|
|
|
|
video {
|
|
|
|
-o-object-fit: cover;
|
|
|
|
object-fit: cover;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
color: #ffffff;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
|
2022-03-16 12:15:22 +01:00
|
|
|
.status-icons, #settings-container {
|
2022-01-19 17:24:11 +01:00
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
z-index: 10;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-icons {
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
2022-03-16 12:15:22 +01:00
|
|
|
.status-icons button, #settings-container button {
|
2022-01-19 17:24:11 +01:00
|
|
|
color: #ffffff;
|
|
|
|
width: 26px;
|
|
|
|
height: 26px;
|
|
|
|
margin: 5px;
|
2022-02-28 12:12:16 +01:00
|
|
|
border-radius: var(--ov-buttons-radius);
|
2022-01-19 17:24:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.status-icons button {
|
|
|
|
background-color: var(--ov-warn-color);
|
|
|
|
}
|
|
|
|
|
2022-03-16 12:15:22 +01:00
|
|
|
.status-icons .mat-icon-button, #settings-container .mat-icon-button{
|
2022-01-19 17:24:11 +01:00
|
|
|
line-height: 0px;
|
|
|
|
}
|
|
|
|
|
2022-03-16 12:15:22 +01:00
|
|
|
.status-icons mat-icon, #settings-container mat-icon {
|
2022-01-19 17:24:11 +01:00
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
2022-03-16 12:15:22 +01:00
|
|
|
#settings-container{
|
2022-01-19 17:24:11 +01:00
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
2022-03-16 12:15:22 +01:00
|
|
|
#settings-container button {
|
2022-01-19 17:24:11 +01:00
|
|
|
background-color: var(--ov-dark-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Contains the video element, used to fix video letter-boxing */
|
|
|
|
.OT_widget-container {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
overflow: hidden;
|
|
|
|
background-color: #000000;
|
2022-02-28 12:12:16 +01:00
|
|
|
border-radius: var(--ov-video-radius);
|
2022-01-19 17:24:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
mat-error,
|
|
|
|
::ng-deep .mat-focused .mat-form-field-label,
|
|
|
|
::ng-deep .mat-form-field-appearance-legacy .mat-form-field-label {
|
|
|
|
color: #cacaca !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .mat-form-field-appearance-legacy .mat-form-field-underline,
|
|
|
|
::ng-deep .mat-form-field.mat-focused .mat-form-field-ripple {
|
|
|
|
background-color: #cacaca !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
caret-color: #ffffff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.poster_img {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 888;
|
|
|
|
max-width: 70%;
|
|
|
|
max-height: 70%;
|
|
|
|
bottom: 0;
|
|
|
|
top: 0;
|
|
|
|
margin: auto;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|