[pmwiki-users] Page body no longer has my background image

Patrick R. Michaud pmichaud at pobox.com
Mon Oct 17 11:16:04 CDT 2005


On Mon, Oct 17, 2005 at 11:04:53AM -0500, David Sovinski wrote:
> I'm now using 2.0.11, upgraded from Beta2.0.54, and notice that the 
> header, footer, and sidebar still have my background image but the page 
> body doesn't.
> Is there a new variable that must be set?
> 
> I use a css file. In the file pub/css/local.css I placed the line:
> 
> |body { background: url(/path/to/background.image); }

If you're using the default "pmwiki" skin, you'll want to set

    #wikibody { background-color: transparent; }

in your local.css file.  The default skin's pmwiki.css 
file explicitly sets the background of the content area to
white; the above will override that setting.

Pm




More information about the pmwiki-users mailing list