body {background: #440044;
font-family:Verdana;
color:yellow;
}
table.calendar {background: #dddddd;
border: 1px solid yellow;
color:black;
}
th {padding:5px;
width:30px;
}
th.prev {background: #d4d4d4;
font-weight:bold;
}
th.next {background: #d4d4d4;
font-weight:bold;
}
th.month {background: #c0c0c0;
font-size: 20px;
}
th.dayofweek {background: #ffffff;
font-size: 14px;
color:#008800;
}
td {padding:5px;
height:30px;
}
td.day {background: #eaeaea;
font-size:12px;
}
td.today {background: #dfdfdf;
font-weight:bold;
font-size:12px;
}
td.selectedday {background: #fcfcfc;
font-weight:bold;
font-size:14px;
}
A {background: transparent;
text-decoration:none;
}
A.day {color:#880088;
}
A.today {color:#7a007a;
}
A.selectedday {color:red;
}
|