Changes

161 bytes removed ,  17:09, 29 November 2021
no edit summary
Line 915: Line 915:  
table.calendar      { margin: 0; padding: 10px;}
 
table.calendar      { margin: 0; padding: 10px;}
 
table.calendar td    { margin: 0; padding: 2px; vertical-align: top;}
 
table.calendar td    { margin: 0; padding: 2px; vertical-align: top;}
table.calendar th    { padding: 2px; background-color: #ddd; color: #666; text-align: center; font-size: 120%; font-weight: bold; border: none; }
+
table.calendar th    { padding: 2px;text-align: center; font-size: 120%; font-weight: bold; border: none; }
 
table.month          { border: 2px solid #717d8a; }
 
table.month          { border: 2px solid #717d8a; }
 
table.month .dow th  { color: #742774; text-align: center; font-size: 110%; }
 
table.month .dow th  { color: #742774; text-align: center; font-size: 110%; }
table.month .heading th { text-align: center; color: #fff; background-color: #742774; font-size: 150%;}
+
table.month .heading th { text-align: center; font-size: 150%;}
 
table.month td {
 
table.month td {
 
border: none;
 
border: none;
Line 928: Line 928:  
background-color: #f9f9f9;
 
background-color: #f9f9f9;
 
}
 
}
table.month td.day-active { background-color: #f8f9fa; }
+
table.month td.day-active {}
table.month td.day-empty { background-color: #f8f9fa; }
+
table.month td.day-empty {}
table.month td.today { background-color:#f8f9fa; }
+
table.month td.today {}