LemonLDAP::NG is shipped with 3 skins:
You can change the skin in Manager: General Parameters > Portal > Customization > Skin.
A skin is composed of different files:
A skin will often refer to the common skin, which is not a real skin, but shared skin objects (like scripts, images and CSS).
To customize a skin, the simplest way is to create a new skin folder:
cd portal/skins mkdir myskin mkdir myskin/css mkdir myskin/images
Then create symbolic links on template files, as you might not want to rewrite all HTML code (else, do as you want).
cd myskin ln -s ../pastel/*.tpl .
Then you only have to write myskin/css/styles.css and add your media to myskin/images.
To configure your new skin in Manager, select the custom skin, and enter your skin name in the configuration field.
Connected as in the menu