mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00

I've left out stuff that didn't seem necessary ... including a lot of the Wiki plugins which were quote large... I'm not sure if this is currently working ... I'm about to try it out.
39 lines
694 B
CSS
39 lines
694 B
CSS
|
|
/*
|
|
Include these style definitions into your sites` css, if you'd like
|
|
to use the calendar plugin.
|
|
*/
|
|
|
|
|
|
table.caltable{
|
|
background-color: #CDBDAD;
|
|
}
|
|
td.calhead {
|
|
font-family: Verdana, Arial, sans-serif;
|
|
font-size: 8pt;
|
|
text-align:center;
|
|
}
|
|
th.caldays{
|
|
color:#BA997A;
|
|
font-family: Verdana, Arial, sans-serif;
|
|
font-size: 8pt;
|
|
text-align:center;
|
|
}
|
|
td.calday{
|
|
font-family: Verdana, Arial, sans-serif;
|
|
font-size: 8pt;
|
|
text-align:right;
|
|
}
|
|
td.caltoday{
|
|
background-color:#D7CFC7;
|
|
font-family: Verdana, Arial, sans-serif;
|
|
font-size: 8pt;
|
|
text-align:right;
|
|
}
|
|
a.calpg{
|
|
text-decoration: none;
|
|
font-weight:600;
|
|
}
|
|
a.calhide{
|
|
text-decoration: none;
|
|
}
|