corporation.ccss 350 B

123456789101112131415161718192021222324
  1. table#kills:
  2. table-layout: fixed
  3. width: 900px
  4. tr:nth-child(odd):
  5. background-color: #1a1a1a
  6. th, td:
  7. white-space: nowrap
  8. overflow: hidden
  9. text-overflow: ellipsis
  10. th.time:
  11. width: 90px
  12. th.system:
  13. width: 120px
  14. th.victim_portrait:
  15. width: 64px
  16. th.victim:
  17. width: 250px
  18. th.killer_portrait:
  19. width: 64px
  20. th.killer:
  21. width: 250px