You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
360 B

  1. html, body, #map {
  2. height: 100%;
  3. }
  4. table.calendar {
  5. width: 100%;
  6. }
  7. .calendar th, .calendar td {
  8. text-align: center;
  9. width: 14%;
  10. }
  11. .calendar td a {
  12. display: block;
  13. text-decoration: none;
  14. color: black;
  15. }
  16. .calendar td a:hover, .calendar td a.selected:hover {
  17. background: #999;
  18. color: white;
  19. }
  20. .calendar td a.selected {
  21. background: #6699ff;
  22. }