Blame Extras/Puntal/themes/punbb/calendar/calendar.css

4c79b5
#puntal_content #calendarTitle span {
4c79b5
	font-weight: bold;
4c79b5
}
4c79b5

4c79b5
/* tableaux */
4c79b5
table.calendar {
4c79b5
}
4c79b5
#puntal_content table.minicalendar {
4c79b5
	float: left;
4c79b5
	width: 49%;
4c79b5
}
4c79b5
#puntal_content table.minicalendar caption {
4c79b5
}
4c79b5

4c79b5
/* bloc de texte */
4c79b5
div#infos_cal {
4c79b5
	float: right;
4c79b5
	width: 60%;
4c79b5
	margin-top: 1em;
4c79b5
}
4c79b5
div#infos_cal h3 {
4c79b5
	margin-top: 1em;
4c79b5
}
4c79b5

4c79b5
/* cellules */
4c79b5
table.calendar td {
4c79b5
	height: 75px;
4c79b5
	width: 14%;
4c79b5
	vertical-align: top;
4c79b5
}
4c79b5
table.calendar td.inactive {
4c79b5
	background: #ddd;
4c79b5
}
4c79b5
table.calendar td.past {
4c79b5
	color: #ccc;
4c79b5
}
4c79b5
table.calendar td.today {
4c79b5
	background: #fff;
4c79b5
}
4c79b5
table.calendar td.active {
4c79b5
	border: 1px solid #c00;
4c79b5
}
4c79b5

4c79b5
/* liens */
4c79b5
table.calendar td.past a {
4c79b5
	color: #ccc;
4c79b5
}
4c79b5
table.calendar td.today a {}
4c79b5
table.calendar td.active a {}
4c79b5

4c79b5
/* numero jour */
4c79b5
table.calendar td p.daynumber {}
4c79b5

4c79b5
/* liste événement dans cellules */
4c79b5
table.calendar td ul.eventlist {
4c79b5
	font-size: 0.9em;
4c79b5
}
4c79b5
table.calendar td ul.eventlist li {
4c79b5
	list-style: square inside
4c79b5
}
4c79b5