[pmwiki-users] Announcement: KatSkin 0.0101 skin

Dominique Faure dominique.faure at gmail.com
Wed Jul 5 04:54:33 CDT 2006


On 7/1/06, Kathryn Andersen <kat_lists at katspace.homelinux.org> wrote:
> Okay, folks, I've now uploaded my skin to
> http://www.pmwiki.org/wiki/Cookbook/KatSkin
>
> It's a CSS-based skin (no tables) with an optional MenuBar, and a CMS
> mode which can be turned on or off by setting a config variable (no need to
> edit the template!)  Multiple colour schemes (and probably more to come)
> and a few layout variations.
>
> Note that I haven't been able to do much testing of it with IE, so I
> would really appreciate bug reports about that.  (Posting to the list
> will probably get my attention quicker)
>

I had to modify layout_common.css to handle my rather large sidebar:

#wikileft {
	position: absolute;
    	left: 0;
    	top: 0;
    	width: 13em;
    	overflow: hidden; /* <<< there <<< */
}

Also, I found lots of issues on IE...

Regards,
Dom




More information about the pmwiki-users mailing list