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.

116 lines
1.2 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. }
  40. div.leftphoto {
  41. width: 15em;
  42. float: left;
  43. padding: 0em;
  44. margin-right: 0.375em;
  45. }
  46. div.rightphoto {
  47. width: 15em;
  48. float: right;
  49. padding: 0em;
  50. margin-right: 0em;
  51. margin-left: 0.375em;
  52. }
  53. div.centerphoto {
  54. text-align: center;
  55. width: 36.75em;
  56. }
  57. #footer {
  58. color: #06c;
  59. }
  60. /*
  61. Class Selectors
  62. */
  63. .center {
  64. text-align: center;
  65. }
  66. img.logo {
  67. width: 47em;
  68. height: 7.125em;
  69. }
  70. img.button {
  71. width: 10em;
  72. height: 1.875em;
  73. }
  74. img.sponsor {
  75. width: 9.375em;
  76. height: 4.6875em;
  77. margin: 1.75em 0em 0em 0.3125em;
  78. }
  79. img.showcase {
  80. width: 100%;
  81. height: 17.5em;
  82. }
  83. img.contact {
  84. width: 35.625em;
  85. height: 22.375em;
  86. }
  87. img.profile {
  88. width: 15em;
  89. height: 13.5625em;
  90. }
  91. img.crewchief {
  92. width: 15em;
  93. height: 13.9375em;
  94. }
  95. img.thumb {
  96. width: 15em;
  97. height: 11em;
  98. }
  99. div.sponsors {
  100. margin: 1em 0em;
  101. }