diff --git a/dashboard-ui/about.html b/dashboard-ui/about.html index 5d6339844..74759074d 100644 --- a/dashboard-ui/about.html +++ b/dashboard-ui/about.html @@ -17,7 +17,7 @@ ${TabAbout}
- MEDIABROWSER + MEDIA


diff --git a/dashboard-ui/channelitems.html b/dashboard-ui/channelitems.html index 45cd31e30..948b9e09c 100644 --- a/dashboard-ui/channelitems.html +++ b/dashboard-ui/channelitems.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
diff --git a/dashboard-ui/channels.html b/dashboard-ui/channels.html index fffcecb67..4f3ceefb0 100644 --- a/dashboard-ui/channels.html +++ b/dashboard-ui/channels.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
diff --git a/dashboard-ui/channelslatest.html b/dashboard-ui/channelslatest.html index 8ec006152..505c026b0 100644 --- a/dashboard-ui/channelslatest.html +++ b/dashboard-ui/channelslatest.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
diff --git a/dashboard-ui/cinemamodeconfiguration.html b/dashboard-ui/cinemamodeconfiguration.html index adb98f135..66e8de327 100644 --- a/dashboard-ui/cinemamodeconfiguration.html +++ b/dashboard-ui/cinemamodeconfiguration.html @@ -46,7 +46,7 @@
${OptionTrailersFromMyMoviesHelp}
- +
  • diff --git a/dashboard-ui/collections.html b/dashboard-ui/collections.html index 9e21f31b6..7d9eb01ae 100644 --- a/dashboard-ui/collections.html +++ b/dashboard-ui/collections.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/connectlogin.html b/dashboard-ui/connectlogin.html index c9903da55..ea1b241ca 100644 --- a/dashboard-ui/connectlogin.html +++ b/dashboard-ui/connectlogin.html @@ -28,12 +28,12 @@ ${ButtonSignIn}

    - ${ButtonForgotPassword} + ${ButtonForgotPassword}


    ${HeaderNewUsers}

    - ${ButtonSignUp} + ${ButtonSignUp}
    diff --git a/dashboard-ui/css/fonts/Montserrat.woff2 b/dashboard-ui/css/fonts/Montserrat.woff2 new file mode 100644 index 000000000..560f18bb0 Binary files /dev/null and b/dashboard-ui/css/fonts/Montserrat.woff2 differ diff --git a/dashboard-ui/css/fonts/mblogo.woff b/dashboard-ui/css/fonts/mblogo.woff deleted file mode 100644 index 86e883306..000000000 Binary files a/dashboard-ui/css/fonts/mblogo.woff and /dev/null differ diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 556793a9b..ba3e08ec2 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -704,8 +704,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { .libraryPanelHeader { margin: 5px 0 15px 0; font-size: 15px; - font-family: MBLogo; - font-weight: 200; + font-family: Montserrat; } .libraryPanelHeader a { @@ -724,10 +723,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { font-weight: 300; } -.mediaBrowserAccent { - color: #52B54B !important; -} - .detailImageProgressContainer { position: absolute; bottom: 2px; diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index fb140c969..eb638c53e 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -100,8 +100,7 @@ } .logoLibraryMenuButtonText { - font-family: MBLogo; - font-weight: 200; + font-family: Montserrat; color: #000; } diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 9b476abe7..f0c127f99 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -33,11 +33,13 @@ src: local('Roboto Bold'), local('Roboto-Bold'), url(fonts/RobotoBold.woff) format('woff'); } +/* latin */ @font-face { - font-family: 'MBLogo'; - font-style: normal; - font-weight: 200; - src: url('fonts/mblogo.woff') format('woff'); + font-family: 'Montserrat'; + font-style: normal; + font-weight: 400; + src: local('Montserrat-Regular'), url(fonts/Montserrat.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; } /* For some reason jquery mobile 1.4.5 wants to horitontally pad mini form fields. */ diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html index ad32deb5a..528ff8e6a 100644 --- a/dashboard-ui/dashboard.html +++ b/dashboard-ui/dashboard.html @@ -49,7 +49,7 @@
  • diff --git a/dashboard-ui/dashboardgeneral.html b/dashboard-ui/dashboardgeneral.html index 8d161ae49..f844708c6 100644 --- a/dashboard-ui/dashboardgeneral.html +++ b/dashboard-ui/dashboardgeneral.html @@ -28,7 +28,7 @@
    ${LabelPreferredDisplayLanguageHelp}
    - ${LabelReadHowYouCanContribute} + ${LabelReadHowYouCanContribute}
    diff --git a/dashboard-ui/editcollectionitems.html b/dashboard-ui/editcollectionitems.html index 7e5bcefb0..aa7211844 100644 --- a/dashboard-ui/editcollectionitems.html +++ b/dashboard-ui/editcollectionitems.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/edititemimages.html b/dashboard-ui/edititemimages.html index 13b90c45e..6e1fc2b1e 100644 --- a/dashboard-ui/edititemimages.html +++ b/dashboard-ui/edititemimages.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/edititemmetadata.html b/dashboard-ui/edititemmetadata.html index 8e5e726a3..336d2a2c2 100644 --- a/dashboard-ui/edititemmetadata.html +++ b/dashboard-ui/edititemmetadata.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/edititemsubtitles.html b/dashboard-ui/edititemsubtitles.html index 322d3bb47..dfcdb5bdd 100644 --- a/dashboard-ui/edititemsubtitles.html +++ b/dashboard-ui/edititemsubtitles.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/episodes.html b/dashboard-ui/episodes.html index ca0cd20d8..dffcea861 100644 --- a/dashboard-ui/episodes.html +++ b/dashboard-ui/episodes.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/favorites.html b/dashboard-ui/favorites.html index 6f59a40a9..0a4cacae9 100644 --- a/dashboard-ui/favorites.html +++ b/dashboard-ui/favorites.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/gamegenres.html b/dashboard-ui/gamegenres.html index 44b128024..eab7e4ef9 100644 --- a/dashboard-ui/gamegenres.html +++ b/dashboard-ui/gamegenres.html @@ -1,7 +1,7 @@ - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/games.html b/dashboard-ui/games.html index ab54ba922..76e18e484 100644 --- a/dashboard-ui/games.html +++ b/dashboard-ui/games.html @@ -1,7 +1,7 @@ - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/gamesrecommended.html b/dashboard-ui/gamesrecommended.html index 71f6452d8..ec54afcba 100644 --- a/dashboard-ui/gamesrecommended.html +++ b/dashboard-ui/gamesrecommended.html @@ -1,7 +1,7 @@ - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/gamestudios.html b/dashboard-ui/gamestudios.html index 57ab065b9..90a1b6cb2 100644 --- a/dashboard-ui/gamestudios.html +++ b/dashboard-ui/gamestudios.html @@ -1,7 +1,7 @@ - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/gamesystems.html b/dashboard-ui/gamesystems.html index 968eeb151..ff9cb82df 100644 --- a/dashboard-ui/gamesystems.html +++ b/dashboard-ui/gamesystems.html @@ -1,7 +1,7 @@ - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/homelatest.html b/dashboard-ui/homelatest.html index 3a57e91ae..1035bf92c 100644 --- a/dashboard-ui/homelatest.html +++ b/dashboard-ui/homelatest.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/index.html b/dashboard-ui/index.html index 5c0b4721f..416432de5 100644 --- a/dashboard-ui/index.html +++ b/dashboard-ui/index.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/kids.html b/dashboard-ui/kids.html index c8fc57ca3..9f0af0fae 100644 --- a/dashboard-ui/kids.html +++ b/dashboard-ui/kids.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/livetvchannel.html b/dashboard-ui/livetvchannel.html index bee12e5a5..09ace6103 100644 --- a/dashboard-ui/livetvchannel.html +++ b/dashboard-ui/livetvchannel.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/livetvchannels.html b/dashboard-ui/livetvchannels.html index eec876d58..7733379c8 100644 --- a/dashboard-ui/livetvchannels.html +++ b/dashboard-ui/livetvchannels.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/livetvguide.html b/dashboard-ui/livetvguide.html index c4615e1b6..50342200b 100644 --- a/dashboard-ui/livetvguide.html +++ b/dashboard-ui/livetvguide.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/livetvitems.html b/dashboard-ui/livetvitems.html index 11e56cc07..5020a1ea3 100644 --- a/dashboard-ui/livetvitems.html +++ b/dashboard-ui/livetvitems.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/livetvnewrecording.html b/dashboard-ui/livetvnewrecording.html index 349278c51..be2ecddc7 100644 --- a/dashboard-ui/livetvnewrecording.html +++ b/dashboard-ui/livetvnewrecording.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/livetvprogram.html b/dashboard-ui/livetvprogram.html index e1057a990..5ecda6d56 100644 --- a/dashboard-ui/livetvprogram.html +++ b/dashboard-ui/livetvprogram.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/livetvrecording.html b/dashboard-ui/livetvrecording.html index 8dc91cb79..2fb072e01 100644 --- a/dashboard-ui/livetvrecording.html +++ b/dashboard-ui/livetvrecording.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/livetvrecordinglist.html b/dashboard-ui/livetvrecordinglist.html index 062c5049c..e7fedb359 100644 --- a/dashboard-ui/livetvrecordinglist.html +++ b/dashboard-ui/livetvrecordinglist.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/livetvrecordings.html b/dashboard-ui/livetvrecordings.html index 2f0826a81..88412b480 100644 --- a/dashboard-ui/livetvrecordings.html +++ b/dashboard-ui/livetvrecordings.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/livetvseriestimer.html b/dashboard-ui/livetvseriestimer.html index d2ac008db..3f703d33b 100644 --- a/dashboard-ui/livetvseriestimer.html +++ b/dashboard-ui/livetvseriestimer.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/livetvseriestimers.html b/dashboard-ui/livetvseriestimers.html index 6c57ca6dc..9e0db536d 100644 --- a/dashboard-ui/livetvseriestimers.html +++ b/dashboard-ui/livetvseriestimers.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/livetvsuggested.html b/dashboard-ui/livetvsuggested.html index a68e396bd..0f936adce 100644 --- a/dashboard-ui/livetvsuggested.html +++ b/dashboard-ui/livetvsuggested.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/livetvtimer.html b/dashboard-ui/livetvtimer.html index 167dca2b9..7a9b2b330 100644 --- a/dashboard-ui/livetvtimer.html +++ b/dashboard-ui/livetvtimer.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/livetvtimers.html b/dashboard-ui/livetvtimers.html index bae7ad047..e3b8eb303 100644 --- a/dashboard-ui/livetvtimers.html +++ b/dashboard-ui/livetvtimers.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/moviegenres.html b/dashboard-ui/moviegenres.html index 33bb8f544..ed4de7f7a 100644 --- a/dashboard-ui/moviegenres.html +++ b/dashboard-ui/moviegenres.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/moviepeople.html b/dashboard-ui/moviepeople.html index 00ba9c262..b376b6bf1 100644 --- a/dashboard-ui/moviepeople.html +++ b/dashboard-ui/moviepeople.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/movies.html b/dashboard-ui/movies.html index ea9d8558d..d22d910e9 100644 --- a/dashboard-ui/movies.html +++ b/dashboard-ui/movies.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/movieslatest.html b/dashboard-ui/movieslatest.html index 6bbd11281..4becc84c8 100644 --- a/dashboard-ui/movieslatest.html +++ b/dashboard-ui/movieslatest.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/moviesrecommended.html b/dashboard-ui/moviesrecommended.html index 4350430db..9ac43e153 100644 --- a/dashboard-ui/moviesrecommended.html +++ b/dashboard-ui/moviesrecommended.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/moviestudios.html b/dashboard-ui/moviestudios.html index dacfc1dc5..a64f6f351 100644 --- a/dashboard-ui/moviestudios.html +++ b/dashboard-ui/moviestudios.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/movietrailers.html b/dashboard-ui/movietrailers.html index bfd70f3c9..2238813f6 100644 --- a/dashboard-ui/movietrailers.html +++ b/dashboard-ui/movietrailers.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/musicalbumartists.html b/dashboard-ui/musicalbumartists.html index d1b4eb2bf..f9429b904 100644 --- a/dashboard-ui/musicalbumartists.html +++ b/dashboard-ui/musicalbumartists.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/musicalbums.html b/dashboard-ui/musicalbums.html index f17c6c9ca..c24bc9f6b 100644 --- a/dashboard-ui/musicalbums.html +++ b/dashboard-ui/musicalbums.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/musicartists.html b/dashboard-ui/musicartists.html index 459d581d4..580f80654 100644 --- a/dashboard-ui/musicartists.html +++ b/dashboard-ui/musicartists.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/musicgenres.html b/dashboard-ui/musicgenres.html index 6fc047110..3bbd796af 100644 --- a/dashboard-ui/musicgenres.html +++ b/dashboard-ui/musicgenres.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/musicrecommended.html b/dashboard-ui/musicrecommended.html index 075ffcc57..26641bf60 100644 --- a/dashboard-ui/musicrecommended.html +++ b/dashboard-ui/musicrecommended.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/musicvideos.html b/dashboard-ui/musicvideos.html index b0c77f054..4d415e144 100644 --- a/dashboard-ui/musicvideos.html +++ b/dashboard-ui/musicvideos.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/mypreferencesdisplay.html b/dashboard-ui/mypreferencesdisplay.html index af5571b2c..17c7f6eb1 100644 --- a/dashboard-ui/mypreferencesdisplay.html +++ b/dashboard-ui/mypreferencesdisplay.html @@ -2,7 +2,7 @@ - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/mypreferenceslanguages.html b/dashboard-ui/mypreferenceslanguages.html index 74625a6f9..09d7ab64b 100644 --- a/dashboard-ui/mypreferenceslanguages.html +++ b/dashboard-ui/mypreferenceslanguages.html @@ -2,7 +2,7 @@ - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/mypreferenceswebclient.html b/dashboard-ui/mypreferenceswebclient.html index be0a9ff1e..a66521b18 100644 --- a/dashboard-ui/mypreferenceswebclient.html +++ b/dashboard-ui/mypreferenceswebclient.html @@ -2,7 +2,7 @@ - ${TitleMediaBrowser} + Emby
    diff --git a/dashboard-ui/myprofile.html b/dashboard-ui/myprofile.html index 628346819..91d1dc1bb 100644 --- a/dashboard-ui/myprofile.html +++ b/dashboard-ui/myprofile.html @@ -1,7 +1,7 @@  - ${TitleMediaBrowser} + Emby
    @@ -27,7 +27,7 @@