User:Avdmeers/wiki/ui.calendar.css

From 2008.igem.org

< User:Avdmeers | wiki
Revision as of 22:31, 27 October 2008 by Avdmeers (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

table.calendar		{ margin: 0; padding: 10px; }
table.calendar td		{ margin: 0; padding: 2px; vertical-align: top; }
table.month				{ margin: 5px auto 5px; width: 180px; }
table.month .heading td	{ display:none; }
table.month .dow td		{ color:#075a90; 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: 8pt;
    text-align: right;
    background-color: #eee;
    }
#bodyContent table.month a { background:none; padding:0 }
.day-active { color:#0000cc }
.day-empty  { color:#cc0000 }