home *** CD-ROM | disk | FTP | other *** search
/ XML Bible (2nd Edition) / XML_Bible_Second_Edition_Hungry_Minds_2001.iso / mac / source / 09 / baseballstats.css < prev    next >
Cascading Style Sheet File  |  2000-07-28  |  2KB  |  49 lines

  1. SEASON {font-size: 14pt; background-color: white; 
  2.         color: black; display: block}
  3. YEAR {display: block; font-size: 32pt; font-weight: bold; 
  4.       text-align: center; }
  5. YEAR:after {content: " Major League Baseball"}
  6. LEAGUE_NAME {display: block; text-align: center; font-size: 28pt; font-weight: bold}
  7. DIVISION_NAME {display: block; text-align: center; font-size: 24pt; font-weight: bold}
  8. TEAM_CITY {font-size: 20pt; font-weight: bold; font-style: italic}
  9. TEAM_NAME {font-size: 20pt; font-weight: bold; font-style: italic}
  10. TEAM {display: table}
  11. TEAM_CITY {display: table-caption}
  12. TEAM_NAME {display: table-caption}
  13. PLAYER {display: table-row}
  14. GIVEN_NAME {display: table-cell}
  15. SURNAME {display: table-cell}
  16. POSITION {display: table-cell}
  17. GAMES {display: table-cell}
  18. GAMES_STARTED {display: table-cell}
  19. WINS {display: table-cell}
  20. LOSSES {display: table-cell}
  21. SAVES {display: table-cell}
  22. COMPLETE_GAMES {display: table-cell}
  23. SHUT_OUTS {display: table-cell}
  24. ERA {display: table-cell}
  25. INNINGS {display: table-cell}
  26. HITS_AGAINST {display: table-cell}
  27. HOME_RUNS_AGAINST {display: table-cell}
  28. RUNS_AGAINST {display: table-cell}
  29. EARNED_RUNS {display: table-cell}
  30. WILD_PITCHES {display: table-cell}
  31. BALK {display: table-cell}
  32. WALKED_BATTER {display: table-cell}
  33. STRUCK_OUT_BATTER {display: table-cell}
  34. AT_BATS {display: table-cell}
  35. RUNS {display: table-cell}
  36. HITS {display: table-cell}
  37. DOUBLES {display: table-cell}
  38. TRIPLES {display: table-cell}
  39. HOME_RUNS {display: table-cell}
  40. RBI {display: table-cell}
  41. STEALS {display: table-cell}
  42. CAUGHT_STEALING {display: table-cell}
  43. SACRIFICE_HITS {display: table-cell}
  44. SACRIFICE_FLIES {display: table-cell}
  45. ERRORS {display: table-cell}
  46. WALKS {display: table-cell}
  47. STRUCK_OUT {display: table-cell}
  48. HIT_BY_PITCH {display: table-cell}
  49. HIT_BATTER {display: table-cell}