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.
The forum of the forums
2 posters

    Warning System Problem?

    Beyonder
    Beyonder
    Forumember


    Male Posts : 726
    Reputation : 29
    Language : English
    Location : Beyond Realm

    In progress Warning System Problem?

    Post by Beyonder October 12th 2015, 11:27 pm

    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    In progress Re: Warning System Problem?

    Post by Ange Tuteur October 12th 2015, 11:36 pm

    Hi,

    Could you explain your problem in more detail ?

    Thanks.
    Beyonder
    Beyonder
    Forumember


    Male Posts : 726
    Reputation : 29
    Language : English
    Location : Beyond Realm

    In progress Re: Warning System Problem?

    Post by Beyonder October 12th 2015, 11:39 pm

    Ange Tuteur wrote:Hi,

    Could you explain your problem in more detail ?

    Thanks.
    Im trying to change the Moderator box color to purple.
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    In progress Re: Warning System Problem?

    Post by Ange Tuteur October 13th 2015, 10:19 am

    Replace this CSS :
    Code:
    .mod_mess {
    background: #5c93f5;
    background: -moz-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5c93f5), color-stop(100%, #afcfda));
    background: -webkit-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
    background: -o-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
    background: -ms-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
    background: linear-gradient(left, #5c93f5 0%, #afcfda 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c93f5", endColorstr="#afcfda", GradientType=1);
    -webkit-box-shadow: 4px 4px 0px 0px #352727;
    -moz-box-shadow: 4px 4px 0px 0px #352727;
    box-shadow: 4px 4px 0px 0px #352727;
    }

    by :
    Code:
    .mod_mess {
    background: #990099;
    -webkit-box-shadow: 4px 4px 0px 0px #352727;
    -moz-box-shadow: 4px 4px 0px 0px #352727;
    box-shadow: 4px 4px 0px 0px #352727;
    }

    and change 990099 if you want a different color.
    Beyonder
    Beyonder
    Forumember


    Male Posts : 726
    Reputation : 29
    Language : English
    Location : Beyond Realm

    In progress Re: Warning System Problem?

    Post by Beyonder October 13th 2015, 8:56 pm

    Alright thank you!
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    In progress Re: Warning System Problem?

    Post by Ange Tuteur October 13th 2015, 11:53 pm

    You're welcome. Smile

    If this is solved, please click the solved button above your first post or edit the first post and tag the solved icon. Wink

      Current date/time is November 15th 2024, 1:04 am