@npo/player 1.9.3 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/js/api/getstreamobject.js +1 -2
- package/lib/js/api/getstreamobject.js.map +1 -1
- package/lib/js/fragments/setfragments.d.ts +3 -2
- package/lib/js/fragments/setfragments.js +6 -7
- package/lib/js/fragments/setfragments.js.map +1 -1
- package/lib/js/playeractions/handlers/error.js.map +1 -1
- package/lib/js/playeractions/handlers/processplayerconfig.d.ts +11 -0
- package/lib/js/playeractions/handlers/processplayerconfig.js +40 -0
- package/lib/js/playeractions/handlers/processplayerconfig.js.map +1 -0
- package/lib/js/playeractions/playeractions.d.ts +1 -0
- package/lib/js/playeractions/playeractions.js +1 -0
- package/lib/js/playeractions/playeractions.js.map +1 -1
- package/lib/js/ui/components/controlbar.d.ts +1 -1
- package/lib/js/ui/components/controlbar.js +19 -8
- package/lib/js/ui/components/controlbar.js.map +1 -1
- package/lib/js/ui/components/ctabar.js.map +1 -1
- package/lib/js/ui/components/nativemobile/addFragments.d.ts +1 -0
- package/lib/js/ui/components/nativemobile/addFragments.js +8 -0
- package/lib/js/ui/components/nativemobile/addFragments.js.map +1 -0
- package/lib/js/ui/components/nativemobile/buttons.js +1 -1
- package/lib/js/ui/components/nativemobile/buttons.js.map +1 -1
- package/lib/js/ui/components/nativemobile/controlbar.d.ts +2 -1
- package/lib/js/ui/components/nativemobile/controlbar.js +33 -4
- package/lib/js/ui/components/nativemobile/controlbar.js.map +1 -1
- package/lib/js/ui/components/nativemobile/titlebar.d.ts +2 -0
- package/lib/js/ui/components/nativemobile/titlebar.js +8 -0
- package/lib/js/ui/components/nativemobile/titlebar.js.map +1 -0
- package/lib/js/ui/components/topbar.js +5 -2
- package/lib/js/ui/components/topbar.js.map +1 -1
- package/lib/js/ui/handlers/listboxhandlers.js +9 -9
- package/lib/js/ui/handlers/listboxhandlers.js.map +1 -1
- package/lib/js/ui/handlers/nicamhandler.d.ts +1 -1
- package/lib/js/ui/handlers/nicamhandler.js +4 -4
- package/lib/js/ui/handlers/nicamhandler.js.map +1 -1
- package/lib/js/ui/{nativemobileui.js → nativemobileuicontainer.js} +6 -7
- package/lib/js/ui/nativemobileuicontainer.js.map +1 -0
- package/lib/js/ui/nativemobileuifactory.d.ts +3 -0
- package/lib/js/ui/nativemobileuifactory.js +43 -0
- package/lib/js/ui/nativemobileuifactory.js.map +1 -0
- package/lib/js/ui/uicontainer.js +4 -7
- package/lib/js/ui/uicontainer.js.map +1 -1
- package/lib/js/utilities/utilities.js +0 -1
- package/lib/js/utilities/utilities.js.map +1 -1
- package/lib/npoplayer.d.ts +1 -1
- package/lib/npoplayer.js +26 -42
- package/lib/npoplayer.js.map +1 -1
- package/lib/package.json +19 -10
- package/lib/src/js/fragments/setfragments.d.ts +3 -2
- package/lib/src/js/playeractions/handlers/processplayerconfig.d.ts +11 -0
- package/lib/src/js/playeractions/playeractions.d.ts +1 -0
- package/lib/src/js/ui/components/controlbar.d.ts +1 -1
- package/lib/src/js/ui/components/nativemobile/addFragments.d.ts +1 -0
- package/lib/src/js/ui/components/nativemobile/controlbar.d.ts +2 -1
- package/lib/src/js/ui/components/nativemobile/titlebar.d.ts +2 -0
- package/lib/src/js/ui/handlers/nicamhandler.d.ts +1 -1
- package/lib/src/js/ui/nativemobileuifactory.d.ts +3 -0
- package/lib/src/npoplayer.d.ts +1 -1
- package/lib/src/types/interfaces.d.ts +2 -1
- package/lib/types/interfaces.d.ts +2 -1
- package/lib/types/interfaces.js.map +1 -1
- package/package.json +19 -10
- package/src/scss/components/_advert.scss +28 -31
- package/src/scss/components/_buffering.scss +35 -4
- package/src/scss/components/_controlbars.scss +5 -15
- package/src/scss/components/_error.scss +6 -4
- package/src/scss/components/_hugeplaybacktogglebutton.scss +71 -0
- package/src/scss/components/_icons.scss +53 -154
- package/src/scss/components/_metadata.scss +22 -0
- package/src/scss/components/_nicam.scss +2 -1
- package/src/scss/components/_playnext.scss +1 -1
- package/src/scss/components/_replay.scss +35 -0
- package/src/scss/components/_seekbar.scss +51 -76
- package/src/scss/components/_seekbarthumbnail.scss +56 -0
- package/src/scss/components/_settingspanel.scss +47 -54
- package/src/scss/components/_textbuttons.scss +1 -1
- package/src/scss/components/_volumeslider.scss +78 -13
- package/src/scss/npoplayer.css +2 -1237
- package/src/scss/npoplayer.scss +7 -3
- package/src/scss/variants/_player-base.scss +10 -36
- package/src/scss/variants/_player-debug.scss +14 -0
- package/src/scss/variants/_player-large.scss +18 -40
- package/src/scss/variants/_player-medium.scss +11 -43
- package/src/scss/variants/_player-native-mobile.scss +5 -0
- package/src/scss/variants/_player-small.scss +36 -197
- package/src/scss/vars/_colors.scss +7 -12
- package/src/scss/vars/_fonts.scss +2 -2
- package/src/scss/vars/_icons.scss +21 -33
- package/lib/js/ui/nativemobileui.js.map +0 -1
- package/src/scss/components/_container.scss +0 -8
- package/src/scss/components/_fonts.scss +0 -19
- /package/lib/js/ui/{nativemobileui.d.ts → nativemobileuicontainer.d.ts} +0 -0
- /package/lib/src/js/ui/{nativemobileui.d.ts → nativemobileuicontainer.d.ts} +0 -0
package/src/scss/npoplayer.scss
CHANGED
|
@@ -14,12 +14,13 @@ $cdn: 'https://cdn.npoplayer.nl/assets/';
|
|
|
14
14
|
/*Components*/
|
|
15
15
|
.bmpui-npo-player {
|
|
16
16
|
container-type: inline-size;
|
|
17
|
-
@import './components/fonts';
|
|
18
17
|
@import './components/icons';
|
|
18
|
+
@import './components/hugeplaybacktogglebutton';
|
|
19
19
|
@import './components/nicam';
|
|
20
20
|
@import './components/playnext';
|
|
21
|
-
@import './components/container';
|
|
22
21
|
@import './components/seekbar';
|
|
22
|
+
@import './components/seekbarthumbnail';
|
|
23
|
+
@import './components/metadata';
|
|
23
24
|
@import './components/volumeslider';
|
|
24
25
|
@import './components/controlbars';
|
|
25
26
|
@import './components/settingspanel';
|
|
@@ -27,11 +28,14 @@ $cdn: 'https://cdn.npoplayer.nl/assets/';
|
|
|
27
28
|
@import './components/textbuttons';
|
|
28
29
|
@import './components/buffering';
|
|
29
30
|
@import './components/advert';
|
|
31
|
+
@import './components/replay';
|
|
30
32
|
@import './components/error';
|
|
31
33
|
}
|
|
32
34
|
|
|
33
35
|
/*Player size variants*/
|
|
36
|
+
// @import './variants/player-debug';
|
|
34
37
|
@import './variants/player-base';
|
|
35
38
|
@import './variants/player-large';
|
|
36
39
|
@import './variants/player-medium';
|
|
37
|
-
@import './variants/player-small';
|
|
40
|
+
@import './variants/player-small';
|
|
41
|
+
@import './variants/player-native-mobile';
|
|
@@ -1,11 +1,4 @@
|
|
|
1
1
|
.bmpui-npo-player {
|
|
2
|
-
.bmpui-ui-watermark {
|
|
3
|
-
// Replace background image in case we ever need a watermark
|
|
4
|
-
// background-image: url($watermark_url);
|
|
5
|
-
// background-size: contain;
|
|
6
|
-
display: none;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
2
|
.bmpui-container-wrapper {
|
|
10
3
|
color: var(--npo-player-textcolor);
|
|
11
4
|
}
|
|
@@ -16,42 +9,23 @@
|
|
|
16
9
|
|
|
17
10
|
.bmpui-ui-titlebar {
|
|
18
11
|
background: var(--npo-player-topcolor);
|
|
12
|
+
height: 161px;
|
|
19
13
|
}
|
|
20
14
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
opacity: 0.6;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.bmpui-label-metadata-description {
|
|
27
|
-
float: left;
|
|
15
|
+
.bmpui-ui-controlbar-bottom {
|
|
16
|
+
background: var(--npo-player-bottomcolor);
|
|
28
17
|
}
|
|
29
18
|
|
|
30
|
-
|
|
31
|
-
.bmpui-ui-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
input[type='text'],
|
|
35
|
-
select,
|
|
36
|
-
textarea {
|
|
37
|
-
padding: 0.3em;
|
|
38
|
-
height: auto;
|
|
19
|
+
/* Time labels */
|
|
20
|
+
.bmpui-ui-playbacktimelabel {
|
|
21
|
+
&.bmpui-current-time {
|
|
22
|
+
font-family: var(--fontBold);
|
|
39
23
|
font-style: normal;
|
|
40
|
-
|
|
41
|
-
display: inline-block !important;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
button:hover,
|
|
45
|
-
input[type='submit']:hover {
|
|
46
|
-
background-color: rgba(0, 0, 0, 0) !important;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
label {
|
|
50
|
-
margin: 0 !important;
|
|
24
|
+
font-weight: 700;
|
|
51
25
|
}
|
|
52
26
|
|
|
53
|
-
|
|
54
|
-
|
|
27
|
+
&.bmpui-total-time {
|
|
28
|
+
opacity: 0.6;
|
|
55
29
|
}
|
|
56
30
|
}
|
|
57
31
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// TEMP - use for debugging styling, makes all the controls vibisible!
|
|
2
|
+
.bmpui-controls-hidden {
|
|
3
|
+
all: unset !important;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.bmpui-ui-controlbar.bmpui-hidden {
|
|
7
|
+
visibility: unset !important;
|
|
8
|
+
opacity: unset !important;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.bmpui-ui-titlebar.bmpui-hidden {
|
|
12
|
+
visibility: unset !important;
|
|
13
|
+
opacity: unset !important;
|
|
14
|
+
}
|
|
@@ -1,56 +1,34 @@
|
|
|
1
1
|
.bmpui-npo-player:not(.bmpui-layout-max-width-400):not(.bmpui-layout-max-width-600):not(.bmpui-layout-max-width-800):not(.bmpui-layout-max-width-1200) {
|
|
2
2
|
.bmpui-titlebar-small,
|
|
3
|
-
.bmpui-controlbar-middle
|
|
4
|
-
display: none;
|
|
5
|
-
}
|
|
6
|
-
|
|
3
|
+
.bmpui-controlbar-middle,
|
|
7
4
|
.bmpui-controlbar-small,
|
|
8
5
|
.bmpui-settings-trigger {
|
|
9
6
|
display: none;
|
|
10
7
|
}
|
|
11
8
|
|
|
12
|
-
//Controlbar bottom
|
|
13
|
-
.bmpui-ui-controlbar {
|
|
9
|
+
// Controlbar bottom
|
|
10
|
+
.bmpui-ui-controlbar.bmpui-ui-controlbar-bottom {
|
|
14
11
|
padding: 136px 56px 48px;
|
|
15
|
-
}
|
|
16
12
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
display: flex;
|
|
20
|
-
flex-direction: row;
|
|
21
|
-
align-items: center;
|
|
22
|
-
padding: 48px 56px;
|
|
23
|
-
gap: 56px;
|
|
24
|
-
|
|
25
|
-
height: 139px; //@Jelle: moet dit auto of vaste height?
|
|
26
|
-
|
|
27
|
-
.bmpui-label-metadata-title {
|
|
28
|
-
font-family: var(--fontBold);
|
|
29
|
-
font-style: normal;
|
|
30
|
-
font-weight: 700;
|
|
31
|
-
font-size: 16px;
|
|
32
|
-
line-height: 19px;
|
|
33
|
-
|
|
34
|
-
color: #ffffff;
|
|
13
|
+
.bmpui-controlbar-bottom > .bmpui-container-wrapper {
|
|
14
|
+
margin: 14px 8px 0;
|
|
35
15
|
}
|
|
16
|
+
}
|
|
36
17
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
font-style: normal;
|
|
40
|
-
font-weight: 400;
|
|
41
|
-
font-size: 14px;
|
|
42
|
-
line-height: 20px; //140%
|
|
43
|
-
/* identical to box height, or 20px */
|
|
44
|
-
|
|
45
|
-
color: #ffffff;
|
|
46
|
-
|
|
47
|
-
opacity: 0.65;
|
|
48
|
-
}
|
|
18
|
+
.bmpui-metadata {
|
|
19
|
+
padding: 40px 48px;
|
|
49
20
|
}
|
|
21
|
+
|
|
50
22
|
.bmpui-overlay-playnext
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
23
|
+
.bmpui-container-wrapper
|
|
24
|
+
.bmpui-ui-hugeplaynextbacktogglebutton
|
|
25
|
+
.bmpui-label {
|
|
54
26
|
display: inline-block;
|
|
55
27
|
}
|
|
28
|
+
|
|
29
|
+
&.bmpui-ster-ad {
|
|
30
|
+
.bmpui-ui-controlbar .bmpui-controlbar-bottom {
|
|
31
|
+
display: block !important;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
56
34
|
}
|
|
@@ -1,57 +1,25 @@
|
|
|
1
1
|
.bmpui-npo-player.bmpui-layout-max-width-800,
|
|
2
2
|
.bmpui-npo-player.bmpui-layout-max-width-1200 {
|
|
3
|
-
.bmpui-titlebar-small,
|
|
4
|
-
.bmpui-controlbar-middle {
|
|
5
|
-
display: none;
|
|
6
|
-
}
|
|
7
3
|
|
|
4
|
+
.bmpui-titlebar-small,
|
|
5
|
+
.bmpui-controlbar-middle,
|
|
8
6
|
.bmpui-controlbar-small,
|
|
9
7
|
.bmpui-settings-trigger {
|
|
10
8
|
display: none;
|
|
11
9
|
}
|
|
12
10
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
padding: 80px 16px 24px 16px;
|
|
16
|
-
pointer-events: none; //Fix for not being able to click the play button
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.bmpui-ui-controlbar .bmpui-controlbar-top > .bmpui-container-wrapper,
|
|
20
|
-
.bmpui-ui-controlbar .bmpui-controlbar-bottom > .bmpui-container-wrapper {
|
|
21
|
-
margin: 8px 0;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
//Titlebar
|
|
25
|
-
.bmpui-metadata {
|
|
26
|
-
display: flex;
|
|
27
|
-
flex-direction: row;
|
|
28
|
-
align-items: center;
|
|
29
|
-
padding: 32px 24px;
|
|
30
|
-
gap: 24px;
|
|
31
|
-
|
|
32
|
-
height: 107px; //@Jelle: moet dit auto of vaste height?
|
|
11
|
+
.bmpui-ui-controlbar.bmpui-ui-controlbar-bottom {
|
|
12
|
+
padding: 102px 16px 24px;
|
|
33
13
|
|
|
34
|
-
.bmpui-
|
|
35
|
-
|
|
36
|
-
font-style: normal;
|
|
37
|
-
font-weight: 700;
|
|
38
|
-
font-size: 16px;
|
|
39
|
-
line-height: 19px;
|
|
40
|
-
|
|
41
|
-
color: #ffffff;
|
|
14
|
+
.bmpui-controlbar-bottom>.bmpui-container-wrapper {
|
|
15
|
+
margin: 14px 8px 0;
|
|
42
16
|
}
|
|
17
|
+
}
|
|
43
18
|
|
|
44
|
-
.bmpui-label-metadata-description {
|
|
45
|
-
font-family: var(--fontRegular);
|
|
46
|
-
font-style: normal;
|
|
47
|
-
font-weight: 400;
|
|
48
|
-
font-size: 14px;
|
|
49
|
-
line-height: 20px; //140%
|
|
50
|
-
/* identical to box height, or 20px */
|
|
51
|
-
|
|
52
|
-
color: #ffffff;
|
|
53
19
|
|
|
54
|
-
|
|
20
|
+
&.bmpui-ster-ad {
|
|
21
|
+
.bmpui-ui-controlbar .bmpui-controlbar-bottom {
|
|
22
|
+
display: block !important;
|
|
55
23
|
}
|
|
56
24
|
}
|
|
57
|
-
}
|
|
25
|
+
}
|
|
@@ -2,10 +2,7 @@
|
|
|
2
2
|
.bmpui-npo-player.bmpui-layout-max-width-600 {
|
|
3
3
|
.bmpui-controlbar-bottom,
|
|
4
4
|
.bmpui-metadata,
|
|
5
|
-
.bmpui-ui-playbacktoggle-overlay
|
|
6
|
-
display: none;
|
|
7
|
-
}
|
|
8
|
-
|
|
5
|
+
.bmpui-ui-playbacktoggle-overlay,
|
|
9
6
|
.bmpui-controlbar-bottom,
|
|
10
7
|
.bmpui-metadata {
|
|
11
8
|
display: none;
|
|
@@ -21,214 +18,56 @@
|
|
|
21
18
|
}
|
|
22
19
|
}
|
|
23
20
|
|
|
24
|
-
.bmpui-titlebar
|
|
21
|
+
.bmpui-ui-titlebar {
|
|
22
|
+
height: auto;
|
|
25
23
|
background: none;
|
|
24
|
+
padding: 0;
|
|
25
|
+
}
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
.bmpui-ui-controlbar.bmpui-ui-controlbar-bottom {
|
|
28
|
+
background: none;
|
|
29
|
+
padding: 0 10px 10px;
|
|
30
|
+
height: 100%;
|
|
31
|
+
outline: 1px solid green;
|
|
32
|
+
display: flex;
|
|
33
|
+
align-items: flex-end;
|
|
34
|
+
pointer-events: none;
|
|
35
|
+
|
|
36
|
+
> .bmpui-container-wrapper {
|
|
37
|
+
width: 100%;
|
|
38
|
+
pointer-events: initial;
|
|
29
39
|
}
|
|
30
40
|
}
|
|
31
41
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
42
|
+
// icons in topbar
|
|
43
|
+
.bmpui-ui-settingstogglebutton,
|
|
44
|
+
.bmpui-ui-fullscreentogglebutton,
|
|
45
|
+
.bmpui-ui-volumetogglebutton,
|
|
46
|
+
.bmpui-ui-casttogglebutton,
|
|
47
|
+
.bmpui-ui-airplaytogglebutton,
|
|
48
|
+
.bmpui-ui-piptogglebutton {
|
|
49
|
+
width: 24px;
|
|
50
|
+
height: 24px;
|
|
51
|
+
margin: 8px;
|
|
37
52
|
}
|
|
38
53
|
|
|
39
|
-
//Settings panel at bottom
|
|
54
|
+
// Settings panel at bottom
|
|
40
55
|
.bmpui-ui-settings-panel {
|
|
41
|
-
position:
|
|
56
|
+
position: absolute;
|
|
42
57
|
bottom: 0;
|
|
43
58
|
left: 0;
|
|
44
59
|
right: 0;
|
|
45
|
-
|
|
46
|
-
height: auto !important;
|
|
47
|
-
top: auto !important;
|
|
60
|
+
max-height: calc(100% - 46px);
|
|
48
61
|
border-radius: 24px 24px 0px 0px;
|
|
49
|
-
padding:
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
display: block;
|
|
53
|
-
flex-direction: row;
|
|
54
|
-
align-items: flex-start;
|
|
55
|
-
gap: 18px;
|
|
62
|
+
padding: 0 24px 16px;
|
|
63
|
+
overflow: auto;
|
|
56
64
|
|
|
57
65
|
> .bmpui-container-wrapper {
|
|
58
|
-
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.bmpui-ui-settings-panel-page.bmpui-main-panel {
|
|
62
|
-
margin: 0;
|
|
63
|
-
> .bmpui-container-wrapper {
|
|
64
|
-
display: flex;
|
|
65
|
-
flex-direction: column;
|
|
66
|
-
|
|
67
|
-
padding: 0px;
|
|
68
|
-
gap: 16px;
|
|
69
|
-
label {
|
|
70
|
-
font-family: var(--fontRegular) !important;
|
|
71
|
-
font-style: normal;
|
|
72
|
-
font-weight: 400;
|
|
73
|
-
font-size: 16px;
|
|
74
|
-
line-height: 19px;
|
|
75
|
-
color: #ffffff;
|
|
76
|
-
opacity: 0.75;
|
|
77
|
-
}
|
|
78
|
-
*.bmpui-ui-selectbox {
|
|
79
|
-
margin-left: 0;
|
|
80
|
-
font-family: var(--fontRegular) !important;
|
|
81
|
-
font-style: normal;
|
|
82
|
-
font-weight: 700;
|
|
83
|
-
font-size: 16px;
|
|
84
|
-
line-height: 19px;
|
|
85
|
-
text-align: right;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.bmpui-listbox-pager-button {
|
|
89
|
-
background: none;
|
|
90
|
-
max-height: unset;
|
|
91
|
-
padding: unset;
|
|
92
|
-
vertical-align: unset;
|
|
93
|
-
width: 45%;
|
|
94
|
-
margin-left: 0;
|
|
95
|
-
font-family: var(--fontRegular) !important;
|
|
96
|
-
font-style: normal;
|
|
97
|
-
font-weight: 700;
|
|
98
|
-
font-size: 16px;
|
|
99
|
-
line-height: 19px;
|
|
100
|
-
text-align: right;
|
|
101
|
-
padding-right: 15px;
|
|
102
|
-
span {
|
|
103
|
-
display: block !important;
|
|
104
|
-
}
|
|
105
|
-
::after {
|
|
106
|
-
content: '';
|
|
107
|
-
width: 8px;
|
|
108
|
-
height: 8px;
|
|
109
|
-
border: solid 0.17em white;
|
|
110
|
-
border-width: 0 0.17em 0.17em 0;
|
|
111
|
-
display: inline-block;
|
|
112
|
-
padding: 0px;
|
|
113
|
-
margin-left: 8px;
|
|
114
|
-
transform: rotate(-45deg);
|
|
115
|
-
-webkit-transform: rotate(-45deg);
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
.bmpui-ui-settings-panel-item {
|
|
120
|
-
border-bottom: 0;
|
|
121
|
-
padding: 0;
|
|
122
|
-
> .bmpui-container-wrapper {
|
|
123
|
-
display: flex;
|
|
124
|
-
flex-direction: row;
|
|
125
|
-
align-items: center;
|
|
126
|
-
padding: 0px;
|
|
127
|
-
gap: 8px;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
66
|
+
gap: 10px;
|
|
130
67
|
}
|
|
68
|
+
}
|
|
131
69
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
> .bmpui-container-wrapper {
|
|
135
|
-
display: flex;
|
|
136
|
-
flex-direction: column;
|
|
137
|
-
|
|
138
|
-
padding: 0px;
|
|
139
|
-
gap: 16px;
|
|
140
|
-
|
|
141
|
-
label {
|
|
142
|
-
font-family: var(--fontRegular) !important;
|
|
143
|
-
font-style: normal;
|
|
144
|
-
font-weight: 400;
|
|
145
|
-
font-size: 16px;
|
|
146
|
-
line-height: 19px;
|
|
147
|
-
color: #ffffff;
|
|
148
|
-
opacity: 0.75;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.bmpui-ui-listbox-button span {
|
|
152
|
-
font-family: var(--fontRegular) !important;
|
|
153
|
-
text-align: left;
|
|
154
|
-
font-style: normal;
|
|
155
|
-
font-weight: 400;
|
|
156
|
-
font-size: 16px;
|
|
157
|
-
line-height: 19px;
|
|
158
|
-
color: #ffffff;
|
|
159
|
-
opacity: 0.75;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.bmpui-ui-listbox .bmpui-ui-listbox-button.bmpui-selected {
|
|
163
|
-
background: unset;
|
|
164
|
-
|
|
165
|
-
span {
|
|
166
|
-
color: var(--npo-player-primarycolor);
|
|
167
|
-
font-weight: 700 !important;
|
|
168
|
-
opacity: 1;
|
|
169
|
-
width: 100%;
|
|
170
|
-
&::after {
|
|
171
|
-
position: relative;
|
|
172
|
-
float: right;
|
|
173
|
-
width: 24px;
|
|
174
|
-
content: '✔';
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
.bmpui-ui-settings-panel-item {
|
|
179
|
-
order: 2;
|
|
180
|
-
padding: 0;
|
|
181
|
-
> .bmpui-container-wrapper {
|
|
182
|
-
> label {
|
|
183
|
-
display: none;
|
|
184
|
-
}
|
|
185
|
-
> .bmpui-ui-listbox {
|
|
186
|
-
display: flex;
|
|
187
|
-
flex-direction: column;
|
|
188
|
-
padding: 0px;
|
|
189
|
-
gap: 8px;
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.bmpui-settings-back-button {
|
|
195
|
-
display: table-header-group;
|
|
196
|
-
font-family: var(--fontBold) !important;
|
|
197
|
-
order: 1;
|
|
198
|
-
font-style: normal;
|
|
199
|
-
font-weight: 700;
|
|
200
|
-
font-size: 16px;
|
|
201
|
-
line-height: 19px;
|
|
202
|
-
color: #ffffff;
|
|
203
|
-
opacity: 1;
|
|
204
|
-
span {
|
|
205
|
-
padding-left: 40px;
|
|
206
|
-
&::before {
|
|
207
|
-
border-bottom: 0.17em solid #fff;
|
|
208
|
-
border-left: 0.17em solid #fff;
|
|
209
|
-
width: 0.5em;
|
|
210
|
-
height: 0.5em;
|
|
211
|
-
margin-left: -25px;
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.bmpui-settings-trigger {
|
|
219
|
-
margin: 0 auto 16px;
|
|
220
|
-
|
|
221
|
-
display: flex;
|
|
222
|
-
flex-direction: row;
|
|
223
|
-
justify-content: center;
|
|
224
|
-
align-items: flex-start;
|
|
225
|
-
padding: 0px 0px 0px;
|
|
226
|
-
|
|
227
|
-
width: 48px;
|
|
228
|
-
height: 4px;
|
|
229
|
-
border: 0;
|
|
230
|
-
background: #334767;
|
|
231
|
-
border-radius: 2px;
|
|
232
|
-
}
|
|
70
|
+
.bmpui-controlbar-textbuttons {
|
|
71
|
+
padding-bottom: 40px;
|
|
233
72
|
}
|
|
234
73
|
}
|
|
@@ -4,21 +4,16 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.bmpui-npo-player {
|
|
7
|
-
--npo-player-white: #
|
|
7
|
+
--npo-player-white: #fff;
|
|
8
8
|
--npo-player-primarycolor: #ff6d00;
|
|
9
9
|
--npo-player-primarycolor-light: #ff9e40;
|
|
10
10
|
--npo-player-secondarycolor: #1f3353;
|
|
11
|
-
--npo-player-textcolor: #
|
|
12
|
-
--npo-player-bottomcolor: linear-gradient(
|
|
13
|
-
|
|
14
|
-
transparent,
|
|
15
|
-
rgba(30, 30, 30, 0.7)
|
|
16
|
-
); //The gradient color "glow" at the bottom of the player
|
|
17
|
-
--npo-player-topcolor: linear-gradient(
|
|
18
|
-
0deg,
|
|
19
|
-
transparent,
|
|
20
|
-
rgba(0, 0, 0, 0.7)
|
|
21
|
-
); //The gradient color "glow" at the top of the player
|
|
11
|
+
--npo-player-textcolor: #fff;
|
|
12
|
+
--npo-player-bottomcolor: linear-gradient(180deg, transparent, rgba(3, 14, 30, 1)); // The gradient color "glow" at the bottom of the player
|
|
13
|
+
--npo-player-topcolor: linear-gradient(0deg, transparent,rgba(3, 14, 30, 1)); // The gradient color "glow" at the top of the player
|
|
22
14
|
--npo-player-bufferingcolor: rgba(255, 109, 0, 0);
|
|
23
15
|
--npo-player-unavailable: #858585;
|
|
16
|
+
--npo-player-graycolor-dark: #030e1e;
|
|
17
|
+
--npo-player-iconcolor: #fff;
|
|
18
|
+
--npo-player-iconcolor-active: var(--npo-player-primarycolor);
|
|
24
19
|
}
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
.bmpui-npo-player {
|
|
7
7
|
@font-face {
|
|
8
8
|
font-family: 'NPOSansBold';
|
|
9
|
-
src: url($cdn + 'NPO
|
|
9
|
+
src: url($cdn + 'fonts/NPO-Sans-Bold-v1.0.otf') format('truetype');
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
@font-face {
|
|
13
13
|
font-family: 'NPOSansRegular';
|
|
14
|
-
src: url($cdn + 'NPO
|
|
14
|
+
src: url($cdn + 'fonts/NPO-Sans-Regular-v1.0.otf') format('truetype');
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
--fontRegular: 'NPOSansRegular', sans-serif;
|