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 default 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 (for the older 2.10.x themes)#
- PlainVanilla - this is the default skin
- PlainVanilla 1024x768
- CleanBlue - Custom developed skin
- OrderedList - Custom developed skin
- Smart - Custom developed skin
Available Skins (for the older 2.11.x through 2.12.x Haddock themes)#
- The default skin
- Dark mode
Available Skins (for the 3.0 and newer)#
Note: these can be back ported to JSPWIKI 2.11 through 2.12.x by copying the skins directory to templates/default/skins- The default skin
- Dark mode
- Black and gold
- Darkly (from bootswatch
)
- Vapor (from bootswatch
)
- Cyborg (from bootswatch
)
- Materia (from bootswatch
)
- Slate (from bootswatch
)
- USWDS (from US Web Design System
)
Category.Documentation

);
background-repeat:no-repeat;
background-position:top;
background-size:48px;
text-align:center;
}