Static website for local motocross track (circa Jun 2004)
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

43 lines
596 B

  1. #calendar, #calendar td {
  2. font-family: Helvetica, Arial, Sans-Serif;
  3. }
  4. #calendar {
  5. border: solid 1px #999;
  6. }
  7. #calendar tr.month th {
  8. font-size: 1.3125em;
  9. text-align: center;
  10. border-bottom: solid 1px #999;
  11. }
  12. #calendar tr.days {
  13. font-size: 0.75em;
  14. font-weight: bold;
  15. }
  16. #calendar tr.days th {
  17. width: 5.25em;
  18. text-align: center;
  19. }
  20. #calendar td {
  21. height: 4.5em;
  22. text-align: left;
  23. vertical-align: top;
  24. border-top: solid 1px #999;
  25. border-right: solid 1px #999;
  26. }
  27. #today {
  28. background: #ccf;
  29. }
  30. #calendar td.end {
  31. border-right: none;
  32. }
  33. #calendar td .event {
  34. font-size: 0.625em;
  35. font-weight: bold;
  36. }