Mercurial > hg > MPIWGWeb
diff css/mpiwg.css @ 230:feb2cb6241be
styles for calendar.
author | casties |
---|---|
date | Tue, 12 Nov 2013 13:04:38 +0100 |
parents | 6ff1c6c270b1 |
children | 878de95fb6a2 |
line wrap: on
line diff
--- a/css/mpiwg.css Tue Nov 05 15:38:25 2013 +0100 +++ b/css/mpiwg.css Tue Nov 12 13:04:38 2013 +0100 @@ -1447,6 +1447,47 @@ } /* + * calendar + */ +div.calendar { + background-color: #f8f5ef; +} +div.calendar h2 { + position: relative; + font-family: Georgia, Times, serif; + font-size: 16px; + font-style: italic; + color: #887163; + text-align: center; + padding: 5px; + border-bottom: 1px solid white; +} +div.calendar h2 .page_prev { + position: absolute; + left: 5px; + top: 8px; +} +div.calendar h2 .page_next { + position: absolute; + right: 5px; + top: 8px; +} +div.calendar table { + width: 100%; + border-collapse: collapse; + border: 8px solid #f8f5ef; +} +div.calendar table td { + text-align: center; + background-color: white; + padding: 3px; + border: 1px solid #f8f5ef; +} +div.calendar table th { + font-weight: normal; +} + +/* * footer */ #footservices {