Eventum Style and Color Schema Changes

by rajesh 2009-11-03 21:07:33

Eventum is a nice software but the default style and color are not so good...

To change the the color and style we have to edit 2 files
> css/style.css
> config/config.php

changes will have to be applied for .default, .default_white, .white_link, .link styles in style.css

color changes can be done in config/config.php file, in the lines
// define colors used by eventum
define('APP_CELL_COLOR', '#A5C2D2');
define('APP_LIGHT_COLOR', '#EEEEEE');
define('APP_MIDDLE_COLOR', '#CACACA');
define('APP_DARK_COLOR', '#CACACA');
define('APP_CYCLE_COLORS', '#EEEEEE,#CACACA');
define('APP_INTERNAL_COLOR', '#ECF9DB');

Tagged in:

1149
like
0
dislike
0
mail
flag

You must LOGIN to add comments