Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Tag: Reverted |
|||
| Line 6: | Line 6: | ||
table.month { border: 2px solid #ccc; } | table.month { border: 2px solid #ccc; } | ||
table.month .dow th { color: #aaa; text-align: center; font-size: 110%; } | table.month .dow th { color: #aaa; text-align: center; font-size: 110%; } | ||
table.month td.today { background-color:# | table.month td.today { background-color:#BB2528; } | ||
table.month td { | table.month td { | ||
border: none; | border: none; | ||
Revision as of 13:36, 26 November 2021
/* CSS placed here will be applied to all skins */
table.calendar { margin: 0; padding: 10px; }
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.month { border: 2px solid #ccc; }
table.month .dow th { color: #aaa; text-align: center; font-size: 110%; }
table.month td.today { background-color:#BB2528; }
table.month td {
border: none;
margin: 0;
padding: 1pt 1.5pt;
font-weight: bold;
font-size: 50pt;
text-align: right;
background-color: #eee;
}
table.month td.day-active a { color: #165B33; }
table.month td.day-empty a { color: #742774; }