diff -r b65a95eb9f6b -r 5667d2bbdc50 static/irclogs.css --- a/static/irclogs.css Mon Feb 09 04:39:24 2009 +0200 +++ b/static/irclogs.css Mon Feb 09 05:44:29 2009 +0200 @@ -130,7 +130,82 @@ */ /* Calendar */ +table.calendar { + +} + +table.calendar th { + background-color: #c8c8c8; +} + +table.calendar td { + margin: 1px; + + + text-align: center; +} + +table.calendar tr.month-header th { + +} + +table.calendar tr.month-header a { + display: block; + + color: inherit; + text-decoration: none; + + padding: 3px; + padding-left: 8px; + padding-right: 8px; + + font-size: x-large; +} + +table.calendar tr.month-header a:hover { + background-color: #b5b5b5; +} + +table.calendar tr.month-header span { + margin-top: 5px; +} + +table.calendar a.prev-month { + float: left; +} + +table.calendar a.next-month { + float: right; +} + +table.calendar tr.week-header th { + width: 14% +} + +table.calendar td { + padding: 2px; +} + +table.calendar td a { + display: block; + padding: 2px; + + background-color: #e0e0e0; + text-decoration: none; + + color: inherit; +} + +table.calendar td.empty { + color: #d0d0d0; +} + +table.calendar td a:hover { + background-color: #d0d0d0; +} + table.calendar td#today { font-weight: bold; } +