Skip to main content
Topic: [Tip] Simple Avatar Box (Read 2280 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[Tip] Simple Avatar Box

This is just a simple avatar box tip. I post it here since I don't see any place better than this for the time being.

You just need to add this css code to either index.css or variant css.
Code: [Select]
.board_avatar .avatar, #basicinfo .avatar {
border: 1px solid #ddd;
padding: 4px;
background: #fff;
}

I prefer a white background for avatar, but you may change or remove it to suit your theme.

And that is it. :)

Re: [Tip] Simple Avatar Box

Reply #1

Quote from: ahrasis – You just need to add this css code to either index.css or variant css.
Or even better custom.css! ;D
Bugs creator.
Features destroyer.
Template killer.

Re: [Tip] Simple Avatar Box

Reply #2

And I totally forget about that.

Anyway, this can easily be extended to the display / pm page as well. I even add max-width to it as I don't want avatar to be too big in display / pm page.