On Fri, Mar 14, 2008 at 10:39 AM, Hans <[EMAIL PROTECTED]> 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!

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to