XOrange Skin
Last modified by Ecaterina Moraru (Valica) on 2024/07/05 14:24
A responsive skin for XWIKI using mediaqueries and js for improvements |
Type | Skin (filesystem) |
Category | Skin |
Developed by | xwiki:XWiki.jssol |
Rating | |
License | GNU Lesser General Public License 2.1 |
Compatibility | 3.0 |
Description
Screen shot
Prerequisites & Installation Instructions
- If the skin is packaged in a ZIP file, unzip it into the skins/ directory inside your expanded XWiki WAR directory.
- If the skin is packaged as a XAR file, import the XAR in your wiki.
- Then check the Skin User Guide to learn how to set the skin.
Place the xorange folder inside the xwiki/webapps/skins/
Set the skin following: http://platform.xwiki.org/xwiki/bin/view/Features/Skins
The skin name is xorange
If you are wanting to customize the colors used by the skin, use the built in xwiki color themes chooser.
If you are wanting to style it to your needs and just use the sidebar/responsive design as a basis, open xwiki.css and remove all lines and replace them with your own. xwiki.css is called by the 2nd line of style.css @import url("xwiki.css");. Style.css contains all the default sidebar functionality/styling, while xwiki.css contains the more specific styling (eg. font, border, margin etc.).
Release Notes
v1.0
Initial Release