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
New skin (not set as default)
Changing mChat to suite my skin
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!
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!
- Steve
- BBCoder VI
- Posts: 847
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Changing mChat to suite my skin
open mchat/mchat_prosilver.css
find:
replace the background-color: #FBFBFB;#FFFFFF;
for the text
find:
change the color: #333333;
html colours : http://www.w3schools.com/html/html_colors.asp
hope that helps a bit.
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;
}
for the text
find:
Code: Select all
input.mChatText {
cursor: text;
width: 50%;
background-color: #FFFFFF;
border: 1px solid #B4BAC0;
color: #333333;
html colours : http://www.w3schools.com/html/html_colors.asp
hope that helps a bit.