User:Macowell/schedule.css
From 2007.igem.org
< User:Macowell(Difference between revisions)
Line 11: | Line 11: | ||
table.calendar { | table.calendar { | ||
padding: .5em 5%; | padding: .5em 5%; | ||
- | width: | + | width: 900px; |
border-collapse: collapse; | border-collapse: collapse; | ||
font-size: 12px; | font-size: 12px; |
Latest revision as of 12:21, 26 October 2009
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; }