arrbee99 1712 Posted April 30, 2017 Posted April 30, 2017 Doubt if many people care about this, but think it would be preferable if missing actors were represented by say a black silhouette on a dark grey background instead of the brightly coloured rectangles - they just stick out so much, especially in tv series guest actors - If not, maybe Scenes and Cast & Crew could be swapped. 8
Aussiedroid 56 Posted January 2, 2018 Posted January 2, 2018 Black or dark would be great, but I would also like an option to upload a default image of my choice. I was thinking of using a default portrait 'burred' out to help it blend in better with those actors with images present. Give it a more consistent feel. As I mentioned in another thread, it would also be awesome to be able to hide these completely as an alternative implementation (although I appreciate some may not want this if it was the default/enforced). 2
arrbee99 1712 Posted January 2, 2018 Author Posted January 2, 2018 Adding your own default missing actor would be a great option. Not sure about actually hiding them, but again, options are always good 1
Happy2Play 9441 Posted January 2, 2018 Posted January 2, 2018 Custom CSS and choose your color #castContent .defaultCardColor1, #castContent .defaultCardColor2, #castContent .defaultCardColor3, #castContent .defaultCardColor4, #castContent .defaultCardColor5 {background-color: black;}
arrbee99 1712 Posted January 2, 2018 Author Posted January 2, 2018 Custom CSS and choose your color #castContent .defaultCardColor1, #castContent .defaultCardColor2, #castContent .defaultCardColor3, #castContent .defaultCardColor4, #castContent .defaultCardColor5 {background-color: black;} Cool. Thanks. That worked well.
Happy2Play 9441 Posted January 2, 2018 Posted January 2, 2018 @@arrbee99 Sorry after re reading post, here is the silhouette and of course choose your color #castContent .cardImageIcon {color: black;} As you can see this code is targeted to only the #castContent section
arrbee99 1712 Posted January 2, 2018 Author Posted January 2, 2018 So that one replaces the previous version presumably (its not in addition too) ? The first version gives black and white, the second gives black with coloured background (probably go with the first for now).
Happy2Play 9441 Posted January 2, 2018 Posted January 2, 2018 So that one replaces the previous version presumably (its not in addition too) ? The first version gives black and white, the second gives black with coloured background (probably go with the first for now). preferable if missing actors were represented by say a black silhouette on a dark grey background All depends on the color you want for background and silhouette. You need both to set the backgroud color to your choosing and set silhouette color to another.
arrbee99 1712 Posted January 2, 2018 Author Posted January 2, 2018 Ah ok, I shall get experimenting then
arrbee99 1712 Posted January 18, 2018 Author Posted January 18, 2018 Sorry to trouble, but with this - #castContent .defaultCardColor1, #castContent .defaultCardColor2, #castContent .defaultCardColor3, #castContent .defaultCardColor4, #castContent .defaultCardColor5 {background-color: white;} #castContent .cardImageIcon {color: blue;} The background colour bit seemed to stop working when beta 70.1 came out. Any chance of a possible fix please if you have the time ?
Happy2Play 9441 Posted January 18, 2018 Posted January 18, 2018 Sorry to trouble, but with this - #castContent .defaultCardColor1, #castContent .defaultCardColor2, #castContent .defaultCardColor3, #castContent .defaultCardColor4, #castContent .defaultCardColor5 {background-color: white;} #castContent .cardImageIcon {color: blue;} The background colour bit seemed to stop working when beta 70.1 came out. Any chance of a possible fix please if you have the time ? Minor changes and not sure why but the silhouette has to be first. #castContent .cardImageIcon {color: blue;} #castContent .defaultCardBackground1, #castContent .defaultCardBackground2, #castContent .defaultCardBackground3, #castContent .defaultCardBackground4, #castContent .defaultCardBackground5 {background-color: white;} 1
arrbee99 1712 Posted January 18, 2018 Author Posted January 18, 2018 btw, would there happen to be an easy way to make them transparent ?
arrbee99 1712 Posted January 18, 2018 Author Posted January 18, 2018 This seemed to work #castContent .cardImageIcon {color: gainsboro;} #castContent .defaultCardBackground1, #castContent .defaultCardBackground2, #castContent .defaultCardBackground3, #castContent .defaultCardBackground4, #castContent .defaultCardBackground5 {background-color: rgba(255, 255, 255, .5);} not sure if I actually like it, but its something...
Happy2Play 9441 Posted January 18, 2018 Posted January 18, 2018 btw, would there happen to be an easy way to make them transparent ? Sure just use transparent for color. #castContent .cardImageIcon {color: transparent;} #castContent .defaultCardBackground1, #castContent .defaultCardBackground2, #castContent .defaultCardBackground3, #castContent .defaultCardBackground4, #castContent .defaultCardBackground5 {background-color: transparent;}
suprasaiyan123 3 Posted February 12, 2018 Posted February 12, 2018 (edited) Thanks for the awesome customization. Any way to make them slightly smaller? maybe half the size they are currently, just so they don't look so gaudy Edited February 12, 2018 by suprasaiyan123
Happy2Play 9441 Posted February 12, 2020 Posted February 12, 2020 Thanks for the awesome customization. Any way to make them slightly smaller? maybe half the size they are currently, just so they don't look so gaudy 4.3.1.0 #castContent div.personCard { width: 5.5%; } 4.4.0.x div.peopleSection div.personCard { width: 5.5%; }
CloudWing93 27 Posted July 3, 2020 Posted July 3, 2020 All the random colored images also annoy me a little bit. And I'm meaning all random colored images not just the cast photos. This CSS trick does the charm for web so I guess I'm content for now but I would love to see a more neutral image used as default in all apps soon.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now