moodle/mod/wiki/ewiki/fragments/calendar.css
moodler 39fcb981b8 Wiki module, copied from contrib/wiki.
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.
2004-06-02 12:45:55 +00:00

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;
}