Code for Shadow in usernames on chatbox Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Code for Shadow in usernames on chatbox

    avatar
    Anonymous Boy
    Forumember


    Posts : 248
    Reputation : -1
    Language : English

    Solved Code for Shadow in usernames on chatbox

    Post by Anonymous Boy October 4th 2011, 7:27 am

    Does anyone know the code to add shadow to people's usernames in the chatbox? I know it can be done because i seen it happen on another site.
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Code for Shadow in usernames on chatbox

    Post by ankillien October 4th 2011, 8:14 am

    Hi,

    Try adding this code in Admin CP > Display > Colors > CSS...

    Code:
    .online-users a ,
    .chatbox_row_1 .user-msg .user a ,
    .chatbox_row_2 .user-msg .user a {
    text-shadow: 1px 1px 1px red;
    }
    avatar
    Anonymous Boy
    Forumember


    Posts : 248
    Reputation : -1
    Language : English

    Solved Re: Code for Shadow in usernames on chatbox

    Post by Anonymous Boy October 4th 2011, 8:46 am

    Error

    Detected error
    We have counted a different number of "{" and of "}". It means your CSS risks to be not valid and will not be posted correctly on your forum.

    We advise you to reread your code. what does this mean?
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Code for Shadow in usernames on chatbox

    Post by ankillien October 4th 2011, 8:54 am

    The error means that you have mistakenly omitted to close one of the curly braces {}. You have find it and close it to remove the error.
    avatar
    Anonymous Boy
    Forumember


    Posts : 248
    Reputation : -1
    Language : English

    Solved Re: Code for Shadow in usernames on chatbox

    Post by Anonymous Boy October 4th 2011, 8:59 am

    Thanks for the code Very Happy i changed versions to punbb
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Code for Shadow in usernames on chatbox

    Post by Nera. October 4th 2011, 10:00 am

    Solved > Locked