[pmwiki-users] How to change the background color for a given group without defining another skin ?

Ben Wilson dausha at gmail.com
Tue Apr 17 06:17:14 CDT 2007


I'm not sure if I'm helping the process, but you have either
PmWiki:PerGroupCustomizations[1] or PmWiki:Skins.[2] The former
discusses how to create configuration files on a per-group basis. This
essentially requires adding a local/GroupName.php file with the
differences in configuration from local/config.php. The latter
discusses skinning in general, but offers this:

Q: How can I modify an existing skin?
A: There are a number of ways to further customize the appearance of a
skin, including...
    * adding css files to /pub/css/, such as local.css (for your
entire wiki) and MyGroup.css (for MyGroup);....

Again, the GroupName.css should include only the difference from the
Skin's css. This is classic OO inheritance behavior.

Hope this helps,
Ben Wilson

[1] http://pmwiki.org/wiki/PmWiki/PerGroupCustomizations
[2] http://pmwiki.org/wiki/PmWiki/Skins

On 4/17/07, Christophe David <pmwiki at christophedavid.org> wrote:
>
> > Alternatively, not from wiki pages but as admin, you can define
> > GroupName.css files in pub/css/ folder for group specific css.
> > This is probably the better approach. Css in pub/css/ folder will load
> > last and override anything set prior.
>
> I was looking for this in the documentation but did not manage to find it
> back.
>
>  Thanks a lot.
>
> Christophe
>
>
>
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>
>


-- 
Ben Wilson
"Words are the only thing which will last forever" Churchill



More information about the pmwiki-users mailing list