Page 1 of 1

Changing mChat to suite my skin

Posted: 19 Aug 2010, 23:15
by DannyG
Evening all,

I've installed mChat on my current skin which is a light prosivler skin. I'm thing of installing a new skin soon but I'm installing all the mods on the new skin (dark). The mChat works fine on the dark skin but it doesnt match my skin how do I do this with out effecting the mchat on my current default skin

Current skin
Image

New skin (not set as default)
Image

Re: Changing mChat to suite my skin

Posted: 20 Aug 2010, 08:51
by Steve
open mchat/mchat_prosilver.css
find:

Code: Select all

div.mChatBG1 {
	background-color: #FBFBFB;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px dotted #DDDDDD;
	overflow: hidden;
}

div.mChatBG2 {
	background-color: #FFFFFF;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px dotted #DDDDDD;
	overflow: hidden;
}
replace the background-color: #FBFBFB;#FFFFFF;
for the text
find:

Code: Select all

input.mChatText {
	cursor: text;
	width: 50%;
	background-color: #FFFFFF;
	border: 1px solid #B4BAC0;
	color: #333333;
change the color: #333333;
html colours : http://www.w3schools.com/html/html_colors.asp
hope that helps a bit.