1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
.custom-calendar .ajax__calendar_container
{
background-color:#ffc; /* pale yellow */ border:solid 1px #666;z-index : 1000 ;
font-family:arial,helvetica,clean,sans-serif;
}
.custom-calendar .ajax__calendar_title { background-color:#cf9; /* pale green */ height:20px; color:#333; }
.custom-calendar .ajax__calendar_prev, .custom-calendar .ajax__calendar_next { background-color:#aaa; /* darker gray */ height:20px; width:20px;
}
.custom-calendar .ajax__calendar_day { color:#333; /* normal day - darker gray color */} .custom-calendar .ajax__calendar_other .ajax__calendar_day { color:#666; /* day not actually in this month - lighter gray color */}
.custom-calendar .ajax__calendar_today { background-color:#cff; /* pale blue */ height:20px; } |
Partager