-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
68 lines (60 loc) · 1.6 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#shortcutAlert {
-webkit-transform: translateY(calc(-50% - 22px));
-webkit-transition: opacity 0.2s ease-in-out !important;
margin: auto !important;
position: absolute !important;
text-align: center !important;
top: 50% !important;
transform: translateY(calc(-50% - 22px));
transition: opacity 0.2s ease-in-out !important;
width: 100% !important;
z-index: 120000 !important;
}
#shortcutAlert.hidden {
opacity: 0 !important;
}
#shortcutAlert.visible {
-webkit-transition: 0 !important;
opacity: 1 !important;
transition: 0 !important;
}
#shortcutAlertText {
background-color: rgba(1, 1, 1, 0.6) !important;
border-radius: 10px !important;
color: white !important;
display: inline !important;
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica', sans-serif;
padding: 15px !important;
}
body.largeVideo {
overflow: hidden !important;
}
#cbsi-player-embed.largeVideo {
height: 100% !important;
left: 0 !important;
position: fixed !important;
top: 0 !important;
width: 100% !important;
z-index: 110000 !important;
}
#video_BBLF_SKIN_UVPJS_CONTAINER {
-webkit-transform: translateY(calc(-50% - 22px));
height: auto !important;
margin-bottom: 0 !important;
margin-left: inherit !important;
margin-right: inherit !important;
margin-top: 0 !important;
max-height: calc(100% - 45px) !important;
position: absolute !important;
top: 50% !important;
transform: translateY(calc(-50% - 22px));
visibility: visible !important;
width: 100% !important;
}
#bbl-promo {
visibility: hidden;
}
.controls {
display: block !important;
opacity: 1 !important;
}