MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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 #717d8a; }
table.month .dow th { color: #c94c4c; text-align: center; font-size: 110%; }
table.month td.today { background-color:#ddd; }
table.month td {
border: none;
margin: 0;
padding: 1pt 1.5pt;
font-weight: bold;
font-size: 50pt;
text-align: center;
background-color: #deeaee;
}
table.month td.day-active a { color: #869987; }
table.month td.day-empty a { color: #c84d4e; }
table.heading th { color: #c84d4e; }