Hey!
Im looking for this : (PM inbox)
Message color
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!
Message color
Last edited by Fire-Fox on 15 Apr 2010, 10:55, edited 1 time in total.
- Steve
- BBCoder VI
- Posts: 863
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Message color
open your style/theme/colours.css
find:
replace border-color:
find:
Code: Select all
/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
border-left-color: #BC2A4D;
border-right-color: #BC2A4D;
}
.pmlist li.pm_marked_colour, .pm_marked_colour {
border-color: #FF6600;
}
.pmlist li.pm_replied_colour, .pm_replied_colour {
border-color: #A9B8C2;
}
.pmlist li.pm_friend_colour, .pm_friend_colour {
border-color: #5D8FBD;
}
.pmlist li.pm_foe_colour, .pm_foe_colour {
border-color: #000000;
}
Re: Message color
Thanks.
i misslead you sorry, looking for the mod to display it like on the picture
i misslead you sorry, looking for the mod to display it like on the picture
- Steve
- BBCoder VI
- Posts: 863
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Message color
changing the colours for the borders will change the colours in the pic do you mean pm notification colour ? explain a bit more i dont recall such a mod.
Re: Message color
Hey!
Dont know what its called, but you maybe right here it is the pm notification...
Pr. standard there is no such thing in the pm part. but will love the mod so i can make it...
Dont know what its called, but you maybe right here it is the pm notification...
Pr. standard there is no such thing in the pm part. but will love the mod so i can make it...
Last edited by Fire-Fox on 15 Apr 2010, 15:08, edited 1 time in total.