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.

90 lines
920 B

  1. /*
  2. Type Selectors
  3. */
  4. body {
  5. background-color: #06c;
  6. }
  7. a:link, a:visited {
  8. color: #06c;
  9. }
  10. a:hover {
  11. color: #f33;
  12. }
  13. dd {
  14. font-style: italic;
  15. border: 1px solid #ccc;
  16. padding: 0.125em;
  17. }
  18. dl.headlines dd {
  19. color: #06c;
  20. }
  21. ul {
  22. font-size: 1em;
  23. margin: 0em;
  24. padding: 0em;
  25. }
  26. li {
  27. margin: 0em 0em 0em 2.5em;
  28. list-style: none;
  29. }
  30. /*
  31. Layout ID Selectors
  32. */
  33. #layout {
  34. background: url('/images/no-footer.jpg') center no-repeat;
  35. background-color: #fff;
  36. }
  37. #footer {
  38. color: #06c;
  39. }
  40. /*
  41. Class Selectors
  42. */
  43. div.weather {
  44. float: left;
  45. margin-left: 5px;
  46. }
  47. div.weatherroom {
  48. }
  49. table.classes {
  50. font-size: 1em;
  51. margin: 0.25em auto;
  52. width: 30em;
  53. }
  54. img.logo {
  55. width: 47em;
  56. height: 7.125em;
  57. }
  58. img.button {
  59. width: 10em;
  60. height: 3em;
  61. }
  62. img.showcase {
  63. width: 36.75em;
  64. height: 18.0625em;
  65. }
  66. img.thumb {
  67. width: 15em;
  68. height: 11em;
  69. }
  70. img.trophy {
  71. width: 10.8125em;
  72. height: 18.75em;
  73. }
  74. .boxed {
  75. margin: 0em 0em 0.75em 0em;
  76. padding: 1em;
  77. }