</clown>
Loyal Member
- Thread starter
- #1
clown submitted a new resource:
Background message to a specific user - Background message to a specific user
Read more about this resource...
Background message to a specific user - Background message to a specific user
In extra.less:
CSS:.message-background (@mbUserName; @mbBackgroundUrl; @mbBackground-size; @mbBackground-position: false) { .message[data-author="@{mbUserName}"] .message-inner { background-image: linear-gradient(to top, @xf-contentBg, fade(@xf-contentBg, 60%)), @mbBackgroundUrl; background-position: @mbBackground-position; background-size: @mbBackground-size; } .message[data-author="@{mbUserName}"] .message-cell.message-cell--user { background: transparent; } } //...
Read more about this resource...