Green Desktiny is fully template based for user appearance. You can add or edit your own templates.
There are 2 kind template we provided:
1. Dependent template
This template is default.
You can quickly customize the CSS style in helpdesk.tpl and helpdesk_in.tpl in folder greendesktiny/gui/smarty_template/templates/front/your_template_folder/
Update properties below that suit to your website theme.
.main_block {
background-color:#E0FEEA;
border:1px solid #666666
}
.main_block_header {
background-color:#71D79E;
border:1px solid #666666
}
.menu_active {
background-color:#ABF3CC;
border:1px solid #666666
}
.sec_block {
background-color:#9EF1CE;
border:1px solid #666666
}
.mouseover {
background-color:#9BFBCB;
}
.alt1 {
background-color:#FFFFFF;
}
.alt2 {
background-color:#E0FEEA;
}
2. Independent Template
The sample template is testament_blue. (
http://www.greendesktiny.com/downloads.php)
If you wish to make more customize look in your template, create new folder in greendesktiny/gui/smarty_template/templates/front/
This template is based on
smarty technology. You may find some syntaxes that do not come from HTML. You must know what you're doing before you change it since some varibles used are from Green Desktiny application.
After you add your template, you can update front appearance in menu Admin->General Setting. Change the value of listbox in Front Template Folder to your new template.
At the time we will add new templates to be downloaded in our site.
Unfortunately we can not guarantee how often new templates are created for you.