Recent Changes - Search:

PmWiki

pmwiki.org

TopBarSkin

<< | Cookbook-V1 | >>

Note: The recipes here are for PmWiki versions 0.6 and 1.0 only. For PmWiki 2.0 recipes, see Cookbook.


<< | Cookbook.Skins | >>

Skin overview

This page displays a layout where the left sidebar has been moved to the top. Internally it is essentially the same layout as StandardSkin, except

  • $EnableStdLayoutTable=0;
  • $PageSkin is set to use the 'topbar.css' stylesheet

In other words, this skin is designed almost completely through the use of stylesheets.

Files

PubDir:css/topbar.css - stylesheet

To use

Set the following variables in local/config.php:

  $PageSkin='topbar';
  $EnableStdLayoutTable=0;

Contributors

  • Pm - original author, 11-Feb-2004

Question

Where can I find the file "topbar.css" ? the link above is broken. . .

Thanks - Simon

pmwiki-2.2.0-beta68 -- Last modified by {{}}?

from IP: 24.1.28.47 ip should be disabled by default for security reasons

Edit - History - Print - Recent Changes - Search
Page last modified on November 26, 2004, at 10:22 AM