glowing - Glowing affect 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.
4 posters

    Glowing affect

    PlayToy
    PlayToy
    Forumember


    Male Posts : 84
    Reputation : 1
    Language : English
    Location : USA

    In progress Glowing affect

    Post by PlayToy February 20th 2015, 3:59 am

    How do you add a glowing affect to the text?
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    In progress Re: Glowing affect

    Post by _Twisted_Mods_ February 20th 2015, 4:04 am

    Code:
    text-shadow: 0px 0px 5px blue;




    left-right,up-down,blur,color
    PlayToy
    PlayToy
    Forumember


    Male Posts : 84
    Reputation : 1
    Language : English
    Location : USA

    In progress Re: Glowing affect

    Post by PlayToy February 20th 2015, 7:49 pm

    What do you mean by "left-right,up-down,blur,color"? And I assume the code go'es into the css stylesheet?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Glowing affect

    Post by SLGray February 20th 2015, 9:21 pm

    0px - left-right
    0px - up-down
    5px - blur



    glowing - Glowing affect Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    PlayToy
    PlayToy
    Forumember


    Male Posts : 84
    Reputation : 1
    Language : English
    Location : USA

    In progress Re: Glowing affect

    Post by PlayToy February 22nd 2015, 3:02 am

    Sorry, im a bit dumb***. Can you explain this in layman's terms on how to do this please? Im kinda new to this....
    avatar
    Worst Nightmare
    Forumember


    Posts : 107
    Reputation : 2
    Language : English

    In progress Re: Glowing affect

    Post by Worst Nightmare February 22nd 2015, 3:34 am

    i think my glowing effect is not working
    PlayToy
    PlayToy
    Forumember


    Male Posts : 84
    Reputation : 1
    Language : English
    Location : USA

    In progress Re: Glowing affect

    Post by PlayToy February 23rd 2015, 12:14 am

    Worst Nightmare wrote:i think my glowing effect is not working
    Do you know how they are suppose to work?
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    In progress Re: Glowing affect

    Post by _Twisted_Mods_ February 23rd 2015, 12:22 am

    Code:
    #elementid{text-shadow: 1px 2px 5px blue;}


    replace #element id with the id or class of the element you are trying to style

    1px = moving the glow affect up and down .. use a negative number to go up

    2px = moves the glow left or right ..use a negative number to go left

    5px = how much blur is added to the glow effect

    blue = the colors of the glow

    the code will go in your acp>display>colors>stylesheet

    but you must have a element you want to add glow to for it to work


    example of the code



    This Is What The Glow Looks Like