Recent Topics

1 Sep 16, 2006 02:06    

The calendar is great. It really helps me remember what day it is. I can use the help, some mornings.

The look, however, is boring. Dull. And it doesn't really fit my page. Is there any way to "skin" the look of the calendar? I read through the code but didn't spot anything. Where is the "calendar graphic" coming from?

Thanks for any advice,
-MrMRA

2 Sep 16, 2006 05:39

The styling for the Calendar is mainly via the CSS.
In the Custom skin it's...

/* Calendar: */
caption.bCalendarCaption {
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #ccc;
	border-collapse: separate;
}
table.bCalendarTable tfoot td {
	background-color: #eee;
	border-top: 1px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #78a;
	color: #fff;
}
th.bCalendarHeaderCell {
	color: #abc;
}
#bCalendarToday {
	background-color: #bce;
}

3 Sep 17, 2006 00:34

John,

Thanks kindly. I didn't even notice it was there. This'll give me plenty to work with.

Cheerio!
-MrMRA


Form is loading...