view.css 620 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* for viewing individual anime/manga/kdrama, rather than table.css */
  2. aside#img {
  3. float: left;
  4. margin: 0 25px 25px 0;
  5. width: 225px;
  6. }
  7. section#info {
  8. float: left;
  9. width: 470px;
  10. }
  11. section#cast {
  12. float: left;
  13. width: 620px;
  14. }
  15. section#cast p {
  16. margin: 0;
  17. }
  18. section#cast table {
  19. table-layout: fixed;
  20. display: none;
  21. }
  22. section#cast td {
  23. padding: 3px;
  24. }
  25. section#cast td:nth-child(1) {
  26. width: 60px;
  27. }
  28. section#cast td:nth-child(2) {
  29. width: 250px;
  30. }
  31. section#cast td:nth-child(3) {
  32. width: 200px;
  33. }
  34. section#cast #castlink {
  35. display: none;
  36. }
  37. aside#malstats {
  38. float: right;
  39. width: 150px;
  40. }
  41. p {
  42. text-indent: 0;
  43. }