styles.css 966 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. body {
  2. font-family: Arial, Helvetica, sans-serif;
  3. }
  4. tr.odd {
  5. background-color: #DFDFDF;
  6. }
  7. tr.even {
  8. background-color: white;
  9. }
  10. td.nick {
  11. font-size: 10pt;
  12. }
  13. td.nick small {
  14. font-size: 8pt;
  15. }
  16. td.time {
  17. font-size: 10pt;
  18. }
  19. td.quote {
  20. font-family: "Courier New";
  21. font-size: 10pt;
  22. }
  23. h1 {
  24. text-align: center;
  25. }
  26. #filter_form {
  27. text-align: center;
  28. }
  29. #otherchans {
  30. text-align: center;
  31. }
  32. #otherchans a {
  33. color: black;
  34. padding: 2px;
  35. }
  36. #otherchans a.current {
  37. background-color: red;
  38. color: white;
  39. }
  40. #otherchans a:hover {
  41. color: white;
  42. background-color: black;
  43. }
  44. #sortinfo {
  45. text-align: right;
  46. color: gray;
  47. }
  48. .nopage {
  49. color: gray;
  50. }
  51. #pages {
  52. padding-top: 2px;
  53. text-align: center;
  54. font-size: 12pt;
  55. }
  56. #pages a {
  57. padding: 2px;
  58. color: black;
  59. }
  60. #pages a:hover {
  61. color: white;
  62. background-color: red;
  63. }
  64. #poweredby {
  65. text-align: right;
  66. color: gray;
  67. }