38 lines
533 B
Plaintext
38 lines
533 B
Plaintext
|
table.historycolorgrid {
|
||
|
font-size: 1.5em;
|
||
|
padding: 15px;
|
||
|
}
|
||
|
|
||
|
table.historycolorgrid th {
|
||
|
width: 1em;
|
||
|
height: 1em;
|
||
|
margin: 0.5em;
|
||
|
font-size: 0.55em;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
|
||
|
table.historycolorgrid td {
|
||
|
width: 1em;
|
||
|
height: 1em;
|
||
|
margin: 1em;
|
||
|
}
|
||
|
|
||
|
table.historycolorgrid td.hover {
|
||
|
opacity: 0.5;
|
||
|
}
|
||
|
|
||
|
table.historycolorgrid td.weekday {
|
||
|
font-size: 0.55em;
|
||
|
font-weight: normal;
|
||
|
width: 2.5em;
|
||
|
opacity: 1.0;
|
||
|
}
|
||
|
|
||
|
table.historycolorgrid a {
|
||
|
margin: 0;
|
||
|
display: block;
|
||
|
float: left;
|
||
|
width: 1em;
|
||
|
height: 1em;
|
||
|
}
|