You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
596 B
44 lines
596 B
#calendar, #calendar td {
|
|
font-family: Helvetica, Arial, Sans-Serif;
|
|
}
|
|
|
|
#calendar {
|
|
border: solid 1px #999;
|
|
}
|
|
|
|
#calendar tr.month th {
|
|
font-size: 1.3125em;
|
|
text-align: center;
|
|
border-bottom: solid 1px #999;
|
|
}
|
|
|
|
#calendar tr.days {
|
|
font-size: 0.75em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#calendar tr.days th {
|
|
width: 5.25em;
|
|
text-align: center;
|
|
}
|
|
|
|
#calendar td {
|
|
height: 4.5em;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
border-top: solid 1px #999;
|
|
border-right: solid 1px #999;
|
|
}
|
|
|
|
#today {
|
|
background: #ccf;
|
|
}
|
|
|
|
#calendar td.end {
|
|
border-right: none;
|
|
}
|
|
|
|
#calendar td .event {
|
|
font-size: 0.625em;
|
|
font-weight: bold;
|
|
}
|