User:Macowell/schedule.css
From 2007.igem.org
Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.
h2 { border-bottom-width: 0px; border-bottom-style: none; margin-bottom: 0px; } h2.date { display: none; } table.calendar { padding: .5em 5%; width: 900px; border-collapse: collapse; font-size: 12px; border-bottom: 2px solid #AAAAAA; } table.calendar thead th { border-collapse: separate; padding-top: .5em; padding-bottom: .4em; text-align: center; border-bottom: 2px solid #AAAAAA; color: #494949; font-weight: bold; background-color: #e6ecf6 } table.calendar tbody { margin: 2px; } table.calendar tbody th { color: #494949; font-weight: normal; font-size: 11px; border-bottom: 1px solid #DDDDDD; //padding: 10px; padding-left: 1.5em; text-align: left; } table.calendar tr:hover { //background-color: #ff75a3; background-color: #e6ecf6; } table.calendar td { text-align: left; border: 1px solid #DDDDDD; padding: 5px 10px 5px 10px; }