Download | FAQ | Screenshots | Themes

Login Styles for CangrejoMail

This part is intended to show how to build a Login Style.

Files and Folders

Login Styles are stored in folders in "themes/css" and they start with the name "cangrejo_login_". To choose a Login Style you have to edit the file "config_local.php" inside "config" folder.

CangrejoMail comes with 3 differents Login Styles: "default", "cool" and "blue". The last one it's not so pretty but it's made to show what you can do with css. These login styles may come with differents login image, read below to more info about this.

Create Login Styles

If you want to create a Login Style, you have to create a folder inside "themes/css/" and the name have to start with "cangrejo_login_" followed by the name of your login style. Example: "cangrejo_login_blue" it's the name of one of the login styles that came with CangrejoMail.

Inside that folder you have create a css file with the name the same as folder name. Example: "cangrejo_login_blue.css". In this folder you can hold all your necesary files that you are going to use in your login style.

The logo can be changed by manually editing "config.php" or using the "conf.pl" script that is used to configure CangrejoMail, both files inside "config" folder.