Jump to content

Emby Dark Themes in different accent colors


Ben Z

Recommended Posts

Ben Z

Thanks very much but unfortunately doesn't work for me. Forgot to mention am using Chrome (whatever its updated to and server 3.2.17.17 though was 17.16 when I asked. Also zoom in to 110% in Chrome, Windows scaling is standard 100%. Think it might be something to do with Creators update ? Also did a fresh install of Windows 10 for the Creators update and it didn't work after that, (neither did this though I don't use that episode thing that often https://emby.media/community/index.php?/topic/47043-episode-image-size/page-2#entry453416 ),coincidence maybe ?

 

Weird but its not exactly life / sanity threatening.

I'm using this :

div.verticalSection.section0 .smallBackdropCard-scalable {
 width: 16.5% !important; }

EDIT: The Happy2Play's solution also works for me so I don't know why it doesn't for you.

Edited by Ben Z
Link to comment
Share on other sites

arrbee99

Well now I'm even more confused. I replaced Happy2Play's method with yours (Ben Z), saved, refreshed and it didn't work. So I thought, bugger it, deleted all css, saved, refreshed and it was back to default. Then I copied all the CSS I had, this stuff...

 

@import url('https://rawgit.com/BenZuser/Emby-Web-Dark-Themes-CSS/beta/ORANGE-PLEX/theme.css');

 

.background-theme-b .backgroundContainer.withBackdrop {

    background: rgba(0, 0, 0, .7)!important;

}

 

.alphaPicker-vertical {

    font-size: 125% !important;

}

 

.alphabetPicker {

    bottom: 70px !important;

}

 

/* My Media Image Size */

.smallBackdropCard {width: 20.0% !important;}

 

/*Make Active episode larger*/

#itemDetailPage .thumbDetailImageContainer {

    width: 425px !important;

}

 

/*Make more episodes smaller*/

#childrenContent .overflowBackdropCard-scalable {

    width: 20vw !important;

}

 

I had saved to a Word document earlier in May (just in case) back into the now empty css location, saved, refreshed and now everything is working, including the My Media stuff and the episode size stuff here  https://emby.media/community/index.php?/topic/47043-episode-image-size/ 

 

YAY

Link to comment
Share on other sites

  • 2 weeks later...
drikosv8

 

Custom login page with images
 
/* Hide the Emby logo, scroll down the login screen, add two images. */
.logoLibraryMenuButtonText {
  display: none;
}
 
.imgLogoIcon {
    display: none;
}
 
img[src*=css/images/mblogoicon.png] {
    display: none;
}
#loginPage {
    padding-top: 150px;
}
#loginPage:before {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 35px;
    content: " ";
    background: url(Link_to_top_image);
    background-size: 100% 100%;
    width: 700px;
    height: 170px;
}
#loginPage:after {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 700px;
    content: " ";
    background: url(Link_to_bottom_image);
    background-size: 100% 100%;
    width: 600px;
    height: 200px;
}
 
Example of the result:
 
58f10455856d7_telaloginhp.png

 

 

 

 
When viewing the login screen, by browsing through the mobile phone appears all out of layout.
 
Someone can help with the custom welcome screen for mobile phone too, so it looks like the picture above, but on the phone and on the computer.
 
Thank you
Edited by drikosv8
Link to comment
Share on other sites

  • 2 weeks later...
CBers

The text in the HELP balloons next to the local and wan IP addresses in the Dashboard don't show up - they are solid green.

 

I'm running beta server 3.2.20.9 and the beta GREEN css file.

 

Thanks.

Link to comment
Share on other sites

Happy2Play

The text in the HELP balloons next to the local and wan IP addresses in the Dashboard don't show up - they are solid green.

 

I'm running beta server 3.2.20.9 and the beta GREEN css file.

 

Thanks.

 

Submitted update on GitHub.

  • Like 1
Link to comment
Share on other sites

CBers

Submitted update on GitHub.

Thanks, all sorted.

 

.

Edited by CBers
Link to comment
Share on other sites

drikosv8

@@Happy2Play

 

When viewing the login screen, by browsing through the mobile phone appears all out of layout.

 

Someone can help with the custom welcome screen for mobile phone too, so it looks like the picture above, but on the phone and on the computer.

 

Thank you

???

Link to comment
Share on other sites

CBers

When the server restarts, both the RESTART and CANCEL buttons are the same colour.

 

Is that something that can that be changed?

 

I'm running beta server 3.2.20.11 and the beta GREEN css file.

 

Thanks.

Link to comment
Share on other sites

Happy2Play

???

 

Sorry I don't use any mobile devices.

Link to comment
Share on other sites

Happy2Play

@@Ben Z

 

Not sure if you want to leave the new progressring green or accent it. (3.2.20.11)

594d7c8daa335_percent.jpg

.progressring-spiner {
     border: .25em solid #0C57D6 !important;
}

@@CBers

 

Which button should be accented, should the theme stay with the default concept and accent only Cancel?

 

Ben Z  this would accomplish that. 

button.btnOption.raised.formDialogFooterItem.formDialogFooterItem-autosize.button-cancel.emby-button
{ background: black !important; }
Link to comment
Share on other sites

CBers

@@CBers

 

Which button should be accented, should the theme stay with the default concept and accent only Cancel?

 

Ben Z this would accomplish that.

button.btnOption.raised.formDialogFooterItem.formDialogFooterItem-autosize.button-cancel.emby-button
{ background: black !important; }

It's the non-actional button which is the default, so when restarting, it's the CANCEL button.

 

Hope that makes sense.

Link to comment
Share on other sites

 

@@Ben Z

 

Not sure if you want to leave the new progressring green or accent it. (3.2.20.11)

594d7c8daa335_percent.jpg

.progressring-spiner {
     border: .25em solid #0C57D6 !important;
}

@@CBers

 

Which button should be accented, should the theme stay with the default concept and accent only Cancel?

 

Ben Z  this would accomplish that. 

button.btnOption.raised.formDialogFooterItem.formDialogFooterItem-autosize.button-cancel.emby-button
{ background: black !important; }

 

You don't need all of those qualifiers. Just the emby button cancel will do it.

Link to comment
Share on other sites

CBers

Not sure if this is an Emby server difference, but the HOME page has a bold line above the menu in BETA that isn't in Stable.

 

Stable

 

595232103b216_Screenshot20170627at112154

 

Beta

 

595232205c354_Screenshot20170627at112125

 

Thanks.

Link to comment
Share on other sites

chef

Hi, I attempted to add a custom css from the github link, the link was then pasted into my branding section, but nothing changed. No new colours weren't added :)

Edited by chef
Link to comment
Share on other sites

Ben Z

Not sure if this is an Emby server difference, but the HOME page has a bold line above the menu in BETA that isn't in Stable.

 

Stable

 

595232103b216_Screenshot20170627at112154

 

Beta

 

595232205c354_Screenshot20170627at112125

 

Thanks.

The bold line sometimes appears in beta and disappear when stable is updated. Maybe a glitch on the different drawer's layers.

  • Like 1
Link to comment
Share on other sites

Ben Z

Hi, I attempted to add a custom css from the github link, the link was then pasted into my branding section, but nothing changed. No new colours weren't added :)

 

I don't know what to say. The @import url(...) should work. Try the whole code like this one if it works.

Link to comment
Share on other sites

chef

I don't know what to say. The @import url(...) should work. Try the whole code like this one if it works.

My work PC is crappy, it won't show the updated scheme, but the mobile version of my website does! So cool man! Thanks for getting this together!

Link to comment
Share on other sites

Happy2Play

Not sure if this is an Emby server difference, but the HOME page has a bold line above the menu in BETA that isn't in Stable.

 

Stable

 

595232103b216_Screenshot20170627at112154

 

Beta

 

595232205c354_Screenshot20170627at112125

 

Thanks.

 

This is do to the new layout.  Stable has sub menu tabs lower than beta.

 

5952babd42e68_layout.png

 

This will spot fix it.

.dashboardDocument .mainDrawer {
    background: #181818 !important;
}

Here is the code that is pushing the container just a bit to lower than needed.

@[member="Media"] (min-width: 40em)
.dashboardDocument .mainDrawer-scrollContainer {
    margin-top: 4.9em!important;
}
  • Like 2
Link to comment
Share on other sites

chef

 

 
When viewing the login screen, by browsing through the mobile phone appears all out of layout.
 
Someone can help with the custom welcome screen for mobile phone too, so it looks like the picture above, but on the phone and on the computer.
 
Thank you

 

 

I get no picture when adding the css.

Link to comment
Share on other sites

CBers

@@CBers

 

Which button should be accented, should the theme stay with the default concept and accent only Cancel?

 

Ben Z this would accomplish that.

button.btnOption.raised.formDialogFooterItem.formDialogFooterItem-autosize.button-cancel.emby-button
{ background: black !important; }

@@Happy2Play Did this get progressed please?

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...