Glowing 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.
2 posters

    Glowing

    Kittykat123
    Kittykat123
    Forumember


    Female Posts : 50
    Reputation : 1
    Language : English
    Location : United States

    Solved Glowing

    Post by Kittykat123 June 25th 2015, 11:55 pm

    So, I wanted to use one of those thicker, better looking glows, and I succeeded, but they wouldn't show in the chatbox.

    Code:
    a[href="/u1"]{    
    text-decoration: none !important;    
    font-weight:bold
    text-shadow: 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white;
    }


    That's the code I used for them to glow outside of the chat, but I need a code that can allow them to glow in the chatbox the same way. Can you please help?
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Glowing

    Post by Ange Tuteur June 26th 2015, 12:05 am

    Hi @Kittykat123,

    Add a comma after a[href="/u1"], then add span[data-user="1"]. The 1 refers to your user id, of course.

    Modified code :
    Code:
    a[href="/u1"], span[data-user="1"]{   
    text-decoration: none !important;   
    font-weight:bold
    text-shadow: 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white;
    }
    Kittykat123
    Kittykat123
    Forumember


    Female Posts : 50
    Reputation : 1
    Language : English
    Location : United States

    Solved Re: Glowing

    Post by Kittykat123 June 26th 2015, 12:48 am

    It worked. Thanks a lot ^^


    This topic can be locked now.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Glowing

    Post by Ange Tuteur June 26th 2015, 12:57 am

    You're welcome ^^

    Topic archived

    Have a nice day. Smile