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.
53 lines
741 B
53 lines
741 B
#calendar, #calendar td {
|
|
font-family: Helvetica, Arial, Sans-Serif;
|
|
}
|
|
|
|
#calendar {
|
|
border: solid 1px #999;
|
|
}
|
|
|
|
#calendar span.date {
|
|
float: right;
|
|
text-align: center;
|
|
font-size: 0.875em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#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: 14.3%;
|
|
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 span.event,
|
|
#calendar td a.event {
|
|
margin: 0.5em 0.25em;
|
|
font-size: 0.625em;
|
|
font-weight: bold;
|
|
}
|