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.
48 lines
755 B
48 lines
755 B
5 years ago
|
.cal_table{
|
||
|
background-color: #eeeeee;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.cal_day_normal{
|
||
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
||
|
font-size: 10pt;
|
||
|
color: #333333;
|
||
|
border: 1px solid #ffffff;
|
||
|
background-color: #eeeeee;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.cal_day_holy{
|
||
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
||
|
font-size: 10pt;
|
||
|
color: #800000;
|
||
|
border: 1px solid #ffffff;
|
||
|
background-color: #eeeeee;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.cal_month{
|
||
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
||
|
font-size: 12pt;
|
||
|
color: #666666;
|
||
|
/* border: 1px solid #ffffff; */
|
||
|
background-color: #e0e0e0;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.cal_week_normal{
|
||
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
||
|
font-size: 10pt;
|
||
|
color: #666666;
|
||
|
}
|
||
|
|
||
|
.cal_week_holy{
|
||
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
||
|
font-size: 10pt;
|
||
|
color: #800000;
|
||
|
}
|