Easy PHP Calendar - We really take care of your dates!


Go Back   Easy PHP Calendar > General Discussion > Customizations (Themes / Templates)

Customizations (Themes / Templates) Help with customizing the themes and templates. Post your own custom themes for others to enjoy.

Closed Thread
 
Thread Tools Search this Thread Display Modes

CSS elements with graphics?
Old 11-16-2005, 07:38 PM   #1
KathrynBassett
Calendar User
 
KathrynBassett is offline
Join Date: Nov 2005
Posts: 34
Default CSS elements with graphics?

Is there someplace in the forum or elsewhere that has some graphics of the calendars, with labels pointing to what css element is where? I made a custom theme and changed several things, but still don't have some things changing to what I want. It would be much easier if there was such a page saying that .mainTableTOC is this, and .navTableTextTOC is that, and .monthYearRowTOC is this with arrows pointing to the pertinant place. Some I've figured out, but no all of them. I eventually want to end up with a color scheme similar to the one I'm using.
 

Old 11-16-2005, 07:59 PM   #2
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,906
Default

There isn't a full explanation of the different elements (although there should be).

If you let us know what you want to change, we can point you in the right direction.
__________________
-- Brian

Questions?

Instructions | FAQs | Errors FAQ | Forums | Support
| Web Site Hosting
 

Old 11-16-2005, 08:54 PM   #3
KathrynBassett
Calendar User
 
KathrynBassett is offline
Join Date: Nov 2005
Posts: 34
Default



These are things I want to work with and will be a start to see if there is anything else that needs changing. What IS #2 anyway? and is there a way to make the logo #5 a color that would be complimentary to #006600?
 

Old 11-17-2005, 06:54 AM   #4
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,968
Default

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.
 

Old 11-17-2005, 08:27 AM   #5
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,906
Default

#3 is located in the template/eventAdmin.php file under the CSS tableDate.
__________________
-- Brian

Questions?

Instructions | FAQs | Errors FAQ | Forums | Support
| Web Site Hosting
 

Old 11-17-2005, 11:53 AM   #6
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,968
Default

Not that bad.... 1 out of 7..
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

Old 11-17-2005, 12:05 PM   #7
KathrynBassett
Calendar User
 
KathrynBassett is offline
Join Date: Nov 2005
Posts: 34
Default

Thanks. I realized later that the graphic above was NOT what the public sees, so it doesn't matter that much. But I may play anyway. So here is the public one with a couple more questions.

1 background, is that the the same as 1 above?
2 needs a "title" banner, is that the same as 5 above?
3 same as 6 or 7 or something else?
4 ?

And suggestion for the setup manager - over at the top right are the icons for setup manager and event manager are two icons - please add another that takes you to the public calendar. I keep having to go erase the latter part of URL to get there.
 

Old 11-17-2005, 01:47 PM   #8
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,906
Default

1 & 2: You're viewing the demo.php file (even though you may be accessing the index.php file). You can open that file and change the background colors, title, or anything you want to change.

3: Same as before (#4 above)


4: template/modern.php. Edit this file and the CSS within to fit your needs.
__________________
-- Brian

Questions?

Instructions | FAQs | Errors FAQ | Forums | Support
| Web Site Hosting
 

Old 11-21-2005, 08:01 PM   #9
KathrynBassett
Calendar User
 
KathrynBassett is offline
Join Date: Nov 2005
Posts: 34
Default

I've got the colors fixed up now in the publicly viewed calendar. I'll start a new thread for my next question. Thanks
 

Old 12-07-2005, 10:47 PM   #10
Traz
Calendar User
 
Traz is offline
Join Date: Dec 2005
Location: New Jersey
Posts: 7
Default

KathrynBassett,

Would please provide me with the images you used for this post?

I remember reading your post when I was evaluating EPC and the images helped greatly!!

Thanks - Traz
 

Old 12-07-2005, 11:05 PM   #11
KathrynBassett
Calendar User
 
KathrynBassett is offline
Join Date: Nov 2005
Posts: 34
Default

Hmm, I didn't realize someone took them off the post. I'll give you links to where I have them.
http://www.lacdcs.org/images/ephpccolors.jpg
http://www.lacdcs.org/images/ephpccolors2.jpg
 

Old 12-08-2005, 12:11 AM   #12
Traz
Calendar User
 
Traz is offline
Join Date: Dec 2005
Location: New Jersey
Posts: 7
Default

Thanks, I do appreciate the help!
 
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Integration into existing page with CSS chronisj General 6 10-02-2005 10:18 PM
CSS Style Not Applying mr7perfect General 5 07-01-2005 11:19 AM
css on demo.php BigG General Support 3 06-30-2005 08:51 PM
CSS not applying Christian025 General Support 7 04-14-2005 11:55 AM
Graphics not displayed (css problem ?) sptkrishnan General Support 3 04-09-2004 12:04 PM



All times are GMT -4. The time now is 10:51 AM.


vBulletin skins developed by: eXtremepixels
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright 2009 NashTech, Inc.

| Home | Register | Today's Posts | Search | New Posts |