The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#7
|
||||
|
||||
![]()
I just discovered that if you want the inline moderation highlight color to take precedence over the added color to the OP's posts, you need to open the template postbit.css, and finc the code:
Code:
.postbit.imod_highlight .userinfo_noavatar, .postbit.imod_highlight .userinfo, .postbit.imod_highlight .postbody, .postbitlegacy.imod_highlight .postdetails, .postbitlegacy.imod_highlight .userinfo, .postbitlegacy.imod_highlight .postbody, .postbitdeleted.imod_highlight, .postbitignored.imod_highlight { background:{vb:stylevar imodhilite_backgroundColor}; color: {vb:stylevar body_color}; } Code:
.postbit.imod_highlight .userinfo_noavatar, .postbit.imod_highlight .userinfo, .postbit.imod_highlight .postbody, .postbitlegacy.imod_highlight .postdetails, .postbitlegacy.imod_highlight .userinfo, .postbitlegacy.imod_highlight .postbody, .postbitdeleted.imod_highlight, .postbitignored.imod_highlight { background:{vb:stylevar imodhilite_backgroundColor} !important; color: {vb:stylevar body_color}; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|