The forum has been archived
While the forum may not be active, the community still lives on Discord! Click here to join us.

Avatars And Trasparency

A place to talk about our community
User avatar
frederik
New Member
Posts: 2
Joined: October 20th, 2012, 5:05 am

Post by frederik »

Hedlokd wrote:No it won't make you go the the ER. It's the same one but no white background, like what Adz said. Just got home, so I'm going to try it now.

_________________________________________________________________

EDIT: Alright I got something. My avatar is transparent, however, I realized that the forums have a black layer behind the avatar itself. Would it be possible to either change it to transparent or remove it completely?
This is either going to be a very stupid answer, or a very nerdy but good one, depending on wether I've understood the problem correctly.

In the forum's stylesheet, outputted by css.php, is the folowing definition:

.messageUserBlock .avatarHolder .avatar .img {
  1. [INDENT=1]border: 0;[/INDENT]
  2. [INDENT=1]background-color: black;[/INDENT]
  3. [INDENT=1]box-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);[/INDENT]
  4. [INDENT=1]-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);[/INDENT]
  5. [INDENT=1]-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);[/INDENT]
  6. [INDENT=1]-khtml-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);[/INDENT]
  7. [INDENT=1]padding: 0px !important;[/INDENT]
}

The problem is this box-shadow property, it creates a shadow behind the image.
Post Reply