How can I modify this chatbox CSS code for PunBB?
2 posters
Page 1 of 1
How can I modify this chatbox CSS code for PunBB?
Hello,
How can I modify the following chatbox CSS code for PunBB?
How can I modify the following chatbox CSS code for PunBB?
- Code:
/*Staff Icons*/
/*Admins*/
.user[style="color:#FF0000"] span:before, #chatbox_members span[style="color:#FF0000"] span:before {
content:url(http://i722.photobucket.com/albums/ww222/Apechat/1a_1.png)!important;
margin-left:-16px !important;
vertical-align: Bottom!important;
}
/*Mods*/
.user[style="color:#993A0E"] span:before, #chatbox_members span[style="color:#993A0E"] span:before {
content:url(http://i722.photobucket.com/albums/ww222/Apechat/vqg1.png)!important;
margin-left:-4px !important;
vertical-align:Bottom !important;
}
Re: How can I modify this chatbox CSS code for PunBB?
that should work you can try adding #chatbox to beginning
- Code:
/*Staff Icons*/
/*Admins*/
#chatbox .user[style="color:#FF0000"] span:before, #chatbox #chatbox_members span[style="color:#FF0000"] span:before {
content:url(http://i722.photobucket.com/albums/ww222/Apechat/1a_1.png)!important;
margin-left:-16px !important;
vertical-align: Bottom!important;
}
/*Mods*/
#chatbox .user[style="color:#993A0E"] span:before, #chatbox #chatbox_members span[style="color:#993A0E"] span:before {
content:url(http://i722.photobucket.com/albums/ww222/Apechat/vqg1.png)!important;
margin-left:-4px !important;
vertical-align:Bottom !important;
}
Re: How can I modify this chatbox CSS code for PunBB?
Hello @_Twisted_Mods_,
Its not working, probably the element is different.
Its not working, probably the element is different.
Re: How can I modify this chatbox CSS code for PunBB?
no i checked on my test forum its universal same element in all versions
have you tried putting it at the top of your css?
have you tried putting it at the top of your css?
Re: How can I modify this chatbox CSS code for PunBB?
Update:
@_Twisted_Mods_,
I have fixed the JScript code, the only thing which it is remaining is that is not displaying the icon in chatbox memberlist (online/away) do you now which is the element?
@_Twisted_Mods_,
I have fixed the JScript code, the only thing which it is remaining is that is not displaying the icon in chatbox memberlist (online/away) do you now which is the element?
Re: How can I modify this chatbox CSS code for PunBB?
- Code:
#chatbox_members ul li span[style*="color:#990012"] span before { content:url(http://i722.photobucket.com/albums/ww222/Apechat/1a_1.png)!important; margin-left:-16px !important; vertical-align: Bottom!important; }
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum