[pmwiki-users] Request to extend Wiki Styles colors

Tegan Dowling tmdowling at gmail.com
Sat Mar 15 15:15:18 CDT 2008


On Fri, Mar 14, 2008 at 10:39 AM, Hans <design5 at softflow.co.uk> wrote:
>
>  See also working here as a chart for wiki style colors:
>  http://softflow.org/design/Test/MoreWikiStyleColors

Based on what I see on
http://www.pmwiki.org/wiki/PmWiki/WikiStyleColors, I put this in
local/config.php:

	$WikiStyle['mybluexlt']['color']='#d3ebf1';
	$WikiStyle['mybluelt']['color']='#b2dae6';
	$WikiStyle['mybluem']['color']='#3d809b';
	$WikiStyle['myblued']['color']='#2b596a';
	
but in my wiki, neither of the following renders in my custom color:

%color=myblued%This text should be my dark blue, "myblued"%%
%bgcolor=myblued white% this text should be white on my dark blue, "myblued"%%

What am I failing to understand?  Do I need something before or after
the config.php material to make it work?

Thanks!



More information about the pmwiki-users mailing list