[pmwiki-users] Notebook-NT-Skin - some more tests

Hans design5 at softflow.co.uk
Sun Sep 3 03:12:39 CDT 2006


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.
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]-->
<!--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