Type HowTo - CSS file



Every account type has its own style sheet where it can define colors and fonts.


1. File name

The CSS files are saved in style/. Your file must be named type_<your type>.css.

Example:

The smbDomain type has the CSS file style/type_smbDomain.css.


2. Contents

Take the type_user.css file as template. It is well documented.
You have to replace all occurrences of "user" with your account type.

Example:

Take a look at type_user.css and type_smbDomain.css.