Table of Contents
Overview#
A Wiki Skin is a collection of CSS styles and Javascript that reskin a current WikiTemplate.The default skin is called PlainVanilla. Currently seen on this wiki.
The skin is controlled by the jspwiki.properties property jspwiki.defaultprefs.template.skinname.
To change a skin see HowToChangeASkin
Skins are found in the directory <webapp>/templates/<TemplateName>/skins/<SkinName>
Within each skin folder there are the following files/folders:
- skin.css - style for this skin
- skin.js - javascript for this skin
- images/ - (optional) images for this skin
Available Skins#
- PlainVanilla - this is the default skin
- PlainVanilla 1024x768
- CleanBlue - Custom developed skin
- OrderedList - Custom developed skin
- Smart - Custom developed skin
Category.Documentation