I'll try to point you in the right direction...
1- set in /setup/index.php (encrypted), file to change is /images/background.gif
2- set in /events/index.php (encrypted), file should be /images/edit.gif -- you should see
3- I think this one is hardcoded in /events/index.php, the color is #ebf2fa
4- in /theme/system/esstyle.css,
HTML Code:
.monthYearRow {
background-image: url(monthBg.gif);
}
file to change, /theme/system/monthBg.gif
5- you can change that to what you want, file to change /images/pageHeader.jpg
6- in /theme/system/esstyle.css,
HTML Code:
.popupDate {
background-color: #336699;
}
.popupClose {
background-color: #336699;
}
7- in /theme/system/system.css,
HTML Code:
.setupHeaders {
background-image: url(../../images/setupHeaderBG.gif);
}
file to change /images/setupHeaderBG.gif
Note: Any CSS that was edited in /theme/system/esstyle.css, should also be modified in /theme/*your_theme*/esstyle.css in order to show the same colors on the public side.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
Last edited by ve9gra; 11-17-2005 at 07:00 AM.
|