Message color

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
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.
If not your topic may be ignored or locked!
User avatar
Fire-Fox Offline
BBCoder IV
BBCoder IV
Posts: 275
Joined: 22 Mar 2010, 11:24
Local time: Saturday 23:03
Last active: -
Location: Denmark

Message color

Post by Fire-Fox »

Hey!

Im looking for this : (PM inbox)
pm-color.png
Last edited by Fire-Fox on 15 Apr 2010, 08:55, edited 1 time in total.
User avatar
Steve Offline
Donator
Donator
Posts: 1,429
Joined: 04 Mar 2010, 23:10
Local time: Saturday 23:03
Last active: -

Re: Message color

Post by Steve »

open your style/theme/colours.css
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;
}
replace border-color:
secret code: 123 might be abc or thank you might work
When I'm writing code, I am building a picture for you to see and use on your screen...
User avatar
Fire-Fox Offline
BBCoder IV
BBCoder IV
Posts: 275
Joined: 22 Mar 2010, 11:24
Local time: Saturday 23:03
Last active: -
Location: Denmark

Re: Message color

Post by Fire-Fox »

Thanks.

i misslead you sorry, looking for the mod to display it like on the picture :)
User avatar
Steve Offline
Donator
Donator
Posts: 1,429
Joined: 04 Mar 2010, 23:10
Local time: Saturday 23:03
Last active: -

Re: Message color

Post by Steve »

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.
secret code: 123 might be abc or thank you might work
When I'm writing code, I am building a picture for you to see and use on your screen...
User avatar
Fire-Fox Offline
BBCoder IV
BBCoder IV
Posts: 275
Joined: 22 Mar 2010, 11:24
Local time: Saturday 23:03
Last active: -
Location: Denmark

Re: Message color

Post by Fire-Fox »

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...
Last edited by Fire-Fox on 15 Apr 2010, 13:08, edited 1 time in total.