You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
768 B

  1. body {
  2. color: black;
  3. background: white;
  4. }
  5. div.Center {
  6. text-align: center;
  7. }
  8. img {
  9. border-style: none;
  10. }
  11. pre {
  12. text-align: left;
  13. }
  14. strong {
  15. color: red;
  16. }
  17. table.Outer {
  18. color: black;
  19. background: #60a0a0;
  20. empty-cells: show; border: solid #60a0a0
  21. }
  22. th.Outer {
  23. color: black;
  24. background: #60b0b0
  25. }
  26. .Title {
  27. font-size: 18pt;
  28. }
  29. .SubTitle {
  30. font-size: 12pt;
  31. }
  32. .Empty {
  33. color: black;
  34. background: aqua;
  35. }
  36. .Fault {
  37. color: black;
  38. background: red;
  39. }
  40. .Label {
  41. color: black;
  42. background: aqua;
  43. }
  44. .Normal {
  45. color: black;
  46. background: lime;
  47. }
  48. .Warning {
  49. color: black;
  50. background: yellow;
  51. }