The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Add a border to avatars?
Hi,
how can I add a border as the image in my postbit_legacy? Thanks |
#2
|
||||
|
||||
Add something like this to your additional.css template (adjust however you want):
HTML Code:
.postbitlegacy .userinfo .postuseravatar img { padding: 10px; border: solid black 1px; background-color: white; } |
#3
|
|||
|
|||
Thanks, i adjusted so:
HTML Code:
.postbitlegacy .userinfo .postuseravatar img, .eventbit .userinfo .eventuseravatar img { max-width: 120px; padding: 5px; border: 1px solid #D7D7D7; background: white; border-image: initial; } |
#4
|
||||
|
||||
Glad you got it how you want.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|