anime.css 506 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. span.alt_titles {
  2. font-size: 90%;
  3. opacity: 0.7;
  4. }
  5. table {
  6. border-collapse: collapse;
  7. width: 898px;
  8. max-width: 898px;
  9. table-layout: fixed;
  10. }
  11. tr {
  12. height: 45px;
  13. }
  14. tr:first-child { /* th row */
  15. height: 25px;
  16. }
  17. th {
  18. vertical-align: middle;
  19. }
  20. th:nth-child(2) {
  21. width: 240px;
  22. }
  23. th:nth-child(3) {
  24. width: 50px;
  25. }
  26. td {
  27. border: 0px solid #bbb;
  28. border-top-width: 1px;
  29. vertical-align: middle;
  30. white-space: nowrap;
  31. overflow: hidden;
  32. }
  33. td:nth-child(2) {
  34. padding-left: 25px;
  35. }
  36. td a {
  37. display: block;
  38. }