@npo/player 1.9.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/CHANGELOG.md +3 -0
- package/LICENSE +15 -0
- package/README.md +281 -0
- package/lib/js/ads/ster.d.ts +4 -0
- package/lib/js/ads/ster.js +159 -0
- package/lib/js/ads/ster.js.map +1 -0
- package/lib/js/ads/ster.test.d.ts +1 -0
- package/lib/js/ads/ster.test.js +91 -0
- package/lib/js/ads/ster.test.js.map +1 -0
- package/lib/js/api/getstreamobject.d.ts +3 -0
- package/lib/js/api/getstreamobject.js +19 -0
- package/lib/js/api/getstreamobject.js.map +1 -0
- package/lib/js/cdnproviders.d.ts +1 -0
- package/lib/js/cdnproviders.js +13 -0
- package/lib/js/cdnproviders.js.map +1 -0
- package/lib/js/checks/safari.d.ts +1 -0
- package/lib/js/checks/safari.js +10 -0
- package/lib/js/checks/safari.js.map +1 -0
- package/lib/js/checks/safari.test.d.ts +1 -0
- package/lib/js/checks/safari.test.js +21 -0
- package/lib/js/checks/safari.test.js.map +1 -0
- package/lib/js/drm/verifydrm.d.ts +4 -0
- package/lib/js/drm/verifydrm.js +38 -0
- package/lib/js/drm/verifydrm.js.map +1 -0
- package/lib/js/drm/verifydrm.test.d.ts +1 -0
- package/lib/js/drm/verifydrm.test.js +18 -0
- package/lib/js/drm/verifydrm.test.js.map +1 -0
- package/lib/js/fragments/setfragments.d.ts +3 -0
- package/lib/js/fragments/setfragments.js +68 -0
- package/lib/js/fragments/setfragments.js.map +1 -0
- package/lib/js/playeractions/customerrors.test.d.ts +1 -0
- package/lib/js/playeractions/customerrors.test.js +52 -0
- package/lib/js/playeractions/customerrors.test.js.map +1 -0
- package/lib/js/playeractions/handlers/customerrors.d.ts +50 -0
- package/lib/js/playeractions/handlers/customerrors.js +154 -0
- package/lib/js/playeractions/handlers/customerrors.js.map +1 -0
- package/lib/js/playeractions/handlers/error.d.ts +3 -0
- package/lib/js/playeractions/handlers/error.js +23 -0
- package/lib/js/playeractions/handlers/error.js.map +1 -0
- package/lib/js/playeractions/handlers/error.test.d.ts +1 -0
- package/lib/js/playeractions/handlers/error.test.js +45 -0
- package/lib/js/playeractions/handlers/error.test.js.map +1 -0
- package/lib/js/playeractions/handlers/handleoffsets.d.ts +6 -0
- package/lib/js/playeractions/handlers/handleoffsets.js +71 -0
- package/lib/js/playeractions/handlers/handleoffsets.js.map +1 -0
- package/lib/js/playeractions/handlers/handleoffsets.test.d.ts +1 -0
- package/lib/js/playeractions/handlers/handleoffsets.test.js +50 -0
- package/lib/js/playeractions/handlers/handleoffsets.test.js.map +1 -0
- package/lib/js/playeractions/handlers/resolvekeypress.d.ts +3 -0
- package/lib/js/playeractions/handlers/resolvekeypress.js +55 -0
- package/lib/js/playeractions/handlers/resolvekeypress.js.map +1 -0
- package/lib/js/playeractions/playeractions.d.ts +3 -0
- package/lib/js/playeractions/playeractions.js +4 -0
- package/lib/js/playeractions/playeractions.js.map +1 -0
- package/lib/js/tracking/handlers/eventbinding.d.ts +10 -0
- package/lib/js/tracking/handlers/eventbinding.js +86 -0
- package/lib/js/tracking/handlers/eventbinding.js.map +1 -0
- package/lib/js/tracking/handlers/eventlogging.d.ts +11 -0
- package/lib/js/tracking/handlers/eventlogging.js +42 -0
- package/lib/js/tracking/handlers/eventlogging.js.map +1 -0
- package/lib/js/tracking/handlers/playertrackerinit.d.ts +13 -0
- package/lib/js/tracking/handlers/playertrackerinit.js +29 -0
- package/lib/js/tracking/handlers/playertrackerinit.js.map +1 -0
- package/lib/js/tracking/handlers/playertrackerstart.d.ts +8 -0
- package/lib/js/tracking/handlers/playertrackerstart.js +29 -0
- package/lib/js/tracking/handlers/playertrackerstart.js.map +1 -0
- package/lib/js/tracking/playertracker.d.ts +4 -0
- package/lib/js/tracking/playertracker.js +10 -0
- package/lib/js/tracking/playertracker.js.map +1 -0
- package/lib/js/ui/components/adbutton.d.ts +7 -0
- package/lib/js/ui/components/adbutton.js +21 -0
- package/lib/js/ui/components/adbutton.js.map +1 -0
- package/lib/js/ui/components/adlabel.d.ts +7 -0
- package/lib/js/ui/components/adlabel.js +17 -0
- package/lib/js/ui/components/adlabel.js.map +1 -0
- package/lib/js/ui/components/buttons.d.ts +30 -0
- package/lib/js/ui/components/buttons.js +89 -0
- package/lib/js/ui/components/buttons.js.map +1 -0
- package/lib/js/ui/components/controlbar.d.ts +3 -0
- package/lib/js/ui/components/controlbar.js +47 -0
- package/lib/js/ui/components/controlbar.js.map +1 -0
- package/lib/js/ui/components/ctabar.d.ts +9 -0
- package/lib/js/ui/components/ctabar.js +41 -0
- package/lib/js/ui/components/ctabar.js.map +1 -0
- package/lib/js/ui/components/nativemobile/buttons.d.ts +13 -0
- package/lib/js/ui/components/nativemobile/buttons.js +43 -0
- package/lib/js/ui/components/nativemobile/buttons.js.map +1 -0
- package/lib/js/ui/components/nativemobile/controlbar.d.ts +2 -0
- package/lib/js/ui/components/nativemobile/controlbar.js +23 -0
- package/lib/js/ui/components/nativemobile/controlbar.js.map +1 -0
- package/lib/js/ui/components/nativemobile/ctabar.d.ts +10 -0
- package/lib/js/ui/components/nativemobile/ctabar.js +12 -0
- package/lib/js/ui/components/nativemobile/ctabar.js.map +1 -0
- package/lib/js/ui/components/nativemobile/playnext.d.ts +10 -0
- package/lib/js/ui/components/nativemobile/playnext.js +16 -0
- package/lib/js/ui/components/nativemobile/playnext.js.map +1 -0
- package/lib/js/ui/components/nativemobile/topbar.d.ts +3 -0
- package/lib/js/ui/components/nativemobile/topbar.js +21 -0
- package/lib/js/ui/components/nativemobile/topbar.js.map +1 -0
- package/lib/js/ui/components/playnext.d.ts +11 -0
- package/lib/js/ui/components/playnext.js +11 -0
- package/lib/js/ui/components/playnext.js.map +1 -0
- package/lib/js/ui/components/settingspanel.d.ts +4 -0
- package/lib/js/ui/components/settingspanel.js +130 -0
- package/lib/js/ui/components/settingspanel.js.map +1 -0
- package/lib/js/ui/components/shared/playnextscreen.d.ts +2 -0
- package/lib/js/ui/components/shared/playnextscreen.js +18 -0
- package/lib/js/ui/components/shared/playnextscreen.js.map +1 -0
- package/lib/js/ui/components/titlebar.d.ts +3 -0
- package/lib/js/ui/components/titlebar.js +9 -0
- package/lib/js/ui/components/titlebar.js.map +1 -0
- package/lib/js/ui/components/topbar.d.ts +2 -0
- package/lib/js/ui/components/topbar.js +19 -0
- package/lib/js/ui/components/topbar.js.map +1 -0
- package/lib/js/ui/handlers/listboxhandlers.d.ts +5 -0
- package/lib/js/ui/handlers/listboxhandlers.js +41 -0
- package/lib/js/ui/handlers/listboxhandlers.js.map +1 -0
- package/lib/js/ui/handlers/nicamhandler.d.ts +2 -0
- package/lib/js/ui/handlers/nicamhandler.js +32 -0
- package/lib/js/ui/handlers/nicamhandler.js.map +1 -0
- package/lib/js/ui/handlers/nicamhandler.test.d.ts +1 -0
- package/lib/js/ui/handlers/nicamhandler.test.js +34 -0
- package/lib/js/ui/handlers/nicamhandler.test.js.map +1 -0
- package/lib/js/ui/handlers/playnexthandlers.d.ts +0 -0
- package/lib/js/ui/handlers/playnexthandlers.js +2 -0
- package/lib/js/ui/handlers/playnexthandlers.js.map +1 -0
- package/lib/js/ui/handlers/timecontrolhandlers.d.ts +3 -0
- package/lib/js/ui/handlers/timecontrolhandlers.js +23 -0
- package/lib/js/ui/handlers/timecontrolhandlers.js.map +1 -0
- package/lib/js/ui/nativemobileui.d.ts +6 -0
- package/lib/js/ui/nativemobileui.js +49 -0
- package/lib/js/ui/nativemobileui.js.map +1 -0
- package/lib/js/ui/uicontainer.d.ts +3 -0
- package/lib/js/ui/uicontainer.js +61 -0
- package/lib/js/ui/uicontainer.js.map +1 -0
- package/lib/js/utilities/localizationconfig.d.ts +6 -0
- package/lib/js/utilities/localizationconfig.js +8 -0
- package/lib/js/utilities/localizationconfig.js.map +1 -0
- package/lib/js/utilities/printversion.d.ts +1 -0
- package/lib/js/utilities/printversion.js +28 -0
- package/lib/js/utilities/printversion.js.map +1 -0
- package/lib/js/utilities/utilities.d.ts +60 -0
- package/lib/js/utilities/utilities.js +110 -0
- package/lib/js/utilities/utilities.js.map +1 -0
- package/lib/lang/nl.json +72 -0
- package/lib/npoplayer.d.ts +45 -0
- package/lib/npoplayer.js +518 -0
- package/lib/npoplayer.js.map +1 -0
- package/lib/npoplayer.test.d.ts +1 -0
- package/lib/npoplayer.test.js +12 -0
- package/lib/npoplayer.test.js.map +1 -0
- package/lib/package.json +88 -0
- package/lib/src/js/ads/ster.d.ts +4 -0
- package/lib/src/js/ads/ster.test.d.ts +1 -0
- package/lib/src/js/api/getstreamobject.d.ts +3 -0
- package/lib/src/js/cdnproviders.d.ts +1 -0
- package/lib/src/js/checks/safari.d.ts +1 -0
- package/lib/src/js/checks/safari.test.d.ts +1 -0
- package/lib/src/js/drm/verifydrm.d.ts +4 -0
- package/lib/src/js/drm/verifydrm.test.d.ts +1 -0
- package/lib/src/js/fragments/setfragments.d.ts +3 -0
- package/lib/src/js/playeractions/customerrors.test.d.ts +1 -0
- package/lib/src/js/playeractions/handlers/customerrors.d.ts +50 -0
- package/lib/src/js/playeractions/handlers/error.d.ts +3 -0
- package/lib/src/js/playeractions/handlers/error.test.d.ts +1 -0
- package/lib/src/js/playeractions/handlers/handleoffsets.d.ts +6 -0
- package/lib/src/js/playeractions/handlers/handleoffsets.test.d.ts +1 -0
- package/lib/src/js/playeractions/handlers/resolvekeypress.d.ts +3 -0
- package/lib/src/js/playeractions/playeractions.d.ts +3 -0
- package/lib/src/js/tracking/handlers/eventbinding.d.ts +10 -0
- package/lib/src/js/tracking/handlers/eventlogging.d.ts +11 -0
- package/lib/src/js/tracking/handlers/playertrackerinit.d.ts +13 -0
- package/lib/src/js/tracking/handlers/playertrackerstart.d.ts +8 -0
- package/lib/src/js/tracking/playertracker.d.ts +4 -0
- package/lib/src/js/ui/components/adbutton.d.ts +7 -0
- package/lib/src/js/ui/components/adlabel.d.ts +7 -0
- package/lib/src/js/ui/components/buttons.d.ts +30 -0
- package/lib/src/js/ui/components/controlbar.d.ts +3 -0
- package/lib/src/js/ui/components/ctabar.d.ts +9 -0
- package/lib/src/js/ui/components/nativemobile/buttons.d.ts +13 -0
- package/lib/src/js/ui/components/nativemobile/controlbar.d.ts +2 -0
- package/lib/src/js/ui/components/nativemobile/ctabar.d.ts +10 -0
- package/lib/src/js/ui/components/nativemobile/playnext.d.ts +10 -0
- package/lib/src/js/ui/components/nativemobile/topbar.d.ts +3 -0
- package/lib/src/js/ui/components/playnext.d.ts +11 -0
- package/lib/src/js/ui/components/settingspanel.d.ts +4 -0
- package/lib/src/js/ui/components/shared/playnextscreen.d.ts +2 -0
- package/lib/src/js/ui/components/titlebar.d.ts +3 -0
- package/lib/src/js/ui/components/topbar.d.ts +2 -0
- package/lib/src/js/ui/handlers/listboxhandlers.d.ts +5 -0
- package/lib/src/js/ui/handlers/nicamhandler.d.ts +2 -0
- package/lib/src/js/ui/handlers/nicamhandler.test.d.ts +1 -0
- package/lib/src/js/ui/handlers/playnexthandlers.d.ts +0 -0
- package/lib/src/js/ui/handlers/timecontrolhandlers.d.ts +3 -0
- package/lib/src/js/ui/nativemobileui.d.ts +6 -0
- package/lib/src/js/ui/uicontainer.d.ts +3 -0
- package/lib/src/js/utilities/localizationconfig.d.ts +6 -0
- package/lib/src/js/utilities/printversion.d.ts +1 -0
- package/lib/src/js/utilities/utilities.d.ts +60 -0
- package/lib/src/npoplayer.d.ts +45 -0
- package/lib/src/npoplayer.test.d.ts +1 -0
- package/lib/src/types/classes.d.ts +4 -0
- package/lib/src/types/interfaces.d.ts +105 -0
- package/lib/types/classes.d.ts +4 -0
- package/lib/types/classes.js +4 -0
- package/lib/types/classes.js.map +1 -0
- package/lib/types/interfaces.d.ts +105 -0
- package/lib/types/interfaces.js +6 -0
- package/lib/types/interfaces.js.map +1 -0
- package/package.json +88 -0
- package/src/scss/components/_advert.scss +74 -0
- package/src/scss/components/_buffering.scss +6 -0
- package/src/scss/components/_container.scss +8 -0
- package/src/scss/components/_controlbars.scss +36 -0
- package/src/scss/components/_error.scss +26 -0
- package/src/scss/components/_fonts.scss +19 -0
- package/src/scss/components/_icons.scss +241 -0
- package/src/scss/components/_nicam.scss +61 -0
- package/src/scss/components/_playnext.scss +52 -0
- package/src/scss/components/_seekbar.scss +116 -0
- package/src/scss/components/_settingspanel.scss +196 -0
- package/src/scss/components/_subtitles.scss +32 -0
- package/src/scss/components/_textbuttons.scss +42 -0
- package/src/scss/components/_volumeslider.scss +23 -0
- package/src/scss/npoplayer.css +1238 -0
- package/src/scss/npoplayer.scss +37 -0
- package/src/scss/variants/_player-base.scss +64 -0
- package/src/scss/variants/_player-large.scss +56 -0
- package/src/scss/variants/_player-medium.scss +57 -0
- package/src/scss/variants/_player-small.scss +234 -0
- package/src/scss/vars/_colors.scss +24 -0
- package/src/scss/vars/_fonts.scss +20 -0
- package/src/scss/vars/_icons.scss +37 -0
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
.bmpui-nicam {
|
|
2
|
+
display: flex;
|
|
3
|
+
width: 100%;
|
|
4
|
+
padding-left: 1px; // offset the negative padding on the nicam icon
|
|
5
|
+
.nicam-icon{
|
|
6
|
+
display: block;
|
|
7
|
+
height: 25px;
|
|
8
|
+
width: 25px;
|
|
9
|
+
margin-left: -1px; //according to the design spec icons must overlap by 1px
|
|
10
|
+
margin-top: 3px;
|
|
11
|
+
background-size: contain;
|
|
12
|
+
background-position: center;
|
|
13
|
+
background-repeat: no-repeat;
|
|
14
|
+
|
|
15
|
+
&.nicam-icon-angst{
|
|
16
|
+
background-image: url("data:image/svg+xml,%3Csvg id='angst' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102 102'%3E%3Ctitle%3Eangst%3C/title%3E%3Cpath d='M1,51a50,50,0,1,1,50,50A50.018,50.018,0,0,1,1,51Z' fill='%23fff'/%3E%3Cpath d='M7.4,51A43.6,43.6,0,1,1,51,94.6,43.51,43.51,0,0,1,7.4,51ZM40.7,75.5c0-1.6-.1-5.4.4-7,.6-1.8,5.3-7.3,6.2-6.8.4.2-.5,5.4,1,5.4,1.3,0,.9-5.5,2.3-5.5s1,5.5,2.3,5.5c1.6,0,.6-5.2,1-5.4.9-.5,5.6,5,6.2,6.8.5,1.6.4,5.4.4,7,0,1-4.7,10.4-3.4,11.1,3.5,1.8,8.8-8.3,8.8-10.4.1-2-1-8.3-2.6-10.3-2-2.4-9.4-6.4-9.2-7.3.1-.6,9.5,2.5,10.8,3.2,1.3.6,6.6,4.3,7,5.2.8,1.5,1.4,12.3,3.4,12.2,4.6-.1,3-11.6,1.1-14.4-1.5-2.1-7.4-5.3-9.3-6s-12.3-2-12.3-3c0-.9,12-.4,14.7-.9,2.1-.4,10.8-4.1,12.5-5.9,2.6-2.7,5-14.4.2-19.4C81,28.3,79,43.7,77.9,45.2c-1.2,1.5-7.7,6.1-9.5,6.4-1.2.2-13.9,2.1-14.2,1.1-.3-.9,11.3-3.7,14-5.2,3.6-2,5.3-13.7,4.7-16.9-.6-4.2-8.7-17.7-14.5-15.6-1.6.5,8.5,14.5,8.9,17,.3,1.4-.1,11.4-1.6,12.4-.6.4-12.4,6.3-12.8,5.7-.5-.9,7.7-6.7,7.7-10,0-6.7-7.1-16.3-10-16.3-2.8,0-10,9.6-10,16.3,0,3.3,8.2,9.1,7.7,10-.4.6-12.2-5.3-12.7-5.7-1.6-1-2-11-1.7-12.4.4-2.5,10.5-16.5,9-17-5.9-2.1-14,11.4-14.6,15.6-.6,3.2,1.1,14.9,4.7,16.9,2.7,1.5,14.2,4.3,14,5.2-.3,1-13-.9-14.1-1.1-1.9-.3-8.4-4.9-9.5-6.4-1.2-1.5-3.1-16.9-4.3-15.6-4.7,5.1-2.5,16.7.1,19.4,1.7,1.8,10.4,5.5,12.5,5.9,2.8.5,14.6,0,14.6.9.1,1-10.2,2.3-12.2,3-1.9.7-7.8,3.9-9.3,6-1.9,2.8-3.5,14.3,1.1,14.4,2.1.1,2.6-10.7,3.4-12.2.4-.9,5.7-4.6,7-5.2,1.3-.7,10.7-3.8,10.8-3.2.1.9-7.2,4.9-9.2,7.3-1.6,2-2.6,8.3-2.6,10.3.1,2.1,5.3,12.2,8.8,10.4C45.5,85.9,40.6,76.5,40.7,75.5Z'/%3E%3C/svg%3E");
|
|
17
|
+
}
|
|
18
|
+
&.nicam-icon-discriminatie{
|
|
19
|
+
background-image: url("data:image/svg+xml,%3Csvg id='discriminatie' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102 102'%3E%3Ctitle%3Ediscriminatie%3C/title%3E%3Cg%3E%3Cpath d='M1,51a50,50,0,1,1,50,50A50.018,50.018,0,0,1,1,51Z' fill='%23fff'/%3E%3Cpath d='M7.4,51A43.6,43.6,0,1,1,51,94.6,43.51,43.51,0,0,1,7.4,51ZM48.3,65.6c-3.6-6.7,1.5-8.3,1.2-10.4-.1-.9-4.9-1.1-8.3-3.1-3.5-2-3.6-8.8.7-11.4,5.8-3.5,8.9,6.1,10.4,11.3.6,2.3,3.2-2,7.3,1,7.5,5.3,5.7,24.1,2.8,31.5,11.8-3.2,21.9-15.6,22.5-24.7.8-9.3-5.6-6.8-5.2-10.1s10.2-17.9-.5-17.6c-10.2.2-3.9,12.3-3.8,16.5,0,2-2.9,2.2-4.9,2.8a18.669,18.669,0,0,0-.3-7.3c-1-3.6-7.1-2.5-6.7-6.9.4-4.2,10-17.1-1.2-18.2-12.7-1.3-2.6,14-3.5,18.5-.3,1.6-2.4,1.4-4.5,2.6-2.2-7.4-9.3-3.7-9.5-7.7-.2-4.1,6.6-17.1-4.2-16.6-11.7.6-1.2,14.3-.7,17.4s-5.8,1.4-7.3,8.4a45.09,45.09,0,0,0,.2,6.2c-1.7.4-4.9,3.3-5.3,1.5-1-4.4,5-19.4-5.7-17.4C11,34,22.8,45.8,23.4,50.5c.5,3.5-7.2.4-5.3,12.8,1.7,10.8,16.1,21.6,29.1,22.5C48.6,81.8,53,74.2,48.3,65.6Zm10,19.8c.3-3.7.5-10.1-1-9.9-1.3.1-4,6.8-6,10.3A53.742,53.742,0,0,0,58.3,85.4Z'/%3E%3C/g%3E%3C/svg%3E");
|
|
20
|
+
}
|
|
21
|
+
&.nicam-icon-geweld{
|
|
22
|
+
background-image: url("data:image/svg+xml,%3Csvg id='geweld' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102 102'%3E%3Ctitle%3Egeweld%3C/title%3E%3Cg%3E%3Cpath d='M1,51a50,50,0,1,1,50,50A50.018,50.018,0,0,1,1,51Z' fill='%23fff'/%3E%3Cpath d='M7.4,51A43.6,43.6,0,1,1,51,94.6,43.51,43.51,0,0,1,7.4,51ZM51,78.4c-2.4.2-6.1-2.5-6.1-5.9a11.179,11.179,0,0,1,1.3-4.8,8.02,8.02,0,0,1-9.1-2.8,8.677,8.677,0,0,1-1.4-5,17.414,17.414,0,0,1-8.8-5.5c-2.7-3.1,1-6.1,1.8-4.9,3.9,5.7,14,9.5,17.9,8.4A3.641,3.641,0,0,0,49,55.8c.9-3-2.6-7.1-10.9-12.7a14.971,14.971,0,0,0-8.6-2.8c-7.9,0-13.2,6.9-13.2,15,0,10.8,10,14.3,15.3,12.5-2.1,3.4-.5,9.7,3.3,12.4C38.4,82.7,47.2,83.8,51,78.4Zm21.7,2.7s-1-8.9-1.4-11.6c6.4-3.4,12.1-6.7,12.1-6.7a3.191,3.191,0,0,0-.3-5.5s-6.5-3.4-13.5-6.8A170.571,170.571,0,0,0,80.7,36.1c1.9-2.6.9-7.1-4.1-6.4L59.8,32.2c-.1-5.8-.7-15-.7-15-.1-1.6-2.4-2.2-3.6-1-2,1.7-7.2,6.4-11.5,10.6-2.4-2.2-9.9-8.9-9.9-8.9a1.893,1.893,0,0,0-2.9,1.7l.1,13.7c0,1.8,2.3,1.2,2.5,0L35,24l7.1,5.8c1.4.8,2.4.7,3.9-.3l8.3-5.9L56,34.4a2.038,2.038,0,0,0,1.9,1.9l15.7-.1L65,49.8a1.829,1.829,0,0,0,.1,2.4l11.7,8.7-7.9,5.5a3.318,3.318,0,0,0-1.6,3l1.6,9.3-8.5-1a.741.741,0,0,0-1,.6c-.2.6,0,1.2.4,1.3l11,3.9C71.7,83.7,73,83,72.7,81.1ZM47.2,36.5c-3.7-4.3-9.2-1.2-13,1.7a27.2,27.2,0,0,1,7,3.1,40.207,40.207,0,0,1,5,4.2C48.8,43,50,39.8,47.2,36.5Zm6.7,23.6c3.9-2.9,8.8-7.7,5.3-12.6-2.7-3.8-6.9-3.8-11-.6,3,3,5,6.7,3.9,9.9A6.22,6.22,0,0,1,48,60.6a16.181,16.181,0,0,1-8.7-.2,4.448,4.448,0,0,0,.9,2C42.3,65.1,46.1,66.1,53.9,60.1Zm6.2,12.2c3-2.3,6.5-5.7,3.8-9.5s-6.4-1.5-9.4.8c-5.5,4.1-6.2,7.5-4.6,9.7C51.1,74.8,55.2,76.3,60.1,72.3Z'/%3E%3C/g%3E%3C/svg%3E");
|
|
23
|
+
}
|
|
24
|
+
&.nicam-icon-drugs_en_alcohol{
|
|
25
|
+
background-image: url("data:image/svg+xml,%3Csvg id='drugs_en_alcohol' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102 102'%3E%3Ctitle%3Edrugs & alchohol%3C/title%3E%3Cg%3E%3Cpath d='M1,51a50,50,0,1,1,50,50A50.018,50.018,0,0,1,1,51Z' fill='%23fff'/%3E%3Cpath d='M7.4,51A43.6,43.6,0,1,1,51,94.6,43.51,43.51,0,0,1,7.4,51Zm28,21.3a4.516,4.516,0,0,0,5.8-.5c1.3-1.3,3.5,2,7.5-1.3C53,66.8,63.5,52.6,66.4,50.4c3-2.4,11.1,5.8,13.1,3C82,50,67.8,39.2,67.8,37.1c0-1.8,2-3.8,3.1-3.8,2,.1,9.3,4.3,11.2,2.1,3-3.4-16.4-19.1-19.6-16.3-2.3,1.9,3.6,9.4,3.1,10.8a3.92,3.92,0,0,1-3.5,2.7c-1.9,0-15.1-8.8-17.3-7.2-2.4,1.7,5,9.7,4.1,12.1-1,2.6-14.7,16.1-16.4,19.4-2,3.8.2,5.2-1,7.1a5.128,5.128,0,0,0,.3,6.2c-4.1,4.9-6.4,9.7-5.8,10.3C26.4,81,30.8,77.9,35.4,72.3ZM37,58.2c-2-.6-.6-2.1,1.7-2.2,2.9-.2,6.7,1.6,7.6,4.1.7,1.6.1,3.8-1.5,2.5A19.477,19.477,0,0,0,37,58.2Zm7.4-7.5c-4.3-1.2-3.4-3,.8-2.9,7.1.4,10.2,5.2,8.7,7.4C52.5,57.3,49,52.1,44.4,50.7Zm7-7.8c-3.5-1.4-2.4-2.7,1.1-2.4,6.4.5,8,4.2,6.8,6C58.2,48.2,54.6,44.4,51.4,42.9Z'/%3E%3C/g%3E%3C/svg%3E");
|
|
26
|
+
}
|
|
27
|
+
&.nicam-icon-grof_taalgebruik{
|
|
28
|
+
background-image: url("data:image/svg+xml,%3Csvg id='grof_taalgebruik' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102 102'%3E%3Ctitle%3EKijkw-2020-RGB-%3C/title%3E%3Cg%3E%3Cpath d='M1,51a50,50,0,1,1,50,50A50.018,50.018,0,0,1,1,51Z' fill='%23fff'/%3E%3Cpath d='M7.4,51A43.6,43.6,0,1,1,51,94.6,43.51,43.51,0,0,1,7.4,51Zm23.1-.3c1.3-.2,9.1,7.4,11.6,6.3,2.6-1.3,3-12.7,4-13.8.6-.8,7.8-2.9,10.5-4.2,1-.6.8-1.8-.4-1.8-3,.4-11,2.1-12.2,3-1.5,1.1-2.4,9.8-3.7,10.7-1.1.6-10.1-8.8-12.8-7.5-3.4,1.6-3.3,15.1-6.8,16.2-6.8,2-3.5,12.1,3.3,8.2C28.7,65.2,28.9,51.1,30.5,50.7ZM46.7,30.1c.9-.1,4.3,1.8,5.7,2.7.7.5,1.5-.2.8-1.1-1.2-1.7-4.6-5-6.2-5-1.7,0-4.6,3.5-6,3.2-1-.2-2.5-6.7-4.3-7.5-2.6-1.1-12.4.4-10.8,6s6.1-1.8,8.9-1.3c1.6.3,2.8,7.4,4.8,8C41.7,35.6,45.6,30.2,46.7,30.1ZM59.3,72.9c2.7-.3,6.1,12.3,8.7,11.5,2-.7-1-9-.8-13.8.3-5.7,2.7-6.8,3.2-10.6.5-4.6-4-3.3-3.1-6.8.5-1.8,3.7-1.7,8.4-7.9,4-5.4,7-16.1,1.5-20.4-5.2-4-12.5-2.7-14.8,3.4,12.7,1.8,11.8,13.6,8.1,17.8-2.9,3.4-7.4,2.2-11.5-3.9-2.4,7.4,4.3,7,2.4,10.1-1.4,2.2-4-.1-7.2,3.2-6.1,6.5-2.3,31.4,2.3,32.6C59.1,88.7,56.5,73.3,59.3,72.9Z'/%3E%3C/g%3E%3C/svg%3E");
|
|
29
|
+
}
|
|
30
|
+
&.nicam-icon_seks{
|
|
31
|
+
background-image: url("data:image/svg+xml,%3Csvg id='seks' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102 102'%3E%3Ctitle%3EKijkw-2020-RGB-%3C/title%3E%3Cg%3E%3Cpath d='M1,51a50,50,0,1,1,50,50A50.018,50.018,0,0,1,1,51Z' fill='%23fff'/%3E%3Cpath d='M7.4,51a43.6,43.6,0,0,1,87.2,0C94.4,75.1,74.8,94.6,51,94.6A43.832,43.832,0,0,1,7.4,51Zm8.7-2.6a1.223,1.223,0,0,0,1.8.3c.4-.2.6-1.2.3-2,.4.4,1.3.8,1.8.3.7-.5.8-3.2.2-4.8-1-2.1-3.5-1.3-3.3,1.3-1.2-.9-3,1.2-2,3.1-1.2-.9-2.7,1.5-1.2,3.4.9,1.1,2.1,1,2.5.5A2,2,0,0,0,16.1,48.4ZM34.7,75c-2.6-4-6,.6-10.5-6.4C20,62.4,28.8,56.4,28,51.9c-.5-3.9-3.9-4.2-7-3-2.8,1.2-5.3,4.2-5.1,7.5.3,3.6,1.3,7.1,6.3,14.8,5.1,8.1,8.4,10.4,10.7,9.8C35.6,80.4,36,76.9,34.7,75ZM26.9,38.4a2.68,2.68,0,0,0-5.2.7c-.3,2.4,1,7.1,2.3,7.3C25.6,46.6,28,41.2,26.9,38.4ZM39.1,59.9c-.7-.4-1.6.2-2,1a2.84,2.84,0,0,0-.6-2.6,1.515,1.515,0,0,0-2,.7,2.552,2.552,0,0,0-.3-2.6c-.5-.3-1.9-.2-2.7,1.4-1.4,2.7.4,5.4,1.9,4.1-.8,2.4,1.5,4.7,2.7,3.3.1,3.2,3,3.7,3.8.8C40.4,63.9,40.1,60.4,39.1,59.9Zm8.3-7.8c-.4-5.1-9-8.2-7-16.4,2.8-10.7,6.8-6.4,8.4-11.6.8-2.5-.1-5.9-3.7-6.4-2.6-.4-5.8,5.1-8.8,15.5-3,10.1-3.5,13.9-2.7,17.7.7,3.6,5.1,6.8,8.3,7.1C45.3,58.3,47.9,56.5,47.4,52.1Zm-3.7,8.1c-1.4.2-2.5,6.3-2.1,9,.6,3.4,4.7,4.1,5.9.9C48.7,66.7,45.5,60,43.7,60.2Zm24.8-9.3c.8-3.8.2-7.6-2.7-17.7-3-10.4-6.2-15.9-8.8-15.5-3.7.5-4.4,3.9-3.7,6.4,1.6,5.2,5.5.9,8.3,11.6,2.1,8.2-6.5,11.3-7,16.4-.4,4.4,2.2,6.2,5.6,5.9C63.4,57.7,67.8,54.5,68.5,50.9ZM60.4,69.2c.5-2.7-.6-8.8-2.1-9-1.8-.2-4.9,6.5-3.7,9.9C55.8,73.3,59.8,72.6,60.4,69.2Zm5.5-4c1.2,1.4,3.6-.9,2.7-3.3,1.5,1.3,3.3-1.4,1.9-4.1-.8-1.6-2.2-1.7-2.6-1.4a2.8,2.8,0,0,0-.4,2.6,1.469,1.469,0,0,0-2-.7,3.155,3.155,0,0,0-.6,2.6c-.4-.8-1.3-1.4-1.9-1-1,.5-1.4,4-.9,6.1C62.9,68.9,65.9,68.4,65.9,65.2Zm14,6c4.9-7.7,6-11.2,6.3-14.8.2-3.3-2.4-6.3-5.2-7.5-3.1-1.2-6.3-.9-6.9,3-.8,4.5,7.9,10.5,3.8,16.7-4.6,7-8,2.4-10.6,6.4-1.3,1.9-.8,5.4,1.8,6C71.4,81.6,74.7,79.3,79.9,71.2Zm.4-32.1a2.622,2.622,0,0,0-5.1-.7c-1.2,2.8,1.2,8.2,2.9,8C79.3,46.2,80.6,41.5,80.3,39.1Zm8,10.9c1.5-1.9.1-4.3-1.2-3.4,1.1-1.9-.8-4-2-3.1.3-2.6-2.3-3.4-3.2-1.3-.7,1.6-.6,4.3.2,4.8.5.5,1.3.1,1.7-.3a2.367,2.367,0,0,0,.3,2,1.223,1.223,0,0,0,1.8-.3,1.775,1.775,0,0,0,0,2.1A1.586,1.586,0,0,0,88.3,50Z'/%3E%3C/g%3E%3C/svg%3E");
|
|
32
|
+
}
|
|
33
|
+
&.nicam-icon-6{
|
|
34
|
+
background-image: url("data:image/svg+xml,%3Csvg id='6' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102 102'%3E%3Ctitle%3E6 jaar en ouder%3C/title%3E%3Cpath d='M1,51a50,50,0,1,1,50,50A50.018,50.018,0,0,1,1,51Z' fill='%23fff'/%3E%3Cpath d='M7.4,51A43.6,43.6,0,1,1,51,94.6,43.51,43.51,0,0,1,7.4,51ZM43.3,78H58.7a2.568,2.568,0,0,0,2-.8l4-4a2.568,2.568,0,0,0,.8-2V52.4a2.438,2.438,0,0,0-.8-2l-4.1-3.9a2.732,2.732,0,0,0-1.9-.8H51.5a2.364,2.364,0,0,0-1.9.8l-2.5,2.2V33.2h7.8v6.9H65.5V30.9a2.973,2.973,0,0,0-.8-2l-4-4.1a2.438,2.438,0,0,0-2-.8H43.2a2.438,2.438,0,0,0-2,.8l-3.9,4.1a2.732,2.732,0,0,0-.8,1.9V71.1a2.973,2.973,0,0,0,.8,2l4,4.1A2.438,2.438,0,0,0,43.3,78Zm3.8-23.3H55V68.9H47.1Z'/%3E%3C/svg%3E");
|
|
35
|
+
}
|
|
36
|
+
&.nicam-icon-9{
|
|
37
|
+
background-image: url("data:image/svg+xml,%3Csvg id='9' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102 102'%3E%3Ctitle%3E9 jaar en ouder%3C/title%3E%3Cg%3E%3Cpath d='M1,51a50,50,0,1,1,50,50A50.018,50.018,0,0,1,1,51Z' fill='%23fff'/%3E%3Cpath d='M7.4,51A43.6,43.6,0,1,1,51,94.6,43.638,43.638,0,0,1,7.4,51ZM43.3,78H58.8a2.438,2.438,0,0,0,2-.8l3.9-4.1a2.732,2.732,0,0,0,.8-1.9V30.9a2.973,2.973,0,0,0-.8-2l-4-4.1a2.438,2.438,0,0,0-2-.8H43.3a2.568,2.568,0,0,0-2,.8l-4,4a2.568,2.568,0,0,0-.8,2V49.6a2.438,2.438,0,0,0,.8,2l4.1,3.9a2.732,2.732,0,0,0,1.9.8h7.2a2.364,2.364,0,0,0,1.9-.8l2.5-2.2V68.8H47.1V61.9H36.5v9.2a2.973,2.973,0,0,0,.8,2l4,4.1A2.438,2.438,0,0,0,43.3,78ZM47,33.1h7.9V47.3H47Z'/%3E%3C/g%3E%3C/svg%3E");
|
|
38
|
+
}
|
|
39
|
+
&.nicam-icon-12{
|
|
40
|
+
background-image: url("data:image/svg+xml,%3Csvg id='12' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102 102'%3E%3Ctitle%3E12 jaar en ouder%3C/title%3E%3Cpath d='M1,51a50,50,0,1,1,50,50A50.018,50.018,0,0,1,1,51Z' fill='%23fff'/%3E%3Cpath d='M7.4,51A43.6,43.6,0,1,1,51,94.6,43.447,43.447,0,0,1,7.4,51ZM39.8,78V24H32.6a4.216,4.216,0,0,0-1.9.3l-8.3,2.9v5.3h6.8V78Zm37.1,0V68.5H58.5v-5L76.1,49.3a2.358,2.358,0,0,0,.9-2V30.9a2.973,2.973,0,0,0-.8-2l-4-4.1a2.438,2.438,0,0,0-2-.8H54.6a2.438,2.438,0,0,0-2,.8l-4,4.1a2.973,2.973,0,0,0-.8,2v9.5H58.6V33.3h7.8V43.7L48.7,57.8a2.358,2.358,0,0,0-.9,2V78Z'/%3E%3C/svg%3E");
|
|
41
|
+
}
|
|
42
|
+
&.nicam-icon-16{
|
|
43
|
+
background-image: url("data:image/svg+xml,%3Csvg id='16' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102 102'%3E%3Ctitle%3E16 jaar en ouder%3C/title%3E%3Cg%3E%3Cpath d='M1,51a50,50,0,1,1,50,50A50.018,50.018,0,0,1,1,51Z' fill='%23fff'/%3E%3Cpath d='M7.4,51A43.6,43.6,0,1,1,51,94.6,43.51,43.51,0,0,1,7.4,51ZM39.8,78V24H32.6a4.216,4.216,0,0,0-1.9.3l-8.3,2.9v5.3h6.8V78Zm14.6,0H69.8a2.568,2.568,0,0,0,2-.8l4-4a2.568,2.568,0,0,0,.8-2V52.4a2.438,2.438,0,0,0-.8-2l-4-3.9a2.973,2.973,0,0,0-2-.8H62.6a2.732,2.732,0,0,0-1.9.8l-2.5,2.3V33.2H66v6.9H76.6V30.9a2.973,2.973,0,0,0-.8-2l-4-4.1a2.438,2.438,0,0,0-2-.8H54.3a2.438,2.438,0,0,0-2,.8L48.4,29a2.732,2.732,0,0,0-.8,1.9V71.1a2.973,2.973,0,0,0,.8,2l4,4.1A2.438,2.438,0,0,0,54.4,78Zm3.8-23.3h7.9V68.9H58.2Z'/%3E%3C/g%3E%3C/svg%3E");
|
|
44
|
+
}
|
|
45
|
+
&.nicam-icon-18{
|
|
46
|
+
background-image: url("data:image/svg+xml,%3Csvg id='18' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102 102'%3E%3Ctitle%3E18 jaar en ouder%3C/title%3E%3Cpath d='M1,51a50,50,0,1,1,50,50A50.018,50.018,0,0,1,1,51Z' fill='%23fff'/%3E%3Cpath d='M7.4,51A43.6,43.6,0,1,1,51,94.6,43.51,43.51,0,0,1,7.4,51ZM39.8,78V24H32.6a4.216,4.216,0,0,0-1.9.3l-8.3,2.9v5.3h6.8V78Zm14.6,0H69.8a2.568,2.568,0,0,0,2-.8l4-4a2.568,2.568,0,0,0,.8-2V55.8a2.438,2.438,0,0,0-.8-2L72,50.1l3.8-3.7a2.438,2.438,0,0,0,.8-2V30.9a2.973,2.973,0,0,0-.8-2l-4-4.1a2.438,2.438,0,0,0-2-.8H54.3a2.438,2.438,0,0,0-2,.8L48.4,29a2.732,2.732,0,0,0-.8,1.9V44.5a2.438,2.438,0,0,0,.8,2l3.8,3.7-3.8,3.7a2.438,2.438,0,0,0-.8,2V71.3a2.438,2.438,0,0,0,.8,2l4,3.9A2.973,2.973,0,0,0,54.4,78Zm3.8-44.8H66V45.7H58.2Zm0,21.5h7.9V68.9H58.2Z'/%3E%3C/svg%3E");
|
|
47
|
+
}
|
|
48
|
+
&.nicam-icon-all{
|
|
49
|
+
background-image: url("data:image/svg+xml,%3Csvg id='all' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102 102'%3E%3Ctitle%3Ealle leeftijden%3C/title%3E%3Cg%3E%3Cpath d='M1,51a50,50,0,1,1,50,50A50.018,50.018,0,0,1,1,51Z' fill='%23fff'/%3E%3Cpath d='M7.4,51A43.6,43.6,0,1,1,51,94.6,43.51,43.51,0,0,1,7.4,51ZM35.5,78V63.5h6.8V78H52.4V30.8a2.731,2.731,0,0,0-.8-1.9l-4-4.2a2.439,2.439,0,0,0-2-.8H32.3a2.438,2.438,0,0,0-2,.8l-4,4.1a2.973,2.973,0,0,0-.8,2V78Zm0-45h6.8V54.4H35.5ZM77.9,78V69.5h-9V23.9H58.8V78Z'/%3E%3C/g%3E%3C/svg%3E");
|
|
50
|
+
}
|
|
51
|
+
&.nicam-icon-all_tous{
|
|
52
|
+
background-image: url("data:image/svg+xml,%3Csvg id='all-tous' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102 102'%3E%3Ctitle%3EKijkw-2020-RGB-%3C/title%3E%3Cg%3E%3Cpath d='M1,51a50,50,0,1,1,50,50A50.018,50.018,0,0,1,1,51Z' fill='%23fff'/%3E%3Cpath d='M7.4,51A43.6,43.6,0,1,1,51,94.6,43.51,43.51,0,0,1,7.4,51ZM30,78V59.4h3.2V55.1H22.3v4.3h3.4V78Zm1.8-29.1V43.6H43.4v5.3h7.9V28.3a2.035,2.035,0,0,0-.6-1.5l-3.2-3.4a1.717,1.717,0,0,0-1.5-.6H29.1a2.035,2.035,0,0,0-1.5.6l-3.1,3.3a2.2,2.2,0,0,0-.6,1.5V48.9Zm0-18.9H43.4v6.5H31.8Zm6.9,48h4.7a2.035,2.035,0,0,0,1.5-.6l1.8-1.6a2.035,2.035,0,0,0,.6-1.5V58.8a1.826,1.826,0,0,0-.6-1.5l-1.8-1.6a2.035,2.035,0,0,0-1.5-.6H38.7a2.035,2.035,0,0,0-1.5.6l-1.6,1.6a2.035,2.035,0,0,0-.6,1.5V74.3a2.035,2.035,0,0,0,.6,1.5l1.6,1.6A1.826,1.826,0,0,0,38.7,78Zm.6-18.6H43V73.7H39.3ZM54.2,78H59a1.826,1.826,0,0,0,1.5-.6l1.6-1.6a2.035,2.035,0,0,0,.6-1.5V55.1H58.5V73.7H54.9V55.1H50.5V74.3a2.035,2.035,0,0,0,.6,1.5l1.6,1.6A1.826,1.826,0,0,0,54.2,78ZM78,48.9V42.3H65.8V22.8H57.9V48.9ZM69.4,78h4.8a1.826,1.826,0,0,0,1.5-.6l1.7-1.6a1.826,1.826,0,0,0,.6-1.5V68.2a1.826,1.826,0,0,0-.6-1.5L75.6,65a1.826,1.826,0,0,0-1.5-.6h-4v-5h3.6v2.1H78V58.8a1.826,1.826,0,0,0-.6-1.5l-1.7-1.6a1.826,1.826,0,0,0-1.5-.6H69.4a2.035,2.035,0,0,0-1.5.6l-1.6,1.6a2.035,2.035,0,0,0-.6,1.5v6a2.035,2.035,0,0,0,.6,1.5L67.9,68a2.035,2.035,0,0,0,1.5.6h4.3v5.1H70.1V71.4H65.7v2.9a2.035,2.035,0,0,0,.6,1.5l1.6,1.6A1.826,1.826,0,0,0,69.4,78Z'/%3E%3C/g%3E%3C/svg%3E");
|
|
53
|
+
}
|
|
54
|
+
&.nicam-icon-tous{
|
|
55
|
+
background-image: url("data:image/svg+xml,%3Csvg id='tous' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102 102'%3E%3Ctitle%3EKijkw-2020-RGB-%3C/title%3E%3Cg%3E%3Cpath d='M1,51a50,50,0,1,1,50,50A50.018,50.018,0,0,1,1,51Z' fill='%23fff'/%3E%3Cpath d='M7.4,51A43.6,43.6,0,1,1,51,94.6,43.489,43.489,0,0,1,7.4,51ZM26.1,67.8V39.3h4V33.9H16.5v5.4h4.1V67.8Zm10.7,0h6.3a2.035,2.035,0,0,0,1.5-.6l2.5-2.5a2.035,2.035,0,0,0,.6-1.5V38.4a1.826,1.826,0,0,0-.6-1.5l-2.5-2.4a1.826,1.826,0,0,0-1.5-.6H36.8a2.035,2.035,0,0,0-1.5.6l-2.4,2.4a2.035,2.035,0,0,0-.6,1.5V63.2a2.035,2.035,0,0,0,.6,1.5l2.4,2.5A2.035,2.035,0,0,0,36.8,67.8Zm.9-28.5h4.5v23H37.7ZM56.2,67.8h6.4a2.035,2.035,0,0,0,1.5-.6l2.4-2.5a2.035,2.035,0,0,0,.6-1.5V33.9H61.7V62.3H57.1V33.9H51.7V63.2a2.035,2.035,0,0,0,.6,1.5l2.4,2.5A2.035,2.035,0,0,0,56.2,67.8Zm19.1,0h6.3a2.035,2.035,0,0,0,1.5-.6l2.5-2.5a2.035,2.035,0,0,0,.6-1.5V52.6a1.826,1.826,0,0,0-.6-1.5L83,48.7a2.035,2.035,0,0,0-1.5-.6H76.2V39.3h4.4v4.3h5.6V38.4a1.826,1.826,0,0,0-.6-1.5l-2.5-2.4a1.826,1.826,0,0,0-1.5-.6H75.3a2.035,2.035,0,0,0-1.5.6l-2.4,2.4a2.035,2.035,0,0,0-.6,1.5V49.8l3.6,3.7h6.2v8.8H76.1V57.9H70.8v5.3a2.035,2.035,0,0,0,.6,1.5l2.4,2.5A2.035,2.035,0,0,0,75.3,67.8Z'/%3E%3C/g%3E%3C/svg%3E");
|
|
56
|
+
}
|
|
57
|
+
&.nicam-icon-not_yet_rated{
|
|
58
|
+
background-image: url("data:image/svg+xml,%3Csvg id='not_yet_rated' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102 102'%3E%3Ctitle%3EKijkw-2020-RGB-%3C/title%3E%3Cg%3E%3Cpath d='M1,51a50,50,0,1,1,50,50A50.018,50.018,0,0,1,1,51Z' fill='%23fff'/%3E%3Cpath d='M7.4,51A43.6,43.6,0,1,1,51,94.6,43.51,43.51,0,0,1,7.4,51ZM82.2,66.9,35.1,19.7A35.793,35.793,0,0,0,19.7,35.1L66.8,82.2A35.552,35.552,0,0,0,82.2,66.9Z'/%3E%3C/g%3E%3C/svg%3E");
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
.bmpui-overlay-playnext {
|
|
2
|
+
display: none;
|
|
3
|
+
position: absolute;
|
|
4
|
+
top: 0;
|
|
5
|
+
bottom: 0;
|
|
6
|
+
left: 0;
|
|
7
|
+
right: 0;
|
|
8
|
+
background-color: rgba(0, 0, 0, 0.07);
|
|
9
|
+
svg {
|
|
10
|
+
.ui-circle {
|
|
11
|
+
animation: progress 15s ease-out forwards;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
&.show {
|
|
15
|
+
display: block;
|
|
16
|
+
}
|
|
17
|
+
.bmpui-container-wrapper {
|
|
18
|
+
position: relative;
|
|
19
|
+
height: 100%;
|
|
20
|
+
display: flex;
|
|
21
|
+
justify-content: center;
|
|
22
|
+
align-items: center;
|
|
23
|
+
.bmpui-ui-hugeplaynextbacktogglebutton {
|
|
24
|
+
position: relative;
|
|
25
|
+
height: 7.3em;
|
|
26
|
+
width: 7.3em;
|
|
27
|
+
cursor: pointer;
|
|
28
|
+
transition: background-size linear 0.2s !important;
|
|
29
|
+
background-image: url($icon_bigplay) !important;
|
|
30
|
+
background-size: 60%;
|
|
31
|
+
&:hover {
|
|
32
|
+
background-size: 70%;
|
|
33
|
+
}
|
|
34
|
+
.bmpui-label {
|
|
35
|
+
display: none;
|
|
36
|
+
position: absolute;
|
|
37
|
+
bottom: -2em;
|
|
38
|
+
width: 100em;
|
|
39
|
+
text-align: center;
|
|
40
|
+
font-weight: 700;
|
|
41
|
+
left: calc(-50em + 3.5em);
|
|
42
|
+
font-size: 22px;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
@keyframes progress {
|
|
49
|
+
0% {
|
|
50
|
+
stroke-dasharray: 0 100;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
.bmpui-ui-seekbar {
|
|
2
|
+
.bmpui-seekbar {
|
|
3
|
+
.bmpui-seekbar-marker {
|
|
4
|
+
background-color: var(--npo-player-primarycolor);
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.bmpui-seekbar-backdrop {
|
|
8
|
+
background-color: var(--npo-player-white);
|
|
9
|
+
opacity: 0.75;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.bmpui-seekbar-playbackposition {
|
|
13
|
+
background: linear-gradient(90deg, var(--npo-player-primarycolor) 0%, var(--npo-player-primarycolor-light) 100%);
|
|
14
|
+
backdrop-filter: blur(50px);
|
|
15
|
+
border-radius: 5px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.bmpui-seekbar-bufferlevel,
|
|
19
|
+
.bmpui-seekbar-playbackposition {
|
|
20
|
+
border-top-left-radius: 5px;
|
|
21
|
+
border-bottom-left-radius: 5px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.bmpui-seekbar-label,
|
|
25
|
+
.bmpui-seekbar-backdrop,
|
|
26
|
+
.bmpui-seekbar-markers,
|
|
27
|
+
.bmpui-ui-seekbar {
|
|
28
|
+
border-radius: 5px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.bmpui-seekbar-playbackposition-marker {
|
|
32
|
+
background-color: var(--npo-player-textcolor);
|
|
33
|
+
border-color: var(--npo-player-textcolor);
|
|
34
|
+
width: 16px;
|
|
35
|
+
height: 16px;
|
|
36
|
+
|
|
37
|
+
&:after {
|
|
38
|
+
border-radius: 50%;
|
|
39
|
+
width: 0;
|
|
40
|
+
height: 0;
|
|
41
|
+
position: absolute;
|
|
42
|
+
left: -14px;
|
|
43
|
+
top: -14px;
|
|
44
|
+
content: '';
|
|
45
|
+
opacity: 0.3;
|
|
46
|
+
background-color: var(--npo-player-white);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
&:hover:after {
|
|
50
|
+
width: 38px;
|
|
51
|
+
height: 38px;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.bmpui-seekbar-markers>.bmpui-seekbar-marker-unplayable {
|
|
56
|
+
background: var(--npo-player-unavailable);
|
|
57
|
+
backdrop-filter: blur(25px);
|
|
58
|
+
height: 0.3125em;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
//Thumbnail
|
|
64
|
+
.bmpui-ui-seekbar-label {
|
|
65
|
+
.bmpui-seekbar-label-inner {
|
|
66
|
+
border-bottom: 0px none;
|
|
67
|
+
|
|
68
|
+
&::after {
|
|
69
|
+
display: none;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
>.bmpui-container-wrapper {
|
|
73
|
+
.bmpui-seekbar-thumbnail {
|
|
74
|
+
width: 148px;
|
|
75
|
+
border-radius: 12px;
|
|
76
|
+
border: 2px solid var(--npo-player-white);
|
|
77
|
+
border-radius: 12px;
|
|
78
|
+
box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.35);
|
|
79
|
+
margin-bottom: 4px;
|
|
80
|
+
|
|
81
|
+
&[style*=background] {
|
|
82
|
+
display: none;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.bmpui-seekbar-label-metadata {
|
|
87
|
+
background: none;
|
|
88
|
+
padding: 0;
|
|
89
|
+
position: relative;
|
|
90
|
+
|
|
91
|
+
.bmpui-seekbar-label-title,
|
|
92
|
+
.bmpui-seekbar-label-time {
|
|
93
|
+
font-size: 13px;
|
|
94
|
+
line-height: 1;
|
|
95
|
+
font-weight: 700;
|
|
96
|
+
margin: 4px auto;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.bmpui-seekbar-label-title {
|
|
100
|
+
opacity: 0.8;
|
|
101
|
+
width: 120px;
|
|
102
|
+
overflow: hidden;
|
|
103
|
+
white-space: nowrap;
|
|
104
|
+
text-overflow: ellipsis;
|
|
105
|
+
display: block;
|
|
106
|
+
font-family: var(--fontRegular);
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.bmpui-seekbar-label-time {
|
|
110
|
+
font-family: var(--fontBold);
|
|
111
|
+
font-weight: 700;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
.bmpui-ui-settings-panel {
|
|
2
|
+
display: block;
|
|
3
|
+
flex-direction: row;
|
|
4
|
+
align-items: flex-start;
|
|
5
|
+
padding: 24px;
|
|
6
|
+
gap: 18px;
|
|
7
|
+
height: auto !important;
|
|
8
|
+
min-width: 230px; //Hotfix for select capping of text with only 'Snelheid'
|
|
9
|
+
z-index: 100;
|
|
10
|
+
filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.35));
|
|
11
|
+
border-radius: 12px;
|
|
12
|
+
background-color: var(--npo-player-secondarycolor);
|
|
13
|
+
|
|
14
|
+
//&.bmpui-hidden{
|
|
15
|
+
// display:block;
|
|
16
|
+
// opacity:1;
|
|
17
|
+
// visibility:visible;
|
|
18
|
+
// }
|
|
19
|
+
|
|
20
|
+
> .bmpui-container-wrapper {
|
|
21
|
+
margin: 0;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.bmpui-setting-header {
|
|
25
|
+
font-weight: 700;
|
|
26
|
+
font-size: 16px;
|
|
27
|
+
line-height: 19px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.bmpui-listbox-pager-button {
|
|
31
|
+
max-width: 100%;
|
|
32
|
+
overflow: hidden;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.bmpui-ui-settings-panel-page.bmpui-main-panel {
|
|
36
|
+
margin: 0;
|
|
37
|
+
> .bmpui-container-wrapper {
|
|
38
|
+
display: flex;
|
|
39
|
+
flex-direction: column;
|
|
40
|
+
|
|
41
|
+
padding: 0px;
|
|
42
|
+
gap: 16px;
|
|
43
|
+
label {
|
|
44
|
+
font-family: var(--fontRegular) !important;
|
|
45
|
+
font-style: normal;
|
|
46
|
+
font-weight: 400;
|
|
47
|
+
font-size: 16px;
|
|
48
|
+
line-height: 19px;
|
|
49
|
+
color: #ffffff;
|
|
50
|
+
opacity: 0.75;
|
|
51
|
+
}
|
|
52
|
+
*.bmpui-ui-selectbox {
|
|
53
|
+
margin-left: 0;
|
|
54
|
+
font-family: var(--fontRegular) !important;
|
|
55
|
+
font-style: normal;
|
|
56
|
+
font-weight: 700;
|
|
57
|
+
font-size: 16px;
|
|
58
|
+
line-height: 19px;
|
|
59
|
+
text-align: right;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.bmpui-listbox-pager-button {
|
|
63
|
+
background: none;
|
|
64
|
+
max-height: unset;
|
|
65
|
+
padding: unset;
|
|
66
|
+
vertical-align: unset;
|
|
67
|
+
width: 45%;
|
|
68
|
+
margin-left: 0;
|
|
69
|
+
font-family: var(--fontRegular) !important;
|
|
70
|
+
font-style: normal;
|
|
71
|
+
font-weight: 700;
|
|
72
|
+
font-size: 16px;
|
|
73
|
+
line-height: 19px;
|
|
74
|
+
text-align: right;
|
|
75
|
+
padding-right: 15px;
|
|
76
|
+
span {
|
|
77
|
+
display: block !important;
|
|
78
|
+
}
|
|
79
|
+
::after {
|
|
80
|
+
content: '';
|
|
81
|
+
width: 8px;
|
|
82
|
+
height: 8px;
|
|
83
|
+
border: solid 0.17em white;
|
|
84
|
+
border-width: 0 0.17em 0.17em 0;
|
|
85
|
+
display: inline-block;
|
|
86
|
+
padding: 0px;
|
|
87
|
+
margin-left: 8px;
|
|
88
|
+
transform: rotate(-45deg);
|
|
89
|
+
-webkit-transform: rotate(-45deg);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
.bmpui-ui-settings-panel-item {
|
|
94
|
+
border-bottom: 0;
|
|
95
|
+
padding: 0;
|
|
96
|
+
> .bmpui-container-wrapper {
|
|
97
|
+
display: flex;
|
|
98
|
+
flex-direction: row;
|
|
99
|
+
align-items: center;
|
|
100
|
+
padding: 0px;
|
|
101
|
+
gap: 8px;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.bmpui-ui-settings-panel-page.bmpui-listbox-panel {
|
|
107
|
+
margin: 0;
|
|
108
|
+
> .bmpui-container-wrapper {
|
|
109
|
+
display: flex;
|
|
110
|
+
flex-direction: column;
|
|
111
|
+
|
|
112
|
+
padding: 0px;
|
|
113
|
+
gap: 16px;
|
|
114
|
+
|
|
115
|
+
.bmpui-ui-settingspanelpagebackbutton {
|
|
116
|
+
width: 9em;
|
|
117
|
+
float: left;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
label {
|
|
121
|
+
font-family: var(--fontRegular) !important;
|
|
122
|
+
font-style: normal;
|
|
123
|
+
font-weight: 400;
|
|
124
|
+
font-size: 16px;
|
|
125
|
+
line-height: 19px;
|
|
126
|
+
color: #ffffff;
|
|
127
|
+
opacity: 0.75;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.bmpui-ui-listbox-button span {
|
|
131
|
+
font-family: var(--fontRegular) !important;
|
|
132
|
+
text-align: left;
|
|
133
|
+
font-style: normal;
|
|
134
|
+
font-weight: 400;
|
|
135
|
+
font-size: 16px;
|
|
136
|
+
line-height: 19px;
|
|
137
|
+
color: #ffffff;
|
|
138
|
+
opacity: 0.75;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.bmpui-ui-listbox .bmpui-ui-listbox-button.bmpui-selected {
|
|
142
|
+
background: unset;
|
|
143
|
+
|
|
144
|
+
span {
|
|
145
|
+
color: var(--npo-player-primarycolor);
|
|
146
|
+
font-weight: 700 !important;
|
|
147
|
+
opacity: 1;
|
|
148
|
+
width: 100%;
|
|
149
|
+
&::after {
|
|
150
|
+
position: relative;
|
|
151
|
+
float: right;
|
|
152
|
+
width: 24px;
|
|
153
|
+
content: '✔';
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
.bmpui-ui-settings-panel-item {
|
|
158
|
+
order: 2;
|
|
159
|
+
padding: 0;
|
|
160
|
+
> .bmpui-container-wrapper {
|
|
161
|
+
> label {
|
|
162
|
+
display: none;
|
|
163
|
+
}
|
|
164
|
+
> .bmpui-ui-listbox {
|
|
165
|
+
display: flex;
|
|
166
|
+
flex-direction: column;
|
|
167
|
+
padding: 0px;
|
|
168
|
+
gap: 8px;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.bmpui-settings-back-button {
|
|
174
|
+
display: table-header-group;
|
|
175
|
+
font-family: var(--fontBold) !important;
|
|
176
|
+
order: 1;
|
|
177
|
+
font-style: normal;
|
|
178
|
+
font-weight: 700;
|
|
179
|
+
font-size: 16px;
|
|
180
|
+
line-height: 19px;
|
|
181
|
+
color: #ffffff;
|
|
182
|
+
opacity: 1;
|
|
183
|
+
span {
|
|
184
|
+
padding-left: 35px;
|
|
185
|
+
&::before {
|
|
186
|
+
border-bottom: 0.17em solid #fff;
|
|
187
|
+
border-left: 0.17em solid #fff;
|
|
188
|
+
width: 0.5em;
|
|
189
|
+
height: 0.5em;
|
|
190
|
+
margin-left: -25px;
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/* Subtitles */
|
|
2
|
+
.bmpui-subtitle-region-container {
|
|
3
|
+
font-size: 15.22px !important;
|
|
4
|
+
position: static !important;
|
|
5
|
+
.bmpui-ui-subtitle-label {
|
|
6
|
+
/*Scale to container size*/
|
|
7
|
+
position: absolute;
|
|
8
|
+
overflow-wrap: break-word;
|
|
9
|
+
overflow: hidden;
|
|
10
|
+
flex-flow: column nowrap;
|
|
11
|
+
display: inline-flex;
|
|
12
|
+
writing-mode: horizontal-tb;
|
|
13
|
+
text-align: center;
|
|
14
|
+
width: 100%;
|
|
15
|
+
justify-content: center;
|
|
16
|
+
font-size: 1em !important;
|
|
17
|
+
font-weight: 400 !important;
|
|
18
|
+
inset: 78% auto 0px 0% !important;
|
|
19
|
+
@container (min-width: 600px) {
|
|
20
|
+
font-size: 1.593em !important;
|
|
21
|
+
}
|
|
22
|
+
@container (min-width: 700px) {
|
|
23
|
+
font-size: 1.867em !important;
|
|
24
|
+
}
|
|
25
|
+
@container (min-width: 1200px) {
|
|
26
|
+
font-size: 3.2em !important;
|
|
27
|
+
}
|
|
28
|
+
@container (min-width: 1440px) {
|
|
29
|
+
font-size: 3.84em !important;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
.bmpui-controlbar-textbuttons {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: row;
|
|
4
|
+
align-items: center;
|
|
5
|
+
padding: 0px 40px 13% 0px;
|
|
6
|
+
gap: 24px;
|
|
7
|
+
|
|
8
|
+
position: absolute;
|
|
9
|
+
width: auto;
|
|
10
|
+
height: auto;
|
|
11
|
+
right: 0px;
|
|
12
|
+
bottom: 0px;
|
|
13
|
+
pointer-events: none;
|
|
14
|
+
|
|
15
|
+
// strange fix for firefox bug caused by the absence of
|
|
16
|
+
// an element containing the backdrop-filter property when
|
|
17
|
+
// set to display: none after initially being shown on first pageload
|
|
18
|
+
@-moz-document url-prefix() {
|
|
19
|
+
backdrop-filter: brightness(1);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.bmpui-ui-textbutton {
|
|
23
|
+
padding: 12px 20px;
|
|
24
|
+
background: rgba(3, 14, 30, 0.6);
|
|
25
|
+
border: 1px solid #ffffff;
|
|
26
|
+
backdrop-filter: blur(10px);
|
|
27
|
+
border-radius: 10px;
|
|
28
|
+
height: 48px;
|
|
29
|
+
box-sizing: border-box;
|
|
30
|
+
font-weight: 700;
|
|
31
|
+
|
|
32
|
+
.bmpui-label {
|
|
33
|
+
display: block;
|
|
34
|
+
font-family: var(--fontBold) !important;
|
|
35
|
+
font-size: 16px;
|
|
36
|
+
line-height: 19px;
|
|
37
|
+
align-items: center;
|
|
38
|
+
text-align: center;
|
|
39
|
+
color: #ffffff;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
.bmpui-ui-volumeslider {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
width: 100px !important;
|
|
4
|
+
.bmpui-seekbar-backdrop, .bmpui-seekbar-seekposition, .bmpui-seekbar-playbackposition{
|
|
5
|
+
border-radius: 5px;
|
|
6
|
+
}
|
|
7
|
+
.bmpui-seekbar-playbackposition {
|
|
8
|
+
background-color: var(--npo-player-white) !important ;
|
|
9
|
+
backdrop-filter: blur(50px);
|
|
10
|
+
}
|
|
11
|
+
.bmpui-seekbar-playbackposition-marker{
|
|
12
|
+
display: none !important;
|
|
13
|
+
}
|
|
14
|
+
&:hover{
|
|
15
|
+
.bmpui-seekbar-playbackposition-marker {
|
|
16
|
+
display: block !important;
|
|
17
|
+
background-color: var(--npo-player-textcolor) !important;
|
|
18
|
+
border-color: var(--npo-player-textcolor) !important;
|
|
19
|
+
width: 16px !important;
|
|
20
|
+
height: 16px !important;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|