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.

147 lines
2.0 KiB

  1. /*
  2. Menu Styles
  3. */
  4. .alt {
  5. display: none;
  6. }
  7. #menu ul, #menu li {
  8. padding: 0;
  9. margin: 0;
  10. border: 0;
  11. }
  12. #menu li {
  13. padding: 0;
  14. margin: 0;
  15. border: 0;
  16. }
  17. #home {
  18. display: block;
  19. padding; 0;
  20. margin: 0;
  21. width: 10em;
  22. height: 3em;
  23. background: url(/images/home.jpg) no-repeat;
  24. }
  25. a#home:hover {
  26. display: block;
  27. width: 10.25em;
  28. height: 3em;
  29. background: url(/images/home_f2.jpg) no-repeat;
  30. }
  31. #info {
  32. display: block;
  33. width: 10.25em;
  34. height: 3em;
  35. background: url(/images/info.jpg) no-repeat;
  36. }
  37. a#info:hover {
  38. display: block;
  39. width: 10.25em;
  40. height: 3em;
  41. background: url(/images/info_f2.jpg) no-repeat;
  42. }
  43. #dire {
  44. display: block;
  45. width: 10.25em;
  46. height: 3em;
  47. background: url(/images/dir.jpg) no-repeat;
  48. }
  49. a#dire:hover {
  50. display: block;
  51. width: 10.25em;
  52. height: 3em;
  53. background: url(/images/dir_f2.jpg) no-repeat;
  54. }
  55. #cale {
  56. display: block;
  57. width: 10.25em;
  58. height: 3em;
  59. background: url(/images/cal.jpg) no-repeat;
  60. }
  61. a#cale:hover {
  62. display: block;
  63. width: 10.25em;
  64. height: 3em;
  65. background: url(/images/cal_f2.jpg) no-repeat;
  66. }
  67. #resu {
  68. display: block;
  69. width: 10.25em;
  70. height: 3em;
  71. background: url(/images/res.jpg) no-repeat;
  72. }
  73. a#resu:hover {
  74. display: block;
  75. width: 10.25em;
  76. height: 3em;
  77. background: url(/images/res_f2.jpg) no-repeat;
  78. }
  79. #king {
  80. display: block;
  81. width: 10.25em;
  82. height: 3em;
  83. background: url(/images/king.jpg) no-repeat;
  84. }
  85. a#king:hover {
  86. display: block;
  87. width: 10.25em;
  88. height: 3em;
  89. background: url(/images/king_f2.jpg) no-repeat;
  90. }
  91. #gall {
  92. display: block;
  93. width: 10.25em;
  94. height: 3em;
  95. background: url(/images/gal.jpg) no-repeat;
  96. }
  97. a#gall:hover {
  98. display: block;
  99. width: 10.25em;
  100. height: 3em;
  101. background: url(/images/gal_f2.jpg) no-repeat;
  102. }
  103. #more {
  104. display: block;
  105. width: 10.25em;
  106. height: 3em;
  107. background: url(/images/more.jpg) no-repeat;
  108. }
  109. a#more:hover {
  110. display: block;
  111. width: 10.25em;
  112. height: 3em;
  113. background: url(/images/more_f2.jpg) no-repeat;
  114. }
  115. #soon {
  116. display: block;
  117. width: 10.25em;
  118. height: 3em;
  119. background: url(/images/soon.jpg) no-repeat;
  120. }
  121. a#soon:hover {
  122. display: block;
  123. width: 10.25em;
  124. height: 3em;
  125. background: url(/images/soon_f2.jpg) no-repeat;
  126. }