You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
145 lines
2.9 KiB
145 lines
2.9 KiB
.asbplayer-subtitles-container-bottom {
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translate(-50%, -100%);
|
|
display: inline-block;
|
|
z-index: 2147483647;
|
|
}
|
|
|
|
.asbplayer-subtitles-container-top {
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translate(-50%);
|
|
display: inline-block;
|
|
z-index: 2147483647;
|
|
}
|
|
|
|
.asbplayer-subtitles {
|
|
text-align: center !important;
|
|
color: white;
|
|
font-size: 24px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
user-select: text !important;
|
|
cursor: text !important;
|
|
line-height: normal !important;
|
|
white-space: pre-wrap !important;
|
|
}
|
|
|
|
.asbplayer-notification-container-bottom {
|
|
position: absolute !important;
|
|
left: 50%;
|
|
transform: translate(-50%, -100%);
|
|
display: inline-block;
|
|
z-index: 2147483647 !important;
|
|
}
|
|
|
|
.asbplayer-notification-container-top {
|
|
position: absolute !important;
|
|
left: 50%;
|
|
transform: translate(-50%);
|
|
display: inline-block;
|
|
z-index: 2147483647 !important;
|
|
}
|
|
|
|
.asbplayer-notification {
|
|
text-align: center !important;
|
|
color: white;
|
|
text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
|
|
font-size: 24px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
line-height: normal !important;
|
|
white-space: pre-wrap !important;
|
|
user-select: none;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.asbplayer-fullscreen-subtitles {
|
|
text-align: center !important;
|
|
color: white;
|
|
text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
|
|
font-size: 36px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
user-select: text !important;
|
|
cursor: text !important;
|
|
line-height: normal !important;
|
|
white-space: pre-wrap !important;
|
|
}
|
|
|
|
.asbplayer-ui-frame {
|
|
position: fixed !important;
|
|
top: 0 !important;
|
|
left: 0 !important;
|
|
visibility: visible !important;
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
z-index: 2147483647 !important;
|
|
border: 0;
|
|
}
|
|
|
|
.asbplayer-hide {
|
|
display: none !important;
|
|
}
|
|
|
|
.asbplayer-drag-zone-initial {
|
|
position: absolute;
|
|
pointer-events: none;
|
|
z-index: 2147483647;
|
|
}
|
|
|
|
.asbplayer-drag-zone-dragging {
|
|
pointer-events: all;
|
|
}
|
|
|
|
.asbplayer-image {
|
|
position: relative;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.asbplayer-image-fade-in {
|
|
animation-duration: 0.2s;
|
|
animation-name: asbplayer-fade-in;
|
|
}
|
|
|
|
@keyframes asbplayer-fade-in {
|
|
from {
|
|
opacity: 0;
|
|
}
|
|
|
|
to {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
.asbplayer-image-container {
|
|
position: absolute;
|
|
z-index: 2147483647;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
.asbplayer-drag-image {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.asbplayer-mouse-over-image {
|
|
position: absolute;
|
|
z-index: 2147483647;
|
|
}
|
|
|
|
.asbplayer-mouse-over-image {
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
opacity: 0;
|
|
transition: 0.2s;
|
|
}
|
|
|
|
.asbplayer-mouse-over-image:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
.asbplayer-offscreen {
|
|
position: fixed !important;
|
|
left: 100% !important;
|
|
top: 100% !important;
|
|
}
|
|
|