2020-06-28 19:15:53 +03:00
|
|
|
.subtitleSync {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2019-04-08 20:31:18 +02:00
|
|
|
.subtitleSyncContainer {
|
|
|
|
width: 40%;
|
2020-06-28 19:15:53 +03:00
|
|
|
min-width: 18em;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2019-04-08 20:31:18 +02:00
|
|
|
height: 4.2em;
|
2020-01-19 14:52:38 +01:00
|
|
|
background: rgba(28, 28, 28, 0.8);
|
2020-01-19 15:00:37 +01:00
|
|
|
border-radius: 0.3em;
|
2019-04-08 20:31:18 +02:00
|
|
|
color: #fff;
|
2020-06-28 19:15:53 +03:00
|
|
|
position: relative;
|
2019-04-08 20:31:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.subtitleSync-closeButton {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
color: #ccc;
|
2020-01-19 14:37:45 +01:00
|
|
|
z-index: 2;
|
2019-04-08 20:31:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.subtitleSyncTextField {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
width: 40%;
|
|
|
|
margin-left: 30%;
|
|
|
|
margin-right: 30%;
|
|
|
|
top: 0.1em;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 20px;
|
|
|
|
color: white;
|
2020-01-19 14:37:45 +01:00
|
|
|
z-index: 2;
|
2019-04-08 20:31:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#prompt {
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subtitleSyncSliderContainer {
|
|
|
|
width: 98%;
|
|
|
|
margin-left: 1%;
|
|
|
|
margin-right: 1%;
|
|
|
|
top: 2.5em;
|
|
|
|
height: 1.4em;
|
|
|
|
flex-grow: 1;
|
2020-01-19 15:00:37 +01:00
|
|
|
border-radius: 0.3em;
|
2020-01-19 14:37:45 +01:00
|
|
|
z-index: 1;
|
2020-01-19 14:59:39 +01:00
|
|
|
}
|