Changing mChat to suite my skin

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
User avatar
DannyG
BBCoder II
BBCoder II
Posts: 54
Joined: 10 Mar 2010, 18:05

Changing mChat to suite my skin

Post 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
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: Changing mChat to suite my skin

Post 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.
NAPWR wrote: Nice, Stoker is Hot
Locked