Message color

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
Fire-Fox
BBCoder IV
BBCoder IV
Posts: 275
Joined: 22 Mar 2010, 13:24
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, 10:55, edited 1 time in total.
User avatar
Steve
BBCoder VI
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

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:
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
User avatar
Fire-Fox
BBCoder IV
BBCoder IV
Posts: 275
Joined: 22 Mar 2010, 13:24
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
BBCoder VI
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

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.
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
User avatar
Fire-Fox
BBCoder IV
BBCoder IV
Posts: 275
Joined: 22 Mar 2010, 13:24
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, 15:08, edited 1 time in total.
Locked