Static website for local racer (circa Oct 2003)
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.

121 lines
1.3 KiB

  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. dl.headlines dd {
  14. color: #06c;
  15. border: solid 1px #ccc;
  16. }
  17. dl.news dd {
  18. margin-top: 0em;
  19. border: solid 1px #ccc;
  20. }
  21. ul {
  22. line-height: normal;
  23. font-size: 0.8125em;
  24. margin: 0.5em 0.375em;
  25. padding: 0.5em 0em;
  26. }
  27. li {
  28. margin: 0.25em 1em;
  29. padding: 0em;
  30. list-style: square inside;
  31. }
  32. /*
  33. Layout ID Selectors
  34. */
  35. #layout {
  36. background-color: #fff;
  37. }
  38. #content {
  39. width: 35.375em;
  40. voice-family: "\"}\"";
  41. voice-family: inherit;
  42. width: 35.625em;
  43. }
  44. body>#content {
  45. width: 35.625em;
  46. }
  47. #panel {
  48. width: 11.125em;
  49. }
  50. #footer {
  51. color: #06c;
  52. }
  53. /*
  54. Class Selectors
  55. */
  56. img.logo {
  57. width: 47em;
  58. height: 7.125em;
  59. }
  60. img.button {
  61. width: 11.125em;
  62. height: 1.875em;
  63. }
  64. img.sponsor {
  65. width: 9.375em;
  66. height: 4.6875em;
  67. margin: 1.75em 0em 0em 0.875em;
  68. }
  69. img.showcase {
  70. width: 35.625em;
  71. height: 17.5em;
  72. }
  73. img.contact {
  74. width: 35.625em;
  75. height: 22.375em;
  76. }
  77. img.profile {
  78. width: 15em;
  79. height: 13.5625em;
  80. }
  81. img.crewchief {
  82. width: 12.5em;
  83. height: 11.625em;
  84. }
  85. img.thumb {
  86. width: 15em;
  87. height: 11em;
  88. }
  89. div.sponsors {
  90. margin: 1em 0em;
  91. }
  92. div.row {
  93. background-color: #3fc;
  94. padding-bottom: 0.5em;
  95. }
  96. div.row div.photo {
  97. width: 12em;
  98. }
  99. #content td {
  100. font-size: 0.6875em;
  101. font-style: italic;
  102. vertical-align: top;
  103. }
  104. #content td img.thumb {
  105. width: 12em;
  106. height: 9em;
  107. }