[pmwiki-users] Notebook-NT-Skin - some more tests
V.Krishn
webmaster at insteps.net
Sun Sep 3 04:01:25 CDT 2006
On Sunday 03 September 2006 13:42, Hans wrote:
> Sunday, September 3, 2006, 3:46:30 AM, Henrik wrote:
> > I have upgraded the css framework that I sent you earlier to a PmWiki
> > skin (attached) to make a completely table-less skin that looks like the
> > default PmWiki skin. To try it out I copied the wikitext from your test
> > page into mine. You can see the result at
> >
> > http://www.dufferinpark.ca/common/wiki/pmwiki.php?n=Test.Test
>
> This looks good and solid with the double div framing.
:-)
> It could become the pmwiki skin for css purists :-).
>
> I suggest just two small modifications to the template:
> 1. Take out the styles from the head and put them into
> two files: layout.css and layout-IE.css.
Yes, seperating structural/layout styling from visual styling is a good idea,
That its possible stylesheets could be reused by various skin designers.
> Resulting <head>:
>
> <head>
> <title>$WikiTitle | {$Group} / {$Title} $ActionTitle</title>
> <meta http-equiv='Content-Style-Type' content='text/css' />
> <link rel='stylesheet' href='$SkinDirUrl/pmwiki-divs.css' type='text/css'
> /> <link rel='stylesheet' href='$SkinDirUrl/layout.css' type='text/css' />
> <!--[If IE]>
> <link rel='stylesheet' href='$SkinDirUrl/layout-IE.css' type='text/css'
> /> <![endif]-->
If we try to find some common css behaviour between the browsers, browser
specific code can almost be removed.
> <!--HTMLHeader-->
> </head>
>
> 2. Move <!--HTMLFooter--> right above </body> tag:
>
> </div><!-- background-drape -->
> </div><!-- rightcolumn-context -->
> </div><!-- content-context -->
> </div><!-- page-frame -->
>
> <!--HTMLFooter-->
> </body>
> </html>
>
>
> Hans
More information about the pmwiki-users
mailing list