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.

148 lines
2.0 KiB

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