report.css 770 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. body
  2. {
  3. color: #000;
  4. background-color: #fff;
  5. zoom: 1;
  6. }
  7. body, td, .normaltext
  8. {
  9. font-family: Verdana, arial, helvetica, serif;
  10. font-size: small;
  11. }
  12. *, a:link, a:visited, a:hover, a:active
  13. {
  14. color: #000 !important;
  15. }
  16. .smalltext, .quoteheader, .codeheader
  17. {
  18. font-size: x-small;
  19. }
  20. .largetext
  21. {
  22. font-size: large;
  23. }
  24. hr
  25. {
  26. height: 1px;
  27. border: 0;
  28. color: #000;
  29. background-color: #000;
  30. }
  31. .catbg
  32. {
  33. background-color: #d6d6d6;
  34. font-weight: bold;
  35. }
  36. .titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
  37. {
  38. font-style: normal;
  39. background-color: #f0f4f7;
  40. }
  41. .bordercolor
  42. {
  43. background-color: #333;
  44. }
  45. .windowbg
  46. {
  47. color: #000;
  48. background-color: #fff;
  49. }
  50. .windowbg2
  51. {
  52. color: #000;
  53. background-color: #f1f1f1;
  54. }
  55. .copyright
  56. {
  57. font-size: x-small;
  58. text-align: center;
  59. }