Team:Victoria Australia/CSS
From 2009.igem.org
(Difference between revisions)
SebastianR (Talk | contribs) |
|||
(One intermediate revision not shown) | |||
Line 3: | Line 3: | ||
/*--------- CUSTOM STYLE -------------*/ | /*--------- CUSTOM STYLE -------------*/ | ||
+ | |||
+ | #bodyContent { | ||
+ | padding: 10px; | ||
+ | } | ||
body { | body { | ||
Line 211: | Line 215: | ||
table.month .heading td { padding:2px; background-color:#d49fe1; color:#3C1859; text-align:center; font-size:120%; font-weight:bold; } | table.month .heading td { padding:2px; background-color:#d49fe1; color:#3C1859; text-align:center; font-size:120%; font-weight:bold; } | ||
table.month .dow td { color:#3C1859; text-align:center; font-size:110%; } | table.month .dow td { color:#3C1859; text-align:center; font-size:110%; } | ||
- | table.month td.today { background-color: | + | table.month td.today { background-color:none; } |
table.month td { | table.month td { | ||
border: none; | border: none; | ||
Line 221: | Line 225: | ||
background-color: #eee; | background-color: #eee; | ||
} | } | ||
- | #bodyContent table.month a { background: | + | #bodyContent table.month a { background:none; padding:0 } |
.day-active { color:#0000cc } | .day-active { color:#0000cc } | ||
.day-empty { color:#cc0000 } | .day-empty { color:#cc0000 } |
Latest revision as of 04:31, 21 October 2009