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.

52 lines
741 B

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