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.

Warning System Problem?

2 posters

Go down

In progress Warning System Problem?

Post by Beyonder Mon 12 Oct - 15:27

Beyonder
Beyonder
Forumember

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

http://fictionalomniverse.forumotion.com/

Back to top Go down

In progress Re: Warning System Problem?

Post by Ange Tuteur Mon 12 Oct - 15:36

Hi,

Could you explain your problem in more detail ?

Thanks.
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Warning System Problem?

Post by Beyonder Mon 12 Oct - 15:39

Ange Tuteur wrote:Hi,

Could you explain your problem in more detail ?

Thanks.
Im trying to change the Moderator box color to purple.
Beyonder
Beyonder
Forumember

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

http://fictionalomniverse.forumotion.com/

Back to top Go down

In progress Re: Warning System Problem?

Post by Ange Tuteur Tue 13 Oct - 2:19

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.
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Warning System Problem?

Post by Beyonder Tue 13 Oct - 12:56

Alright thank you!
Beyonder
Beyonder
Forumember

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

http://fictionalomniverse.forumotion.com/

Back to top Go down

In progress Re: Warning System Problem?

Post by Ange Tuteur Tue 13 Oct - 15:53

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
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum