[Halloween] Cobweb in messageUserinfo

[Halloween] Cobweb in messageUserinfo v1

No permission to download
Thanks, Shelley! :thumbsup:

Just wondering... is there a way of having it aligned to the upper-right instead of the upper-left?
 
Thanks, Shelley! (y)

Just wondering... is there a way of having it aligned to the upper-right instead of the upper-left?

If you use this image (attachment) and the following css that'll move it to the right.

Screenshot_21.webp

Code:
.message .helper {
background: url("@imagePath/xenforo/overlay/halloween.png") no-repeat scroll 0 0 transparent;
display: block;
height: 47px;
position: absolute;
right: 0;
top: 0;
width: 52px;
}
 

Attachments

  • halloween.webp
    halloween.webp
    2.9 KB · Views: 5
Last edited:
halloween_preview-png.24906

halloween_preview1-png.24907


I love the web :)
 
Top Bottom