static/cal.css
changeset 43 fabb71550e51
parent 40 30a0a0fa8c54
child 46 547940cb0e1c
equal deleted inserted replaced
42:fa5694ee0f98 43:fabb71550e51
    38 table.calendar tbody tr.week-header th
    38 table.calendar tbody tr.week-header th
    39 {
    39 {
    40     padding-left: 0.5em;
    40     padding-left: 0.5em;
    41 
    41 
    42     text-align: left;
    42     text-align: left;
       
    43 
       
    44     font-weight: normal;
    43 }
    45 }
    44 
    46 
    45 /* The numbers of days that are a part of the current month are clearly visible */
    47 /* The numbers of days that are a part of the current month are clearly visible */
    46 table.calendar tbody th.in-month
    48 table.calendar tbody th.in-month
    47 {
    49 {
    52 table.calendar tbody th.out-month
    54 table.calendar tbody th.out-month
    53 {
    55 {
    54     background-color: #ffffff;
    56     background-color: #ffffff;
    55 
    57 
    56     color: #888888;
    58     color: #888888;
       
    59 }
       
    60 
       
    61 /* The current day is emphasized */
       
    62 table.calendar tbody tr.week-header th.today
       
    63 {
       
    64     background-color: #cccccc;
       
    65     
       
    66     font-weight: bold;
    57 }
    67 }
    58 
    68 
    59 /* Each row of day-event-data for a week is fixed height */
    69 /* Each row of day-event-data for a week is fixed height */
    60 table.calendar tbody tr.week-data
    70 table.calendar tbody tr.week-data
    61 {
    71 {