Notebook-NT-Skin
<< Notebook | Skins | Notebook2 >> (test page)
notebook-nt Skin for PmWiki 2.1.19+
Description
This skin is a simple div(no table) version of default PmWiki skin.
Efforts have been made to make the stylesheet as close to the default css that comes with PmWiki skin, so that it could be easy to migrate from present skin to a table-less design.
Test View Site
Installation
Unzip and Place the notebook-nt/ directory in your skins directory (pub/skins/),
and set in config.php:
$Skin = 'notebook-nt';
Known Issues:
1. If the Wiki text content is shorter than sidebar the bottom it shows the background color instead of white. V.Krishn
2. (:noleft:) (:noright:) and sidebar switching from left to right can be achieved with little tweaking around with these directives.
1. When the page has SIDEBAR to the left - classes used: with_sb_left sidebar-left main-container-right 2. When the page has SIDEBAR to the right - classes used: with_sb_right sidebar-right main-container-left 3. When the page has no SIDEBAR - classes to be removed: remove all classes as in 1 and 2 above.
- Changing these class could be achieved in two ways.1. By changing the directive so that it inserts over-riding style.2. By inserting variable into the template that changes depending of the layout asked.
3. Clearing after both left and right floats needs special handling. Solved but markup with test pages needs to be created.
Files
Browser Compatibility
- Tested on FIREFOX (9.3+), Konqueror (3.2+), IE 6
- On IE(different versions) and different browsers feedbacks would be great :).
- this site looks good with MSIE 5.0, in edit-mode, edit-box is not at the top (beside the logo "Frapper"). The Textarea is about 5 cm too right, not directly below the icons. But I could live with that:-) -pog
- (Thanks. V.Krishn)
- Tested in IE 5.5, 6, 7, FF, Opera, and Netscape http://pmichaud.com/pipermail/pmwiki-users/2006-September/031627.html
- (Thanks. V.Krishn)
- this site looks good with MSIE 5.0, in edit-mode, edit-box is not at the top (beside the logo "Frapper"). The Textarea is about 5 cm too right, not directly below the icons. But I could live with that:-) -pog
Ver. 1.0.0
- September 1, 2006
VKrishn September 01, 2006, at 11:28 AM
Ver. 1.0.1
- September 4, 2006
VKrishn September 03, 2006, at 06:19 PM
Bugs
- Logo hardcoded: <a href='{$ScriptUrl}'><img src='$PageLogoUrl/pmwiki-32.gif'...
correct: <a href='{$ScriptUrl}'><img src='$PageLogoUrl'... Patrick Ogay
Comments / User Feedback
- Please add your comment below:
- IMHO pmwiki should provide per default a tableless layout like this Patrick Ogay
