report.css 770 B

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