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
925 B

  1. /*
  2. Layout ID Selectors
  3. */
  4. #layout {
  5. position: relative;
  6. margin: 0em auto;
  7. padding: 0.25em;
  8. background-color: #fff;
  9. text-align: left; /* IE5 <div> centering hack part 2 */
  10. width: 47.5em; /* erroneous value to satisfy IE5/Win */
  11. voice-family: "\"}\""; /* Tantek's boxmodel hack see more at */
  12. voice-family: inherit; /* http://www.tantek.com/ */
  13. width: 47em; /* correct for compliant browsers wo/css2 */
  14. }
  15. body>#layout {
  16. width: 47em; /* correct for compliant browsers w/css2 */
  17. }
  18. #siteheader {
  19. margin: 0em;
  20. padding: 0em;
  21. }
  22. #panel {
  23. float: left;
  24. margin: 0.25em 0em;
  25. padding: 0em;
  26. width: 10.1875em;
  27. }
  28. #content {
  29. float: right;
  30. margin: 0.25em 0em;
  31. padding: 0em;
  32. width: 36.75em;
  33. }
  34. #footer {
  35. clear: both;
  36. margin: 0.5em 0em;
  37. padding: 0em;
  38. }
  39. #footer p {
  40. font-size: 0.6875em;
  41. font-style: italic;
  42. text-align: center;
  43. margin: 0em 0em;
  44. padding: 0.125em 0em;
  45. }