Jump to content

Transparent blank cast & crew posters


cochize1
Go to solution Solved by Happy2Play,

Recommended Posts

cochize1

I gave up trying and sorry if this was answered already for the new Emby versions:

how to make blank cast & crew posters transparent + make the icon at that poster green with 50% opacity ?

Link to comment
Share on other sites

  • Solution
Happy2Play

Something like this

.details-additionalContent-withbackdrop button.defaultCardBackground {
    background-color: transparent!important;
    color: green;
    opacity: 50%;
}

button.cardContent-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

 

  • Like 1
Link to comment
Share on other sites

cochize1
On 1/8/2021 at 10:09 PM, Happy2Play said:

Something like this


.details-additionalContent-withbackdrop button.defaultCardBackground {
    background-color: transparent!important;
    color: green;
    opacity: 50%;
}

button.cardContent-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

 

just a follow up question, so this code worked really well for the cast missing pictures on the main page:

/*change missing actors icons*/
.details-additionalContent-withbackdrop button.defaultCardBackground {
    background-color: transparent!important;
    color: #D4AF37;
    opacity: 80%;
}

button.cardContent-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

image.thumb.png.1e8b34d4d34103ab7286cf4bf9568b73.png

but how to make it work the same way when I actually click on the missing person bio detail?

image.thumb.png.5d8c3891ff056165d3b6011379c41b8b.png

Link to comment
Share on other sites

Happy2Play

add div.detailImage

.details-additionalContent-withbackdrop button.defaultCardBackground, div.detailImage

 

  • Like 1
Link to comment
Share on other sites

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...