MDL-11082 Improved groups upgrade performance 1.8x -> 1.9; thanks Eloy for telling...
[moodle-pu.git] / mod / wiki / ewiki / fragments / calendar.css
bloba83734c88be0c540951ad98c4412e08c13a66f63
2 /*
3 Include these style definitions into your sites` css, if you'd like
4 to use the calendar plugin.
5 */
8 table.caltable{
9 background-color: #CDBDAD;
11 td.calhead {
12 font-family: Verdana, Arial, sans-serif;
13 font-size: 8pt;
14 text-align:center;
16 th.caldays{
17 color:#BA997A;
18 font-family: Verdana, Arial, sans-serif;
19 font-size: 8pt;
20 text-align:center;
22 td.calday{
23 font-family: Verdana, Arial, sans-serif;
24 font-size: 8pt;
25 text-align:right;
27 td.caltoday{
28 background-color:#D7CFC7;
29 font-family: Verdana, Arial, sans-serif;
30 font-size: 8pt;
31 text-align:right;
33 a.calpg{
34 text-decoration: none;
35 font-weight:600;
37 a.calhide{
38 text-decoration: none;