Jump to content

custom css regarding cards


schaduwheer

Recommended Posts

schaduwheer

Hi,

 

i've gotten a bunch of css code from bigjohn in one of these topics making everything nice and dark, but i'm trying to get the cards in the login screen to get a transparant background behind the profile pictures as it looks more awesome imho then those grey cards.

 

so far i've got 

.cardImage {
background-color: #000;
}
.cardFooter {
background-color: #000;
}
 
.cardText {
text-align: center;
}

no matter what i use, it either reflects both login and main page (when using colors in hex/rgb/rgba) or transparent, but most of the time when i try to use the transparent part, doesn't matter how, the color of the cards in the login screen are reverted back to grey.

 

using the above so far seems to be the only way to get rid of the grey cards in the login screen, but seeing as its not transparent, and the same cards are used in other parts of the client, they all turn to black.

 

does anyone have a viable solution for this?

 

Or has this part not been done by bigjohn simply because it's not possible? :)

Edited by schaduwheer
Link to comment
Share on other sites

If you are talking about the login page only, try this:
 

#divUsers .visualCardBox {
  background: none;
}
  • 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...