Lines Matching refs:calendar

7 /* The main calendar widget.  DIV containing a table. */
8 div.calendar { position: relative; z-index:100;}
16 .calendar, .calendar table {
27 .calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
32 .calendar .nav {
36 .calendar thead .title { /* This holds the current "month, year" */
44 .calendar thead tr { /* Row <TR> containing navigation buttons */
49 .calendar thead .daynames { /* Row <TR> containing the day names */
53 .calendar thead .name { /* Cells <TD> containing the day names */
60 .calendar thead .weekend { /* How a weekend day name shows in header */
64 .calendar thead .hilite { /* How do the buttons in header appear when hover */
71 .calendar thead .active { /* Active (pressed) buttons in header */
79 .calendar tbody .day { /* Cells <TD> containing month days dates */
85 .calendar tbody .day.othermonth {
89 .calendar tbody .day.othermonth.oweekend {
93 .calendar table .wn {
99 .calendar tbody .rowhilite td {
103 .calendar tbody .rowhilite td.wn {
107 .calendar tbody td.hilite { /* Hovered cells <TD> */
113 .calendar tbody td.active { /* Active (pressed) cells <TD> */
118 .calendar tbody td.selected { /* Cell showing today date */
126 .calendar tbody td.weekend { /* Cells showing weekend days */
130 .calendar tbody td.today { /* Cell showing selected date */
135 .calendar tbody .disabled { color: #999; }
137 .calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
141 .calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
147 .calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
153 .calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
160 .calendar tfoot .hilite { /* Hover style for buttons in footer */
167 .calendar tfoot .active { /* Active (pressed) style for buttons in footer */
174 .calendar .combo {
188 .calendar .combo .label,
189 .calendar .combo .label-IEfix {
194 .calendar .combo .label-IEfix {
198 .calendar .combo .hilite {
205 .calendar .combo .active {
212 .calendar td.time {
219 .calendar td.time .hour,
220 .calendar td.time .minute,
221 .calendar td.time .ampm {
228 .calendar td.time .ampm {
232 .calendar td.time .colon {
237 .calendar td.time span.hilite {
243 .calendar td.time span.active {