Summary: This enhancement will display a ribbon on the messageuserinfo in staff posts. These are smaller ribbons than the larger ribbon resource I submitted so if your wanting something bigger then these ribbons will be more suited for you. Larger Staff have posted ribbons
Install: Paste the following CSS into your EXTRA.CSS Ensure you adjust the path for the image your going to use from the zip archive and you title it correctly.
Code:
.message.staff .messageUserInfo .helper {
display: block;
position: absolute;
top: -7px;
left: -7px;
content: "";
background: url("@imagePath/xenforo/icons/staff-ribbon-posted-cyan.png") no-repeat transparent;
height: 60px;
width: 60px;
}
Conditions of use: This pack may be used on forums, websites but cannot be redistributed or repackaged in any way shape or form for any reason without prior consent of the author.